Thu, 02 Jul 2009 00:58:46 +0000 -Smaxx' solution for compiling frontend with static libs in windows
koda [Thu, 02 Jul 2009 00:58:46 +0000] rev 2218
-Smaxx' solution for compiling frontend with static libs in windows -reverted to realloc() for more compatibility
Wed, 01 Jul 2009 22:50:27 +0000 sounds for teleport and beginning of sudden death
koda [Wed, 01 Jul 2009 22:50:27 +0000] rev 2217
sounds for teleport and beginning of sudden death
Tue, 30 Jun 2009 17:02:41 +0000 -Smaxx' patch: checks for initialized openal + disables sound options if openal init fails
koda [Tue, 30 Jun 2009 17:02:41 +0000] rev 2216
-Smaxx' patch: checks for initialized openal + disables sound options if openal init fails -other minor changes to lib
Tue, 30 Jun 2009 15:59:02 +0000 regression of previous commit, stdint.h in use
koda [Tue, 30 Jun 2009 15:59:02 +0000] rev 2215
regression of previous commit, stdint.h in use
Tue, 30 Jun 2009 14:59:25 +0000 -new FindOggVorbis, should work everywhere now
koda [Tue, 30 Jun 2009 14:59:25 +0000] rev 2214
-new FindOggVorbis, should work everywhere now -reverted variables types in openalbridge -removal of useless winstdint.h
Tue, 30 Jun 2009 12:31:32 +0000 -Smaxx's porting of the library to MSVC compilers
koda [Tue, 30 Jun 2009 12:31:32 +0000] rev 2213
-Smaxx's porting of the library to MSVC compilers -library is now ANSI C -interface headers reworked
Mon, 29 Jun 2009 23:03:25 +0000 -openalbridge headers cleaned
koda [Mon, 29 Jun 2009 23:03:25 +0000] rev 2212
-openalbridge headers cleaned -static building of lib for non MSVC compilers
Mon, 29 Jun 2009 20:01:05 +0000 - fade in/out functions merged, but kept binary compatibility
koda [Mon, 29 Jun 2009 20:01:05 +0000] rev 2211
- fade in/out functions merged, but kept binary compatibility - reworked memory initialization, now uses less memory and allocates more only when needed - other fixes to openalbridge
Mon, 29 Jun 2009 03:47:39 +0000 initial bugfix for volume setup
koda [Mon, 29 Jun 2009 03:47:39 +0000] rev 2210
initial bugfix for volume setup
Mon, 29 Jun 2009 00:58:32 +0000 - bugfix for segfault on fades
koda [Mon, 29 Jun 2009 00:58:32 +0000] rev 2209
- bugfix for segfault on fades - winstdint.h updated to pstdint.h (more portable)
Sun, 28 Jun 2009 23:36:41 +0000 disable timers on a few silly items, trying out a timer on cake
nemo [Sun, 28 Jun 2009 23:36:41 +0000] rev 2208
disable timers on a few silly items, trying out a timer on cake
Sun, 28 Jun 2009 21:43:46 +0000 Make server accpet TEAM_CHAT protocol command, and act like on CHAT command for now
unc0rr [Sun, 28 Jun 2009 21:43:46 +0000] rev 2207
Make server accpet TEAM_CHAT protocol command, and act like on CHAT command for now
Sun, 28 Jun 2009 18:59:26 +0000 text tweaks
nemo [Sun, 28 Jun 2009 18:59:26 +0000] rev 2206
text tweaks
Sun, 28 Jun 2009 18:51:54 +0000 Fix for mouse targeting... not tested
unc0rr [Sun, 28 Jun 2009 18:51:54 +0000] rev 2205
Fix for mouse targeting... not tested
Sun, 28 Jun 2009 18:47:55 +0000 Smaxx' idea of timers, reworked just a tad. Might need variable for offset, but seems ok for now
nemo [Sun, 28 Jun 2009 18:47:55 +0000] rev 2204
Smaxx' idea of timers, reworked just a tad. Might need variable for offset, but seems ok for now
Sun, 28 Jun 2009 16:54:51 +0000 -Added support for Release and Debug for CMAKE_BUILD_TYPE
koda [Sun, 28 Jun 2009 16:54:51 +0000] rev 2203
-Added support for Release and Debug for CMAKE_BUILD_TYPE -patch to OpenALbridge for invert_endianness
Sun, 28 Jun 2009 16:44:04 +0000 Move count notification to all multishoot
nemo [Sun, 28 Jun 2009 16:44:04 +0000] rev 2202
Move count notification to all multishoot
Sun, 28 Jun 2009 14:39:18 +0000 some win32 dll export thingy.
nemo [Sun, 28 Jun 2009 14:39:18 +0000] rev 2201
some win32 dll export thingy.
Sun, 28 Jun 2009 14:37:26 +0000 koda/Smaxx changes to openal for crossplatform building
nemo [Sun, 28 Jun 2009 14:37:26 +0000] rev 2200
koda/Smaxx changes to openal for crossplatform building
Sat, 27 Jun 2009 09:51:15 +0000 Update Italian translation
unc0rr [Sat, 27 Jun 2009 09:51:15 +0000] rev 2199
Update Italian translation
Fri, 26 Jun 2009 19:52:42 +0000 Bring back smoothness for camera movement
unc0rr [Fri, 26 Jun 2009 19:52:42 +0000] rev 2198
Bring back smoothness for camera movement
Fri, 26 Jun 2009 19:40:10 +0000 Some work on camera
unc0rr [Fri, 26 Jun 2009 19:40:10 +0000] rev 2197
Some work on camera
Thu, 25 Jun 2009 10:50:44 +0000 small jetpack tweak
nemo [Thu, 25 Jun 2009 10:50:44 +0000] rev 2196
small jetpack tweak
Thu, 25 Jun 2009 10:49:40 +0000 Oops. Sorry about that. Restore correct extdbinterface.hs
nemo [Thu, 25 Jun 2009 10:49:40 +0000] rev 2195
Oops. Sorry about that. Restore correct extdbinterface.hs
Thu, 25 Jun 2009 10:49:05 +0000 koda adds threading for fadein/out. Untested under windows, but works beautifully under Linux (and presumably OSX, right koda?)
nemo [Thu, 25 Jun 2009 10:49:05 +0000] rev 2194
koda adds threading for fadein/out. Untested under windows, but works beautifully under Linux (and presumably OSX, right koda?)
Wed, 24 Jun 2009 23:53:02 +0000 rename jetpack to flying saucer
nemo [Wed, 24 Jun 2009 23:53:02 +0000] rev 2193
rename jetpack to flying saucer
Wed, 24 Jun 2009 19:47:32 +0000 - Fix quickplay sound bug triggered by two faults: ttsmj's (passing voicepack with empty name in team config) and koda's (he changed fallback to default scheme condition)
unc0rr [Wed, 24 Jun 2009 19:47:32 +0000] rev 2192
- Fix quickplay sound bug triggered by two faults: ttsmj's (passing voicepack with empty name in team config) and koda's (he changed fallback to default scheme condition) - Fix openal's warning (trying to fadeout not loaded music)
Wed, 24 Jun 2009 15:59:32 +0000 koda's OpenAL conversion:
unc0rr [Wed, 24 Jun 2009 15:59:32 +0000] rev 2191
koda's OpenAL conversion: - Freezes program for fadein/fadeout time - Has a problem with quickplay
Mon, 22 Jun 2009 13:49:16 +0000 extra check suggested by unc0rr
nemo [Mon, 22 Jun 2009 13:49:16 +0000] rev 2190
extra check suggested by unc0rr
Mon, 22 Jun 2009 00:27:55 +0000 allow brief ground touches
nemo [Mon, 22 Jun 2009 00:27:55 +0000] rev 2189
allow brief ground touches
Mon, 22 Jun 2009 00:22:42 +0000 Kill saucer if it touches the ground, Tiy's new graphic
nemo [Mon, 22 Jun 2009 00:22:42 +0000] rev 2188
Kill saucer if it touches the ground, Tiy's new graphic
Mon, 22 Jun 2009 00:17:09 +0000 set vector to negative *after* applying upward vector
nemo [Mon, 22 Jun 2009 00:17:09 +0000] rev 2187
set vector to negative *after* applying upward vector
Mon, 22 Jun 2009 00:14:24 +0000 disable selection sprite, nudge ship into the air on launch
nemo [Mon, 22 Jun 2009 00:14:24 +0000] rev 2186
disable selection sprite, nudge ship into the air on launch
Sun, 21 Jun 2009 22:43:38 +0000 Localise words "Fuel" and "Remaining" - add shot counter to deagle.
nemo [Sun, 21 Jun 2009 22:43:38 +0000] rev 2185
Localise words "Fuel" and "Remaining" - add shot counter to deagle.
Sun, 21 Jun 2009 18:00:43 +0000 Oops, fix database process interaction
unc0rr [Sun, 21 Jun 2009 18:00:43 +0000] rev 2184
Oops, fix database process interaction
Sun, 21 Jun 2009 17:48:05 +0000 Oops. Forgot the ugly graphic
nemo [Sun, 21 Jun 2009 17:48:05 +0000] rev 2183
Oops. Forgot the ugly graphic
Sun, 21 Jun 2009 17:47:57 +0000 Ugly graphic for jetpack - jetpack should be essentially functional.
nemo [Sun, 21 Jun 2009 17:47:57 +0000] rev 2182
Ugly graphic for jetpack - jetpack should be essentially functional.
Sun, 21 Jun 2009 15:46:48 +0000 thanks unc0rr (corrected flag - also check on turn time)
nemo [Sun, 21 Jun 2009 15:46:48 +0000] rev 2181
thanks unc0rr (corrected flag - also check on turn time)
Sun, 21 Jun 2009 15:41:07 +0000 Use different group to not erase messages, restore gear deletion on hog damage.
nemo [Sun, 21 Jun 2009 15:41:07 +0000] rev 2180
Use different group to not erase messages, restore gear deletion on hog damage.
Sun, 21 Jun 2009 15:36:50 +0000 Duplicate Parachute more closely :D
nemo [Sun, 21 Jun 2009 15:36:50 +0000] rev 2179
Duplicate Parachute more closely :D
Sun, 21 Jun 2009 15:36:13 +0000 Some fixes on camera broken by zoom code (ammo menu should work now)
unc0rr [Sun, 21 Jun 2009 15:36:13 +0000] rev 2178
Some fixes on camera broken by zoom code (ammo menu should work now)
Sun, 21 Jun 2009 15:31:09 +0000 Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo [Sun, 21 Jun 2009 15:31:09 +0000] rev 2177
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
Sat, 20 Jun 2009 07:50:03 +0000 Don't show enemy's number of ammo
unc0rr [Sat, 20 Jun 2009 07:50:03 +0000] rev 2176
Don't show enemy's number of ammo
Sat, 20 Jun 2009 07:45:05 +0000 Update Italian translation
unc0rr [Sat, 20 Jun 2009 07:45:05 +0000] rev 2175
Update Italian translation
Fri, 19 Jun 2009 18:01:48 +0000 Oops
unc0rr [Fri, 19 Jun 2009 18:01:48 +0000] rev 2174
Oops
Fri, 19 Jun 2009 17:56:52 +0000 Send stats every minute
unc0rr [Fri, 19 Jun 2009 17:56:52 +0000] rev 2173
Send stats every minute
Fri, 19 Jun 2009 17:55:42 +0000 Implement sending gameserver stats to webserver
unc0rr [Fri, 19 Jun 2009 17:55:42 +0000] rev 2172
Implement sending gameserver stats to webserver
Thu, 18 Jun 2009 17:48:06 +0000 Smaxx refactor of LoadImage to use flags, iphone changes by koda (mostly use of rgba instead of rgb)
nemo [Thu, 18 Jun 2009 17:48:06 +0000] rev 2171
Smaxx refactor of LoadImage to use flags, iphone changes by koda (mostly use of rgba instead of rgb)
Thu, 18 Jun 2009 17:35:34 +0000 Updated french translation thanks to kaze (Fabien)
nemo [Thu, 18 Jun 2009 17:35:34 +0000] rev 2170
Updated french translation thanks to kaze (Fabien)
Thu, 18 Jun 2009 14:44:43 +0000 A whole ton of new phrases for english locale, tweak to still-incomplete ja stubs
nemo [Thu, 18 Jun 2009 14:44:43 +0000] rev 2169
A whole ton of new phrases for english locale, tweak to still-incomplete ja stubs
Thu, 18 Jun 2009 01:51:25 +0000 Tiy's new airstrike graphic
nemo [Thu, 18 Jun 2009 01:51:25 +0000] rev 2168
Tiy's new airstrike graphic
Mon, 15 Jun 2009 21:03:57 +0000 Loop sweeping to avoid stray pixels. Avoided at first hoping there was a cleverer approach. Fortunately sweep is infrequent.
nemo [Mon, 15 Jun 2009 21:03:57 +0000] rev 2167
Loop sweeping to avoid stray pixels. Avoided at first hoping there was a cleverer approach. Fortunately sweep is infrequent.
Mon, 15 Jun 2009 14:02:48 +0000 Tweaked windbar and steam sound by Smaxx
nemo [Mon, 15 Jun 2009 14:02:48 +0000] rev 2166
Tweaked windbar and steam sound by Smaxx
Mon, 15 Jun 2009 13:55:45 +0000 Remove BOM From zn_TW/de - add zh_TW translations for 37/38 and messages to zh_CN pending tracking down Chinese coworker
nemo [Mon, 15 Jun 2009 13:55:45 +0000] rev 2165
Remove BOM From zn_TW/de - add zh_TW translations for 37/38 and messages to zh_CN pending tracking down Chinese coworker
Mon, 15 Jun 2009 13:48:31 +0000 Full set of translated messages for zh_TW - says he will add more original ones later
nemo [Mon, 15 Jun 2009 13:48:31 +0000] rev 2164
Full set of translated messages for zh_TW - says he will add more original ones later
Sun, 14 Jun 2009 13:20:28 +0000 koda's patch fixing some iphone port troubles (color, mouse)
unc0rr [Sun, 14 Jun 2009 13:20:28 +0000] rev 2163
koda's patch fixing some iphone port troubles (color, mouse)
Sat, 13 Jun 2009 15:39:26 +0000 - Implement zoom-in and zoom-out
unc0rr [Sat, 13 Jun 2009 15:39:26 +0000] rev 2162
- Implement zoom-in and zoom-out - Some bugfixes. Ammo menu doesn't work.
Sat, 13 Jun 2009 15:30:40 +0000 Some work on zooming. Hedgewars are now unplayable.
unc0rr [Sat, 13 Jun 2009 15:30:40 +0000] rev 2161
Some work on zooming. Hedgewars are now unplayable.
Sat, 13 Jun 2009 11:32:23 +0000 Polish translation update
unc0rr [Sat, 13 Jun 2009 11:32:23 +0000] rev 2160
Polish translation update
Sat, 13 Jun 2009 11:31:52 +0000 Update Italian translation
unc0rr [Sat, 13 Jun 2009 11:31:52 +0000] rev 2159
Update Italian translation
Fri, 12 Jun 2009 19:53:44 +0000 rerun Qt translation update, includes mostly-complete zh_TW - bit more to come later
nemo [Fri, 12 Jun 2009 19:53:44 +0000] rev 2158
rerun Qt translation update, includes mostly-complete zh_TW - bit more to come later
Fri, 12 Jun 2009 08:52:31 +0000 Endian aware Land digest
unc0rr [Fri, 12 Jun 2009 08:52:31 +0000] rev 2157
Endian aware Land digest
Fri, 12 Jun 2009 08:50:20 +0000 Fix r2201
unc0rr [Fri, 12 Jun 2009 08:50:20 +0000] rev 2156
Fix r2201
Fri, 12 Jun 2009 08:47:05 +0000 Implement ability for server admin to clear accounts cache
unc0rr [Fri, 12 Jun 2009 08:47:05 +0000] rev 2155
Implement ability for server admin to clear accounts cache
Fri, 12 Jun 2009 00:39:36 +0000 Change default output to stderr since /tmp doesn't exist under windows and is useless under iphoneos, add a couple of extra parameters
nemo [Fri, 12 Jun 2009 00:39:36 +0000] rev 2154
Change default output to stderr since /tmp doesn't exist under windows and is useless under iphoneos, add a couple of extra parameters
Thu, 11 Jun 2009 15:57:51 +0000 Patch by Smaxx:
unc0rr [Thu, 11 Jun 2009 15:57:51 +0000] rev 2153
Patch by Smaxx: - Check texture size against GL_MAX_TEXTURE_SIZE
Thu, 11 Jun 2009 15:22:02 +0000 Patch by koda:
unc0rr [Thu, 11 Jun 2009 15:22:02 +0000] rev 2152
Patch by koda: - Rename some symbols - Ctrl click
Mon, 08 Jun 2009 16:35:29 +0000 Update Italian translation
unc0rr [Mon, 08 Jun 2009 16:35:29 +0000] rev 2151
Update Italian translation
Sun, 07 Jun 2009 07:42:40 +0000 Forbid room names and nicknames consisting only of space characters
unc0rr [Sun, 07 Jun 2009 07:42:40 +0000] rev 2150
Forbid room names and nicknames consisting only of space characters
Sat, 06 Jun 2009 12:42:35 +0000 Fix a bug in frontend leading to incorrect behaviour when dealing with names starting/ending with whitespace
unc0rr [Sat, 06 Jun 2009 12:42:35 +0000] rev 2149
Fix a bug in frontend leading to incorrect behaviour when dealing with names starting/ending with whitespace
Fri, 05 Jun 2009 14:19:21 +0000 French translation of game, including new messages. Frontend later.
nemo [Fri, 05 Jun 2009 14:19:21 +0000] rev 2148
French translation of game, including new messages. Frontend later.
Wed, 03 Jun 2009 00:35:23 +0000 typos - the fix for zoom in uMisc.pas appears to be screwing up flakes and other things. commenting it out for now
nemo [Wed, 03 Jun 2009 00:35:23 +0000] rev 2147
typos - the fix for zoom in uMisc.pas appears to be screwing up flakes and other things. commenting it out for now
Tue, 02 Jun 2009 19:02:54 +0000 Remove steam on explosion effects
nemo [Tue, 02 Jun 2009 19:02:54 +0000] rev 2146
Remove steam on explosion effects
Tue, 02 Jun 2009 18:59:13 +0000 A few FIXME flags for easy grepping
nemo [Tue, 02 Jun 2009 18:59:13 +0000] rev 2145
A few FIXME flags for easy grepping
Tue, 02 Jun 2009 18:43:00 +0000 - Fix some ugly code
unc0rr [Tue, 02 Jun 2009 18:43:00 +0000] rev 2144
- Fix some ugly code - Formatting
Tue, 02 Jun 2009 18:27:15 +0000 New baseball bat sound, steam when fire lands on water (needs new hiss sound), bubbles when hedgehog drowns, more messages on
nemo [Tue, 02 Jun 2009 18:27:15 +0000] rev 2143
New baseball bat sound, steam when fire lands on water (needs new hiss sound), bubbles when hedgehog drowns, more messages on game events
Mon, 01 Jun 2009 20:38:45 +0000 Make code suck less
unc0rr [Mon, 01 Jun 2009 20:38:45 +0000] rev 2142
Make code suck less
Mon, 01 Jun 2009 18:30:48 +0000 Fix some cake bugs
unc0rr [Mon, 01 Jun 2009 18:30:48 +0000] rev 2141
Fix some cake bugs
Mon, 01 Jun 2009 17:04:36 +0000 Death messages thanks to Smaxx
nemo [Mon, 01 Jun 2009 17:04:36 +0000] rev 2140
Death messages thanks to Smaxx
Mon, 01 Jun 2009 00:27:57 +0000 Properly decrement sniper rifle if timed out. Try to get camera position straight for once.
nemo [Mon, 01 Jun 2009 00:27:57 +0000] rev 2139
Properly decrement sniper rifle if timed out. Try to get camera position straight for once.
Sun, 31 May 2009 19:42:49 +0000 Remember password
nemo [Sun, 31 May 2009 19:42:49 +0000] rev 2138
Remember password
Sun, 31 May 2009 19:32:54 +0000 Okay, now a real fix
unc0rr [Sun, 31 May 2009 19:32:54 +0000] rev 2137
Okay, now a real fix
Sun, 31 May 2009 19:31:37 +0000 Fix jump changing direction in artillery mode
unc0rr [Sun, 31 May 2009 19:31:37 +0000] rev 2136
Fix jump changing direction in artillery mode
Sun, 31 May 2009 17:56:15 +0000 Push karma application to end of round - should avoid problems w/ plane and kamikaze
nemo [Sun, 31 May 2009 17:56:15 +0000] rev 2135
Push karma application to end of round - should avoid problems w/ plane and kamikaze
Sun, 31 May 2009 15:17:03 +0000 Fix a source of desync caused by player quit
unc0rr [Sun, 31 May 2009 15:17:03 +0000] rev 2134
Fix a source of desync caused by player quit
Sun, 31 May 2009 09:56:21 +0000 Fix lines arise when zooming. Doesn't fix water sprites.
unc0rr [Sun, 31 May 2009 09:56:21 +0000] rev 2133
Fix lines arise when zooming. Doesn't fix water sprites.
Thu, 28 May 2009 11:46:27 +0000 Add david_ac to credits
nemo [Thu, 28 May 2009 11:46:27 +0000] rev 2132
Add david_ac to credits
Thu, 28 May 2009 00:36:33 +0000 mark up with (team)
nemo [Thu, 28 May 2009 00:36:33 +0000] rev 2131
mark up with (team)
Thu, 28 May 2009 00:25:19 +0000 Please don't take away my checkin privileges - Tiy asked me to keep working on this
nemo [Thu, 28 May 2009 00:25:19 +0000] rev 2130
Please don't take away my checkin privileges - Tiy asked me to keep working on this
Wed, 27 May 2009 18:13:06 +0000 Another approach to zombies problem (set SIGCHLD handler to SIG_IGN)
unc0rr [Wed, 27 May 2009 18:13:06 +0000] rev 2129
Another approach to zombies problem (set SIGCHLD handler to SIG_IGN)
Wed, 27 May 2009 15:55:14 +0000 explicit nesting
nemo [Wed, 27 May 2009 15:55:14 +0000] rev 2128
explicit nesting
Wed, 27 May 2009 15:31:48 +0000 Update Slovak and Italian translations
unc0rr [Wed, 27 May 2009 15:31:48 +0000] rev 2127
Update Slovak and Italian translations
Wed, 27 May 2009 15:29:30 +0000 - Prevent server from producing zombies
unc0rr [Wed, 27 May 2009 15:29:30 +0000] rev 2126
- Prevent server from producing zombies - Some tweaks
Wed, 27 May 2009 03:56:17 +0000 Just for completeness, correct formatting on this probably-will-be-reverted-approach
nemo [Wed, 27 May 2009 03:56:17 +0000] rev 2125
Just for completeness, correct formatting on this probably-will-be-reverted-approach
Wed, 27 May 2009 03:52:07 +0000 experiment in only sending a message to your clan
nemo [Wed, 27 May 2009 03:52:07 +0000] rev 2124
experiment in only sending a message to your clan
Wed, 27 May 2009 03:48:59 +0000 Fix server compilation
unc0rr [Wed, 27 May 2009 03:48:59 +0000] rev 2123
Fix server compilation
Wed, 27 May 2009 03:47:40 +0000 Current trunk version isn't compatible with 0.9.11, so set version to 0.9.12-dev
unc0rr [Wed, 27 May 2009 03:47:40 +0000] rev 2122
Current trunk version isn't compatible with 0.9.11, so set version to 0.9.12-dev
Tue, 26 May 2009 19:27:55 +0000 0-3 not 0-2
nemo [Tue, 26 May 2009 19:27:55 +0000] rev 2121
0-3 not 0-2
Tue, 26 May 2009 02:41:26 +0000 updated gasmask/pinksunhat, new grave
nemo [Tue, 26 May 2009 02:41:26 +0000] rev 2120
updated gasmask/pinksunhat, new grave
Tue, 26 May 2009 02:31:45 +0000 Adjust initial camera position
nemo [Tue, 26 May 2009 02:31:45 +0000] rev 2119
Adjust initial camera position
Mon, 25 May 2009 17:54:27 +0000 Send server message after nicks info (more chance for it to be seen)
unc0rr [Mon, 25 May 2009 17:54:27 +0000] rev 2118
Send server message after nicks info (more chance for it to be seen)
Mon, 25 May 2009 17:33:39 +0000 Add caching for accounts information (entries are stored in memory forever)
unc0rr [Mon, 25 May 2009 17:33:39 +0000] rev 2117
Add caching for accounts information (entries are stored in memory forever)
Mon, 25 May 2009 15:24:27 +0000 Bring back authentication to official server, now using separate process to perform database interaction
unc0rr [Mon, 25 May 2009 15:24:27 +0000] rev 2116
Bring back authentication to official server, now using separate process to perform database interaction
Sun, 24 May 2009 19:49:10 +0000 unc0rr forgot nil check here too
nemo [Sun, 24 May 2009 19:49:10 +0000] rev 2115
unc0rr forgot nil check here too
Sun, 24 May 2009 19:45:20 +0000 Fix crash caused by speechbubbles when restoring from save or joining already started net game
unc0rr [Sun, 24 May 2009 19:45:20 +0000] rev 2114
Fix crash caused by speechbubbles when restoring from save or joining already started net game
Sun, 24 May 2009 16:02:16 +0000 Update server protocol number to version mapping 0.9.11-release
unc0rr [Sun, 24 May 2009 16:02:16 +0000] rev 2113
Update server protocol number to version mapping
Sun, 24 May 2009 15:02:37 +0000 Fix attack bubbles
unc0rr [Sun, 24 May 2009 15:02:37 +0000] rev 2112
Fix attack bubbles
Sun, 24 May 2009 15:01:10 +0000 Finally fix bubbles
unc0rr [Sun, 24 May 2009 15:01:10 +0000] rev 2111
Finally fix bubbles
Sun, 24 May 2009 14:03:59 +0000 Some updates
unc0rr [Sun, 24 May 2009 14:03:59 +0000] rev 2110
Some updates
Sun, 24 May 2009 13:49:52 +0000 typo
nemo [Sun, 24 May 2009 13:49:52 +0000] rev 2109
typo
Sun, 24 May 2009 13:47:07 +0000 Silence frontend debug output
unc0rr [Sun, 24 May 2009 13:47:07 +0000] rev 2108
Silence frontend debug output
Sun, 24 May 2009 13:04:48 +0000 - Update INSTALL file
unc0rr [Sun, 24 May 2009 13:04:48 +0000] rev 2107
- Update INSTALL file - Set version to 0.9.11
Sun, 24 May 2009 13:03:57 +0000 Google Droid font licensing terms
nemo [Sun, 24 May 2009 13:03:57 +0000] rev 2106
Google Droid font licensing terms
Sun, 24 May 2009 13:01:39 +0000 Allow CJK override for zh_CN/zh_TW/ja
nemo [Sun, 24 May 2009 13:01:39 +0000] rev 2105
Allow CJK override for zh_CN/zh_TW/ja
Sun, 24 May 2009 13:01:33 +0000 Update server's message
unc0rr [Sun, 24 May 2009 13:01:33 +0000] rev 2104
Update server's message
Sun, 24 May 2009 12:53:46 +0000 - Update russian translation
unc0rr [Sun, 24 May 2009 12:53:46 +0000] rev 2103
- Update russian translation - lupdate-qt4 && lrelease-qt4
Sun, 24 May 2009 12:53:03 +0000 lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo [Sun, 24 May 2009 12:53:03 +0000] rev 2102
lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
Sun, 24 May 2009 12:50:11 +0000 Fix fullscreen bug
unc0rr [Sun, 24 May 2009 12:50:11 +0000] rev 2101
Fix fullscreen bug
Sun, 24 May 2009 12:44:52 +0000 - Update training a bit
unc0rr [Sun, 24 May 2009 12:44:52 +0000] rev 2100
- Update training a bit - Update changelog
Sun, 24 May 2009 02:45:54 +0000 make lookup consistent
nemo [Sun, 24 May 2009 02:45:54 +0000] rev 2099
make lookup consistent
(0) -1000 -120 +120 +1000 +3000 +10000 tip