Tue, 21 Jun 2011 22:57:10 +0200 remove/rename icons for dummy themes
koda [Tue, 21 Jun 2011 22:57:10 +0200] rev 5280
remove/rename icons for dummy themes
Tue, 21 Jun 2011 22:47:12 +0200 remove theme.cfg from CMakeLists too
Henek [Tue, 21 Jun 2011 22:47:12 +0200] rev 5279
remove theme.cfg from CMakeLists too
Tue, 21 Jun 2011 20:51:51 +0200 New User Mission: That Sinking Feeling
mikade [Tue, 21 Jun 2011 20:51:51 +0200] rev 5278
New User Mission: That Sinking Feeling
Tue, 21 Jun 2011 20:49:47 +0200 PianoStrike exploit fix for Capture The Flag.
mikade [Tue, 21 Jun 2011 20:49:47 +0200] rev 5277
PianoStrike exploit fix for Capture The Flag. New Gameplay Mode: The Specialists
Tue, 21 Jun 2011 22:43:55 +0400 Derive themes list from list of dirs in Themes folder which have icon.png inside
unc0rr [Tue, 21 Jun 2011 22:43:55 +0400] rev 5276
Derive themes list from list of dirs in Themes folder which have icon.png inside
Tue, 21 Jun 2011 16:55:34 +0200 restore logging on mac
koda [Tue, 21 Jun 2011 16:55:34 +0200] rev 5275
restore logging on mac
Mon, 20 Jun 2011 20:46:27 -0400 Avoid desyncing on blurry land
nemo [Mon, 20 Jun 2011 20:46:27 -0400] rev 5274
Avoid desyncing on blurry land
Mon, 20 Jun 2011 19:00:19 -0400 oops
nemo [Mon, 20 Jun 2011 19:00:19 -0400] rev 5273
oops
Mon, 20 Jun 2011 18:58:26 -0400 Allow scripting to set arbitrary weapon counts
nemo [Mon, 20 Jun 2011 18:58:26 -0400] rev 5272
Allow scripting to set arbitrary weapon counts
Mon, 20 Jun 2011 15:21:27 -0400 ack. forgot to add my stub files
nemo [Mon, 20 Jun 2011 15:21:27 -0400] rev 5271
ack. forgot to add my stub files
Mon, 20 Jun 2011 20:43:11 +0200 merge
mikade [Mon, 20 Jun 2011 20:43:11 +0200] rev 5270
merge
Mon, 20 Jun 2011 21:40:08 +0400 Implement testing for illegal characters
unc0rr [Mon, 20 Jun 2011 21:40:08 +0400] rev 5269
Implement testing for illegal characters
Mon, 20 Jun 2011 12:57:44 -0400 Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo [Mon, 20 Jun 2011 12:57:44 -0400] rev 5268
Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
Mon, 20 Jun 2011 09:32:31 -0400 move smoothing into separate function, adjust call order
nemo [Mon, 20 Jun 2011 09:32:31 -0400] rev 5267
move smoothing into separate function, adjust call order
Mon, 20 Jun 2011 09:15:24 -0400 25%, not 50%
nemo [Mon, 20 Jun 2011 09:15:24 -0400] rev 5266
25%, not 50%
Mon, 20 Jun 2011 10:36:20 +0200 merge Zorg's changes
koda [Mon, 20 Jun 2011 10:36:20 +0200] rev 5265
merge Zorg's changes
Mon, 20 Jun 2011 02:03:15 -0400 More AA - try smoothing explosions a bit
nemo [Mon, 20 Jun 2011 02:03:15 -0400] rev 5264
More AA - try smoothing explosions a bit
Mon, 20 Jun 2011 01:28:21 +0200 display player count below and with label, just because it's funny to mess with unC0Rr's code and make him cry :P
sheepluva [Mon, 20 Jun 2011 01:28:21 +0200] rev 5263
display player count below and with label, just because it's funny to mess with unC0Rr's code and make him cry :P
Sun, 19 Jun 2011 21:03:16 -0400 Oops, don't need this.
Zorg <zorgiepoo@gmail.com> [Sun, 19 Jun 2011 21:03:16 -0400] rev 5262
Oops, don't need this.
Mon, 20 Jun 2011 02:03:15 -0400 More AA - try smoothing explosions a bit
nemo [Mon, 20 Jun 2011 02:03:15 -0400] rev 5261
More AA - try smoothing explosions a bit
Sun, 19 Jun 2011 20:55:34 -0400 When the password field is filled with null characters and when the user tries to edit the field, clear it.
Zorg <zorgiepoo@gmail.com> [Sun, 19 Jun 2011 20:55:34 -0400] rev 5260
When the password field is filled with null characters and when the user tries to edit the field, clear it.
Mon, 20 Jun 2011 01:28:21 +0200 display player count below and with label, just because it's funny to mess with unC0Rr's code and make him cry :P
sheepluva [Mon, 20 Jun 2011 01:28:21 +0200] rev 5259
display player count below and with label, just because it's funny to mess with unC0Rr's code and make him cry :P
Sun, 19 Jun 2011 18:45:10 +0200 updated russian translation
tsleon [Sun, 19 Jun 2011 18:45:10 +0200] rev 5258
updated russian translation
Sun, 19 Jun 2011 12:34:54 +0200 passing by reference... my darkest enemy
koda [Sun, 19 Jun 2011 12:34:54 +0200] rev 5257
passing by reference... my darkest enemy actual reason below: In your case (without reference) the compiler generates a temporary object (int) for the first argument of your MyApplication constructor. You pass this temporary int to QApplication’s constructor (with int reference), which saves the address of this reference. Once your MyApplication constructor is done the temporary int is destroyed but QApplication still has its address.
Sun, 19 Jun 2011 00:49:13 +0200 fix water bubbles like sheepluva wanted (also code formatting)
koda [Sun, 19 Jun 2011 00:49:13 +0200] rev 5256
fix water bubbles like sheepluva wanted (also code formatting)
Sat, 18 Jun 2011 17:26:13 +0200 under osx don't load a file in case a game is already running (also a little of code formatting)
koda [Sat, 18 Jun 2011 17:26:13 +0200] rev 5255
under osx don't load a file in case a game is already running (also a little of code formatting)
Sat, 18 Jun 2011 16:56:45 +0200 updated polish translation
krdrt5367 [Sat, 18 Jun 2011 16:56:45 +0200] rev 5254
updated polish translation
Sat, 18 Jun 2011 16:54:08 +0200 add the manual build server dir to .hgignore
koda [Sat, 18 Jun 2011 16:54:08 +0200] rev 5253
add the manual build server dir to .hgignore
Sat, 18 Jun 2011 03:14:45 +0200 file association for mac!
koda [Sat, 18 Jun 2011 03:14:45 +0200] rev 5252
file association for mac! associating file is done automatically when you move the app in your system but there is also a button to set it manually i had to disable argument parsing and to subclass qapplication to make this work please test
Wed, 15 Jun 2011 23:59:44 +0200 expose the available translations in the plist file
koda [Wed, 15 Jun 2011 23:59:44 +0200] rev 5251
expose the available translations in the plist file
Wed, 15 Jun 2011 23:11:06 +0200 forgot to update this variable name
koda [Wed, 15 Jun 2011 23:11:06 +0200] rev 5250
forgot to update this variable name
Fri, 17 Jun 2011 20:53:36 -0400 revert back to 512x512
nemo [Fri, 17 Jun 2011 20:53:36 -0400] rev 5249
revert back to 512x512
Fri, 17 Jun 2011 18:03:12 +0200 okay...
mikade [Fri, 17 Jun 2011 18:03:12 +0200] rev 5248
okay...
Tue, 21 Jun 2011 16:43:05 +0400 Ability to turn camera following gears off
unc0rr [Tue, 21 Jun 2011 16:43:05 +0400] rev 5247
Ability to turn camera following gears off
Fri, 17 Jun 2011 11:58:27 -0400 merge of tsleon's updated russian. I assume unc0rr will vet the phrasing
nemo [Fri, 17 Jun 2011 11:58:27 -0400] rev 5246
merge of tsleon's updated russian. I assume unc0rr will vet the phrasing
Thu, 16 Jun 2011 23:45:17 +0200 Fully playable version of Space Invasion (fingers crossed). No bugs known.
mikade [Thu, 16 Jun 2011 23:45:17 +0200] rev 5245
Fully playable version of Space Invasion (fingers crossed). No bugs known.
Tue, 21 Jun 2011 16:42:04 +0400 Don't stick to enemies when there are more than 2 clans
unc0rr [Tue, 21 Jun 2011 16:42:04 +0400] rev 5244
Don't stick to enemies when there are more than 2 clans
Tue, 14 Jun 2011 16:50:41 -0400 check alternate script loading path
nemo [Tue, 14 Jun 2011 16:50:41 -0400] rev 5243
check alternate script loading path
Tue, 14 Jun 2011 16:44:51 -0400 corrected user ptData path
nemo [Tue, 14 Jun 2011 16:44:51 -0400] rev 5242
corrected user ptData path
Tue, 14 Jun 2011 14:00:29 -0400 add missing user path check
nemo [Tue, 14 Jun 2011 14:00:29 -0400] rev 5241
add missing user path check
Tue, 14 Jun 2011 11:29:15 -0400 Oops. Forgot an assignment.
nemo [Tue, 14 Jun 2011 11:29:15 -0400] rev 5240
Oops. Forgot an assignment.
Sun, 12 Jun 2011 22:34:38 -0400 Bit more reusability
nemo [Sun, 12 Jun 2011 22:34:38 -0400] rev 5239
Bit more reusability
Sun, 12 Jun 2011 21:06:48 -0400 Enable ~/.hedgewars/Data (or platform equivalent) to override/extend pretty much everything in system Data dir. Obviously desyncing can occur, so this is at user's own risk. Should simplify map etc install. Needs testing.
nemo [Sun, 12 Jun 2011 21:06:48 -0400] rev 5238
Enable ~/.hedgewars/Data (or platform equivalent) to override/extend pretty much everything in system Data dir. Obviously desyncing can occur, so this is at user's own risk. Should simplify map etc install. Needs testing.
Sun, 12 Jun 2011 14:45:26 -0400 If 2 or more resolutions are available, use the 2nd in the list. This should (usually) be smaller than the desktop resolution, which should reduce noob fail (not realising part of interface is obscured)
nemo [Sun, 12 Jun 2011 14:45:26 -0400] rev 5237
If 2 or more resolutions are available, use the 2nd in the list. This should (usually) be smaller than the desktop resolution, which should reduce noob fail (not realising part of interface is obscured)
Sun, 12 Jun 2011 10:33:55 -0400 Make flakes respond to wind a bit more strongly
nemo [Sun, 12 Jun 2011 10:33:55 -0400] rev 5236
Make flakes respond to wind a bit more strongly
Sun, 12 Jun 2011 10:16:38 -0400 Skip droplets if plain splash is enabled, add a sanity check just in case.
nemo [Sun, 12 Jun 2011 10:16:38 -0400] rev 5235
Skip droplets if plain splash is enabled, add a sanity check just in case.
Fri, 10 Jun 2011 17:28:53 +0000 Update for ver. 0.9.15
ts.leon@mail.ru [Fri, 10 Jun 2011 17:28:53 +0000] rev 5234
Update for ver. 0.9.15
Sat, 11 Jun 2011 17:27:26 -0400 Should reduce rope skip fail and unrealistic rope drownings
nemo [Sat, 11 Jun 2011 17:27:26 -0400] rev 5233
Should reduce rope skip fail and unrealistic rope drownings
Thu, 09 Jun 2011 00:22:57 -0400 fix splash
nemo [Thu, 09 Jun 2011 00:22:57 -0400] rev 5232
fix splash
Thu, 09 Jun 2011 00:00:33 -0400 tweak to avoid specks after damage
nemo [Thu, 09 Jun 2011 00:00:33 -0400] rev 5231
tweak to avoid specks after damage
Wed, 08 Jun 2011 23:25:05 -0400 Set m_game_connected to false after emitting Disconnected(). This fixes a bug in a case such that when entering an invalid password, the game would bring you back to the main menu.
Zorg <zorgiepoo@gmail.com> [Wed, 08 Jun 2011 23:25:05 -0400] rev 5230
Set m_game_connected to false after emitting Disconnected(). This fixes a bug in a case such that when entering an invalid password, the game would bring you back to the main menu.
Wed, 08 Jun 2011 03:36:54 -0400 Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Zorg <zorgiepoo@gmail.com> [Wed, 08 Jun 2011 03:36:54 -0400] rev 5229
Attempt to fix issue #125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Sat, 04 Jun 2011 16:09:12 -0400 Nerf RC a bit
nemo [Sat, 04 Jun 2011 16:09:12 -0400] rev 5228
Nerf RC a bit
Thu, 02 Jun 2011 18:39:35 -0400 oops.
nemo [Thu, 02 Jun 2011 18:39:35 -0400] rev 5227
oops.
Thu, 02 Jun 2011 18:36:35 -0400 Don't need to check for this case
nemo [Thu, 02 Jun 2011 18:36:35 -0400] rev 5226
Don't need to check for this case
Thu, 02 Jun 2011 18:08:50 -0400 Experiment in making the land less jagg-y
nemo [Thu, 02 Jun 2011 18:08:50 -0400] rev 5225
Experiment in making the land less jagg-y
Mon, 30 May 2011 01:14:25 +0200 muuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuusic for the ios frontend finally
koda [Mon, 30 May 2011 01:14:25 +0200] rev 5224
muuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuusic for the ios frontend finally
Sun, 29 May 2011 23:58:28 +0200 allow fpc to search through the user directory when linking frameworks
koda [Sun, 29 May 2011 23:58:28 +0200] rev 5223
allow fpc to search through the user directory when linking frameworks
Sun, 29 May 2011 23:21:59 +0200 unbreak compiling frontend under osx
koda [Sun, 29 May 2011 23:21:59 +0200] rev 5222
unbreak compiling frontend under osx
Sun, 29 May 2011 20:28:27 +0400 Tiny optimization
unc0rr [Sun, 29 May 2011 20:28:27 +0400] rev 5221
Tiny optimization
Sat, 28 May 2011 23:40:42 +0200 when the match is not completed (eg out of memory or crash) the game asks for restoring it as soon as it is opened again
koda [Sat, 28 May 2011 23:40:42 +0200] rev 5220
when the match is not completed (eg out of memory or crash) the game asks for restoring it as soon as it is opened again
Sat, 28 May 2011 16:40:23 +0200 this notification can be removed
koda [Sat, 28 May 2011 16:40:23 +0200] rev 5219
this notification can be removed
Sat, 28 May 2011 16:59:09 -0400 Fix bug that made me lose my tournament match
nemo [Sat, 28 May 2011 16:59:09 -0400] rev 5218
Fix bug that made me lose my tournament match
Fri, 27 May 2011 23:18:23 +0400 Don't allocate SDL_event structure on stack
unc0rr [Fri, 27 May 2011 23:18:23 +0400] rev 5217
Don't allocate SDL_event structure on stack
Wed, 25 May 2011 14:21:40 +0200 small Korean update
TrevInc [Wed, 25 May 2011 14:21:40 +0200] rev 5216
small Korean update
Mon, 23 May 2011 11:25:37 -0400 Try and avoid problem reported by users like RDChrisco with cards that only support 512 texture size, and disable backgrounds. Also, reorganise the rq flags sprite loading a bit. Needs testing to make sure it matches the sprite uses. It should though.
nemo [Mon, 23 May 2011 11:25:37 -0400] rev 5215
Try and avoid problem reported by users like RDChrisco with cards that only support 512 texture size, and disable backgrounds. Also, reorganise the rq flags sprite loading a bit. Needs testing to make sure it matches the sprite uses. It should though.
Sun, 22 May 2011 19:44:53 +0400 60 seconds cooldown ban on kick
unc0rr [Sun, 22 May 2011 19:44:53 +0400] rev 5214
60 seconds cooldown ban on kick
Tue, 17 May 2011 19:05:13 -0400 make the associate button use the user's settings for loading demos/saves
nemo [Tue, 17 May 2011 19:05:13 -0400] rev 5213
make the associate button use the user's settings for loading demos/saves
Mon, 16 May 2011 22:04:59 +0400 Don't perform RestartServer action when already did it once
unc0rr [Mon, 16 May 2011 22:04:59 +0400] rev 5212
Don't perform RestartServer action when already did it once
Mon, 16 May 2011 22:03:14 +0400 Don't send stats after spawning new server
unc0rr [Mon, 16 May 2011 22:03:14 +0400] rev 5211
Don't send stats after spawning new server
Sun, 15 May 2011 18:16:13 +0400 Pass correct arguments on restart
unc0rr [Sun, 15 May 2011 18:16:13 +0400] rev 5210
Pass correct arguments on restart
Sun, 15 May 2011 18:10:01 +0400 On restart command close server socket and spawn new server, keep running until last client quits
unc0rr [Sun, 15 May 2011 18:10:01 +0400] rev 5209
On restart command close server socket and spawn new server, keep running until last client quits
Thu, 12 May 2011 23:29:31 +0200 all together now! releaseAndNil ftw
koda [Thu, 12 May 2011 23:29:31 +0200] rev 5208
all together now! releaseAndNil ftw
Thu, 12 May 2011 23:00:26 +0200 some general tweaks (more intelligent use of macros and more caching)
koda [Thu, 12 May 2011 23:00:26 +0200] rev 5207
some general tweaks (more intelligent use of macros and more caching)
Wed, 11 May 2011 01:26:38 +0200 settings.plist is no more, long live nsuserdefaults
koda [Wed, 11 May 2011 01:26:38 +0200] rev 5206
settings.plist is no more, long live nsuserdefaults
Mon, 09 May 2011 18:00:39 +0200 some headers cleanup and rename of stats and playrecord pages for consistency
koda [Mon, 09 May 2011 18:00:39 +0200] rev 5205
some headers cleanup and rename of stats and playrecord pages for consistency
Mon, 09 May 2011 16:56:29 +0200 split pages.h into several header files
koda [Mon, 09 May 2011 16:56:29 +0200] rev 5204
split pages.h into several header files
Sun, 08 May 2011 21:15:42 +0400 Better tracking of damage source and target when scoring a turn
unc0rr [Sun, 08 May 2011 21:15:42 +0400] rev 5203
Better tracking of damage source and target when scoring a turn
Thu, 05 May 2011 17:08:29 +0400 Some improvements on stats subsystem
unc0rr [Thu, 05 May 2011 17:08:29 +0400] rev 5202
Some improvements on stats subsystem
Wed, 04 May 2011 01:19:39 +0200 * moved colours and default port from .cpp.in to .h
koda [Wed, 04 May 2011 01:19:39 +0200] rev 5201
* moved colours and default port from .cpp.in to .h * slight tweaks to existing colours (softer shades)
Tue, 03 May 2011 23:16:47 +0200 * move ammo lines from .cpp.in to .h so that it is readable from the ios frontend (and who knows, maybe from other frontends as well)
koda [Tue, 03 May 2011 23:16:47 +0200] rev 5200
* move ammo lines from .cpp.in to .h so that it is readable from the ios frontend (and who knows, maybe from other frontends as well) * increase the max team number from 6 to 8 like engine supports * update ios project file for uCursor
Mon, 02 May 2011 18:40:15 +0400 Oops, forgot to remove this
unc0rr [Mon, 02 May 2011 18:40:15 +0400] rev 5199
Oops, forgot to remove this
Mon, 02 May 2011 18:39:11 +0400 Merge cursor_issues into default
unc0rr [Mon, 02 May 2011 18:39:11 +0400] rev 5198
Merge cursor_issues into default
Mon, 02 May 2011 01:55:14 -0400 Basic TARDIS implementation. Still needs proper animation, and probably a check to force reappearance on death of last team mate
nemo [Mon, 02 May 2011 01:55:14 -0400] rev 5197
Basic TARDIS implementation. Still needs proper animation, and probably a check to force reappearance on death of last team mate
Mon, 02 May 2011 02:07:28 +0200 update hgtags
koda [Mon, 02 May 2011 02:07:28 +0200] rev 5196
update hgtags
Sun, 01 May 2011 05:39:52 +0200 fix rotation and ammomenu on ios
koda [Sun, 01 May 2011 05:39:52 +0200] rev 5195
fix rotation and ammomenu on ios
Sat, 30 Apr 2011 20:06:05 +0200 small fix for starting the ios game
koda [Sat, 30 Apr 2011 20:06:05 +0200] rev 5194
small fix for starting the ios game
Mon, 16 May 2011 22:08:28 +0400 Close branch cursor_issues
unc0rr [Mon, 16 May 2011 22:08:28 +0400] rev 5193
Close branch
Fri, 29 Apr 2011 17:11:08 +0400 Optimize hwFloat2Float a bit
unc0rr [Fri, 29 Apr 2011 17:11:08 +0400] rev 5192
Optimize hwFloat2Float a bit
Mon, 02 May 2011 18:37:57 +0400 - Implement a thin wrapper over real cursor, which eliminates need in SDL_WarpMouse outside game window cursor_issues
unc0rr [Mon, 02 May 2011 18:37:57 +0400] rev 5191
- Implement a thin wrapper over real cursor, which eliminates need in SDL_WarpMouse outside game window - Fixes pointing target near water when zooming
Fri, 29 Apr 2011 17:05:10 +0400 Call statistics routine after setting the damage
unc0rr [Fri, 29 Apr 2011 17:05:10 +0400] rev 5190
Call statistics routine after setting the damage
Fri, 29 Apr 2011 13:56:38 +0400 Merge with default tip cursor_issues
unc0rr [Fri, 29 Apr 2011 13:56:38 +0400] rev 5189
Merge with default tip
Fri, 29 Apr 2011 03:31:50 +0200 some updates to the crossbuild system for mac
koda [Fri, 29 Apr 2011 03:31:50 +0200] rev 5188
some updates to the crossbuild system for mac most notably it chooses a single default architecture with more precision
Fri, 29 Apr 2011 02:42:46 +0200 make sdl1.3 window creation code more readable
koda [Fri, 29 Apr 2011 02:42:46 +0200] rev 5187
make sdl1.3 window creation code more readable
Thu, 28 Apr 2011 01:01:07 +0200 fix some more warnings
koda [Thu, 28 Apr 2011 01:01:07 +0200] rev 5186
fix some more warnings
Thu, 28 Apr 2011 00:16:36 +0200 remove the trailing _en from scheme data and use the macros available instead of creating a string every time
koda [Thu, 28 Apr 2011 00:16:36 +0200] rev 5185
remove the trailing _en from scheme data and use the macros available instead of creating a string every time
Wed, 27 Apr 2011 11:11:45 -0400 update iphone too
nemo [Wed, 27 Apr 2011 11:11:45 -0400] rev 5184
update iphone too
Wed, 27 Apr 2011 11:05:56 -0400 Oops. Forgot Hello (frontend) and "First Blood"
nemo [Wed, 27 Apr 2011 11:05:56 -0400] rev 5183
Oops. Forgot Hello (frontend) and "First Blood"
Wed, 27 Apr 2011 16:01:27 +0400 merge
unc0rr [Wed, 27 Apr 2011 16:01:27 +0400] rev 5182
merge
Wed, 27 Apr 2011 02:34:38 +0200 add getawaytime and tagteam mode to ios
koda [Wed, 27 Apr 2011 02:34:38 +0200] rev 5181
add getawaytime and tagteam mode to ios some tweaks to scheme creation
Wed, 27 Apr 2011 02:10:22 +0200 small cosmetics
koda [Wed, 27 Apr 2011 02:10:22 +0200] rev 5180
small cosmetics
Wed, 27 Apr 2011 15:57:23 +0400 Fix "Mixing signed expressions and longwords gives a 64bit result" warnings
unc0rr [Wed, 27 Apr 2011 15:57:23 +0400] rev 5179
Fix "Mixing signed expressions and longwords gives a 64bit result" warnings
Tue, 26 Apr 2011 13:13:07 +0200 ooops
vittorio.giovara@gmail.com [Tue, 26 Apr 2011 13:13:07 +0200] rev 5178
ooops
Tue, 26 Apr 2011 02:36:40 +0200 remove unusued voices also for ios
koda [Tue, 26 Apr 2011 02:36:40 +0200] rev 5177
remove unusued voices also for ios small tweak that allows us to avoid modifying sdl sourcecode to work
Mon, 25 Apr 2011 17:56:26 -0400 Skip installation of unused sounds to save space
nemo [Mon, 25 Apr 2011 17:56:26 -0400] rev 5176
Skip installation of unused sounds to save space
Mon, 25 Apr 2011 07:53:06 +0200 finish overlay refactoring and some leak annihilation
koda [Mon, 25 Apr 2011 07:53:06 +0200] rev 5175
finish overlay refactoring and some leak annihilation
Mon, 25 Apr 2011 06:38:59 +0200 initial refactoring of ObjcExports and OverlayViewController
koda [Mon, 25 Apr 2011 06:38:59 +0200] rev 5174
initial refactoring of ObjcExports and OverlayViewController
Mon, 25 Apr 2011 02:25:25 +0200 small trailing changes
koda [Mon, 25 Apr 2011 02:25:25 +0200] rev 5173
small trailing changes
Mon, 25 Apr 2011 01:46:54 +0200 aaand let's add freetype as well while we are at it
koda [Mon, 25 Apr 2011 01:46:54 +0200] rev 5172
aaand let's add freetype as well while we are at it other smaller changes
Sun, 24 Apr 2011 23:13:45 +0200 add ios project files for lua sources
koda [Sun, 24 Apr 2011 23:13:45 +0200] rev 5171
add ios project files for lua sources
Sun, 24 Apr 2011 22:57:57 +0200 add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda [Sun, 24 Apr 2011 22:57:57 +0200] rev 5170
add libTremor sources (integer-only libvorbis implementation) to repo and ios project
Sun, 24 Apr 2011 21:35:23 +0200 some comments and simplifications for cmake files
koda [Sun, 24 Apr 2011 21:35:23 +0200] rev 5169
some comments and simplifications for cmake files
Thu, 21 Apr 2011 08:22:34 +0200 small tweak to autogenerate the config.inc file in the ios project
koda [Thu, 21 Apr 2011 08:22:34 +0200] rev 5168
small tweak to autogenerate the config.inc file in the ios project
Thu, 21 Apr 2011 07:41:24 +0200 Clean Augean stables 2 (pascal has classnames available)
koda [Thu, 21 Apr 2011 07:41:24 +0200] rev 5167
Clean Augean stables 2 (pascal has classnames available)
Wed, 20 Apr 2011 05:26:47 +0200 and now for something completely different, overlay refactoring!
koda [Wed, 20 Apr 2011 05:26:47 +0200] rev 5166
and now for something completely different, overlay refactoring! updated project files with new certificate info removed some warnings
Tue, 19 Apr 2011 15:34:21 -0400 Disable Digital/Beach since Tiy's made clear he feels the problems are too extensive to fix.
nemo [Tue, 19 Apr 2011 15:34:21 -0400] rev 5165
Disable Digital/Beach since Tiy's made clear he feels the problems are too extensive to fix. Remove Chunk from Beach theme due copyright violation
Tue, 19 Apr 2011 14:39:55 +0400 Use cWaterLine instead of LAND_HEIGHT, fix mortar handler aswell
unc0rr [Tue, 19 Apr 2011 14:39:55 +0400] rev 5164
Use cWaterLine instead of LAND_HEIGHT, fix mortar handler aswell
Tue, 19 Apr 2011 14:20:52 +0400 Fix test for water in airstrike handler
unc0rr [Tue, 19 Apr 2011 14:20:52 +0400] rev 5163
Fix test for water in airstrike handler
Tue, 19 Apr 2011 12:35:43 +0400 Fix AI trying to turn around in targeting mode
unc0rr [Tue, 19 Apr 2011 12:35:43 +0400] rev 5162
Fix AI trying to turn around in targeting mode
Mon, 18 Apr 2011 23:35:44 -0400 oops
nemo [Mon, 18 Apr 2011 23:35:44 -0400] rev 5161
oops
(0) -3000 -1000 -120 +120 +1000 +3000 +10000 tip