Fri, 26 Nov 2004 07:30:06 +0000(svn r818) Daily langfile updates (automatic)
miham [Fri, 26 Nov 2004 07:30:06 +0000] rev 508
(svn r818) Daily langfile updates (automatic)

Thu, 25 Nov 2004 10:47:30 +0000(svn r815) Include strings.h only in the files which need it.
tron [Thu, 25 Nov 2004 10:47:30 +0000] rev 507
(svn r815) Include strings.h only in the files which need it.
This should reduce the compile time after altering english.txt by about 1/3, because "only" 62 instead of 90 .c files must be recompiled.

Thu, 25 Nov 2004 08:11:48 +0000(svn r814) Daily langfile updates (automatic)
miham [Thu, 25 Nov 2004 08:11:48 +0000] rev 506
(svn r814) Daily langfile updates (automatic)

Thu, 25 Nov 2004 06:05:47 +0000(svn r813) Push two tables from vehicle_gui.h into vehicle_gui.c - they were in the binary 48 (!) times.
tron [Thu, 25 Nov 2004 06:05:47 +0000] rev 505
(svn r813) Push two tables from vehicle_gui.h into vehicle_gui.c - they were in the binary 48 (!) times.
While here change the type for one table from uint16 to StringID.

Wed, 24 Nov 2004 22:52:57 +0000(svn r803) Switch to ISO 8859-15
tron [Wed, 24 Nov 2004 22:52:57 +0000] rev 504
(svn r803) Switch to ISO 8859-15
It has proper support for the euro sign and includes letters which are needed by the Latvian translation (and perhaps others), though the letter sprites are missing.

Wed, 24 Nov 2004 20:56:52 +0000(svn r802) -add latvian to VS.net Project (bociusz)
darkvater [Wed, 24 Nov 2004 20:56:52 +0000] rev 503
(svn r802) -add latvian to VS.net Project (bociusz)

Wed, 24 Nov 2004 20:08:38 +0000(svn r801) - re-enabled background highlighting in Newgrf GUI
dominik [Wed, 24 Nov 2004 20:08:38 +0000] rev 502
(svn r801) - re-enabled background highlighting in Newgrf GUI
- minor Newgrf GUI fixes and adjustments

Wed, 24 Nov 2004 17:19:26 +0000(svn r800) Check if the data tables for houses have the correct number of elements via compile time asserts
tron [Wed, 24 Nov 2004 17:19:26 +0000] rev 501
(svn r800) Check if the data tables for houses have the correct number of elements via compile time asserts

Wed, 24 Nov 2004 13:19:48 +0000(svn r793) Merge INLINE -> inline replacement (revision 376)
tron [Wed, 24 Nov 2004 13:19:48 +0000] rev 500
(svn r793) Merge INLINE -> inline replacement (revision 376)

Wed, 24 Nov 2004 12:47:25 +0000(svn r792) Small cleanup: Kill a goto
tron [Wed, 24 Nov 2004 12:47:25 +0000] rev 499
(svn r792) Small cleanup: Kill a goto