------------------------------------------------------------------------ r3000 | miham | 2005-09-30 09:58:59 +0000 (Fri, 30 Sep 2005) | 1 line [Translations] Updating translations to 2005-09-30 {@457} (15 langs changed) ------------------------------------------------------------------------ r2999 | tron | 2005-09-30 08:57:12 +0000 (Fri, 30 Sep 2005) | 1 line Do not pass if the HQ gets built for the first time or gets relocated as parameter - the command function has to check this anyway ------------------------------------------------------------------------ r2998 | peter1138 | 2005-09-29 20:20:34 +0000 (Thu, 29 Sep 2005) | 2 lines -Codechange: Split rail drawing code off from DrawTile_Rail into a separate function to be used elsewhere. (Deja vu?) ------------------------------------------------------------------------ r2997 | peter1138 | 2005-09-29 19:59:57 +0000 (Thu, 29 Sep 2005) | 2 lines -Codechange: Split road drawing code off from DrawTile_Road into a separate function to be used elsewhere. ------------------------------------------------------------------------ r2996 | tron | 2005-09-28 21:49:55 +0000 (Wed, 28 Sep 2005) | 1 line 0xFFFF -> INVALID_STRING_ID ------------------------------------------------------------------------ r2995 | tron | 2005-09-28 19:35:36 +0000 (Wed, 28 Sep 2005) | 1 line Replace 0xFF/0xFFFF with CT_INVALID/OWNER_SPECTATOR/INVALID_STATION where appropriate ------------------------------------------------------------------------ r2994 | tron | 2005-09-27 20:55:42 +0000 (Tue, 27 Sep 2005) | 1 line Another small hack regarding currencies: add a #define to emulate a variable, that holds the current currency; again this should increase readability ------------------------------------------------------------------------ r2993 | peter1138 | 2005-09-27 19:16:37 +0000 (Tue, 27 Sep 2005) | 2 lines Fix: Reset aircraft images differently. Fixes assertion introduced in r2991. ------------------------------------------------------------------------ r2992 | tron | 2005-09-27 18:51:04 +0000 (Tue, 27 Sep 2005) | 1 line Use PlayerID, StationID and INVALID_STATION instead of int, int and -1 ------------------------------------------------------------------------ r2991 | peter1138 | 2005-09-26 20:32:13 +0000 (Mon, 26 Sep 2005) | 2 lines Reset vehicle images on game load. Allows savegames with NewGRFs saved prior to r2868 to load. ------------------------------------------------------------------------ r2990 | peter1138 | 2005-09-26 19:01:49 +0000 (Mon, 26 Sep 2005) | 2 lines Remove _engine_original_sprites and replace all uses with references to our (new) original engine/vehicle tables. ------------------------------------------------------------------------ r2989 | peter1138 | 2005-09-26 18:43:58 +0000 (Mon, 26 Sep 2005) | 2 lines - Make engine/vehicle information tables constant. Duplicate them so NewGRF data can be loaded without wiping out the default data. ------------------------------------------------------------------------ r2988 | tron | 2005-09-26 13:38:12 +0000 (Mon, 26 Sep 2005) | 2 lines static where static is due ------------------------------------------------------------------------ r2987 | tron | 2005-09-26 08:11:48 +0000 (Mon, 26 Sep 2005) | 1 line -Fix: restart_game_date is an UINT16, not a BYTE. Now setting the game restart year via the console should work (Debolaz) ------------------------------------------------------------------------ r2986 | miham | 2005-09-25 19:39:42 +0000 (Sun, 25 Sep 2005) | 2 lines [Translations] Fixed up english.txt (still don't know how Webtranslator screwed it up) ------------------------------------------------------------------------ r2985 | tron | 2005-09-25 09:15:09 +0000 (Sun, 25 Sep 2005) | 1 line Print warnings and errors in the canonical file:line: form to make life for IDEs easier (ln-) ------------------------------------------------------------------------ r2984 | tron | 2005-09-25 09:04:59 +0000 (Sun, 25 Sep 2005) | 1 line Use adequate types, this should aid portability a bit ------------------------------------------------------------------------ r2983 | miham | 2005-09-24 20:24:35 +0000 (Sat, 24 Sep 2005) | 1 line [Translations] Updating translations to 2005-09-24 {@892} (11 langs changed) ------------------------------------------------------------------------ r2982 | peter1138 | 2005-09-24 13:56:39 +0000 (Sat, 24 Sep 2005) | 2 lines Newgrf: Added patch option for wagon speed limits. This is enabled by default. ------------------------------------------------------------------------ r2981 | tron | 2005-09-24 06:43:26 +0000 (Sat, 24 Sep 2005) | 1 line Remove a no-op ------------------------------------------------------------------------ r2980 | Darkvater | 2005-09-23 23:23:01 +0000 (Fri, 23 Sep 2005) | 2 lines - Add some comments to some setting enums, and fix a 'const' warning. - Add settings.h to VS.NET project. ------------------------------------------------------------------------ r2979 | tron | 2005-09-23 20:20:08 +0000 (Fri, 23 Sep 2005) | 1 line Avoid unnecessary recursion ------------------------------------------------------------------------ r2978 | tron | 2005-09-23 20:13:48 +0000 (Fri, 23 Sep 2005) | 1 line Make a global variable local ------------------------------------------------------------------------