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

Mon, 09 Jun 2008 11:36:21 +0000(svn r13431) [NoAI] -Fix: AIs in multiplayer is no longer an experimental thing noai
truebrain [Mon, 09 Jun 2008 11:36:21 +0000] rev 10880
(svn r13431) [NoAI] -Fix: AIs in multiplayer is no longer an experimental thing
[NoAI] -Fix: start_ai now reports nicer errors when it fails

Sun, 08 Jun 2008 23:56:52 +0000(svn r13430) [NoAI] -Add: added AIEventIndustry(Open|CLose) noai
glx [Sun, 08 Jun 2008 23:56:52 +0000] rev 10879
(svn r13430) [NoAI] -Add: added AIEventIndustry(Open|CLose)

Sun, 08 Jun 2008 23:43:19 +0000(svn r13429) [NoAI] -Fix: don't mix eol-style when updating files (squirrel_export) noai
glx [Sun, 08 Jun 2008 23:43:19 +0000] rev 10878
(svn r13429) [NoAI] -Fix: don't mix eol-style when updating files (squirrel_export)

Sun, 08 Jun 2008 23:12:44 +0000(svn r13428) [NoAI] -Fix r13427: if you do something, do it right (RandRangeItem of course has the same 'problem') noai
truebrain [Sun, 08 Jun 2008 23:12:44 +0000] rev 10877
(svn r13428) [NoAI] -Fix r13427: if you do something, do it right (RandRangeItem of course has the same 'problem')

Sun, 08 Jun 2008 23:10:34 +0000(svn r13427) [NoAI] -Fix: RandRange(max) of course can never return max, but the highest value is max - 1 (tnx Yexo) noai
truebrain [Sun, 08 Jun 2008 23:10:34 +0000] rev 10876
(svn r13427) [NoAI] -Fix: RandRange(max) of course can never return max, but the highest value is max - 1 (tnx Yexo)