smxx [Fri, 05 Feb 2010 00:47:28 +0000] rev 2755
Engine:
* Removed duplicated locale entries
koda [Fri, 05 Feb 2010 00:43:56 +0000] rev 2754
touchinput works, invisible buttons added and initial support for chat
koda [Thu, 04 Feb 2010 22:34:21 +0000] rev 2753
update iphone port to new code from Smaxx
smxx [Thu, 04 Feb 2010 22:30:42 +0000] rev 2752
Frontend:
* Skip cpu flag to hide it from players
smxx [Thu, 04 Feb 2010 22:29:19 +0000] rev 2751
Engine:
* Force 'cpu' flag for AI players; keep players from using it
* Updated english Locale/de.txt
Graphics:
* Added first pack of community submitted flags (cm_*.png)
* Added some new hats
smxx [Thu, 04 Feb 2010 20:49:59 +0000] rev 2750
Frontend:
* Updated main window's background color
smxx [Thu, 04 Feb 2010 20:49:23 +0000] rev 2749
Frontend:
* Updated graphics by Tiyuri
smxx [Thu, 04 Feb 2010 20:47:39 +0000] rev 2748
Graphics:
* Added even more flags
smxx [Thu, 04 Feb 2010 20:45:03 +0000] rev 2747
Server:
* Added support for flags (this still needs further adjustments to restore compatibility with older versions (team datasets)!)
Engine:
* Added support for flags
* Added weapon tooltips
* Moved SplitBySpace to uMisc
* Set file operations to readonly to avoid conflicts running multiple copies networked and synced on one (fast) machine
* Flash active team while green arrow is shown (waiting for input or camera centered on active hog)
* Updated English locale
Frontend:
* Added support for flags
* Added flag selection to edit team page
* Added checkbox for weapon tooltips in options
* "Random team" button may now be translated
* Disabled "official server" button till protocol is handled for all versions (see above; nemo's server is updated to new protocol)
Graphics:
* Added basic set of example flags
nemo [Thu, 04 Feb 2010 18:46:49 +0000] rev 2746
Correct napalm adjustment.
smxx [Thu, 04 Feb 2010 14:48:49 +0000] rev 2745
Engine:
+ Split PlaySound into PlaySound and LoopSound
+ Added overloaded versions of PlaySound/LoopSound that won't require voicepack parameter
+ LoopSound now allows multiple copies of the same sound to play looped and returns the channel used for playback (to stop them later)
+ StopSound now allows either a specific sound (single playback) or channel (single playback as well as looped playback) to be stopped
+ SoundChannel attribute for Gears to be used when looping sounds
smxx [Thu, 04 Feb 2010 14:35:31 +0000] rev 2744
Engine:
* Avoid playing the same sound looped multiple times as its impossible to stop older copies then (at least for now)
koda [Wed, 03 Feb 2010 23:36:42 +0000] rev 2743
implement transition in the way i had in mind
smxx [Wed, 03 Feb 2010 13:02:28 +0000] rev 2742
Frontend:
+ Changed save and demo file extensions to ".<protocol>.hwd" and ".<protocol>.hws" to make file associations easier/constant
+ Added icons to savegame and demo file list (might require some redrawing/updating)
nemo [Wed, 03 Feb 2010 04:18:28 +0000] rev 2741
Fix crash in DrawTunnel