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.
Mon, 14 Nov 2011 16:17:58 -0500 Since I'm storing the text string anyway, might as well recreate captions on resize as well
nemo [Mon, 14 Nov 2011 16:17:58 -0500] rev 6377
Since I'm storing the text string anyway, might as well recreate captions on resize as well
Mon, 14 Nov 2011 15:51:02 -0500 Not useful.
nemo [Mon, 14 Nov 2011 15:51:02 -0500] rev 6376
Not useful.
Mon, 14 Nov 2011 13:31:38 -0500 Aaand in .17 0.9.17
nemo [Mon, 14 Nov 2011 13:31:38 -0500] rev 6375
Aaand in .17
Mon, 14 Nov 2011 13:30:17 -0500 oops. tex could expire, too...
nemo [Mon, 14 Nov 2011 13:30:17 -0500] rev 6374
oops. tex could expire, too...
Mon, 14 Nov 2011 13:15:55 -0500 Aaaand merge .17 into trunk.
nemo [Mon, 14 Nov 2011 13:15:55 -0500] rev 6373
Aaaand merge .17 into trunk.
Mon, 14 Nov 2011 13:14:32 -0500 merge with trunk (sound fade tweak, iOS changes) 0.9.17
nemo [Mon, 14 Nov 2011 13:14:32 -0500] rev 6372
merge with trunk (sound fade tweak, iOS changes)
Mon, 14 Nov 2011 13:13:38 -0500 Skip rerendering the caption if the text is unchanged. Scripts make heavy use of caption, often onGameTick 0.9.17
nemo [Mon, 14 Nov 2011 13:13:38 -0500] rev 6371
Skip rerendering the caption if the text is unchanged. Scripts make heavy use of caption, often onGameTick
Mon, 14 Nov 2011 13:28:16 +0400 Make server know release version 0.9.17
unc0rr [Mon, 14 Nov 2011 13:28:16 +0400] rev 6370
Make server know release version
Sun, 13 Nov 2011 21:39:52 -0500 these flakes are supposed to look like silvery edges of dark stuff in background, so look odd unflattened 0.9.17
nemo [Sun, 13 Nov 2011 21:39:52 -0500] rev 6369
these flakes are supposed to look like silvery edges of dark stuff in background, so look odd unflattened
Sun, 13 Nov 2011 19:17:47 -0500 this one should not be delayed 0.9.17
nemo [Sun, 13 Nov 2011 19:17:47 -0500] rev 6368
this one should not be delayed
Sun, 13 Nov 2011 21:28:11 +0100 be more gentle when you stop channels at the end of the game
koda [Sun, 13 Nov 2011 21:28:11 +0100] rev 6367
be more gentle when you stop channels at the end of the game
Sun, 13 Nov 2011 14:41:02 -0500 merge sound changes into .17, and, why not everything else too. 0.9.17
nemo [Sun, 13 Nov 2011 14:41:02 -0500] rev 6366
merge sound changes into .17, and, why not everything else too.
Sun, 13 Nov 2011 21:18:33 +0100 fix accessing a released object
koda [Sun, 13 Nov 2011 21:18:33 +0100] rev 6365
fix accessing a released object
Sun, 13 Nov 2011 14:39:39 -0500 My understanding from unc0rr is that as long as trunk and .17 are in sync, they maintain the protocol number.
nemo [Sun, 13 Nov 2011 14:39:39 -0500] rev 6364
My understanding from unc0rr is that as long as trunk and .17 are in sync, they maintain the protocol number. Once they desync, trunk gets a new one
Sun, 13 Nov 2011 14:33:14 -0500 Use -1 to clear all channels before playing victory sound
nemo [Sun, 13 Nov 2011 14:33:14 -0500] rev 6363
Use -1 to clear all channels before playing victory sound
Sun, 13 Nov 2011 19:32:42 +0100 modify ReleaseSound so that it performs a partial release of unused sounds, useful for responding to memory warnings
koda [Sun, 13 Nov 2011 19:32:42 +0100] rev 6362
modify ReleaseSound so that it performs a partial release of unused sounds, useful for responding to memory warnings
Sun, 13 Nov 2011 13:27:04 -0500 Merge .17 and trunk
nemo [Sun, 13 Nov 2011 13:27:04 -0500] rev 6361
Merge .17 and trunk
Sun, 13 Nov 2011 13:18:56 -0500 Clear all other sounds before playing flawless victory / victory 0.9.17
nemo [Sun, 13 Nov 2011 13:18:56 -0500] rev 6360
Clear all other sounds before playing flawless victory / victory
Sun, 13 Nov 2011 13:05:19 -0500 stray " 0.9.17
nemo [Sun, 13 Nov 2011 13:05:19 -0500] rev 6359
stray "
Sun, 13 Nov 2011 12:45:54 -0500 oops 0.9.17
nemo [Sun, 13 Nov 2011 12:45:54 -0500] rev 6358
oops
Sun, 13 Nov 2011 20:24:55 +0300 Something
unc0rr [Sun, 13 Nov 2011 20:24:55 +0300] rev 6357
Something
Sun, 13 Nov 2011 12:30:32 -0500 Release? 0.9.17
nemo [Sun, 13 Nov 2011 12:30:32 -0500] rev 6356
Release?
Sun, 13 Nov 2011 13:46:26 +0300 Introduce initialization expressions
unc0rr [Sun, 13 Nov 2011 13:46:26 +0300] rev 6355
Introduce initialization expressions
Sun, 13 Nov 2011 12:13:21 -0500 RELEEEEEEEEEASE 0.9.17
nemo [Sun, 13 Nov 2011 12:13:21 -0500] rev 6354
RELEEEEEEEEEASE
Sun, 13 Nov 2011 18:23:05 +0100 restore displaying statistics at the end of a game and restore warning lower views that they are going to appear
koda [Sun, 13 Nov 2011 18:23:05 +0100] rev 6353
restore displaying statistics at the end of a game and restore warning lower views that they are going to appear
Sun, 13 Nov 2011 12:11:44 -0500 pt update
inu [Sun, 13 Nov 2011 12:11:44 -0500] rev 6352
pt update
Sun, 13 Nov 2011 11:06:07 -0500 This should not be in the unplaced section
nemo [Sun, 13 Nov 2011 11:06:07 -0500] rev 6351
This should not be in the unplaced section
Thu, 24 Nov 2011 13:44:30 +0100 new download manager \o/ hedgeroid
Xeli [Thu, 24 Nov 2011 13:44:30 +0100] rev 6350
new download manager \o/
Sun, 13 Nov 2011 17:52:50 +0200 Correct outdated feedback.
mikade [Sun, 13 Nov 2011 17:52:50 +0200] rev 6349
Correct outdated feedback. Move mudball into utility bundle.
Thu, 24 Nov 2011 13:40:17 +0100 Added a minimal data dir, we should move this to hedgewars/share sometime hedgeroid
Xeli [Thu, 24 Nov 2011 13:40:17 +0100] rev 6348
Added a minimal data dir, we should move this to hedgewars/share sometime
Sun, 13 Nov 2011 10:34:35 -0500 Make AI avoid barrels the more they are damaged
nemo [Sun, 13 Nov 2011 10:34:35 -0500] rev 6347
Make AI avoid barrels the more they are damaged
Mon, 14 Nov 2011 18:03:51 +0100 merge hedgeroid
Xeli [Mon, 14 Nov 2011 18:03:51 +0100] rev 6346
merge
Sun, 13 Nov 2011 09:51:01 -0500 pl update
szczur [Sun, 13 Nov 2011 09:51:01 -0500] rev 6345
pl update
Sat, 12 Nov 2011 19:00:31 +0100 iOS works again (also native touch interface \o/) hedgeroid
koda [Sat, 12 Nov 2011 19:00:31 +0100] rev 6344
iOS works again (also native touch interface \o/)
Mon, 14 Nov 2011 18:03:31 +0100 first part of the new downloader implementation hedgeroid
Xeli [Mon, 14 Nov 2011 18:03:31 +0100] rev 6343
first part of the new downloader implementation
Sun, 13 Nov 2011 09:30:27 -0500 it update
BioHazardX [Sun, 13 Nov 2011 09:30:27 -0500] rev 6342
it update
Sat, 12 Nov 2011 18:38:21 +0100 slight cleanup, fix compiling with sdl-1.2 hedgeroid
koda [Sat, 12 Nov 2011 18:38:21 +0100] rev 6341
slight cleanup, fix compiling with sdl-1.2
Mon, 14 Nov 2011 17:59:26 +0100 added quotes for those with spaces in their path hedgeroid
Xeli [Mon, 14 Nov 2011 17:59:26 +0100] rev 6340
added quotes for those with spaces in their path
Sat, 12 Nov 2011 21:44:26 -0500 this should allow overriding static maps from lua
nemo [Sat, 12 Nov 2011 21:44:26 -0500] rev 6339
this should allow overriding static maps from lua
Sat, 12 Nov 2011 18:02:55 +0100 and now it even works for sdl12 \o/ hedgeroid
Xeli [Sat, 12 Nov 2011 18:02:55 +0100] rev 6338
and now it even works for sdl12 \o/
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip