Sun, 30 Oct 2011 23:24:36 +0100 fix mission map script loading
sheepluva [Sun, 30 Oct 2011 23:24:36 +0100] rev 6245
fix mission map script loading
Sun, 30 Oct 2011 21:19:47 +0100 don't let forced hog movement (with no damage) suspend/halt shot charging
sheepluva [Sun, 30 Oct 2011 21:19:47 +0100] rev 6244
don't let forced hog movement (with no damage) suspend/halt shot charging this also caused frozen turns in combination with bee, as reported by Djrulz1
Sun, 30 Oct 2011 17:56:19 +0100 whoops, I'm a nerd
sheepluva [Sun, 30 Oct 2011 17:56:19 +0100] rev 6243
whoops, I'm a nerd
Sun, 30 Oct 2011 17:31:53 +0100 frontend flakes:
sheepluva [Sun, 30 Oct 2011 17:31:53 +0100] rev 6242
frontend flakes: don't spawn flakes at locations that will cause them to never be within the visible frame
Sun, 30 Oct 2011 15:31:30 +0100 frontend flakes:
sheepluva [Sun, 30 Oct 2011 15:31:30 +0100] rev 6241
frontend flakes: * good-bye clipping * also "respawn" flakes when leaving window to the right (instead just the botton) + flakes rotate in 4 degree steps, so let's only generate 90 animation frames instead of 90
Sun, 30 Oct 2011 08:01:26 +0100 show notice to admin when kicking player
sheepluva [Sun, 30 Oct 2011 08:01:26 +0100] rev 6240
show notice to admin when kicking player
Sun, 30 Oct 2011 07:21:51 +0100 lupdate, german translation
sheepluva [Sun, 30 Oct 2011 07:21:51 +0100] rev 6239
lupdate, german translation
Sun, 30 Oct 2011 06:22:47 +0100 beep on highlight
sheepluva [Sun, 30 Oct 2011 06:22:47 +0100] rev 6238
beep on highlight
Sat, 29 Oct 2011 20:47:40 +0200 whoopsy, my bad (segfault due to accepting empty lines)
sheepluva [Sat, 29 Oct 2011 20:47:40 +0200] rev 6237
whoopsy, my bad (segfault due to accepting empty lines)
Sat, 12 Nov 2011 15:48:55 +0100 yey sdl implemented multi touch so my implementation isnt needed anymore hedgeroid
Xeli [Sat, 12 Nov 2011 15:48:55 +0100] rev 6236
yey sdl implemented multi touch so my implementation isnt needed anymore
Sat, 29 Oct 2011 18:20:56 +0200 stylesheet comments/adjustments
sheepluva [Sat, 29 Oct 2011 18:20:56 +0200] rev 6235
stylesheet comments/adjustments
Sat, 12 Nov 2011 14:52:48 +0100 these files must not be compiled because they cause compiler errors and noone likes those ;p hedgeroid
Xeli [Sat, 12 Nov 2011 14:52:48 +0100] rev 6234
these files must not be compiled because they cause compiler errors and noone likes those ;p
Sat, 29 Oct 2011 17:52:35 +0200 html-escape nicknames
sheepluva [Sat, 29 Oct 2011 17:52:35 +0200] rev 6233
html-escape nicknames
Sat, 12 Nov 2011 14:50:35 +0100 removed sdl_net which was 'borrowed' (?:P) from peyla's port we'll now be using the official port hedgeroid
Xeli [Sat, 12 Nov 2011 14:50:35 +0100] rev 6232
removed sdl_net which was 'borrowed' (?:P) from peyla's port we'll now be using the official port
Sat, 29 Oct 2011 16:54:46 +0200 change default timestamp format to hh:mm
sheepluva [Sat, 29 Oct 2011 16:54:46 +0200] rev 6231
change default timestamp format to hh:mm
Sat, 12 Nov 2011 14:48:35 +0100 automated the build process some more, users must add the android ndk, sdk and fpc dir to their $PATH and cmake will do the rest, I still need a solution for the sdl dir. Subrepo's perhaps? hedgeroid
Xeli [Sat, 12 Nov 2011 14:48:35 +0100] rev 6230
automated the build process some more, users must add the android ndk, sdk and fpc dir to their $PATH and cmake will do the rest, I still need a solution for the sdl dir. Subrepo's perhaps?
Sat, 29 Oct 2011 15:31:45 +0200 * fix highlighting (i just broke it by not negating a boolean expression)
sheepluva [Sat, 29 Oct 2011 15:31:45 +0200] rev 6229
* fix highlighting (i just broke it by not negating a boolean expression) * fix issues with first display: none; being ignored + allow css to hide hours / seconds of timestamp
Sat, 12 Nov 2011 14:45:36 +0100 added lines to avoid compiler hints, is this really the way we want to do it though? ;/ hedgeroid
Xeli [Sat, 12 Nov 2011 14:45:36 +0100] rev 6228
added lines to avoid compiler hints, is this really the way we want to do it though? ;/
Sat, 29 Oct 2011 11:47:37 +0200 update name autocompletion after nick change (since own nick isn't suggested)
sheepluva [Sat, 29 Oct 2011 11:47:37 +0200] rev 6227
update name autocompletion after nick change (since own nick isn't suggested)
Fri, 28 Oct 2011 18:33:38 +0200 merge hedgeroid
Xeli [Fri, 28 Oct 2011 18:33:38 +0200] rev 6226
merge
Sat, 29 Oct 2011 09:19:04 +0200 disconnect when going back from lobby page (regression fix)
sheepluva [Sat, 29 Oct 2011 09:19:04 +0200] rev 6225
disconnect when going back from lobby page (regression fix) fix some indentations
Fri, 28 Oct 2011 18:26:17 +0200 one dangerous merge hedgeroid
koda [Fri, 28 Oct 2011 18:26:17 +0200] rev 6224
one dangerous merge
Fri, 28 Oct 2011 19:20:35 +0400 It doesn't make much sense to make checks like 'if(game)' if you never set game to 0. Using smart pointers instead. Does it fix segfaults? Probably.
unc0rr [Fri, 28 Oct 2011 19:20:35 +0400] rev 6223
It doesn't make much sense to make checks like 'if(game)' if you never set game to 0. Using smart pointers instead. Does it fix segfaults? Probably.
Fri, 28 Oct 2011 13:10:46 +0200 + make names in notice messages and leave messages clickable too
sheepluva [Fri, 28 Oct 2011 13:10:46 +0200] rev 6222
+ make names in notice messages and leave messages clickable too + experimental: allow adding/removing users to friends/ignore list even after their loggout
Fri, 28 Oct 2011 09:12:05 +0200 chat: don't link own name
sheepluva [Fri, 28 Oct 2011 09:12:05 +0200] rev 6221
chat: don't link own name
Fri, 28 Oct 2011 03:41:52 +0200 ok *this* brings ios 3.* runtime compatibility
koda [Fri, 28 Oct 2011 03:41:52 +0200] rev 6220
ok *this* brings ios 3.* runtime compatibility
Fri, 28 Oct 2011 03:06:31 +0200 restore game config on iphone
koda [Fri, 28 Oct 2011 03:06:31 +0200] rev 6219
restore game config on iphone
Thu, 27 Oct 2011 22:52:22 +0200 actually the those if(...); weren't supposed to be if statements in the first place, since the result is always true at that point of code anyway.
sheepluva [Thu, 27 Oct 2011 22:52:22 +0200] rev 6218
actually the those if(...); weren't supposed to be if statements in the first place, since the result is always true at that point of code anyway.
Thu, 27 Oct 2011 21:33:18 +0400 - Remove some old unused code
unc0rr [Thu, 27 Oct 2011 21:33:18 +0400] rev 6217
- Remove some old unused code - Fix some warnings, including "empty if"
Thu, 27 Oct 2011 02:47:05 +0200 having ctrl+w close the engine is just mean... many WASD players think the game crashes all the time because of that - since they close it by accident again and again...
sheepluva [Thu, 27 Oct 2011 02:47:05 +0200] rev 6216
having ctrl+w close the engine is just mean... many WASD players think the game crashes all the time because of that - since they close it by accident again and again...
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip