rubidium [Tue, 20 May 2008 19:57:22 +0000] rev 10654
(svn r13198) [0.6] -Backport from trunk (r12910, r12914, r12915, r12919, r12920):
- Fix: Town rating was affected even after the test run (r12920)
- Fix: Flood road tiles even when there are road works in progress [FS#1965] (r12919)
- Fix: Do not initialize Station struct with tile=0, buoys will never change that value [FS#1960] (r12915)
- Fix: Game crash when a spectator/server tried to show an engine with no owner when a NewGRF requested a specific variable (r12914)
- Fix: Report reverse sprite status (FD/FE) to NewGRF for manually toggled vehicles (r12910)
glx [Tue, 20 May 2008 16:26:18 +0000] rev 10653
(svn r13197) [NoAI] -Codechange: make the AIDebugWindow resizable
glx [Tue, 20 May 2008 15:56:37 +0000] rev 10652
(svn r13196) [NoAI] -Fix: don't use WC_PERFORMANCE_DETAIL for AIDebugWindow
truebrain [Tue, 20 May 2008 15:30:10 +0000] rev 10651
(svn r13195) [NoAI] -Fix r13194: deprecated method of registering wasn't detected correctly (the irony ;))
truebrain [Tue, 20 May 2008 15:25:47 +0000] rev 10650
(svn r13194) [NoAI] -Change [API CHANGE]: split 'main.nut' in 'info.nut' and 'main.nut'. The first contains the information about the AI, the second the AI. This avoid several problems we had. It also speeds up OpenTTD start-up.
See: http://wiki.openttd.org/index.php/AI:AIInfo for more info.
[NoAI] -Fix: several bug-fixes and memory-leak-fixes
[NoAI] -Fix: now compile-errors are send to the AIDebug window
truebrain [Tue, 20 May 2008 13:09:34 +0000] rev 10649
(svn r13193) [NoAI] -Add: allow AIs to be packed in a .tar. one AI per tar, always in a subdir. It looks for main.nut in the first dir it finds in the archive
[NoAI] -Add: search for AIs in all searchpaths of OpenTTD
[NoAI] -Fix: only do the initial search once at start-up, not at some random times over time
[NoAI] -Fix: don't compile the sqstdlib files that are never used; this to speed up compilation time
[NoAI] -Fix: *grrmmmm* (very silent talking) forgot svn-props and stuff on ai_info.[ch]pp
glx [Mon, 19 May 2008 22:28:27 +0000] rev 10648
(svn r13192) [NoAI] -Fix: ignore eol for regression
smatz [Mon, 19 May 2008 19:17:56 +0000] rev 10647
(svn r13191) -Fix: segfault after confirming query subwindow in the Generate New World window
smatz [Mon, 19 May 2008 16:44:50 +0000] rev 10646
(svn r13190) -Cleanup: remove unused variable
glx [Mon, 19 May 2008 15:13:58 +0000] rev 10645
(svn r13189) [NoAI] -Sync: with trunk r13055:13185.