miham [Tue, 11 Apr 2006 20:04:36 +0000] rev 3512
(svn r4363) [WT2] Reverted changes, sorry
miham [Tue, 11 Apr 2006 20:00:38 +0000] rev 3511
(svn r4362) [Translator2] Commit for hungarian language by Miham (manual)
Darkvater [Tue, 11 Apr 2006 17:05:50 +0000] rev 3510
(svn r4361) - Fix: Write and Read the true length of a string-buffer into the savegame instead of the whole buffer.
Darkvater [Tue, 11 Apr 2006 17:03:13 +0000] rev 3509
(svn r4360) - CodeChange: add shortcut to SlGetArrayLength of the gamma-function along the lines of the Write/Read functions
belugas [Tue, 11 Apr 2006 15:18:22 +0000] rev 3508
(svn r4359) MSV6 Release mode now compiles (problem of UINT_MAX. stdafx.h should be the first include). Thanks to KUDr for solution and testing
celestar [Tue, 11 Apr 2006 13:19:05 +0000] rev 3507
(svn r4358) -Codechange: Don't use a TileInfo where a TileIndex will do
celestar [Tue, 11 Apr 2006 13:10:16 +0000] rev 3506
(svn r4357) -Codechange: Moved global _signal_base_sprites into the only function where it is used and use a better array arrangement for it
peter1138 [Tue, 11 Apr 2006 13:00:06 +0000] rev 3505
(svn r4356) - NewGRF: Load more newstation properties.
peter1138 [Tue, 11 Apr 2006 10:53:07 +0000] rev 3504
(svn r4355) - NewGRF: Minor clean up; use the correct return type and remove extraneous brackets.
peter1138 [Tue, 11 Apr 2006 10:45:06 +0000] rev 3503
(svn r4354) [Elrail][NewGRF] Codechange: Drawing of custom waypoints with custom ground sprites used the index of the rail type as an offset. With the introduction of elrails this offset is incorrect, so instead there is now a lookup table within the RailTypeInfo struct to explicitly list the offset.