Thu, 03 Nov 2011 23:16:26 +0300 unc0rr Better 'else' part
Thu, 03 Nov 2011 23:12:22 +0300 unc0rr Starting pas2C using library called 'pretty'
Thu, 03 Nov 2011 22:11:35 +0300 unc0rr - Update to compile with parsec 3.*
Thu, 03 Nov 2011 10:36:10 -0400 nemo Bounce can't be set on this anyway, and if we did make it work, it'd probably be OP
Thu, 03 Nov 2011 17:15:54 +0400 unc0rr Improve pascal parser, now it is able to successfully parse uGame.pas (though it eats all comments). Many things are still missing. Well, it's just a matter of time to implement the rest. All basic work is already done anyway.
Thu, 03 Nov 2011 05:15:39 +0100 koda small tweak to ingamemenu class
Thu, 03 Nov 2011 05:09:05 +0100 koda double two finger tap to make screenshot on ios (though folder is not yet accessible)
Thu, 03 Nov 2011 03:58:24 +0100 koda make screenshots with 32bits of depths, so that they are more opengles friendly
Thu, 03 Nov 2011 01:10:25 +0100 koda convert gameinterfacebridge in simple-to-use class methods
Thu, 03 Nov 2011 00:56:44 +0100 koda aaand remove also ipcport from the class interface as well
Wed, 02 Nov 2011 19:17:07 +0100 koda do not forget to keep track of teams here
Wed, 02 Nov 2011 19:07:37 +0100 koda don't keep track of the savepath and of engineprotocol objects
Wed, 02 Nov 2011 17:42:52 +0100 koda better
Wed, 02 Nov 2011 16:31:16 +0100 koda remove the need of saving the calling controller (disabling stats, but they were already broken by a previous commit)
Wed, 02 Nov 2011 09:48:29 +0100 koda slight simplification
Wed, 02 Nov 2011 09:24:18 +0100 koda move objc overlay creation after sdlwindow has been created
Mon, 31 Oct 2011 21:04:18 +0100 sheepluva widen mission list
Mon, 31 Oct 2011 20:51:00 +0100 sheepluva mission locale -> UTF-8
Mon, 31 Oct 2011 22:32:53 +0300 unc0rr ru localization
Mon, 31 Oct 2011 15:05:39 -0400 nemo oh, probably needs resetting here too
Mon, 31 Oct 2011 14:08:10 -0400 nemo Force a desync if there is a script name mismatch. This avoids playing until the game desyncs due to script differences.
Mon, 31 Oct 2011 19:40:39 +0200 mikade Add "Surfer" achievement to Space Invasion.
Mon, 31 Oct 2011 16:56:48 +0100 sheepluva this seems... um.. random
Mon, 31 Oct 2011 16:44:25 +0100 sheepluva Bee:
Mon, 31 Oct 2011 14:44:43 +0100 sheepluva mikade's request: dont delete mission text/texture in HideMission() (so that it can still be looked at in ESC menu
Mon, 31 Oct 2011 13:36:39 +0100 sheepluva fix HideMission()
Mon, 31 Oct 2011 13:12:10 +0100 sheepluva don't hide target cursor if a hedgehog (other than current) is drowning, thanks to mikade for pointing this out
Mon, 31 Oct 2011 03:08:16 +0100 koda unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
Mon, 31 Oct 2011 01:44:32 +0100 koda just moving ios server stuff around
Sun, 30 Oct 2011 23:24:36 +0100 sheepluva fix mission map script loading
Sun, 30 Oct 2011 21:19:47 +0100 sheepluva don't let forced hog movement (with no damage) suspend/halt shot charging
Sun, 30 Oct 2011 17:56:19 +0100 sheepluva whoops, I'm a nerd
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
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip