------------------------------------------------------------------------ r3397 | peter1138 | 2006-01-13 18:40:39 +0000 (Fri, 13 Jan 2006) | 2 lines - NewGRF fix: Show nfo sprite number instead of current sprite id for warning messages -- this makes this output more useful... ------------------------------------------------------------------------ r3396 | peter1138 | 2006-01-12 15:52:18 +0000 (Thu, 12 Jan 2006) | 7 lines - Autoreplace changes: - Change fixed array per player to a single pool. This avoids future problems with vehicle numbers and decreases savegame size. Engine replacements from previous savegames will be lost. - Move engine replacement code from players.c to engine.c. (thanks to blathijs for rewriting this) ------------------------------------------------------------------------ r3395 | peter1138 | 2006-01-12 11:20:41 +0000 (Thu, 12 Jan 2006) | 2 lines Add Id tag (and svn property) to macosx files. ------------------------------------------------------------------------ r3394 | peter1138 | 2006-01-12 07:57:40 +0000 (Thu, 12 Jan 2006) | 2 lines - NewGRF fix: ignore non-climate dependent cargo types. The spec is rather vague on this, but we don't support newcargos anyway. ------------------------------------------------------------------------ r3393 | bjarni | 2006-01-09 21:14:56 +0000 (Mon, 09 Jan 2006) | 1 line -Fix: [OSX] some keyboards had a different scancode for opening the console (egladil) ------------------------------------------------------------------------ r3392 | peter1138 | 2006-01-08 16:56:41 +0000 (Sun, 08 Jan 2006) | 4 lines Train depot fixes: - Only count the parts from the source train that will be moved, not the whole train. - Don't count articulated parts of an engine. This alleviates issues with autoreplacing very long trains. ------------------------------------------------------------------------ r3391 | peter1138 | 2006-01-08 12:44:11 +0000 (Sun, 08 Jan 2006) | 2 lines - PBS Fix: Keep PBS reservation state when building a bridge over rail. ------------------------------------------------------------------------ r3390 | bjarni | 2006-01-08 12:20:13 +0000 (Sun, 08 Jan 2006) | 3 lines -Fix: [autoreplace] fixed issue where autoreplace failed to attach the cars if the front engine was replaced and the front engine was multiheaded and the first vehicle after it was the rear part of that engine ------------------------------------------------------------------------