Wed, 17 Aug 2011 18:09:25 +0200 Xeli merge hedgeroid
Wed, 17 Aug 2011 21:26:34 +0400 unc0rr Free messages queue on engine shutdown
Wed, 17 Aug 2011 17:15:42 +0200 Xeli merge hedgeroid
Wed, 17 Aug 2011 11:17:50 -0400 nemo ...
Wed, 17 Aug 2011 17:14:47 +0200 Xeli Now able to select a weapon hedgeroid
Wed, 17 Aug 2011 11:07:03 -0400 nemo *sigh*
Wed, 17 Aug 2011 12:32:40 +0200 Xeli merge hedgeroid
Wed, 17 Aug 2011 10:58:00 -0400 nemo Add square check to shotgun. This a minor optimisation that might sidestep a bug on iOS/Android. Still need to find out why the bug is happening though
Wed, 17 Aug 2011 00:11:57 -0400 nemo Break visual gears list up into 4, to avoid iterating over entire list to draw a single layer. Also fix error in tag zoom.
Tue, 16 Aug 2011 23:02:27 -0400 nemo Make it a lot harder to cheat with typical random crates. This also means that crates will vary even if map has the same seed (hog positions of course will be unchanged).
Tue, 16 Aug 2011 21:37:10 -0400 nemo At mikade's request, expose screenheight/screenwidth and allow setting tag zoom level
Tue, 16 Aug 2011 21:57:58 +0400 unc0rr Properly implement slot, connect signal from the object which actually sends it to the slot
Mon, 15 Aug 2011 16:57:36 -0400 nemo Check for dX too
Mon, 15 Aug 2011 16:50:09 -0400 nemo I'll learn to build first eventually...
Wed, 17 Aug 2011 12:31:10 +0200 Xeli uTouch, has cursor move, zoom and click or tap to open the ammo menu hedgeroid
Mon, 15 Aug 2011 16:49:15 -0400 nemo oops
Mon, 15 Aug 2011 21:49:09 +0200 Xeli merge hedgeroid
Mon, 15 Aug 2011 16:48:39 -0400 nemo Move HealthTag dY init into AddGear
Mon, 15 Aug 2011 19:42:39 +0200 mikade merge
Mon, 15 Aug 2011 12:47:53 -0400 nemo Use Frame instead of State for the health flag
Mon, 15 Aug 2011 20:31:31 +0400 unc0rr Don't allow to join other protocol room using FOLLOW command (not tested)
Mon, 15 Aug 2011 20:18:18 +0400 unc0rr Why so suspicious?
Mon, 15 Aug 2011 17:29:54 +0200 mikade Allow user to drop bombs off rope, parachute, and flying saucer.
Mon, 15 Aug 2011 10:16:18 -0400 nemo forgot scale
Sun, 14 Aug 2011 23:52:45 -0400 nemo suggestion of mikade's - delete old mines if the collision array shows signs of filling up. This is kind of an edge case, esp now that array is up to 1024, but should prevent (easiest) way to crash by collision array overflow (endless mines/minestrikes).
Sun, 14 Aug 2011 23:06:00 -0400 nemo bump up max collision to 1024 entries
Sun, 14 Aug 2011 23:00:12 -0400 nemo Tiny bit of progress on download page - hooked it up to "Info" button for now.
Sun, 14 Aug 2011 21:49:04 -0400 nemo draw health tag relative to screen if State <> 0
Mon, 15 Aug 2011 00:23:32 +0200 koda smaller code cleanup
Sun, 14 Aug 2011 17:49:12 -0400 nemo For mikade's sake, use old dx/dy/frametick as default, so health crosses move the same
Sun, 14 Aug 2011 17:42:26 -0400 nemo Use same visual gear for health tags and hearts.
Sun, 14 Aug 2011 16:59:55 -0400 nemo Seduction animation. New visual gear type.
Sun, 14 Aug 2011 13:45:37 -0400 nemo Shrink number of circle points to 60, reenable seduction circle (no longer crashes)
Sun, 14 Aug 2011 13:25:55 -0400 nemo Change to "aura" due to odd crasher in DrawCircle, at least on my machine/driver. Less precise, but perhaps more attractive.
Sun, 14 Aug 2011 20:53:52 +0400 unc0rr Use local scope global var instead
Sat, 13 Aug 2011 22:46:47 +0200 Henek new SD flakes from mikade and a flash when sudden death starts
Sat, 13 Aug 2011 21:06:51 +0200 koda small fix for the ios project file
Sat, 13 Aug 2011 21:26:59 +0400 unc0rr Some screwing around GearsNear code
Sat, 13 Aug 2011 20:44:42 +0400 unc0rr Don't switch to gsConfirm state (which is pretty same as gsGame) when not in gsGame or gsChat state. Prevents crashes and other possible kinds of wierd behaviour.
Fri, 12 Aug 2011 15:33:07 -0400 nemo Revert ParseCommandOverride change since it appears to be badly screwing up scripting. Need to find out why. This backs out 7f57d0c7816a and the recent workaround.
Fri, 12 Aug 2011 14:09:08 -0400 nemo extend the workaround. FIXME still applies
Fri, 12 Aug 2011 13:15:30 -0400 nemo oops. accidentaly committed test move of voice line (the FIXME still applies though)
Fri, 12 Aug 2011 12:42:50 -0400 nemo use ansistring instead
Mon, 15 Aug 2011 21:45:27 +0200 Xeli Zoom and moving the camera now works with SDL_FINGER* events hedgeroid
Fri, 12 Aug 2011 10:36:37 -0400 nemo sheepluva pointed out there are 2 StrPas in pascal, in different units. Do conversion in LuaPas instead
Thu, 11 Aug 2011 15:03:21 +0200 Xeli merge hedgeroid
Thu, 11 Aug 2011 23:07:45 -0400 nemo This is a WTF checkin. Seriously. Someone needs to look at this to find out why it is behaving as it is.
Thu, 11 Aug 2011 15:01:05 +0200 Xeli Android (multitouch) implementation hedgeroid
Thu, 11 Aug 2011 22:33:56 -0400 nemo unbreak voice playback in team creation
Thu, 11 Aug 2011 14:59:56 +0200 Xeli SDL_FINGERUP/DOWN/MOTION events added hedgeroid
Thu, 11 Aug 2011 00:18:10 +0200 Henek disable campaign button, structure and change sudden death music to hell.ogg
Thu, 11 Aug 2011 14:59:14 +0200 Xeli start of implementation of the save button, check if there's something to save and update TeamSelectionActivity if a change has been made hedgeroid
Wed, 10 Aug 2011 17:22:17 -0400 nemo another merge to clean up
Thu, 11 Aug 2011 14:56:31 +0200 Xeli Android touch events propagate to hwengine now hedgeroid
Wed, 10 Aug 2011 17:20:21 -0400 nemo :( bad revision.
Wed, 10 Aug 2011 14:55:00 +0200 Xeli back key now quits the game hedgeroid
Wed, 10 Aug 2011 17:16:19 -0400 nemo merge1
Wed, 10 Aug 2011 14:52:51 +0200 Xeli Changed gametype to 'style' hedgeroid
Wed, 10 Aug 2011 22:34:25 +0200 mikade Fixed up Golf theme. Should look pretty good, now.
Wed, 10 Aug 2011 01:50:57 +0200 Xeli typo on the nullpointer check hedgeroid
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip