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 :)

Mon, 09 Jun 2008 12:20:00 +0000(svn r13434) -Fix (r13317): news window with invalid news item could be shown
smatz [Mon, 09 Jun 2008 12:20:00 +0000] rev 10883
(svn r13434) -Fix (r13317): news window with invalid news item could be shown

Mon, 09 Jun 2008 12:17:01 +0000(svn r13433) -Codechange: remove a now useless global variable.
rubidium [Mon, 09 Jun 2008 12:17:01 +0000] rev 10882
(svn r13433) -Codechange: remove a now useless global variable.
-Fix: MP advertising was not advertising.

Mon, 09 Jun 2008 11:46:30 +0000(svn r13432) [NoAI] -Fix r13290: in case of a network-client, AI_StartNewAI() should never be called noai
truebrain [Mon, 09 Jun 2008 11:46:30 +0000] rev 10881
(svn r13432) [NoAI] -Fix r13290: in case of a network-client, AI_StartNewAI() should never be called