Wed, 09 Jan 2008 23:00:59 +0000(svn r11802) -Fix [FS#716]: do not crash trains when leaving depot to a very long track
smatz [Wed, 09 Jan 2008 23:00:59 +0000] rev 8238
(svn r11802) -Fix [FS#716]: do not crash trains when leaving depot to a very long track
-Codechange: use dedicated pathfinder for signal updating, resulting in better performance and possible future improvements

Wed, 09 Jan 2008 21:27:39 +0000(svn r11801) -Codechange: remove some unneeded includes from some header files.
rubidium [Wed, 09 Jan 2008 21:27:39 +0000] rev 8237
(svn r11801) -Codechange: remove some unneeded includes from some header files.

Wed, 09 Jan 2008 21:05:03 +0000(svn r11800) -Codechange: move some functions to a more logical location + some type safety.
rubidium [Wed, 09 Jan 2008 21:05:03 +0000] rev 8236
(svn r11800) -Codechange: move some functions to a more logical location + some type safety.

Wed, 09 Jan 2008 20:23:12 +0000(svn r11799) -Codechange: no need to special-case helicopter rotor 'overrides'
peter1138 [Wed, 09 Jan 2008 20:23:12 +0000] rev 8235
(svn r11799) -Codechange: no need to special-case helicopter rotor 'overrides'

Wed, 09 Jan 2008 18:35:18 +0000(svn r11798) -Codechange: add comments and give a more representative function's name
belugas [Wed, 09 Jan 2008 18:35:18 +0000] rev 8234
(svn r11798) -Codechange: add comments and give a more representative function's name

Wed, 09 Jan 2008 18:14:29 +0000(svn r11797) -Fix: Add protection against not already created industry while doing industry callback.
belugas [Wed, 09 Jan 2008 18:14:29 +0000] rev 8233
(svn r11797) -Fix: Add protection against not already created industry while doing industry callback.
Some variables used were linked to invalid industry.

Wed, 09 Jan 2008 17:47:05 +0000(svn r11795) -Fix [FS#1616]: take town rating into account when testing if a command can be executed.
glx [Wed, 09 Jan 2008 17:47:05 +0000] rev 8232
(svn r11795) -Fix [FS#1616]: take town rating into account when testing if a command can be executed.

Wed, 09 Jan 2008 17:09:53 +0000(svn r11794) -Fix [FS#1632]: reversing a train when loading at a station with an adjacent station in the same axis crashed.
glx [Wed, 09 Jan 2008 17:09:53 +0000] rev 8231
(svn r11794) -Fix [FS#1632]: reversing a train when loading at a station with an adjacent station in the same axis crashed.

Wed, 09 Jan 2008 16:55:48 +0000(svn r11793) -Codechange: pass the expense type via the CommandCost instead of a global variable. Patch by Noldo (FS#1114).
rubidium [Wed, 09 Jan 2008 16:55:48 +0000] rev 8230
(svn r11793) -Codechange: pass the expense type via the CommandCost instead of a global variable. Patch by Noldo (FS#1114).

Wed, 09 Jan 2008 16:40:02 +0000(svn r11792) -Codechange: move some (virtually) globally included AI related structs to a place where they are only included a few times.
rubidium [Wed, 09 Jan 2008 16:40:02 +0000] rev 8229
(svn r11792) -Codechange: move some (virtually) globally included AI related structs to a place where they are only included a few times.