Tue, 25 Jan 2005 21:43:57 +0000(svn r1676) Increase the size of TileIndex and TileIndexDiff to 32bits and adapt the save/load data and some other parts of the code to that change
tron [Tue, 25 Jan 2005 21:43:57 +0000] rev 1174
(svn r1676) Increase the size of TileIndex and TileIndexDiff to 32bits and adapt the save/load data and some other parts of the code to that change

WARNING: If i made any mistake here it WILL lead to corrupted savegames!

Tue, 25 Jan 2005 21:00:38 +0000(svn r1675) Ignore scenario files
tron [Tue, 25 Jan 2005 21:00:38 +0000] rev 1173
(svn r1675) Ignore scenario files

Tue, 25 Jan 2005 20:47:02 +0000(svn r1674) - Fix: Signs are now displayed in the correct color at all zoom levels
dominik [Tue, 25 Jan 2005 20:47:02 +0000] rev 1172
(svn r1674) - Fix: Signs are now displayed in the correct color at all zoom levels

Tue, 25 Jan 2005 17:05:38 +0000(svn r1673) - Codechange: Removed some redundant comments from r1667
dominik [Tue, 25 Jan 2005 17:05:38 +0000] rev 1171
(svn r1673) - Codechange: Removed some redundant comments from r1667
Saving the player color for signs will work right after the savegame bump

Tue, 25 Jan 2005 16:10:06 +0000(svn r1672) Simplify dependency tracking and actually implement it for C++ files, too.
tron [Tue, 25 Jan 2005 16:10:06 +0000] rev 1170
(svn r1672) Simplify dependency tracking and actually implement it for C++ files, too.
Note: Do "make clean" to get rid of the old dependency files

Tue, 25 Jan 2005 16:03:45 +0000(svn r1671) Remove WARNING_DISPLAY, because it contained no warning, but an optimization flag
tron [Tue, 25 Jan 2005 16:03:45 +0000] rev 1169
(svn r1671) Remove WARNING_DISPLAY, because it contained no warning, but an optimization flag

Tue, 25 Jan 2005 15:59:01 +0000(svn r1670) Garbage collect some variables, because they are only used once and hide magic, like containing -o where a filename must be the next parameter
tron [Tue, 25 Jan 2005 15:59:01 +0000] rev 1168
(svn r1670) Garbage collect some variables, because they are only used once and hide magic, like containing -o where a filename must be the next parameter

Tue, 25 Jan 2005 15:46:32 +0000(svn r1669) Rename all ttd_XXX to just XXX, because we already know who we are (;
tron [Tue, 25 Jan 2005 15:46:32 +0000] rev 1167
(svn r1669) Rename all ttd_XXX to just XXX, because we already know who we are (;

Tue, 25 Jan 2005 15:43:27 +0000(svn r1668) -Fixed windows installer (autorail.grf) and a changelog typo
darkvater [Tue, 25 Jan 2005 15:43:27 +0000] rev 1166
(svn r1668) -Fixed windows installer (autorail.grf) and a changelog typo

Tue, 25 Jan 2005 15:38:36 +0000(svn r1667) - Feature: Signs are now shown in the color of the player who created them
dominik [Tue, 25 Jan 2005 15:38:36 +0000] rev 1165
(svn r1667) - Feature: Signs are now shown in the color of the player who created them
(Note: The player information is currently not stored in savegames. Upon loading a game the signs will all be gray again)