Thu, 06 Oct 2005 17:57:18 +0000 bjarni (svn r3022) -feature: [OSX] OSX now uses quicktime to play midi files
Thu, 06 Oct 2005 09:35:08 +0000 tron (svn r3021) -Fix: "The finnish markka was never abbreviated with capital letters." (ln-)
Thu, 06 Oct 2005 06:49:53 +0000 miham (svn r3020) [Translations] Updating translations to 2005-10-06 {@326} (4 langs changed)
Wed, 05 Oct 2005 07:20:26 +0000 tron (svn r3019) -Codechange: Replace explicit shifting/anding/oring with GB and SB
Wed, 05 Oct 2005 04:00:39 +0000 peter1138 (svn r3018) -Fix: Fixed industry colour issue introduced in r3010.
Tue, 04 Oct 2005 21:42:00 +0000 peter1138 (svn r3017) -NewGRF: Implement sprite group unreferencing and unloading.
Tue, 04 Oct 2005 20:58:10 +0000 peter1138 (svn r3016) -NewGRF: Implement the start of reference counting for sprite groups. This will allow unloading.
Tue, 04 Oct 2005 20:38:26 +0000 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.)
Tue, 04 Oct 2005 19:52:26 +0000 peter1138 (svn r3014) -NewGRF, Codechange: Make all sprite group references be pointers instead of copying the data around.
Tue, 04 Oct 2005 17:34:50 +0000 tron (svn r3013) Update the documentation: The 'owner' attribute was renamed to 'm1' long ago
Tue, 04 Oct 2005 06:34:39 +0000 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
Mon, 03 Oct 2005 22:16:30 +0000 Darkvater (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.
Mon, 03 Oct 2005 21:20:01 +0000 tron (svn r3010) Get rid of quite some dubious casts, either by using GB(), proper types or just removing them
Mon, 03 Oct 2005 21:10:51 +0000 Darkvater (svn r3009) DIEEEEEEEEEEE VS6 (you good-for-nothing compiler)
Sun, 02 Oct 2005 22:39:56 +0000 Darkvater (svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)
Sun, 02 Oct 2005 12:31:00 +0000 miham (svn r3007) [Translations] Updating translations to 2005-10-02 {@563} (4 langs changed)
Sun, 02 Oct 2005 12:00:30 +0000 peter1138 (svn r3006) -Fix, NewGRF: Don't assert on user input, skip data instead.
Sat, 01 Oct 2005 17:41:41 +0000 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)
Sat, 01 Oct 2005 17:38:48 +0000 peter1138 (svn r3004) -Feature, NewGRF: Support loading of bridge attributes and tables from GRF. Currently drawing tall pillars uses old data.
Sat, 01 Oct 2005 12:43:34 +0000 tron (svn r3003) Change int, uint, uin16 and byte to EngineID where appropriate, plus some related changes (mostly casts)
Fri, 30 Sep 2005 20:51:20 +0000 peter1138 (svn r3002) -Fix, Newgrf: Max speed of 0xFFFF means no max speed.
Fri, 30 Sep 2005 20:37:25 +0000 tron (svn r3001) s/Player*/const Player*/
Fri, 30 Sep 2005 09:58:59 +0000 miham (svn r3000) [Translations] Updating translations to 2005-09-30 {@457} (15 langs changed)
Fri, 30 Sep 2005 08:57:12 +0000 tron (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
Thu, 29 Sep 2005 20:20:34 +0000 peter1138 (svn r2998) -Codechange: Split rail drawing code off from DrawTile_Rail into a separate function to be used elsewhere. (Deja vu?)
Thu, 29 Sep 2005 19:59:57 +0000 peter1138 (svn r2997) -Codechange: Split road drawing code off from DrawTile_Road into a separate function to be used elsewhere.
Wed, 28 Sep 2005 21:49:55 +0000 tron (svn r2996) 0xFFFF -> INVALID_STRING_ID
Wed, 28 Sep 2005 19:35:36 +0000 tron (svn r2995) Replace 0xFF/0xFFFF with CT_INVALID/OWNER_SPECTATOR/INVALID_STATION where appropriate
Tue, 27 Sep 2005 20:55:42 +0000 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
Tue, 27 Sep 2005 19:16:37 +0000 peter1138 (svn r2993) Fix: Reset aircraft images differently. Fixes assertion introduced in r2991.
Tue, 27 Sep 2005 18:51:04 +0000 tron (svn r2992) Use PlayerID, StationID and INVALID_STATION instead of int, int and -1
Mon, 26 Sep 2005 20:32:13 +0000 peter1138 (svn r2991) Reset vehicle images on game load. Allows savegames with NewGRFs saved prior to r2868 to load.
Mon, 26 Sep 2005 19:01:49 +0000 peter1138 (svn r2990) Remove _engine_original_sprites and replace all uses with references to our (new) original engine/vehicle tables.
Mon, 26 Sep 2005 18:43:58 +0000 peter1138 (svn r2989) - Make engine/vehicle information tables constant. Duplicate them so NewGRF data can be loaded without wiping out the default data.
Mon, 26 Sep 2005 13:38:12 +0000 tron (svn r2988) static where static is due
Mon, 26 Sep 2005 08:11:48 +0000 tron (svn r2987) -Fix: restart_game_date is an UINT16, not a BYTE. Now setting the game restart year via the console should work (Debolaz)
Sun, 25 Sep 2005 19:39:42 +0000 miham (svn r2986) [Translations] Fixed up english.txt (still don't know how Webtranslator screwed it up)
Sun, 25 Sep 2005 09:15:09 +0000 tron (svn r2985) Print warnings and errors in the canonical file:line: form to make life for IDEs easier (ln-)
Sun, 25 Sep 2005 09:04:59 +0000 tron (svn r2984) Use adequate types, this should aid portability a bit
Sat, 24 Sep 2005 20:24:35 +0000 miham (svn r2983) [Translations] Updating translations to 2005-09-24 {@892} (11 langs changed)
Sat, 24 Sep 2005 13:56:39 +0000 peter1138 (svn r2982) Newgrf: Added patch option for wagon speed limits. This is enabled by default.
Sat, 24 Sep 2005 06:43:26 +0000 tron (svn r2981) Remove a no-op
Fri, 23 Sep 2005 23:23:01 +0000 Darkvater (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
Fri, 23 Sep 2005 20:20:08 +0000 tron (svn r2979) Avoid unnecessary recursion
Fri, 23 Sep 2005 20:13:48 +0000 tron (svn r2978) Make a global variable local
Fri, 23 Sep 2005 17:37:21 +0000 hackykid (svn r2977) - CodeChange: [pbs] Use a check to see if a rail segment is a pbs segment, instead of letting the pathfinder determine this.
Fri, 23 Sep 2005 14:21:39 +0000 tron (svn r2976) -Fix: Align settings pool items to the size of void* to fix bus errors on 64bit architectures which require aligned variables
Fri, 23 Sep 2005 12:13:58 +0000 tron (svn r2975) Use the correct types, not types which accidently have the same size on 32bit machines
Fri, 23 Sep 2005 07:44:03 +0000 peter1138 (svn r2974) -Fix: Drag and drop selection on drop down boxes didn't select correct item when some items were hidden.
Fri, 23 Sep 2005 06:38:36 +0000 tron (svn r2973) Move a function declaration somewhere where it belongs
Fri, 23 Sep 2005 06:34:06 +0000 tron (svn r2972) Fix the speed of the AI
Thu, 22 Sep 2005 20:58:14 +0000 peter1138 (svn r2971) - Newgrf: Support loading VarAction2 parameter for variables 0x60-0x7F. This parameter isn't used yet.
Thu, 22 Sep 2005 20:35:20 +0000 peter1138 (svn r2970) - Newgrf: Allocate spritegroups dynamically; this allows a cargo ID to reference the previous definition of the same cargo ID, instead of causing loops.
Thu, 22 Sep 2005 10:31:09 +0000 peter1138 (svn r2969) -Newgrf: Show a wagon's speed limit in purchase list.
Wed, 21 Sep 2005 19:07:58 +0000 peter1138 (svn r2968) -Newgrf: Implement current set of action D (ParamSet) operations.
Tue, 20 Sep 2005 19:35:52 +0000 peter1138 (svn r2967) Fix: newgrf: Wagon speed limits don't apply for wagons with livery overrides. Fixes max speed in dbsetxl etc.
Tue, 20 Sep 2005 17:33:57 +0000 peter1138 (svn r2966) Fix: newgrf: Replace special case with a check for the existence of a handler in VehicleChangeInfo.
Tue, 20 Sep 2005 11:07:33 +0000 peter1138 (svn r2965) Fix: newgrf: Add bounds checking to VehicleChangeInfo for vehicles and change
Tue, 20 Sep 2005 09:38:09 +0000 peter1138 (svn r2964) Fix: newgrf: Include missing grf feature canal.
Mon, 19 Sep 2005 16:03:47 +0000 peter1138 (svn r2963) Fix: calculate proportions of non-square giant screenshot correctly.