Sun, 20 Apr 2008 08:43:31 +0000(svn r12801) -Codechange: remove the dependency of function.h in town_map.h
rubidium [Sun, 20 Apr 2008 08:43:31 +0000] rev 9006
(svn r12801) -Codechange: remove the dependency of function.h in town_map.h

Sun, 20 Apr 2008 08:22:59 +0000(svn r12800) -Codechange: move the animated tile related functions out of texteff.cpp (it isn't a text effect after all). Also remove a few more functions from functions.
rubidium [Sun, 20 Apr 2008 08:22:59 +0000] rev 9005
(svn r12800) -Codechange: move the animated tile related functions out of texteff.cpp (it isn't a text effect after all). Also remove a few more functions from functions.

Sat, 19 Apr 2008 23:34:42 +0000(svn r12799) -Fix (r12798): Empty for-loop warnings from gcc 4.3+
peter1138 [Sat, 19 Apr 2008 23:34:42 +0000] rev 9004
(svn r12799) -Fix (r12798): Empty for-loop warnings from gcc 4.3+

Sat, 19 Apr 2008 23:19:12 +0000(svn r12798) -Feature: Add some support for NewGRF station animation. (Thanks to mart3p for samples and fixes)
peter1138 [Sat, 19 Apr 2008 23:19:12 +0000] rev 9003
(svn r12798) -Feature: Add some support for NewGRF station animation. (Thanks to mart3p for samples and fixes)

Sat, 19 Apr 2008 22:51:52 +0000(svn r12797) -Codechange: [autoreplace] moved wagon removal to a function of it's own
bjarni [Sat, 19 Apr 2008 22:51:52 +0000] rev 9002
(svn r12797) -Codechange: [autoreplace] moved wagon removal to a function of it's own

Sat, 19 Apr 2008 21:51:05 +0000(svn r12796) -Fix: the dedicated blitter did segfault too, like the null blitter did.
rubidium [Sat, 19 Apr 2008 21:51:05 +0000] rev 9001
(svn r12796) -Fix: the dedicated blitter did segfault too, like the null blitter did.

Sat, 19 Apr 2008 21:23:42 +0000(svn r12795) -Fix [FS#1938]: vehicles could break down during loading and keep loading. The intention of the break down code is not to break down when having zero speed, therefor break downs now do not happen when loading.
rubidium [Sat, 19 Apr 2008 21:23:42 +0000] rev 9000
(svn r12795) -Fix [FS#1938]: vehicles could break down during loading and keep loading. The intention of the break down code is not to break down when having zero speed, therefor break downs now do not happen when loading.

Sat, 19 Apr 2008 19:01:57 +0000(svn r12794) -Doc: added missing doxygen comment in autoreplace_cmd.cpp
bjarni [Sat, 19 Apr 2008 19:01:57 +0000] rev 8999
(svn r12794) -Doc: added missing doxygen comment in autoreplace_cmd.cpp

Sat, 19 Apr 2008 18:03:24 +0000(svn r12793) -Codechange: Use enum values for station types instead of mysterious hex (ln)
peter1138 [Sat, 19 Apr 2008 18:03:24 +0000] rev 8998
(svn r12793) -Codechange: Use enum values for station types instead of mysterious hex (ln)

Sat, 19 Apr 2008 17:47:56 +0000(svn r12792) -Codechange: [autoreplace] added a function to figure out if a replacement is needed and if so, to which EngineID
bjarni [Sat, 19 Apr 2008 17:47:56 +0000] rev 8997
(svn r12792) -Codechange: [autoreplace] added a function to figure out if a replacement is needed and if so, to which EngineID
It's designed to save a bit of CPU time, specially if the replacement isn't buildable (think autorenew of old vehicle)