2013-05-05 nemo oops
2013-05-05 nemo pass the target
2013-05-04 nemo simplify mine/explosive damage calc. clear dX in stable explosives. remove 0/4096 in trace routines.
2013-05-04 nemo explosive/mine damage for shove fall. AI still seems to refuse to bat dud mines :(
2013-05-04 nemo Also have AI consider mines that will almost certainly be duds by the time he gets to them. I'm mostly using it to test AI behaviour w/ firepunch/whip/bat on a mine-heavy map.
2013-05-04 nemo oops
2013-05-04 nemo try to guess at barrel state. prob should flag it..
2013-05-04 nemo ignore non-hedgies here. could be useful, but Hammer needs to be taught to consider it. (hammer + explosives on a bridge could be neat)
2013-05-04 nemo trying to make AI aware of mine/explosive break point. also remove redundant test.
2013-05-03 nemo only rate subs if significant. still very much need correct fall+damage esp given different knocks.
2013-05-03 nemo Make hogs aware of dud mines and explosives. Still a bit more needed.
2013-05-02 unc0rr merge :P
2013-05-02 unc0rr Apparently resetPosition is not needed at all (/pause doesn't call it and works the same)
2013-05-02 unc0rr CheckGearDrowning could delete hedgehogs gear! (CheckGearDrowning -> ResurrectHedgehog -> FindPlace). Fixes bug 620.
2013-05-02 unc0rr Make AI more active in multiattack game mode
2013-05-02 nemo this should improve consistency of mortar cluster spread and snowball knocks
2013-05-01 Periklis Ntanasis fix bug that locked unlocked campaign missions, see issue 452
2013-04-30 Periklis Ntanasis fix nil comparison error, see issues 470 and 601
2013-05-01 nemo this is fairer
2013-04-29 unc0rr Use tr() properly
2013-04-27 nemo This is something we need to check in all translations. Occasionally the source phrase ends w/ a space. Need to make sure translations take this into account.
2013-04-27 nemo So. First pass. Add secondary explosions to RateExplosion and RateShotgun. Not yet added to shoves. This is of limited utility at present since the dX has to be small since we can't bother tracing all hog motion. But, should be more useful once shove is added, and tracking of explosives and mines.
2013-04-26 unc0rr Don't use writeln in ai thread (from rdd4035ee0f12), this causes crashes. Fixes issue 617.
2013-04-24 nemo aaaaand this one never was damaging
2013-04-24 nemo cheezemonkey pointed out this is no longer damaging
2013-04-21 nemo yep. I did forget to put this back
2013-04-21 nemo So. This should fix ammo delays being off on a team that is resurrected later in the game, even up freezing delays a bit, prevent an infinite loop in freezing, and reduces fuel burn when adjusting freezer to one-fourth.
2013-04-20 koda merge 0.9.19 in dev
2013-04-20 koda it's still not really clear to my why this is needed, maybe only in combination with -XD 0.9.19
2013-04-20 koda rewrite m3panel installation to fix all warnings on any architecture, using nsinvocation all round 0.9.19
2013-04-20 koda this macro is not defined on ppc 0.9.19
2013-04-20 koda hardcode full compiler path when compiling for ppc 0.9.19
2013-04-20 koda expose a hidden function that prevented linking on osx 10.4 when compiling physfs statically 0.9.19
2013-04-20 koda resolve divdi3 on ppc 0.9.19
2013-03-26 koda link stdc++ (for physfs on linux) only when targetting 32bit 0.9.19
2013-04-20 DrinkMachine Hiding overflow on Labels/ComboBoxes to prevent 1px off by one error
2013-04-20 koda update 0.9.19 with dev branch 0.9.19
2013-04-19 nemo merge
2013-04-19 volkan turkish translation updates
2013-04-19 unc0rr - Revert division hack nonsense
2013-04-18 unc0rr Store colors in human-readable form
2013-04-18 unc0rr lol, how did it manage to work for years? (z1 - z2 * z.Round) shouldn't respect signs of z1 and z2. It turns out we often had arbitrary .Frac value in division result. Also fixes issue 613.
2013-04-17 unc0rr Switch to 'settings.ini'. Copies old ini file if necessary on startup.
2013-04-17 nemo why would we ever want to divide by 0?
2013-04-17 unc0rr hwFloat division is ~1.6 times faster now
2013-04-17 unc0rr Trivial optimization. Wonder if compiler was smart enough about it.
2013-04-15 sheepluva add hedgehog tp svg as reference (as requested by nemo). feel free to improve :P
2013-04-15 unc0rr Fix issue 603
2013-04-15 unc0rr Implement issue 308 with '|' as separator
2013-04-14 koda let's go with what nemo suggests
2013-04-14 unc0rr Fix hedgehogs number desync. Now all desyncs except the one from issue 521 should be fixed. Please, test.
2013-04-14 unc0rr Check for admin role right in the sql statemenet
2013-04-13 koda let's try to kill the thread right away and protect the thread variable with a mutex
2013-04-13 koda added two security flags to windows linking
2013-04-12 nemo I see no reason why a visual effect needs Distance. IMO square should look just fine. Untested. Oh. Also reduced flake count at Randi's request.
2013-04-11 unc0rr New hwSqrt implementation which is 46/19 times faster than the old one!
2013-04-20 koda CASE FOLDING!!! 0.9.19
2013-04-11 unc0rr Reduce AI skills more on high Level values
2013-04-17 sheepluva fix for issue 599: "Change graphics size settings to use qspinbox"? somebody ask unC0Rr if that's what he wanted :p 0.9.19
2013-04-10 thunderstruck implementation of a restart-game button. location and appearance is not final :P
2013-04-16 sheepluva whoops, unbreak build. how come that cmake doesn't stop anymore on engine build error? 0.9.19
2013-04-10 unc0rr This isn't necessary anymore
2013-04-16 sheepluva fix for Issue 611: Engine crash in portal code 0.9.19
2013-04-10 unc0rr - Revert server workaround over desync from r98e2dbdda8c0
2013-04-16 sheepluva make cleaver icon hint at that fact that you have 2 of them 0.9.19
2013-04-10 jaree Change collision detection with current hedgehog
2013-04-16 sheepluva description tweaks 0.9.19
2013-04-09 unc0rr Don't set Default scheme/ammo when switching script if not room admin. Prevents game config desync.
2013-04-15 sheepluva fix octorama preview 0.9.19
2013-04-08 unc0rr - Better fix to friends joins/quits highlighting problem
2013-04-15 Matisumi french translations 0.9.19
2013-04-07 dag10 Merge.
2013-04-15 Randy add fruit theme svg sources; btw... in last commit I meant to type "splash", not "slash", sorry --sheepluva 0.9.19
2013-04-07 sheepluva merge
2013-04-07 dag10 Fixed map preview overlap on certain locales (Fixes issue 549).
2013-04-15 Randy fixed slash for fruit theme 0.9.19
2013-04-07 nemo set translucency on fruit theme water, clamp size to even number (same sdl window resize) and honouring min size, reduce calls to dmgmod a bit
2013-04-14 Matisumi engine translation update, french 0.9.19
2013-04-06 koda fix 'failed to install translation' message when misc/locale in hedgewars.ini is empty (which is *always* when 'system default' is selected)
2013-04-14 sheepluva cleaning up my own mess, turned out the italian translation has more descriptions than the english one XD 0.9.19
2013-04-05 koda reintroduce the notice for restarting frontend after changing language
2013-04-14 sheepluva cleaning up nemo's mess :P ( re3407eef6b5474b2a3ea49ea49e354dc05144005 ) 0.9.19
2013-04-05 koda check for network for feedback dialog too
2013-04-13 mikade remove delays from "one of everything" weaponset 0.9.19
2013-04-05 koda reintroduce the notification message in case you access dlc page without internet connection
2013-04-13 sheepluva remove low grav from fort mode since players might not appreciate it if they just want to play a quick regular forts match against a challenger. 0.9.19
2013-04-05 koda fix displaying the right version of windows in system info
2013-04-11 Marco Bresciani IT translation file completed. 0.9.19
2013-06-13 koda close branch cmake_pascal
2013-04-05 koda feedback, display ram size in MB
2013-04-12 sheepluva remove bioshock3-reference on hedgehogs drowning (unlike its predecessors, it turned out to not take place underwater) 0.9.19
2013-04-29 koda add useful variables for non-Makefile generators to set where we want our stuff built cmake_pascal
2013-04-05 koda little feedback rewording
2013-04-07 Randy Hats! 0.9.19
2013-04-29 koda this makes Xcode generator test pass cmake_pascal
2013-04-05 koda use SDL_Threads everywhere
(0) -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 tip