Sun, 11 Mar 2012 23:31:32 +0400 Fix silliness
unc0rr [Sun, 11 Mar 2012 23:31:32 +0400] rev 6768
Fix silliness
Sun, 11 Mar 2012 14:43:36 -0400 First pass at making AI drowning aware. No concerns of performance, only applied to bazooka (not bat/fp etc)
nemo [Sun, 11 Mar 2012 14:43:36 -0400] rev 6767
First pass at making AI drowning aware. No concerns of performance, only applied to bazooka (not bat/fp etc)
Sun, 11 Mar 2012 12:19:04 -0400 Minor optimisation for AI to cut down on hwSqrt calls
nemo [Sun, 11 Mar 2012 12:19:04 -0400] rev 6766
Minor optimisation for AI to cut down on hwSqrt calls
Sun, 11 Mar 2012 11:39:45 -0400 bug #336
nemo [Sun, 11 Mar 2012 11:39:45 -0400] rev 6765
bug #336
Sat, 10 Mar 2012 23:00:39 -0500 Add div to allow safe integer division from lua
nemo [Sat, 10 Mar 2012 23:00:39 -0500] rev 6764
Add div to allow safe integer division from lua
Sat, 10 Mar 2012 16:32:46 -0500 Recount team health if modifying hedgehog health
nemo [Sat, 10 Mar 2012 16:32:46 -0500] rev 6763
Recount team health if modifying hedgehog health
Sat, 10 Mar 2012 16:10:38 -0500 Set default empty ammo sets. Current mission handling appears to not pass any default ammo set, so script was never getting a chance to set its own.
nemo [Sat, 10 Mar 2012 16:10:38 -0500] rev 6762
Set default empty ammo sets. Current mission handling appears to not pass any default ammo set, so script was never getting a chance to set its own.
Sat, 10 Mar 2012 15:56:36 -0500 Avoid rare double decrement.
nemo [Sat, 10 Mar 2012 15:56:36 -0500] rev 6761
Avoid rare double decrement.
Sat, 10 Mar 2012 14:38:31 -0500 Prevent pirate ship from repeating on Islands, remove vertical line in art landback
nemo [Sat, 10 Mar 2012 14:38:31 -0500] rev 6760
Prevent pirate ship from repeating on Islands, remove vertical line in art landback
Sat, 03 Mar 2012 22:40:00 -0500 bug #370
nemo [Sat, 03 Mar 2012 22:40:00 -0500] rev 6759
bug #370
Thu, 01 Mar 2012 23:55:19 +0400 Oh, should also check for game finish when player quits without ROUNDFINISHED message: small refactoring, not tested at all
unc0rr [Thu, 01 Mar 2012 23:55:19 +0400] rev 6758
Oh, should also check for game finish when player quits without ROUNDFINISHED message: small refactoring, not tested at all
Thu, 01 Mar 2012 14:45:42 -0500 comment out reserve to maintain old Qt compat
nemo [Thu, 01 Mar 2012 14:45:42 -0500] rev 6757
comment out reserve to maintain old Qt compat
Thu, 01 Mar 2012 23:35:13 +0400 Also consider game finished when the last player reports ROUNDFINISHED despite the correctness parameter.
unc0rr [Thu, 01 Mar 2012 23:35:13 +0400] rev 6756
Also consider game finished when the last player reports ROUNDFINISHED despite the correctness parameter.
Wed, 29 Feb 2012 18:30:37 -0500 Someone might find this useful. Plan to link to it from the wiki.
nemo [Wed, 29 Feb 2012 18:30:37 -0500] rev 6755
Someone might find this useful. Plan to link to it from the wiki.
Wed, 29 Feb 2012 18:24:56 -0500 Fix for bug #366, delete gear if hog is drowning (needed either that or a check on nil Gear^.Hedgehog^.Gear)
nemo [Wed, 29 Feb 2012 18:24:56 -0500] rev 6754
Fix for bug #366, delete gear if hog is drowning (needed either that or a check on nil Gear^.Hedgehog^.Gear)
Wed, 29 Feb 2012 23:44:49 +0400 Don't remove client's teams from teams list on "ROUNDFINISHED 0", just send team removal message to others.
unc0rr [Wed, 29 Feb 2012 23:44:49 +0400] rev 6753
Don't remove client's teams from teams list on "ROUNDFINISHED 0", just send team removal message to others. This should fix problems with ghost teams in frontend. Not tested at all, successfully built on first attempt, which is considered as a bad sign :D Server still thinks game proceeds, so restart isn't possible.
Tue, 28 Feb 2012 21:25:36 -0500 oops
nemo [Tue, 28 Feb 2012 21:25:36 -0500] rev 6752
oops
Tue, 28 Feb 2012 22:00:33 +0100 android: fix finding cache dir on prefroyo devices, it now creates the Hedgewars folder if it wasn't there
Xeli [Tue, 28 Feb 2012 22:00:33 +0100] rev 6751
android: fix finding cache dir on prefroyo devices, it now creates the Hedgewars folder if it wasn't there
Tue, 28 Feb 2012 09:40:48 -0500 attractiveness tweak to the text clip
nemo [Tue, 28 Feb 2012 09:40:48 -0500] rev 6750
attractiveness tweak to the text clip
Mon, 27 Feb 2012 19:01:44 -0500 Clamp name/team name textures to avoid long team / hog name abuse. Limit width in px instead of chars to avoid unicode issues.
nemo [Mon, 27 Feb 2012 19:01:44 -0500] rev 6749
Clamp name/team name textures to avoid long team / hog name abuse. Limit width in px instead of chars to avoid unicode issues.
Sun, 26 Feb 2012 18:13:26 -0500 don't use currenthedgehog
nemo [Sun, 26 Feb 2012 18:13:26 -0500] rev 6748
don't use currenthedgehog
Sun, 26 Feb 2012 16:31:25 -0500 use per hog ammo game flag. improves AI play
mikade [Sun, 26 Feb 2012 16:31:25 -0500] rev 6747
use per hog ammo game flag. improves AI play
Sun, 26 Feb 2012 15:42:28 -0500 oops
nemo [Sun, 26 Feb 2012 15:42:28 -0500] rev 6746
oops
Sun, 26 Feb 2012 13:37:17 -0500 right-click colour selection to scroll backwards through colours (bit hackish, subclassing + right click handling would be better than custom menu item signal)
nemo [Sun, 26 Feb 2012 13:37:17 -0500] rev 6745
right-click colour selection to scroll backwards through colours (bit hackish, subclassing + right click handling would be better than custom menu item signal)
Sun, 26 Feb 2012 12:56:53 -0500 ugh
nemo [Sun, 26 Feb 2012 12:56:53 -0500] rev 6744
ugh
Sun, 26 Feb 2012 12:45:00 -0500 make onAmmoStoreInit optional in the case of onNewAmmoStore
nemo [Sun, 26 Feb 2012 12:45:00 -0500] rev 6743
make onAmmoStoreInit optional in the case of onNewAmmoStore
Sun, 26 Feb 2012 12:32:48 -0500 pass indexes for the clan/team/hedgehog
nemo [Sun, 26 Feb 2012 12:32:48 -0500] rev 6742
pass indexes for the clan/team/hedgehog
Sun, 26 Feb 2012 11:28:28 -0500 copypasta fail
nemo [Sun, 26 Feb 2012 11:28:28 -0500] rev 6741
copypasta fail
Sun, 26 Feb 2012 11:21:32 -0500 Add a new script hook. onNewAmmoStore. This will allow scripts like The Specialists to define separate ammo sets for each hog
nemo [Sun, 26 Feb 2012 11:21:32 -0500] rev 6740
Add a new script hook. onNewAmmoStore. This will allow scripts like The Specialists to define separate ammo sets for each hog
Sun, 26 Feb 2012 12:15:32 +0400 Send ROUND_FINISHED only once (only from in game mode)
unc0rr [Sun, 26 Feb 2012 12:15:32 +0400] rev 6739
Send ROUND_FINISHED only once (only from in game mode)
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip