2012-11-04 avwrapper needs to depend on hwengine not on ENGINECLEAN 0.9.18
koda [Sun, 04 Nov 2012 15:45:45 +0100] rev 7942
avwrapper needs to depend on hwengine not on ENGINECLEAN
2012-11-03 this version of tremor requires a nil check on close_func
koda [Sat, 03 Nov 2012 19:16:05 +0100] rev 7941
this version of tremor requires a nil check on close_func https://svn.xiph.org/trunk/Tremor/vorbisfile.c
2012-11-04 fix parallel compilation 0.9.18
hasufell [Sun, 04 Nov 2012 15:43:32 +0100] rev 7940
fix parallel compilation
2012-11-03 merge from 0.9.18
koda [Sat, 03 Nov 2012 18:01:38 +0100] rev 7939
merge from 0.9.18
2012-11-04 *sigh* 0.9.18
nemo [Sat, 03 Nov 2012 22:45:24 -0400] rev 7938
*sigh*
2012-11-03 more fixes 0.9.18
nemo [Sat, 03 Nov 2012 10:18:44 -0400] rev 7937
more fixes
2012-11-02 Script typos 0.9.18
nemo [Fri, 02 Nov 2012 18:50:03 -0400] rev 7936
Script typos
2012-11-02 update lua (remove duplicate strings, esp in fr.lua - mostly my fault - and add a bit more escaping to the crude script) 0.9.18
nemo [Fri, 02 Nov 2012 16:26:51 -0400] rev 7935
update lua (remove duplicate strings, esp in fr.lua - mostly my fault - and add a bit more escaping to the crude script)
2012-11-01 5 files that fail to load in libpng1.5 - ran convert against libpng1.2 then pngcrushed 'em to strip for good luck 0.9.18
nemo [Thu, 01 Nov 2012 19:12:22 -0400] rev 7934
5 files that fail to load in libpng1.5 - ran convert against libpng1.2 then pngcrushed 'em to strip for good luck
2012-11-01 many osx sparkle fixes 0.9.18
koda [Fri, 02 Nov 2012 00:06:11 +0100] rev 7933
many osx sparkle fixes
2012-11-02 remove mobile ifdefs, replace writeLn's for WriteLnToConsole
Xeli [Fri, 02 Nov 2012 20:59:57 +0100] rev 7932
remove mobile ifdefs, replace writeLn's for WriteLnToConsole
2012-11-04 Wee, now frontend is able to load translation file physfslayer
unc0rr [Sun, 04 Nov 2012 23:56:27 +0400] rev 7931
Wee, now frontend is able to load translation file
2012-11-01 fix name 0.9.18
koda [Fri, 02 Nov 2012 00:03:56 +0100] rev 7930
fix name
2012-11-02 merge from hedgeroid, includes Medo's work from GSoC
Xeli [Fri, 02 Nov 2012 20:57:20 +0100] rev 7929
merge from hedgeroid, includes Medo's work from GSoC
2012-11-02 Merge with default physfslayer
unc0rr [Sat, 03 Nov 2012 00:34:35 +0400] rev 7928
Merge with default
2012-11-01 merge from default 0.9.18
koda [Thu, 01 Nov 2012 21:42:06 +0100] rev 7927
merge from default
2012-11-02 oops, fix incorrect room owner name in ROOM UPD command again
unc0rr [Fri, 02 Nov 2012 10:17:52 +0400] rev 7926
oops, fix incorrect room owner name in ROOM UPD command again
2012-11-01 Added tag 0.9.18-release for changeset 2fc02902c7cb 0.9.18
nemo [Thu, 01 Nov 2012 16:22:40 -0400] rev 7925
Added tag 0.9.18-release for changeset 2fc02902c7cb
2012-11-02 oops, fix incorrect room owner name in ROOM UPD command
unc0rr [Fri, 02 Nov 2012 10:07:30 +0400] rev 7924
oops, fix incorrect room owner name in ROOM UPD command
2012-11-01 Removed tag 0.9.18-release 0.9.18
nemo [Thu, 01 Nov 2012 16:22:07 -0400] rev 7923
Removed tag 0.9.18-release
2012-11-01 fix for forts mode *sob* 0.9.18 0.9.18-release
nemo [Thu, 01 Nov 2012 15:54:05 -0400] rev 7922
fix for forts mode *sob*
2012-11-01 Send ROOM UPD message when team is added/deleted from room, and when game starts or finishes
unc0rr [Fri, 02 Nov 2012 00:09:40 +0400] rev 7921
Send ROOM UPD message when team is added/deleted from room, and when game starts or finishes
2012-11-01 Added tag 0.9.18-release for changeset be11c26a3a0b 0.9.18
nemo [Thu, 01 Nov 2012 13:22:52 -0400] rev 7920
Added tag 0.9.18-release for changeset be11c26a3a0b
2012-11-01 Small fixes to b-day image. For next year I 'spose
nemo [Thu, 01 Nov 2012 08:59:16 -0400] rev 7919
Small fixes to b-day image. For next year I 'spose
2012-11-01 Removed tag 0.9.18-release 0.9.18
nemo [Thu, 01 Nov 2012 13:22:17 -0400] rev 7918
Removed tag 0.9.18-release
2012-11-01 Backed out changeset 5d00c28059e3 - enable the feedback button again
koda [Thu, 01 Nov 2012 06:10:50 +0100] rev 7917
Backed out changeset 5d00c28059e3 - enable the feedback button again
2012-11-01 Fix 0.9.18 desync: 0.9.18
unc0rr [Thu, 01 Nov 2012 14:31:53 +0400] rev 7916
Fix 0.9.18 desync: CreateNetGame() slot creates signal-slot connections from hwnet to hwgame. The problem is that this slot is called asynchronously using queued connection, and hwnet could send some signals to hwgame before hwgame object is created and connected. Changed this to direct connection. Also changed connections to hwgame object to queued, but this is unrelated. Sorry, it is frontend patch. Maybe a little delay on server side could help, but not much, as tcp packets could get glued on client's side, and that greately depends on pc and internet connection performance. Frontend should be reworked to be safe for queued connections, as it is extemely dangerous to have a mix of queued/direct connections.
2012-11-01 merge again
koda [Thu, 01 Nov 2012 04:26:36 +0100] rev 7915
merge again
2012-11-01 updated Info.plist 0.9.18
koda [Thu, 01 Nov 2012 04:25:03 +0100] rev 7914
updated Info.plist
2012-11-01 merge with 0.9.18
koda [Thu, 01 Nov 2012 01:35:59 +0100] rev 7913
merge with 0.9.18
2012-11-01 small it.txt update 0.9.18
ChipHome [Thu, 01 Nov 2012 01:35:04 +0100] rev 7912
small it.txt update
2011-11-21 this should fix the highlighting failz with non-lowercase player names like the one CheezeMonkey ran into. 0.9.18
sheepluva [Mon, 21 Nov 2011 21:23:23 +0100] rev 7911
this should fix the highlighting failz with non-lowercase player names like the one CheezeMonkey ran into. there is a workaround: in the user dir put the playername in <playerNameWithCorrectCase>_highlight.txt
(0) -3000 -1000 -300 -100 -50 -32 +32 +50 +100 +300 +1000 +3000 tip