Fri, 06 Dec 2013 23:53:35 +0100 It seems that at the current state it is necessary to protect sending stats/ending game from multiple execution,
sheepluva [Fri, 06 Dec 2013 23:53:35 +0100] rev 9760
It seems that at the current state it is necessary to protect sending stats/ending game from multiple execution, as that can happen if you e.g. fail a mission more than once in the same tick (e.g. destroying two essential crates at the same time) Otherwise you can get a blank / stuck frontend (e.g. when using deagle to shoot the two last crates at the same time)! the best approach might be to never call the function that sends stats and ends game from any event handler directly, but instead have a flag 'isFailed' that is set to true when any of the possible fails happen and to check that flag every tick to send stats and end game if true
Fri, 06 Dec 2013 22:48:30 +0100 * turned out the no-flight zone is also a no-climb-and-progress zone
sheepluva [Fri, 06 Dec 2013 22:48:30 +0100] rev 9759
* turned out the no-flight zone is also a no-climb-and-progress zone * also changed it to not completely nullify velocity (otherwise cliffjumpers can get stuck in midair), just make sure dy is not negative
Fri, 06 Dec 2013 20:38:48 +0100 some more campaign string tweaks
sheepluva [Fri, 06 Dec 2013 20:38:48 +0100] rev 9758
some more campaign string tweaks
Fri, 06 Dec 2013 17:01:40 +0100 string tweaks and whitespace fixes
sheepluva [Fri, 06 Dec 2013 17:01:40 +0100] rev 9757
string tweaks and whitespace fixes
Fri, 06 Dec 2013 15:37:15 +0100 german translation updates
sheepluva [Fri, 06 Dec 2013 15:37:15 +0100] rev 9756
german translation updates
Fri, 06 Dec 2013 10:22:33 +0100 don't allow autocamera to mess with targetting when e.g. spamming air-attacks in inf attack mode
sheepluva [Fri, 06 Dec 2013 10:22:33 +0100] rev 9755
don't allow autocamera to mess with targetting when e.g. spamming air-attacks in inf attack mode
Fri, 06 Dec 2013 09:30:07 +0200 fix buggy win conditions and stats in death01
Periklis Ntanasis <pntanasis@gmail.com> [Fri, 06 Dec 2013 09:30:07 +0200] rev 9754
fix buggy win conditions and stats in death01
Thu, 05 Dec 2013 00:51:27 +0400 - Special rooms which stay even when last player quits. Not useful for now, and can't be removed at all.
unc0rr [Thu, 05 Dec 2013 00:51:27 +0400] rev 9753
- Special rooms which stay even when last player quits. Not useful for now, and can't be removed at all. - Define default value for SCRIPT in room config - Allow server admins to join 'registered users only' room
Wed, 04 Dec 2013 12:28:04 +0100 here have some lua love: make parameter count error messages more helpful to lua devs
sheepluva [Wed, 04 Dec 2013 12:28:04 +0100] rev 9752
here have some lua love: make parameter count error messages more helpful to lua devs (also: some whitespace cleanups)
Wed, 04 Dec 2013 10:47:15 +0100 lua call SetAmmoDelay(ammotype, delay). note: as the engine does not yet support per-clan/team/hog ammo delay values, lua scripters will have to keep track of individual delays and set them accordingly before a hedgehog's turn (if they want usage cool-down behavior)
sheepluva [Wed, 04 Dec 2013 10:47:15 +0100] rev 9751
lua call SetAmmoDelay(ammotype, delay). note: as the engine does not yet support per-clan/team/hog ammo delay values, lua scripters will have to keep track of individual delays and set them accordingly before a hedgehog's turn (if they want usage cool-down behavior)
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip