Tue, 10 Jun 2008 16:46:11 +0000(svn r13444) -Codechange: make the order GUI somewhat more efficient. The most used options can be done with a single click now.
rubidium [Tue, 10 Jun 2008 16:46:11 +0000] rev 10893
(svn r13444) -Codechange: make the order GUI somewhat more efficient. The most used options can be done with a single click now.

Tue, 10 Jun 2008 16:10:54 +0000(svn r13443) -Feature[newGRF]: Add var 0x69 for industries, long format construction date.
belugas [Tue, 10 Jun 2008 16:10:54 +0000] rev 10892
(svn r13443) -Feature[newGRF]: Add var 0x69 for industries, long format construction date.
Same as var B0, but base year is now 0, instead of 1920

Tue, 10 Jun 2008 14:40:32 +0000(svn r13442) [NoAI] -Add: added 'rescan_ai' console command. Use it to rescan the ai dir when you add AIs or libraries without needing to exit and restart openttd. noai
glx [Tue, 10 Jun 2008 14:40:32 +0000] rev 10891
(svn r13442) [NoAI] -Add: added 'rescan_ai' console command. Use it to rescan the ai dir when you add AIs or libraries without needing to exit and restart openttd.

Tue, 10 Jun 2008 14:24:14 +0000(svn r13441) [NoAI] -Fix (r13440): NO_THREADS compilation noai
glx [Tue, 10 Jun 2008 14:24:14 +0000] rev 10890
(svn r13441) [NoAI] -Fix (r13440): NO_THREADS compilation

Tue, 10 Jun 2008 14:11:35 +0000(svn r13440) [NoAI] -Add: introducing ai/library, a method to load libraries into your AI. noai
truebrain [Tue, 10 Jun 2008 14:11:35 +0000] rev 10889
(svn r13440) [NoAI] -Add: introducing ai/library, a method to load libraries into your AI.
-Note: to use a library, use in your AI: import("categorie.name", "LocalName", version_number_of_library)
-Example: import("sets.priority_queue", "PQ", 1); local pq = PQ(2); pq.insert(2, 1);
[NoAI] -Add [Library]: sets.priority_queue (based on work by Morloth)

Tue, 10 Jun 2008 14:08:39 +0000(svn r13439) [NoAI] -Fix: set svn props and keywords, and fix Author and Version noai
truebrain [Tue, 10 Jun 2008 14:08:39 +0000] rev 10888
(svn r13439) [NoAI] -Fix: set svn props and keywords, and fix Author and Version

Tue, 10 Jun 2008 09:56:56 +0000(svn r13438) [NoAI] -Fix: sq_pop when needed, to make sure the stack keeps as clean as possible noai
truebrain [Tue, 10 Jun 2008 09:56:56 +0000] rev 10887
(svn r13438) [NoAI] -Fix: sq_pop when needed, to make sure the stack keeps as clean as possible

Tue, 10 Jun 2008 00:42:19 +0000(svn r13437) -Feature[newGRF]: Add long format introduction and maximum construction year for house.
belugas [Tue, 10 Jun 2008 00:42:19 +0000] rev 10886
(svn r13437) -Feature[newGRF]: Add long format introduction and maximum construction year for house.

Mon, 09 Jun 2008 21:24:10 +0000(svn r13436) [NoAI] -Change: call the constructor of the SQ when the ->Start() is called of AIController. This makes sure the SQ code is always executed inside the thread, and not inside the main-thread. This has no change what so ever for AIs. noai
truebrain [Mon, 09 Jun 2008 21:24:10 +0000] rev 10885
(svn r13436) [NoAI] -Change: call the constructor of the SQ when the ->Start() is called of AIController. This makes sure the SQ code is always executed inside the thread, and not inside the main-thread. This has no change what so ever for AIs.

Mon, 09 Jun 2008 14:38:23 +0000(svn r13435) [NoAI] -Fix r13432: still the statements were wrong ... 3rd time is the charm :) noai
truebrain [Mon, 09 Jun 2008 14:38:23 +0000] rev 10884
(svn r13435) [NoAI] -Fix r13432: still the statements were wrong ... 3rd time is the charm :)