Sun, 30 Oct 2011 17:31:53 +0100 sheepluva frontend flakes:
Sun, 30 Oct 2011 15:31:30 +0100 sheepluva frontend flakes:
Sun, 30 Oct 2011 08:01:26 +0100 sheepluva show notice to admin when kicking player
Sun, 30 Oct 2011 07:21:51 +0100 sheepluva lupdate, german translation
Sun, 30 Oct 2011 06:22:47 +0100 sheepluva beep on highlight
Sat, 29 Oct 2011 20:47:40 +0200 sheepluva whoopsy, my bad (segfault due to accepting empty lines)
Sat, 12 Nov 2011 15:48:55 +0100 Xeli yey sdl implemented multi touch so my implementation isnt needed anymore hedgeroid
Sat, 29 Oct 2011 18:20:56 +0200 sheepluva stylesheet comments/adjustments
Sat, 12 Nov 2011 14:52:48 +0100 Xeli these files must not be compiled because they cause compiler errors and noone likes those ;p hedgeroid
Sat, 29 Oct 2011 17:52:35 +0200 sheepluva html-escape nicknames
Sat, 12 Nov 2011 14:50:35 +0100 Xeli removed sdl_net which was 'borrowed' (?:P) from peyla's port we'll now be using the official port hedgeroid
Sat, 29 Oct 2011 16:54:46 +0200 sheepluva change default timestamp format to hh:mm
Sat, 12 Nov 2011 14:48:35 +0100 Xeli 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
Sat, 29 Oct 2011 15:31:45 +0200 sheepluva * fix highlighting (i just broke it by not negating a boolean expression)
Sat, 12 Nov 2011 14:45:36 +0100 Xeli added lines to avoid compiler hints, is this really the way we want to do it though? ;/ hedgeroid
Sat, 29 Oct 2011 11:47:37 +0200 sheepluva update name autocompletion after nick change (since own nick isn't suggested)
Fri, 28 Oct 2011 18:33:38 +0200 Xeli merge hedgeroid
Sat, 29 Oct 2011 09:19:04 +0200 sheepluva disconnect when going back from lobby page (regression fix)
Fri, 28 Oct 2011 18:26:17 +0200 koda one dangerous merge hedgeroid
Fri, 28 Oct 2011 19:20:35 +0400 unc0rr 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 sheepluva + make names in notice messages and leave messages clickable too
Fri, 28 Oct 2011 09:12:05 +0200 sheepluva chat: don't link own name
Fri, 28 Oct 2011 03:41:52 +0200 koda ok *this* brings ios 3.* runtime compatibility
Fri, 28 Oct 2011 03:06:31 +0200 koda restore game config on iphone
Thu, 27 Oct 2011 22:52:22 +0200 sheepluva 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 unc0rr - Remove some old unused code
Thu, 27 Oct 2011 02:47:05 +0200 sheepluva 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...
Wed, 26 Oct 2011 11:50:03 +0200 sheepluva typos
Wed, 26 Oct 2011 05:57:00 +0200 sheepluva custom highlighting
Wed, 26 Oct 2011 02:21:44 +0200 koda also imageio is absent from old ios, so weaklink it
Wed, 26 Oct 2011 01:51:42 +0200 sheepluva few mini-adjustments
Wed, 26 Oct 2011 01:50:08 +0200 sheepluva move (prematurely) finishing game by removing all teams into engine since that's where it should happen
Wed, 26 Oct 2011 01:17:44 +0200 koda fix runtime compability with ios 3.* (hopefully) and fix a small glitch in turning off music/sounds
Wed, 26 Oct 2011 00:30:35 +0200 koda restore runtime compatibility with ios 3.2
Tue, 25 Oct 2011 22:51:10 +0200 koda move all extra categories in a single source, add caching for HWUtils
Tue, 25 Oct 2011 22:14:55 +0200 koda updated sdl and lowered minimum ios to 3.0
Tue, 25 Oct 2011 19:01:56 -0400 nemo As sheepluva pointed out, allowing this message to be legal allows naughtiness. The server usage of this message does not seem to use this check.
Tue, 25 Oct 2011 19:46:59 +0200 sheepluva remove any thread-safe stuff I introduced since it's not needed
Tue, 25 Oct 2011 13:30:02 +0400 unc0rr Fix for 'The "optimized" argument must be followed by a library.' cmake failure
Tue, 25 Oct 2011 03:00:08 +0200 sheepluva adding simple doc build script
Mon, 24 Oct 2011 23:24:01 +0200 sheepluva this should fix stylesheet importing on windows, but we'll see
Mon, 24 Oct 2011 22:46:35 +0200 sheepluva fix of /saveStyleSheet command, error message on stylesheet import fail
Mon, 24 Oct 2011 20:01:25 +0200 sheepluva tweak and document abstract page
Mon, 24 Oct 2011 11:14:09 +0200 sheepluva on file save: create parent directories if needed
Mon, 24 Oct 2011 10:59:52 +0200 sheepluva unbreak command auto-completion (was broken since r0b92341adb6a - 52 commits ago)
Mon, 24 Oct 2011 10:30:47 +0200 sheepluva chat:
Mon, 24 Oct 2011 06:54:46 +0200 sheepluva minor cleanups, mostly in own code
Mon, 24 Oct 2011 06:10:28 +0200 sheepluva * fixing my hat preview bug nemo pointed out (thanks!)
Mon, 24 Oct 2011 01:09:33 +0200 sheepluva improve and cash hilight regexp
Sun, 23 Oct 2011 22:47:59 +0200 sheepluva highlight improvements
Sun, 23 Oct 2011 14:44:19 -0400 nemo oops
Sun, 23 Oct 2011 11:37:52 +0400 unc0rr Case-insensitive comparison of nicks
Sun, 23 Oct 2011 09:01:53 +0200 sheepluva potential fix for issue #217 (SigSegV while in game room in KillAllTeams - team list change?)
Sun, 23 Oct 2011 01:47:44 -0400 nemo retain dx/dy from landgun
Sat, 22 Oct 2011 20:49:26 +0200 sheepluva doxygen seems to get confused if a ///< line is followed by a /// line
Sat, 22 Oct 2011 20:41:23 +0200 sheepluva * adding destructors to my line edit subclasses
Sat, 22 Oct 2011 19:37:39 +0200 sheepluva let's create some templates so that the user knows how to start off
Sat, 22 Oct 2011 18:24:36 +0200 sheepluva document css files better
Sat, 22 Oct 2011 11:50:55 -0400 nemo Tweak ratios to deemphasise foreground flakes further
Sat, 22 Oct 2011 10:59:06 +0200 sheepluva minor signal fail fix
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip