nemo [Sun, 10 Oct 2010 21:43:22 -0400] rev 3955
You win fillammostore
nemo [Sun, 10 Oct 2010 21:14:58 -0400] rev 3954
Hopefully fix the last of the more obvious weapon bugs w/ infinite attack mode, add a depixeling sweep every 5s too.
nemo [Sun, 10 Oct 2010 20:34:48 -0400] rev 3953
Hopefully fix bee/air attacks w/o screwing anything else up. Set mines to trigger immediately in infinite attack mode (better not use 0s mines)
koda [Mon, 11 Oct 2010 03:28:15 +0200] rev 3952
moved some utilities to a separate column with round buttons
some improvements to rotation handling, overlay appears later so device shouldn't be stressed
removed some code and autoset to default only when textfield is empty (for weaps and schemes)
nemo [Sun, 10 Oct 2010 20:16:17 -0400] rev 3951
Correct another bug in slot switching, adjust width of theme list, really truly fix reset of weps (I hope) should also fix infinite teleport bug in place hogs mode. Slow update of health to 5s for inf attack mode.
koda [Mon, 11 Oct 2010 00:08:48 +0200] rev 3950
split the flag tableview in worldwide and community
nemo [Sun, 10 Oct 2010 16:51:40 -0400] rev 3949
Add the standard delay (1.25 seconds) between attacks on inf attack mode, as well as checks for damage and win.
There is probably some better way to do this. Weapons still need fixing.
koda [Sun, 10 Oct 2010 22:32:01 +0200] rev 3948
some rethinking of initial menu presentation and initial orientation (also merging images should be threadsafe now)
unc0rr [Sun, 10 Oct 2010 21:32:18 +0400] rev 3947
Some screwing around in try to fix space leak. No luck yet.
nemo [Sun, 10 Oct 2010 12:53:16 -0400] rev 3946
Enable resetting of weapons after each turn - useful in combination with a limited weaponset and unlimited attacks
nemo [Sun, 10 Oct 2010 12:32:12 -0400] rev 3945
Check on an infinite attacks mode, still many problems in actual weapons
nemo [Sun, 10 Oct 2010 12:22:57 -0400] rev 3944
forgot the mapping
nemo [Sun, 10 Oct 2010 12:08:16 -0400] rev 3943
Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
Carlos Vives <glykorin@gmail.com> [Sun, 10 Oct 2010 17:13:20 +0200] rev 3942
Tank fort
koda [Sun, 10 Oct 2010 03:16:25 +0200] rev 3941
integrate nicely with external display
koda [Sun, 10 Oct 2010 02:06:42 +0200] rev 3940
some optimizations to drawing and fetching data of new ammomenu
koda [Sat, 09 Oct 2010 18:01:47 +0200] rev 3939
merge
unc0rr [Fri, 08 Oct 2010 22:46:05 +0400] rev 3938
Some optimizations
koda [Fri, 08 Oct 2010 17:47:00 +0200] rev 3937
fix
issue #24 and issue 81
nemo [Thu, 07 Oct 2010 16:02:28 -0400] rev 3936
bug #83 - move test of disabled land objects into AddObjects
koda [Sat, 09 Oct 2010 18:00:53 +0200] rev 3935
made the new menu toggable
nemo [Wed, 06 Oct 2010 20:21:20 -0400] rev 3934
merge
koda [Sat, 09 Oct 2010 05:57:46 +0200] rev 3933
polishing the cocoa ammomenu a little, still requires work
smaxx [Wed, 06 Oct 2010 22:36:41 +0200] rev 3932
Engine:
* Temporary fix to log file writing when running from command line (standalone demo/savegame playback)
Frontend:
* Added a button to the settings menu to associate demos and savegames (.hwd/.hws) with the engine in Windows Explorer and other programs such as web browsers (Win32 only)
nemo [Wed, 06 Oct 2010 20:20:54 -0400] rev 3931
Set ammo to amNothing after using up the current ammo. This should reduce noob fail where they blow themselves up w/ bazooka.
koda [Thu, 07 Oct 2010 02:16:29 +0200] rev 3930
remove a useless field from weaponfile format
added some properties and memory checks
use a notification instead of delegation for starting the game
nemo [Wed, 06 Oct 2010 15:37:56 -0400] rev 3929
Inline most of uFloat (saves ~7.5% opcount on a test game), inline a few very short candidates in uMisc, comment out some unused functions in uMisc
koda [Thu, 07 Oct 2010 02:03:01 +0200] rev 3928
move all mobile-related functions in their own module, provides a structure for future mobile ports
nemo [Wed, 06 Oct 2010 14:40:32 -0400] rev 3927
strip CRLF
koda [Wed, 06 Oct 2010 02:31:04 +0200] rev 3926
use dynamic data from engine instead of using hardcoded values