nemo [Fri, 03 May 2013 22:18:23 -0400] rev 8954
try to guess at barrel state. prob should flag it..
nemo [Fri, 03 May 2013 21:38:16 -0400] rev 8953
ignore non-hedgies here. could be useful, but Hammer needs to be taught to consider it. (hammer + explosives on a bridge could be neat)
nemo [Fri, 03 May 2013 21:36:01 -0400] rev 8952
trying to make AI aware of mine/explosive break point. also remove redundant test.
nemo [Fri, 03 May 2013 07:52:57 -0400] rev 8951
only rate subs if significant. still very much need correct fall+damage esp given different knocks.
nemo [Fri, 03 May 2013 07:28:08 -0400] rev 8950
Make hogs aware of dud mines and explosives. Still a bit more needed.
unc0rr [Thu, 02 May 2013 23:46:48 +0400] rev 8949
merge :P
unc0rr [Thu, 02 May 2013 23:44:49 +0400] rev 8948
Apparently resetPosition is not needed at all (/pause doesn't call it and works the same)
unc0rr [Thu, 02 May 2013 21:56:24 +0400] rev 8947
CheckGearDrowning could delete hedgehogs gear! (CheckGearDrowning -> ResurrectHedgehog -> FindPlace). Fixes
bug #620.
unc0rr [Thu, 02 May 2013 21:55:03 +0400] rev 8946
Make AI more active in multiattack game mode
nemo [Thu, 02 May 2013 13:09:12 -0400] rev 8945
this should improve consistency of mortar cluster spread and snowball knocks
Periklis Ntanasis <pntanasis@gmail.com> [Wed, 01 May 2013 04:05:10 +0300] rev 8944
fix bug that locked unlocked campaign missions, see
issue #452
Periklis Ntanasis <pntanasis@gmail.com> [Wed, 01 May 2013 01:27:35 +0300] rev 8943
fix nil comparison error, see issues 470 and 601
nemo [Tue, 30 Apr 2013 21:06:05 -0400] rev 8942
this is fairer
unc0rr [Mon, 29 Apr 2013 10:01:51 +0400] rev 8941
Use tr() properly
nemo [Sat, 27 Apr 2013 17:02:26 -0400] rev 8940
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.
nemo [Sat, 27 Apr 2013 16:56:50 -0400] rev 8939
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.
unc0rr [Sat, 27 Apr 2013 00:09:50 +0400] rev 8938
Don't use writeln in ai thread (from
rdd4035ee0f12), this causes crashes. Fixes
issue #617.
nemo [Wed, 24 Apr 2013 10:38:28 -0400] rev 8937
aaaaand this one never was damaging
nemo [Wed, 24 Apr 2013 10:34:52 -0400] rev 8936
cheezemonkey pointed out this is no longer damaging
nemo [Sun, 21 Apr 2013 17:38:17 -0400] rev 8935
yep. I did forget to put this back
nemo [Sun, 21 Apr 2013 16:39:36 -0400] rev 8934
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.
koda [Sun, 21 Apr 2013 01:38:52 +0200] rev 8933
merge 0.9.19 in dev
koda [Sun, 21 Apr 2013 01:36:08 +0200] rev 8932
it's still not really clear to my why this is needed, maybe only in combination with -XD
koda [Sun, 21 Apr 2013 01:35:30 +0200] rev 8931
rewrite m3panel installation to fix all warnings on any architecture, using nsinvocation all round
koda [Sat, 20 Apr 2013 20:48:33 +0200] rev 8930
this macro is not defined on ppc
koda [Sat, 20 Apr 2013 20:39:37 +0200] rev 8929
hardcode full compiler path when compiling for ppc
koda [Sat, 20 Apr 2013 20:39:01 +0200] rev 8928
expose a hidden function that prevented linking on osx 10.4 when compiling physfs statically
koda [Sat, 20 Apr 2013 20:13:23 +0200] rev 8927
resolve divdi3 on ppc
koda [Tue, 26 Mar 2013 01:18:04 +0100] rev 8926
link stdc++ (for physfs on linux) only when targetting 32bit
(grafted from db108c85131501e1ac4ded2758f742836f83f4b5)
DrinkMachine [Sat, 20 Apr 2013 19:03:57 -0400] rev 8925
Hiding overflow on Labels/ComboBoxes to prevent 1px off by one error
koda [Sat, 20 Apr 2013 02:20:15 +0200] rev 8924
update 0.9.19 with dev branch
nemo [Fri, 19 Apr 2013 16:30:39 -0400] rev 8923
merge
volkan [Fri, 19 Apr 2013 22:20:49 +0200] rev 8922
turkish translation updates
unc0rr [Sat, 20 Apr 2013 00:26:52 +0400] rev 8921
- Revert division hack nonsense
- Patch Distance instead to not produce zero on non-zero parameters passed
unc0rr [Thu, 18 Apr 2013 21:25:38 +0400] rev 8920
Store colors in human-readable form
unc0rr [Thu, 18 Apr 2013 17:37:50 +0400] rev 8919
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.
unc0rr [Thu, 18 Apr 2013 00:41:27 +0400] rev 8918
Switch to 'settings.ini'. Copies old ini file if necessary on startup.
nemo [Wed, 17 Apr 2013 11:24:06 -0400] rev 8917
why would we ever want to divide by 0?
unc0rr [Wed, 17 Apr 2013 15:45:13 +0400] rev 8916
hwFloat division is ~1.6 times faster now
unc0rr [Wed, 17 Apr 2013 12:11:33 +0400] rev 8915
Trivial optimization. Wonder if compiler was smart enough about it.
sheepluva [Mon, 15 Apr 2013 22:26:30 +0200] rev 8914
add hedgehog tp svg as reference (as requested by nemo). feel free to improve :P
unc0rr [Mon, 15 Apr 2013 23:26:48 +0400] rev 8913
unc0rr [Mon, 15 Apr 2013 23:06:06 +0400] rev 8912
Implement
issue #308 with '|' as separator
koda [Sun, 14 Apr 2013 22:57:13 +0200] rev 8911
let's go with what nemo suggests
unc0rr [Mon, 15 Apr 2013 00:04:13 +0400] rev 8910
Fix hedgehogs number desync. Now all desyncs except the one from
issue #521 should be fixed. Please, test.
unc0rr [Sun, 14 Apr 2013 15:09:24 +0400] rev 8909
Check for admin role right in the sql statemenet
koda [Sat, 13 Apr 2013 20:34:30 +0200] rev 8908
let's try to kill the thread right away and protect the thread variable with a mutex
koda [Sat, 13 Apr 2013 20:13:52 +0200] rev 8907
added two security flags to windows linking
nemo [Fri, 12 Apr 2013 12:44:14 -0400] rev 8906
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.
unc0rr [Thu, 11 Apr 2013 23:20:56 +0400] rev 8905
New hwSqrt implementation which is 46/19 times faster than the old one!
koda [Sat, 20 Apr 2013 02:17:53 +0200] rev 8904
CASE FOLDING!!!
Never ever commit files with the same name and different casing
unc0rr [Thu, 11 Apr 2013 16:19:30 +0400] rev 8903
Reduce AI skills more on high Level values
sheepluva [Wed, 17 Apr 2013 14:57:56 +0200] rev 8902
fix for
issue #599: "Change graphics size settings to use qspinbox"? somebody ask unC0Rr if that's what he wanted :p
thunderstruck [Wed, 10 Apr 2013 22:52:38 +0200] rev 8901
implementation of a restart-game button. location and appearance is not final :P
sheepluva [Tue, 16 Apr 2013 19:53:52 +0200] rev 8900
whoops, unbreak build. how come that cmake doesn't stop anymore on engine build error?
unc0rr [Wed, 10 Apr 2013 22:59:40 +0400] rev 8899
This isn't necessary anymore
sheepluva [Tue, 16 Apr 2013 17:31:39 +0200] rev 8898
fix for
issue #611: Engine crash in portal code
unc0rr [Wed, 10 Apr 2013 22:48:14 +0400] rev 8897
- Revert server workaround over desync from
r98e2dbdda8c0
- Don't allow more than 48 hedgehogs
sheepluva [Tue, 16 Apr 2013 12:24:13 +0200] rev 8896
make cleaver icon hint at that fact that you have 2 of them
jaree [Wed, 10 Apr 2013 07:44:51 +0300] rev 8895
Change collision detection with current hedgehog