nemo [Fri, 09 Sep 2011 18:30:40 -0400] rev 5832
Remove some unused variables and options.inc which uFloat doesn't use, probably should never use, and was getting in the way of my testcase - but most importantly, remove the inline on hwSqrt which was causing very bad math on my compiler/machine. We may have to remove more inlining. A pity.
sheepluva [Fri, 09 Sep 2011 21:31:39 +0200] rev 5831
monkey task: always log to userpath
sheepluva [Fri, 09 Sep 2011 20:17:50 +0200] rev 5830
move hedgehogs out of walls
unc0rr [Fri, 09 Sep 2011 22:04:40 +0400] rev 5829
Don't test for hasGone in unapproved places. Now any possibility of desync on player quit is ruled out. Not tested at all.
Xeli [Fri, 16 Sep 2011 17:36:05 +0200] rev 5828
Changed firebutton, parameters in uTouch might need to be tweaked some more
sheepluva [Fri, 09 Sep 2011 15:52:59 +0200] rev 5827
we don't need trailing whitespaces... I guess :P
Xeli [Wed, 14 Sep 2011 18:43:16 +0200] rev 5826
Fix to enable compiling for something else than arm, the compiler for x64_86 didn't recognize Int32 etc..
sheepluva [Fri, 09 Sep 2011 15:36:30 +0200] rev 5825
Scripting: Update screen dimensions on screen resize and introduce onScreenResize() event.
I implemented that event in Tumber and Space Invasion already in order to update HUD locations properly. (mikade: deal with it $
Xeli [Fri, 09 Sep 2011 05:15:45 +0200] rev 5824
merge
mikade [Fri, 09 Sep 2011 03:57:45 +0200] rev 5823
merge
Disable SuddenDeath on Missions
Fix hats for Missions
Add achievement "Lively Lifeguard" for "That Sinking Feeling"
mikade [Fri, 09 Sep 2011 03:22:08 +0200] rev 5822
merge
mikade [Fri, 09 Sep 2011 03:21:16 +0200] rev 5821
Allow limited form of SuddenDeath (WaterRise = 0) in both CTF modes
Fix missing case of support for more players in CTF_Blizzard
nemo [Thu, 08 Sep 2011 21:20:12 -0400] rev 5820
er. let's reference the right gear, shall we?
mikade [Fri, 09 Sep 2011 03:00:03 +0200] rev 5819
Add support for more players.
(Hopefully) prevent Time-Box (or is that Time Box?) ruining my life.
nemo [Thu, 08 Sep 2011 21:18:44 -0400] rev 5818
There. Push this back on to unc0rr. This effect can still desync, 'cause it always could, but at least now the two are linked w/o argument I think.