Tue, 20 May 2008 13:09:34 +0000(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
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

Mon, 19 May 2008 22:28:27 +0000(svn r13192) [NoAI] -Fix: ignore eol for regression noai
glx [Mon, 19 May 2008 22:28:27 +0000] rev 10648
(svn r13192) [NoAI] -Fix: ignore eol for regression

Mon, 19 May 2008 19:17:56 +0000(svn r13191) -Fix: segfault after confirming query subwindow in the Generate New World window
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

Mon, 19 May 2008 16:44:50 +0000(svn r13190) -Cleanup: remove unused variable
smatz [Mon, 19 May 2008 16:44:50 +0000] rev 10646
(svn r13190) -Cleanup: remove unused variable

Mon, 19 May 2008 15:13:58 +0000(svn r13189) [NoAI] -Sync: with trunk r13055:13185. noai
glx [Mon, 19 May 2008 15:13:58 +0000] rev 10645
(svn r13189) [NoAI] -Sync: with trunk r13055:13185.

Mon, 19 May 2008 14:14:33 +0000(svn r13188) [NoAI] -Fix: missed @param in doxygen comment noai
truebrain [Mon, 19 May 2008 14:14:33 +0000] rev 10644
(svn r13188) [NoAI] -Fix: missed @param in doxygen comment

Mon, 19 May 2008 14:11:21 +0000(svn r13187) [NoAI] -Codechange: rewrote the AI register part; C++ AIs are completely impossible now, and registration happens directly via AISquirrel. This cleans up the registration flow, and makes everything readable again, as sure I made a mess out of it :) noai
truebrain [Mon, 19 May 2008 14:11:21 +0000] rev 10643
(svn r13187) [NoAI] -Codechange: rewrote the AI register part; C++ AIs are completely impossible now, and registration happens directly via AISquirrel. This cleans up the registration flow, and makes everything readable again, as sure I made a mess out of it :)
[NoAI] -Codechange: as a side-effect, ai_controller.cpp now includes all .hpp.sq

Mon, 19 May 2008 14:06:55 +0000(svn r13186) [NoAI] -Fix: RaiseTile and LowerTile can now operate on water-tiles. Use with care! noai
truebrain [Mon, 19 May 2008 14:06:55 +0000] rev 10642
(svn r13186) [NoAI] -Fix: RaiseTile and LowerTile can now operate on water-tiles. Use with care!

Mon, 19 May 2008 09:48:47 +0000(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
rubidium [Mon, 19 May 2008 09:48:47 +0000] rev 10641
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.

Mon, 19 May 2008 09:45:24 +0000(svn r13184) -Codechange: make a window class of the signs list.
rubidium [Mon, 19 May 2008 09:45:24 +0000] rev 10640
(svn r13184) -Codechange: make a window class of the signs list.