koda [Sat, 17 Jul 2010 03:59:10 +0200] rev 3647
making chat work... (keyboard support is heavily broken in sdl upstream)
koda [Fri, 16 Jul 2010 00:18:03 +0200] rev 3646
don't make the confirmation button disappear, present an alert if game doesn't start
unc0rr [Sat, 17 Jul 2010 23:44:42 +0400] rev 3645
Reimplement REMOVE_TEAM
koda [Thu, 15 Jul 2010 04:31:25 +0200] rev 3644
finished ammo configuration (which is the last page missing in config \o/)
koda [Thu, 15 Jul 2010 03:28:29 +0200] rev 3643
reworked the ammunition configuration page (visually)
koda [Thu, 15 Jul 2010 01:18:51 +0200] rev 3642
support for static map added to iFrontend
koda [Wed, 14 Jul 2010 00:43:36 +0200] rev 3641
save the gl client state to get a nice 80% fps boost
tidy rqKillFlakes
nemo [Tue, 13 Jul 2010 17:39:00 -0400] rev 3640
Reduce calls to expensive operations in fire. Slightly alters fire behaviour, but should still be reasonable
koda [Mon, 12 Jul 2010 01:42:43 +0200] rev 3639
use a button instead of label and simplify a lot touch interaction
koda [Sun, 11 Jul 2010 18:39:01 +0200] rev 3638
touch overlay reworked, improvements to zoom and confirmation
koda [Sun, 11 Jul 2010 03:23:26 +0200] rev 3637
implement the check on the type of ammo requiring a second tap to confirm
koda [Sat, 10 Jul 2010 18:43:28 +0200] rev 3636
merge
koda [Sat, 10 Jul 2010 18:42:47 +0200] rev 3635
improvements to touch interface (tap to select weap, don't move camera for spourious taps, ask for confirmation when using click-weapons)
koda [Sat, 10 Jul 2010 15:39:07 +0200] rev 3634
cWeaponTooltips -> rqTooltipsOff
nemo [Fri, 09 Jul 2010 20:09:46 -0400] rev 3633
Updated Island theme.
koda [Sat, 10 Jul 2010 02:02:37 +0200] rev 3632
fix land check fo' real
more logs in case of failing gameConfig
koda [Thu, 08 Jul 2010 23:34:25 +0200] rev 3631
fix land check
koda [Thu, 08 Jul 2010 23:06:21 +0200] rev 3630
fix static land loading on desktop
add further checks to the sporadic init bug on iFoos
koda [Thu, 08 Jul 2010 02:23:10 +0200] rev 3629
redo spinning wheel, redo fix for detail selection, redo ammo quantity and name in ammomenu
koda [Wed, 07 Jul 2010 03:16:12 +0200] rev 3628
enable tooltips on ipad (todo: disable them on iphone)
koda [Wed, 07 Jul 2010 03:03:59 +0200] rev 3627
the game now respects the orientation of the frontend
koda [Wed, 07 Jul 2010 02:52:11 +0200] rev 3626
fix the multitouch shooting and moving
fix a crash (unknown) when reloading
leave the lobby open after returing from game
koda [Tue, 06 Jul 2010 03:33:01 +0200] rev 3625
icons \o/
fixed orientation and launch image issues
prevent a crash when loading lobby multiple times
koda [Mon, 05 Jul 2010 22:42:43 +0200] rev 3624
button to open ammomenu
loading screen that fits launch orientation
further work on weapon selection
more savings for older idevices
koda [Sun, 04 Jul 2010 01:27:41 +0200] rev 3623
graphics applied and fixes here and there
Tiy [Sun, 04 Jul 2010 00:48:39 +0200] rev 3622
add other lobby graphics
koda [Sun, 04 Jul 2010 00:33:59 +0200] rev 3621
initial support for customizing weaponset
koda [Sat, 03 Jul 2010 15:31:36 +0200] rev 3620
szczur updated locale
koda [Sat, 03 Jul 2010 15:30:52 +0200] rev 3619
partially apply new graphics to code
Tiy [Sat, 03 Jul 2010 15:30:33 +0200] rev 3618
new graphics for ipad frontend
koda [Sat, 03 Jul 2010 05:51:24 +0200] rev 3617
a couple of fixes i missed previously
koda [Sat, 03 Jul 2010 04:42:29 +0200] rev 3616
tackling the iphoneos todo (another trial for the beginning sporadic bug, remove curl animation, don't need to go to detail page)
koda [Sat, 03 Jul 2010 04:09:27 +0200] rev 3615
further code cleanup and less redundancy
nemo [Fri, 02 Jul 2010 21:20:38 -0400] rev 3614
merge
koda [Sat, 03 Jul 2010 02:01:24 +0200] rev 3613
make runtime quality check for iDevices
koda [Sat, 03 Jul 2010 01:31:18 +0200] rev 3612
land arrays are allocated dynamically, so DOWNSCALE and LOWRES macros are now removed and replaced by run time flags rqBlurryLand and rqLowRes
koda [Sat, 03 Jul 2010 00:11:23 +0200] rev 3611
interpret parameters before initializing everything
make flake disabling really works
code cleanup and fixes
koda [Fri, 02 Jul 2010 17:46:53 +0200] rev 3610
small cleanup
nemo [Fri, 02 Jul 2010 21:19:22 -0400] rev 3609
Minor fire tweak for readability and lethalness, remove exit condition that was hanging game (identified by jaylittle)
nemo [Thu, 01 Jul 2010 23:41:10 -0400] rev 3608
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.
nemo [Thu, 01 Jul 2010 19:05:29 -0400] rev 3607
Initialise to 0
nemo [Thu, 01 Jul 2010 18:29:57 -0400] rev 3606
Rename city to earthrise, replace old "earthrise" music w/ new City music on City/Planes
HSR [Thu, 01 Jul 2010 18:26:44 -0400] rev 3605
New music for City theme
nemo [Thu, 01 Jul 2010 17:16:13 -0400] rev 3604
New Rock themed music for Stage by HSR
nemo [Thu, 01 Jul 2010 17:00:14 -0400] rev 3603
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.
nemo [Thu, 01 Jul 2010 14:17:22 -0400] rev 3602
Restore prior optimisation with the wildly out-of-bounds tx in LandDirty removed
nemo [Thu, 01 Jul 2010 00:34:39 -0400] rev 3601
Revert most of optimisation except for some obvious fixes to errors someone or other introduced.
Something in the rest appears related to a crash in translation. Until I determine why or what, this stays out to not ruin people's games
nemo [Wed, 30 Jun 2010 23:21:46 -0400] rev 3600
merge (I'll get it next time)
koda [Wed, 30 Jun 2010 23:27:18 +0200] rev 3599
sheepluva's inline patch, fix a crash in overlay
koda [Wed, 30 Jun 2010 22:42:55 +0200] rev 3598
tiy new overlay graphics
clean the sdlwindow created
updated latest sdl
fixes, corrected leaks and stuff
sheepluva [Wed, 30 Jun 2010 22:20:52 +0200] rev 3597
visual gears: fixing nemo's c-style assignment/multiplications
nemo [Wed, 30 Jun 2010 23:15:14 -0400] rev 3596
Store some calcs to speed up uLandGraphics a tad
koda [Wed, 30 Jun 2010 14:52:48 +0200] rev 3595
partially removing DOWNSCALE ifdef -- only two remain and their removal requires dynamic allocation (btw this breaks low quality mode)
koda [Wed, 30 Jun 2010 12:55:33 +0200] rev 3594
turn cReducedQuality into a LongInt and provide a series of quality flags (and best of all, this is still compatible with current frontend)
nemo [Tue, 29 Jun 2010 23:30:49 -0400] rev 3593
Remove hwFloat from VisualGears - they don't need the precision for syncing purposes, and it saves a whole lot of operations.
sheepluva [Wed, 30 Jun 2010 03:26:15 +0200] rev 3592
clouds: up-and-down-bouncing now without evil loop