Mon, 30 Jun 2008 15:13:40 +0000(svn r13664) -Fix [FS#2117]: bus/truck forgetting go-to-depot order when entering a non-drivethrough road stop.
rubidium [Mon, 30 Jun 2008 15:13:40 +0000] rev 11106
(svn r13664) -Fix [FS#2117]: bus/truck forgetting go-to-depot order when entering a non-drivethrough road stop.

Mon, 30 Jun 2008 14:58:58 +0000(svn r13663) -Codechange: Use a default parameter, hoping to reduce the different signatures of functions in menus
belugas [Mon, 30 Jun 2008 14:58:58 +0000] rev 11105
(svn r13663) -Codechange: Use a default parameter, hoping to reduce the different signatures of functions in menus

Mon, 30 Jun 2008 14:49:50 +0000(svn r13662) -Fix [FS#2113]: crash when adding conditional orders to ships.
rubidium [Mon, 30 Jun 2008 14:49:50 +0000] rev 11104
(svn r13662) -Fix [FS#2113]: crash when adding conditional orders to ships.

Mon, 30 Jun 2008 14:48:44 +0000(svn r13661) -Fix: server crashing when banning the rconning client.
rubidium [Mon, 30 Jun 2008 14:48:44 +0000] rev 11103
(svn r13661) -Fix: server crashing when banning the rconning client.

Mon, 30 Jun 2008 13:51:28 +0000(svn r13660) [NoAI] -Fix: Is(Tunnel|Bridge)Tile could cause asserts (spotted by Yexo and ST_) noai
truebrain [Mon, 30 Jun 2008 13:51:28 +0000] rev 11102
(svn r13660) [NoAI] -Fix: Is(Tunnel|Bridge)Tile could cause asserts (spotted by Yexo and ST_)

Mon, 30 Jun 2008 13:49:41 +0000(svn r13659) [NoAI] -Fix: give regression a bit more time to do his job, as the new scheduler makes it take too long ;) noai
truebrain [Mon, 30 Jun 2008 13:49:41 +0000] rev 11101
(svn r13659) [NoAI] -Fix: give regression a bit more time to do his job, as the new scheduler makes it take too long ;)

Mon, 30 Jun 2008 13:36:06 +0000(svn r13658) [NoAI] -Fix r13656: to maintain savegame compatibility with trunk, don't allow setting max_opcodes, but force it to value 4000. noai
truebrain [Mon, 30 Jun 2008 13:36:06 +0000] rev 11100
(svn r13658) [NoAI] -Fix r13656: to maintain savegame compatibility with trunk, don't allow setting max_opcodes, but force it to value 4000.

Mon, 30 Jun 2008 13:35:29 +0000(svn r13657) [NoAI] -Fix r13654: forgot to update regression noai
truebrain [Mon, 30 Jun 2008 13:35:29 +0000] rev 11099
(svn r13657) [NoAI] -Fix r13654: forgot to update regression

Mon, 30 Jun 2008 12:27:24 +0000(svn r13656) [NoAI] -Add: added suspend control. If an AI consumes N (default = 4000) opcodes, a sleep is forced (for 1 tick). This to give fair play for all AIs. Also, an infinite loop won't hang the GUI of the player. (Morloth) noai
truebrain [Mon, 30 Jun 2008 12:27:24 +0000] rev 11098
(svn r13656) [NoAI] -Add: added suspend control. If an AI consumes N (default = 4000) opcodes, a sleep is forced (for 1 tick). This to give fair play for all AIs. Also, an infinite loop won't hang the GUI of the player. (Morloth)

Mon, 30 Jun 2008 12:15:10 +0000(svn r13654) [NoAI] -Change [API CHANGE]: moved AISetting::SetCommandDelay to AIController::SetCommandDelay, as it was silly to have it in a seperate class, while it was part of the controller. noai
truebrain [Mon, 30 Jun 2008 12:15:10 +0000] rev 11097
(svn r13654) [NoAI] -Change [API CHANGE]: moved AISetting::SetCommandDelay to AIController::SetCommandDelay, as it was silly to have it in a seperate class, while it was part of the controller.