Mon, 19 Jul 2010 23:31:08 +0400 unc0rr Run core timer
Mon, 19 Jul 2010 23:30:08 +0400 unc0rr Make ROUNDFINISHED work correctly
Mon, 19 Jul 2010 23:10:33 +0400 unc0rr Reimplement ROUNDFINISHED
Mon, 19 Jul 2010 23:00:10 +0400 unc0rr Reimplement ping timeout
Mon, 19 Jul 2010 22:37:47 +0400 unc0rr Reimplement statistics
Sun, 18 Jul 2010 03:58:06 +0200 koda merge
Sun, 18 Jul 2010 03:55:56 +0200 koda switching hogs now works
Sun, 18 Jul 2010 03:26:15 +0200 koda add a timer selection for grenades
Sat, 17 Jul 2010 16:35:14 +0200 koda aim now starts slow and then moves faster
Sat, 17 Jul 2010 06:56:39 +0200 koda some further chat polishing
Sat, 17 Jul 2010 03:59:10 +0200 koda making chat work... (keyboard support is heavily broken in sdl upstream)
Fri, 16 Jul 2010 00:18:03 +0200 koda don't make the confirmation button disappear, present an alert if game doesn't start
Sat, 17 Jul 2010 23:44:42 +0400 unc0rr Reimplement REMOVE_TEAM
Thu, 15 Jul 2010 04:31:25 +0200 koda finished ammo configuration (which is the last page missing in config \o/)
Thu, 15 Jul 2010 03:28:29 +0200 koda reworked the ammunition configuration page (visually)
Thu, 15 Jul 2010 01:18:51 +0200 koda support for static map added to iFrontend
Wed, 14 Jul 2010 00:43:36 +0200 koda save the gl client state to get a nice 80% fps boost
Tue, 13 Jul 2010 17:39:00 -0400 nemo Reduce calls to expensive operations in fire. Slightly alters fire behaviour, but should still be reasonable
Mon, 12 Jul 2010 01:42:43 +0200 koda use a button instead of label and simplify a lot touch interaction
Sun, 11 Jul 2010 18:39:01 +0200 koda touch overlay reworked, improvements to zoom and confirmation
Sun, 11 Jul 2010 03:23:26 +0200 koda implement the check on the type of ammo requiring a second tap to confirm
Sat, 10 Jul 2010 18:43:28 +0200 koda merge
Sat, 10 Jul 2010 18:42:47 +0200 koda improvements to touch interface (tap to select weap, don't move camera for spourious taps, ask for confirmation when using click-weapons)
Sat, 10 Jul 2010 15:39:07 +0200 koda cWeaponTooltips -> rqTooltipsOff
Fri, 09 Jul 2010 20:09:46 -0400 nemo Updated Island theme.
Sat, 10 Jul 2010 02:02:37 +0200 koda fix land check fo' real
Thu, 08 Jul 2010 23:34:25 +0200 koda fix land check
Thu, 08 Jul 2010 23:06:21 +0200 koda fix static land loading on desktop
Thu, 08 Jul 2010 02:23:10 +0200 koda redo spinning wheel, redo fix for detail selection, redo ammo quantity and name in ammomenu
Wed, 07 Jul 2010 03:16:12 +0200 koda enable tooltips on ipad (todo: disable them on iphone)
Wed, 07 Jul 2010 03:03:59 +0200 koda the game now respects the orientation of the frontend
Wed, 07 Jul 2010 02:52:11 +0200 koda fix the multitouch shooting and moving
Tue, 06 Jul 2010 03:33:01 +0200 koda icons \o/
Mon, 05 Jul 2010 22:42:43 +0200 koda button to open ammomenu
Sun, 04 Jul 2010 01:27:41 +0200 koda graphics applied and fixes here and there
Sun, 04 Jul 2010 00:48:39 +0200 Tiy add other lobby graphics
Sun, 04 Jul 2010 00:33:59 +0200 koda initial support for customizing weaponset
Sat, 03 Jul 2010 15:31:36 +0200 koda szczur updated locale
Sat, 03 Jul 2010 15:30:52 +0200 koda partially apply new graphics to code
Sat, 03 Jul 2010 15:30:33 +0200 Tiy new graphics for ipad frontend
Sat, 03 Jul 2010 05:51:24 +0200 koda a couple of fixes i missed previously
Sat, 03 Jul 2010 04:42:29 +0200 koda tackling the iphoneos todo (another trial for the beginning sporadic bug, remove curl animation, don't need to go to detail page)
Sat, 03 Jul 2010 04:09:27 +0200 koda further code cleanup and less redundancy
Fri, 02 Jul 2010 21:20:38 -0400 nemo merge
Sat, 03 Jul 2010 02:01:24 +0200 koda make runtime quality check for iDevices
Sat, 03 Jul 2010 01:31:18 +0200 koda land arrays are allocated dynamically, so DOWNSCALE and LOWRES macros are now removed and replaced by run time flags rqBlurryLand and rqLowRes
Sat, 03 Jul 2010 00:11:23 +0200 koda interpret parameters before initializing everything
Fri, 02 Jul 2010 17:46:53 +0200 koda small cleanup
Fri, 02 Jul 2010 21:19:22 -0400 nemo Minor fire tweak for readability and lethalness, remove exit condition that was hanging game (identified by jaylittle)
Thu, 01 Jul 2010 23:41:10 -0400 nemo Revert prior attempted optimisation. Gridding the land pays in some situations, but not all. Restricting to an upper bound might help, but overall, seems too fuzzy to be worth it. On one side is increased cost of Add/Delete + extra test on collision check, on the other is skipping the list iteration. Perhaps for large lists.
Thu, 01 Jul 2010 19:05:29 -0400 nemo Initialise to 0
Thu, 01 Jul 2010 18:29:57 -0400 nemo Rename city to earthrise, replace old "earthrise" music w/ new City music on City/Planes
Thu, 01 Jul 2010 18:26:44 -0400 HSR New music for City theme
Thu, 01 Jul 2010 17:16:13 -0400 nemo New Rock themed music for Stage by HSR
Thu, 01 Jul 2010 17:00:14 -0400 nemo Grid the landscape, and shortcircuit checks on the collision array if there are no nearby checked in collisions to be collided with. This is a big win for fire's ammoshove in particular. Also add a +2 that seemed missing in the check, and update fire accordingly.
Thu, 01 Jul 2010 14:17:22 -0400 nemo Restore prior optimisation with the wildly out-of-bounds tx in LandDirty removed
Thu, 01 Jul 2010 00:34:39 -0400 nemo Revert most of optimisation except for some obvious fixes to errors someone or other introduced.
Wed, 30 Jun 2010 23:21:46 -0400 nemo merge (I'll get it next time)
Wed, 30 Jun 2010 23:27:18 +0200 koda sheepluva's inline patch, fix a crash in overlay
Wed, 30 Jun 2010 22:42:55 +0200 koda tiy new overlay graphics
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip