Mercurial > hg > openttd
graph
-
(svn r3030) More work for GB/SB, this time concerning the waiting_acceptance attribute of stations draftTue, 11 Oct 2005 13:54:21 +0000, by tron
-
(svn r3029) -Change: [OSX] removed the buggy java midi player, which was rendered obsolite by r3022 draftMon, 10 Oct 2005 15:22:47 +0000, by bjarni
-
(svn r3027) -Feature: [OSX] command+q now works in main menu (Tobin) draftFri, 07 Oct 2005 20:53:21 +0000, by bjarni
-
(svn r3026) -Fix: [OSX] fixed bug that prevented dedicated servers from compiling (introduced in r3022) draftFri, 07 Oct 2005 16:48:53 +0000, by bjarni
-
(svn r3025) -Fix: Rail convert issue introduced in r3019 draftFri, 07 Oct 2005 15:53:33 +0000, by Darkvater
-
(svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte/-1 with proper types and constants draftFri, 07 Oct 2005 07:35:15 +0000, by tron
-
(svn r3023) -Fix [BeOS] fixed compilation on BeOS R5 (MYOB) draftThu, 06 Oct 2005 18:28:27 +0000, by bjarni
-
(svn r3022) -feature: [OSX] OSX now uses quicktime to play midi files draftThu, 06 Oct 2005 17:57:18 +0000, by bjarni
-
(svn r3021) -Fix: "The finnish markka was never abbreviated with capital letters." (ln-) draftThu, 06 Oct 2005 09:35:08 +0000, by tron
-
(svn r3020) [Translations] Updating translations to 2005-10-06 {@326} (4 langs changed) draftThu, 06 Oct 2005 06:49:53 +0000, by miham
-
(svn r3019) -Codechange: Replace explicit shifting/anding/oring with GB and SB draftWed, 05 Oct 2005 07:20:26 +0000, by tron
-
(svn r3018) -Fix: Fixed industry colour issue introduced in r3010. draftWed, 05 Oct 2005 04:00:39 +0000, by peter1138
-
(svn r3017) -NewGRF: Implement sprite group unreferencing and unloading. draftTue, 04 Oct 2005 21:42:00 +0000, by peter1138
-
(svn r3016) -NewGRF: Implement the start of reference counting for sprite groups. This will allow unloading. draftTue, 04 Oct 2005 20:58:10 +0000, by peter1138
-
(svn r3015) -NewGRF: Add a new sprite group result type, and support loading of callbacks results within random and "real" groups. (Not fully supported yet.) draftTue, 04 Oct 2005 20:38:26 +0000, by peter1138
-
(svn r3014) -NewGRF, Codechange: Make all sprite group references be pointers instead of copying the data around. draftTue, 04 Oct 2005 19:52:26 +0000, by peter1138
-
(svn r3013) Update the documentation: The 'owner' attribute was renamed to 'm1' long ago draftTue, 04 Oct 2005 17:34:50 +0000, by tron
-
(svn r3012) Extract the correct bits when checking if it's a road or rail tunnel; this is not flagged as fix, because it accidently worked draftTue, 04 Oct 2005 06:34:39 +0000, by tron
-
(svn r3011) Refix last revision's fix of VS6 which broke compilation on MinGW. Also beautify stdafx.h with nice indentation and comments after big #ifdef blocks. Hope it didn't break compilation on any OS's. draftMon, 03 Oct 2005 22:16:30 +0000, by Darkvater
-
(svn r3010) Get rid of quite some dubious casts, either by using GB(), proper types or just removing them draftMon, 03 Oct 2005 21:20:01 +0000, by tron
-
(svn r3009) DIEEEEEEEEEEE VS6 (you good-for-nothing compiler) draftMon, 03 Oct 2005 21:10:51 +0000, by Darkvater
-
(svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc) draftSun, 02 Oct 2005 22:39:56 +0000, by Darkvater
-
(svn r3007) [Translations] Updating translations to 2005-10-02 {@563} (4 langs changed) draftSun, 02 Oct 2005 12:31:00 +0000, by miham
-
(svn r3006) -Fix, NewGRF: Don't assert on user input, skip data instead. draftSun, 02 Oct 2005 12:00:30 +0000, by peter1138
-
(svn r3005) -Fix, NewGRF: Some GRF files don't specify a name or description, in which case the Action 8 is 8 bytes, not 9. (pb_viaduct) draftSat, 01 Oct 2005 17:41:41 +0000, by peter1138
-
(svn r3004) -Feature, NewGRF: Support loading of bridge attributes and tables from GRF. Currently drawing tall pillars uses old data. draftSat, 01 Oct 2005 17:38:48 +0000, by peter1138
-
(svn r3003) Change int, uint, uin16 and byte to EngineID where appropriate, plus some related changes (mostly casts) draftSat, 01 Oct 2005 12:43:34 +0000, by tron
-
(svn r3002) -Fix, Newgrf: Max speed of 0xFFFF means no max speed. draftFri, 30 Sep 2005 20:51:20 +0000, by peter1138
-
(svn r3000) [Translations] Updating translations to 2005-09-30 {@457} (15 langs changed) draftFri, 30 Sep 2005 09:58:59 +0000, by miham
-
(svn r2999) 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 draftFri, 30 Sep 2005 08:57:12 +0000, by tron
-
(svn r2998) -Codechange: Split rail drawing code off from DrawTile_Rail into a separate function to be used elsewhere. (Deja vu?) draftThu, 29 Sep 2005 20:20:34 +0000, by peter1138
-
(svn r2997) -Codechange: Split road drawing code off from DrawTile_Road into a separate function to be used elsewhere. draftThu, 29 Sep 2005 19:59:57 +0000, by peter1138
-
(svn r2995) Replace 0xFF/0xFFFF with CT_INVALID/OWNER_SPECTATOR/INVALID_STATION where appropriate draftWed, 28 Sep 2005 19:35:36 +0000, by tron
-
(svn r2994) Another small hack regarding currencies: add a #define to emulate a variable, that holds the current currency; again this should increase readability draftTue, 27 Sep 2005 20:55:42 +0000, by tron
-
(svn r2993) Fix: Reset aircraft images differently. Fixes assertion introduced in r2991. draftTue, 27 Sep 2005 19:16:37 +0000, by peter1138
-
(svn r2992) Use PlayerID, StationID and INVALID_STATION instead of int, int and -1 draftTue, 27 Sep 2005 18:51:04 +0000, by tron
-
(svn r2991) Reset vehicle images on game load. Allows savegames with NewGRFs saved prior to r2868 to load. draftMon, 26 Sep 2005 20:32:13 +0000, by peter1138
-
(svn r2990) Remove _engine_original_sprites and replace all uses with references to our (new) original engine/vehicle tables. draftMon, 26 Sep 2005 19:01:49 +0000, by peter1138
-
(svn r2989) - Make engine/vehicle information tables constant. Duplicate them so NewGRF data can be loaded without wiping out the default data. draftMon, 26 Sep 2005 18:43:58 +0000, by peter1138
-
(svn r2987) -Fix: restart_game_date is an UINT16, not a BYTE. Now setting the game restart year via the console should work (Debolaz) draftMon, 26 Sep 2005 08:11:48 +0000, by tron
-
(svn r2986) [Translations] Fixed up english.txt (still don't know how Webtranslator screwed it up) draftSun, 25 Sep 2005 19:39:42 +0000, by miham
-
(svn r2985) Print warnings and errors in the canonical file:line: form to make life for IDEs easier (ln-) draftSun, 25 Sep 2005 09:15:09 +0000, by tron
-
(svn r2984) Use adequate types, this should aid portability a bit draftSun, 25 Sep 2005 09:04:59 +0000, by tron
-
(svn r2983) [Translations] Updating translations to 2005-09-24 {@892} (11 langs changed) draftSat, 24 Sep 2005 20:24:35 +0000, by miham
-
(svn r2982) Newgrf: Added patch option for wagon speed limits. This is enabled by default. draftSat, 24 Sep 2005 13:56:39 +0000, by peter1138
-
(svn r2980) - Add some comments to some setting enums, and fix a 'const' warning. draftFri, 23 Sep 2005 23:23:01 +0000, by Darkvater
-
(svn r2977) - CodeChange: [pbs] Use a check to see if a rail segment is a pbs segment, instead of letting the pathfinder determine this. draftFri, 23 Sep 2005 17:37:21 +0000, by hackykid
-
(svn r2976) -Fix: Align settings pool items to the size of void* to fix bus errors on 64bit architectures which require aligned variables draftFri, 23 Sep 2005 14:21:39 +0000, by tron
-
(svn r2975) Use the correct types, not types which accidently have the same size on 32bit machines draftFri, 23 Sep 2005 12:13:58 +0000, by tron
-
(svn r2974) -Fix: Drag and drop selection on drop down boxes didn't select correct item when some items were hidden. draftFri, 23 Sep 2005 07:44:03 +0000, by peter1138
-
(svn r2973) Move a function declaration somewhere where it belongs draftFri, 23 Sep 2005 06:38:36 +0000, by tron
-
(svn r2971) - Newgrf: Support loading VarAction2 parameter for variables 0x60-0x7F. This parameter isn't used yet. draftThu, 22 Sep 2005 20:58:14 +0000, by peter1138