Mon, 20 Jun 2005 09:33:43 +0000(svn r2462) [Translations] Updated to 2005-06-20 (202 strs / 5 langs)
miham [Mon, 20 Jun 2005 09:33:43 +0000] rev 1956
(svn r2462) [Translations] Updated to 2005-06-20 (202 strs / 5 langs)

Sun, 19 Jun 2005 17:05:24 +0000(svn r2461) -Feature [Makefile] libpng-config can now be called something else in Makefile.config
bjarni [Sun, 19 Jun 2005 17:05:24 +0000] rev 1955
(svn r2461) -Feature [Makefile] libpng-config can now be called something else in Makefile.config
useful if you for some reason got a libpng-config, which is called something else

Sun, 19 Jun 2005 11:56:07 +0000(svn r2460) - Fix: Prevent assertion failure when trying to drag signals starting from a non-rail tile.
hackykid [Sun, 19 Jun 2005 11:56:07 +0000] rev 1954
(svn r2460) - Fix: Prevent assertion failure when trying to drag signals starting from a non-rail tile.
- CodeChange: Remove unused variable in CmdSignalTrackHelper.

Sat, 18 Jun 2005 20:23:35 +0000(svn r2459) - Fix: windows title-bar did not correctly add date/revision for nightly build
Darkvater [Sat, 18 Jun 2005 20:23:35 +0000] rev 1953
(svn r2459) - Fix: windows title-bar did not correctly add date/revision for nightly build

Sat, 18 Jun 2005 15:08:35 +0000(svn r2458) -Fix: Quickfix to make dedicated-server compile again. We need a more ellegant way to fix this...
truelight [Sat, 18 Jun 2005 15:08:35 +0000] rev 1952
(svn r2458) -Fix: Quickfix to make dedicated-server compile again. We need a more ellegant way to fix this...

Sat, 18 Jun 2005 10:02:47 +0000(svn r2457) -Fix: typo in Makefile for OSX builds
truelight [Sat, 18 Jun 2005 10:02:47 +0000] rev 1951
(svn r2457) -Fix: typo in Makefile for OSX builds

Fri, 17 Jun 2005 17:11:05 +0000(svn r2456) * Prettyfied npf.c using enums and wrappers from rail.h.
matthijs [Fri, 17 Jun 2005 17:11:05 +0000] rev 1950
(svn r2456) * Prettyfied npf.c using enums and wrappers from rail.h.
* Moved GetTileRailType() from npf.c to rail.[ch].

Fri, 17 Jun 2005 13:39:59 +0000(svn r2455) [Translations] Updated to 2005-06-17 (100+ strs / 10+ langs)
miham [Fri, 17 Jun 2005 13:39:59 +0000] rev 1949
(svn r2455) [Translations] Updated to 2005-06-17 (100+ strs / 10+ langs)

Fri, 17 Jun 2005 11:30:50 +0000(svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs [Fri, 17 Jun 2005 11:30:50 +0000] rev 1948
(svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
* Codechange: Move declaration of lookup arrays into the functions that need them. This doesn't pollute the global namespace with the array names.
* Add: rail.h to the openttd.vcproj and openttd.dsp for MSVC.

Fri, 17 Jun 2005 09:53:22 +0000(svn r2453) * CodeChange: Declared the lookup arrays in rail.h as extern, so the linker will complain if they are not defined (ie when rail.c is not included).
matthijs [Fri, 17 Jun 2005 09:53:22 +0000] rev 1947
(svn r2453) * CodeChange: Declared the lookup arrays in rail.h as extern, so the linker will complain if they are not defined (ie when rail.c is not included).