Sat, 26 Nov 2011 17:40:25 +0100 Android: fixed serviceconnectionleak, made the result code of asynctask a bit better, fix cancel button
Xeli [Sat, 26 Nov 2011 17:40:25 +0100] rev 6437
Android: fixed serviceconnectionleak, made the result code of asynctask a bit better, fix cancel button
Sat, 26 Nov 2011 16:18:44 +0100 Sort the weapons/schemes/styles and give make give them a default value
Xeli [Sat, 26 Nov 2011 16:18:44 +0100] rev 6436
Sort the weapons/schemes/styles and give make give them a default value
Sat, 26 Nov 2011 11:47:31 +0100 merge
Xeli [Sat, 26 Nov 2011 11:47:31 +0100] rev 6435
merge
Sat, 26 Nov 2011 11:40:54 +0100 android: remove the "continue in background" button for now
Xeli [Sat, 26 Nov 2011 11:40:54 +0100] rev 6434
android: remove the "continue in background" button for now
Sat, 26 Nov 2011 11:39:41 +0100 android: fix compatibility with donut
Xeli [Sat, 26 Nov 2011 11:39:41 +0100] rev 6433
android: fix compatibility with donut
Fri, 25 Nov 2011 19:36:03 +0100 Use proper names when storing custom teams, also fixes the bug which created new teams when you editted one of the default ones
Xeli [Fri, 25 Nov 2011 19:36:03 +0100] rev 6432
Use proper names when storing custom teams, also fixes the bug which created new teams when you editted one of the default ones
Fri, 25 Nov 2011 19:33:55 +0100 android: default team is now an AI
Xeli [Fri, 25 Nov 2011 19:33:55 +0100] rev 6431
android: default team is now an AI
Sat, 26 Nov 2011 11:37:25 +0100 fix compiling with LUA_DISABLED
koda [Sat, 26 Nov 2011 11:37:25 +0100] rev 6430
fix compiling with LUA_DISABLED
Fri, 25 Nov 2011 19:33:17 +0100 new build which works with android ICS
Xeli [Fri, 25 Nov 2011 19:33:17 +0100] rev 6429
new build which works with android ICS
Sat, 26 Nov 2011 00:45:00 -0500 eyecandy
Oranger [Sat, 26 Nov 2011 00:45:00 -0500] rev 6428
eyecandy
Fri, 25 Nov 2011 19:32:54 +0100 android: prevent the virtual keyboard from opening at the start
Xeli [Fri, 25 Nov 2011 19:32:54 +0100] rev 6427
android: prevent the virtual keyboard from opening at the start
Fri, 25 Nov 2011 23:22:35 +0300 Help parser a bit
unc0rr [Fri, 25 Nov 2011 23:22:35 +0300] rev 6426
Help parser a bit
Fri, 25 Nov 2011 18:36:12 +0300 - Parse unions, sets, function type, packed arrays and some more imporvements to the parser. Now it parses uVariable, uConsts and even SDLh.pas
unc0rr [Fri, 25 Nov 2011 18:36:12 +0300] rev 6425
- Parse unions, sets, function type, packed arrays and some more imporvements to the parser. Now it parses uVariable, uConsts and even SDLh.pas - Improve rendering of C code - Fix preprocessor issues, define "FPC" - Make pas2c convert unit along with its dependencies into corresponding .c files, so you just call it for hwengine.pas to convert the whole engine
Fri, 25 Nov 2011 05:15:38 +0100 GCI task: iOS Polish
Kamil Pilarski [Fri, 25 Nov 2011 05:15:38 +0100] rev 6424
GCI task: iOS Polish
Fri, 25 Nov 2011 05:11:11 +0100 GCI task: iOS French
Rom le Clair [Fri, 25 Nov 2011 05:11:11 +0100] rev 6423
GCI task: iOS French
Fri, 25 Nov 2011 05:06:39 +0100 GCI task: iOS Spanish
Ángel Alonso [Fri, 25 Nov 2011 05:06:39 +0100] rev 6422
GCI task: iOS Spanish
Fri, 25 Nov 2011 05:05:34 +0100 also for the description
koda [Fri, 25 Nov 2011 05:05:34 +0100] rev 6421
also for the description
Fri, 25 Nov 2011 04:57:59 +0100 better ios localization files
koda [Fri, 25 Nov 2011 04:57:59 +0100] rev 6420
better ios localization files
Thu, 24 Nov 2011 16:40:17 -0500 Tidy up flake land generation, to avoid ragged holes in landbacktex. Remove of one odd Land[] change forces a PROTO bump. Well, had to happen eventually.
nemo [Thu, 24 Nov 2011 16:40:17 -0500] rev 6419
Tidy up flake land generation, to avoid ragged holes in landbacktex. Remove of one odd Land[] change forces a PROTO bump. Well, had to happen eventually.
Thu, 24 Nov 2011 19:15:29 +0100 hide all context menu options for own nick, except for info
sheepluva [Thu, 24 Nov 2011 19:15:29 +0100] rev 6418
hide all context menu options for own nick, except for info
Thu, 24 Nov 2011 20:59:13 +0300 Improve parser a bit, preparation to parsing whole program at once and compiling it into single C file
unc0rr [Thu, 24 Nov 2011 20:59:13 +0300] rev 6417
Improve parser a bit, preparation to parsing whole program at once and compiling it into single C file
Thu, 24 Nov 2011 16:33:36 +0100 removed extra endif
Xeli [Thu, 24 Nov 2011 16:33:36 +0100] rev 6416
removed extra endif
Thu, 24 Nov 2011 16:18:45 +0100 GSoC 2011: Android port - merged mainstream
koda [Thu, 24 Nov 2011 16:18:45 +0100] rev 6415
GSoC 2011: Android port - merged mainstream
Wed, 23 Nov 2011 20:12:16 +0300 Finish preprocessor. Now it correctly handles $IFDEF, $IFNDEF, $ELSE, $ENDIF and $DEFINE.
unc0rr [Wed, 23 Nov 2011 20:12:16 +0300] rev 6414
Finish preprocessor. Now it correctly handles $IFDEF, $IFNDEF, $ELSE, $ENDIF and $DEFINE. Still not enterprise level, as has some flaws, but is okay to process hedgewars sources.
Tue, 22 Nov 2011 22:48:02 +0300 Preprocessor strips comments
unc0rr [Tue, 22 Nov 2011 22:48:02 +0300] rev 6413
Preprocessor strips comments
Tue, 22 Nov 2011 19:34:15 +0300 - Split PascalParser into modules
unc0rr [Tue, 22 Nov 2011 19:34:15 +0300] rev 6412
- Split PascalParser into modules - Start implementation of preprocessor
Tue, 22 Nov 2011 02:08:42 +0100 group the ios files to be translated (aka localization)
koda [Tue, 22 Nov 2011 02:08:42 +0100] rev 6411
group the ios files to be translated (aka localization)
Fri, 26 Oct 2012 14:19:57 +0100 close branch 0.9.17
koda [Fri, 26 Oct 2012 14:19:57 +0100] rev 6410
close branch
Sun, 20 Nov 2011 19:07:59 +0100 SDL included some of our patches mainstream
koda [Sun, 20 Nov 2011 19:07:59 +0100] rev 6409
SDL included some of our patches mainstream
Mon, 21 Nov 2011 21:23:23 +0100 this should fix the highlighting failz with non-lowercase player names like the one CheezeMonkey ran into. 0.9.17
sheepluva [Mon, 21 Nov 2011 21:23:23 +0100] rev 6408
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
Sun, 20 Nov 2011 19:45:40 +0300 Merge with 0.9.17 server fix
unc0rr [Sun, 20 Nov 2011 19:45:40 +0300] rev 6407
Merge with 0.9.17 server fix
Sat, 19 Nov 2011 23:34:09 +0100 Updated Slovak translation
jose1711 [Sat, 19 Nov 2011 23:34:09 +0100] rev 6406
Updated Slovak translation
Mon, 21 Nov 2011 11:00:42 +0100 Added tag 0-9.17-release for changeset 4670f003f91b 0.9.17
koda [Mon, 21 Nov 2011 11:00:42 +0100] rev 6405
Added tag 0-9.17-release for changeset 4670f003f91b
Sat, 19 Nov 2011 15:36:33 -0500 Aaaand merge into trunk too in case guys I was playing earlier are on trunk
nemo [Sat, 19 Nov 2011 15:36:33 -0500] rev 6404
Aaaand merge into trunk too in case guys I was playing earlier are on trunk
Sun, 20 Nov 2011 19:45:03 +0300 Fix empty teams list when trying to spectate 0.9.17
unc0rr [Sun, 20 Nov 2011 19:45:03 +0300] rev 6403
Fix empty teams list when trying to spectate
Sat, 19 Nov 2011 15:34:38 -0500 Fix missing nametags in placement mode 0.9.17 0.9.17-release
nemo [Sat, 19 Nov 2011 15:34:38 -0500] rev 6402
Fix missing nametags in placement mode
Sat, 19 Nov 2011 22:42:52 +0300 merge, as --rebase didn't work for some reason
unc0rr [Sat, 19 Nov 2011 22:42:52 +0300] rev 6401
merge, as --rebase didn't work for some reason
Sat, 19 Nov 2011 14:30:58 -0500 Merge 0.9.17 with trunk 0.9.17
nemo [Sat, 19 Nov 2011 14:30:58 -0500] rev 6400
Merge 0.9.17 with trunk
Sat, 19 Nov 2011 22:38:31 +0300 Improve parser and converter
unc0rr [Sat, 19 Nov 2011 22:38:31 +0300] rev 6399
Improve parser and converter
Sat, 19 Nov 2011 14:29:35 -0500 Update changelog again
nemo [Sat, 19 Nov 2011 14:29:35 -0500] rev 6398
Update changelog again
Sat, 19 Nov 2011 19:30:20 +0300 Oops, function call has parens
unc0rr [Sat, 19 Nov 2011 19:30:20 +0300] rev 6397
Oops, function call has parens
Fri, 18 Nov 2011 12:47:40 -0500 Only make AI avoid damaged dead mines and dangerously smoking barrels once the attack is finished.
nemo [Fri, 18 Nov 2011 12:47:40 -0500] rev 6396
Only make AI avoid damaged dead mines and dangerously smoking barrels once the attack is finished.
Fri, 18 Nov 2011 15:05:32 +0400 Make AI be less scared by crates. Actually, now it starts using switcher just to pick a crate up.
unc0rr [Fri, 18 Nov 2011 15:05:32 +0400] rev 6395
Make AI be less scared by crates. Actually, now it starts using switcher just to pick a crate up.
Fri, 18 Nov 2011 00:32:52 +0100 yay, finally osx (and likely windows) fullscreen switch works like on linux! ALL textures had to be destroyed and recreated only after the new window got created. In other news, the new window must be cleaned with glClear to skip a first frame of garbage and AddProgress is only called the first time.
koda [Fri, 18 Nov 2011 00:32:52 +0100] rev 6394
yay, finally osx (and likely windows) fullscreen switch works like on linux! ALL textures had to be destroyed and recreated only after the new window got created. In other news, the new window must be cleaned with glClear to skip a first frame of garbage and AddProgress is only called the first time.
Thu, 17 Nov 2011 23:14:24 +0300 Make AI use switcher when:
unc0rr [Thu, 17 Nov 2011 23:14:24 +0300] rev 6393
Make AI use switcher when: - it is immediately available - switching gains +20 points score turn
Thu, 17 Nov 2011 21:44:35 +0300 - Move actions stack out of Walk procedure
unc0rr [Thu, 17 Nov 2011 21:44:35 +0300] rev 6392
- Move actions stack out of Walk procedure - Move test for available weapons into Walk procedure
Thu, 17 Nov 2011 17:57:45 +0400 - Parse sets initialization
unc0rr [Thu, 17 Nov 2011 17:57:45 +0400] rev 6391
- Parse sets initialization - Render interface part of unit;
Wed, 16 Nov 2011 16:36:17 -0500 This should have been added before. add log spew if this ever happens. We should hopefully identify the various circumstances and make sure it is all cleaned up so the list becomes unnecessary.
nemo [Wed, 16 Nov 2011 16:36:17 -0500] rev 6390
This should have been added before. add log spew if this ever happens. We should hopefully identify the various circumstances and make sure it is all cleaned up so the list becomes unnecessary.
Wed, 16 Nov 2011 15:16:17 -0500 prevent flinging up into any land.
nemo [Wed, 16 Nov 2011 15:16:17 -0500] rev 6389
prevent flinging up into any land.
Wed, 16 Nov 2011 21:35:14 +0300 Recognize some built-in functions
unc0rr [Wed, 16 Nov 2011 21:35:14 +0300] rev 6388
Recognize some built-in functions
Wed, 16 Nov 2011 20:42:45 +0300 Less code
unc0rr [Wed, 16 Nov 2011 20:42:45 +0300] rev 6387
Less code
Wed, 16 Nov 2011 19:25:25 +0300 Prefix followed by prefix issue solved. Also some slight improvements.
unc0rr [Wed, 16 Nov 2011 19:25:25 +0300] rev 6386
Prefix followed by prefix issue solved. Also some slight improvements.
Tue, 15 Nov 2011 00:43:19 -0500 Fix for issue #291 - this check should probably be in ApplyDamage though
nemo [Tue, 15 Nov 2011 00:43:19 -0500] rev 6385
Fix for issue #291 - this check should probably be in ApplyDamage though
Mon, 14 Nov 2011 22:41:08 -0500 Disable loading content.html on startup, it is fetched on pushing to top of stack already.
nemo [Mon, 14 Nov 2011 22:41:08 -0500] rev 6384
Disable loading content.html on startup, it is fetched on pushing to top of stack already.
Mon, 14 Nov 2011 22:38:24 -0500 increase land tex size to 512, which is the current minimum required just to load a hat. On my system max fps rose from 840 to 890 - about 6% change.
nemo [Mon, 14 Nov 2011 22:38:24 -0500] rev 6383
increase land tex size to 512, which is the current minimum required just to load a hat. On my system max fps rose from 840 to 890 - about 6% change. also a nil check, probably not needed.
Tue, 15 Nov 2011 02:02:08 +0100 move the order of reloading texture to workaround buggy drivers
koda [Tue, 15 Nov 2011 02:02:08 +0100] rev 6382
move the order of reloading texture to workaround buggy drivers
Mon, 14 Nov 2011 18:28:05 -0500 Only recreate texture for non-empty lines
nemo [Mon, 14 Nov 2011 18:28:05 -0500] rev 6381
Only recreate texture for non-empty lines
Mon, 14 Nov 2011 18:08:36 -0500 Remove a bunch of unnecessary nil checks. FreeTexture does its own nil check.
nemo [Mon, 14 Nov 2011 18:08:36 -0500] rev 6380
Remove a bunch of unnecessary nil checks. FreeTexture does its own nil check.
Mon, 14 Nov 2011 17:56:44 -0500 reset chat lines too
nemo [Mon, 14 Nov 2011 17:56:44 -0500] rev 6379
reset chat lines too
Mon, 14 Nov 2011 23:46:23 +0200 Make Highlander moar awesome.
mikade [Mon, 14 Nov 2011 23:46:23 +0200] rev 6378
Make Highlander moar awesome.
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip