newgrf.c
Wed, 02 Nov 2005 16:05:45 +0000 tron (svn r3119) Don't pretend to be the Windows version of TTD all the time. When being asked answer according to _use_dos_palette. (Suggestion by Belugas)
Sun, 23 Oct 2005 13:04:44 +0000 tron (svn r3078) Some more stuff, which piled up:
Thu, 20 Oct 2005 19:44:41 +0000 peter1138 (svn r3074) -NewGrf: Fix stupid typo in weight setting.
Thu, 20 Oct 2005 15:15:58 +0000 peter1138 (svn r3071) -NewGRF: Add support for rail vehicle weight greater than 255 tons.
Tue, 18 Oct 2005 11:23:58 +0000 tron (svn r3059) Use bitfields to encode railtype and climates of engines instead of manual shifting/anding
Sat, 15 Oct 2005 07:40:22 +0000 peter1138 (svn r3045) -NewGRF, Codechange: Don't attempt to map and empty sprite group to a vehicle.
Fri, 14 Oct 2005 20:10:12 +0000 peter1138 (svn r3044) -NewGRF, Codechange: Improve handling of non-existent sprite sets.
Wed, 12 Oct 2005 09:54:29 +0000 peter1138 (svn r3034) -NewGRF: Improve error checking of setting price bases.
Wed, 12 Oct 2005 07:27:56 +0000 peter1138 (svn r3032) -NewGRF, Feature: Add support for changing base prices.
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.
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.
Fri, 30 Sep 2005 20:51:20 +0000 peter1138 (svn r3002) -Fix, Newgrf: Max speed of 0xFFFF means no max speed.
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.
Sun, 25 Sep 2005 09:04:59 +0000 tron (svn r2984) Use adequate types, this should aid portability a bit
Sat, 24 Sep 2005 13:56:39 +0000 peter1138 (svn r2982) Newgrf: Added patch option for wagon speed limits. This is enabled by default.
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.
Wed, 21 Sep 2005 19:07:58 +0000 peter1138 (svn r2968) -Newgrf: Implement current set of action D (ParamSet) operations.
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.
Tue, 13 Sep 2005 09:23:23 +0000 tron (svn r2947) Reorder some code to prepare for future enhancements and get rid of some gotos (peter1138)
Fri, 09 Sep 2005 06:39:47 +0000 tron (svn r2926) -Fix: Use the same file slots in both initialisation stages when loading a patch grf
Mon, 15 Aug 2005 22:48:33 +0000 tron (svn r2872) -Feature: [NewGRF] Add support for "extended bytes"
Mon, 15 Aug 2005 21:19:28 +0000 tron (svn r2871) -Feature/Fix: Per GRF parameter lists
Mon, 15 Aug 2005 11:39:13 +0000 tron (svn r2868) Change the way NewGRFs are loaded: The loading process i no longer bolted onto the normal graphics loading.
Sun, 14 Aug 2005 18:10:18 +0000 tron (svn r2866) Move all functions and tables which aren't directly involved in managing the sprite heap to a new file gfxinit.c.
Sat, 13 Aug 2005 16:23:07 +0000 tron (svn r2862) Return a proper version number, when testing the TTDPatch version in the SkipIf action. Pretend to be version 2.0.1 alpha 49 for now.
Thu, 11 Aug 2005 12:51:59 +0000 miham (svn r2850) [newgrf] Patch from peter1139
Tue, 26 Jul 2005 19:34:03 +0000 tron (svn r2720) Remove unused declarations and definitions
Sun, 24 Jul 2005 14:12:37 +0000 tron (svn r2701) Insert Id tags into all source files
Fri, 22 Jul 2005 07:02:20 +0000 tron (svn r2673) Include functions.h directly, not globally via openttd.h
Thu, 21 Jul 2005 22:15:02 +0000 tron (svn r2669) Shuffle some more stuff around to reduce dependencies
Tue, 05 Jul 2005 17:47:10 +0000 celestar (svn r2521) -Codechange: Removed trailing "\n"s from DEBUG statements
Thu, 23 Jun 2005 01:26:54 +0000 hackykid (svn r2474) - Fix: [newgrf] Some road vehicle action 0 properties were loaded as the wrong type (int8,int16,int32) causing undefined results. (like cargo types being wrong)
Mon, 06 Jun 2005 22:44:11 +0000 hackykid (svn r2428) - Feature: [newgrf] Implement shorter train vehicles (Therax), and the callback that goes with it.
Mon, 06 Jun 2005 00:19:24 +0000 hackykid (svn r2414) - Feature: [newgrf] Implement powered wagons, and the callback that goes with it.
Fri, 03 Jun 2005 10:39:30 +0000 hackykid (svn r2401) - Fix: [newgrf] Finish up callback mechanism, implement 'refit capacity' callback slightly more correct.
Thu, 02 Jun 2005 21:38:50 +0000 hackykid (svn r2400) - Fix: [newgrf] Load power for dual-headed engines correctly
Thu, 02 Jun 2005 19:30:21 +0000 Darkvater (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Wed, 01 Jun 2005 11:34:37 +0000 hackykid (svn r2389) - Feature: [newgrf] Implement the mechanism for handling newgrf callbacks.
Sun, 29 May 2005 20:42:01 +0000 orudge (svn r2379) - Fix: [newgrf] Note to self, check thoroughly before committing!
Sun, 29 May 2005 20:36:11 +0000 orudge (svn r2378) - Fix: [newgrf] Further property stubs, help prevents subsequent incorrect reading of newgrf data
Sun, 29 May 2005 20:05:04 +0000 orudge (svn r2377) - Fix: [newgrf] Ignore action 0 prop 0x20 (air drag)
Fri, 27 May 2005 13:41:03 +0000 Darkvater (svn r2368) - Fix: Add 'multihead' TTDPatch option to OpenTTD newgrf flags-emulation (DBSETXLW doesn't complain about it anymore)
Sat, 14 May 2005 12:36:16 +0000 Darkvater (svn r2306) - CodeChange: Check the last commands; refits. This needed an extensive rewrite and global/local-cargo ID juggling and bitmasking. However with this done it looks better as well and is compatible with newgrf handling. Big thanks to HackyKid for doing most of the work. This also closes patch "[ 1199277 ] Command checks"
Fri, 01 Apr 2005 10:43:20 +0000 tron (svn r2115) Spring cleaning, no functional changes
Wed, 30 Mar 2005 12:30:24 +0000 pasky (svn r2111) So, result is bool therefore no need for this horrible == 0 thing.
Wed, 30 Mar 2005 12:27:50 +0000 pasky (svn r2110) - Fix: Fixed test for various flags (e.g. newtrains in usset). result is bool so !! any non-zero values before assigning them to it - they apparently didn't fit. ;-)
Thu, 24 Mar 2005 17:03:37 +0000 truelight (svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.h
Thu, 10 Mar 2005 07:01:43 +0000 tron (svn r1981) Typedef some structs and enums
Sun, 06 Mar 2005 15:22:28 +0000 pasky (svn r1943) Show the sprite ID in the check_length() error message. Also show the correct sprite ID in the spriteskip notice.
Sun, 06 Feb 2005 22:25:27 +0000 tron (svn r1833) byte -> char transition: the rest
Sat, 05 Feb 2005 15:58:59 +0000 tron (svn r1803) Move debugging stuff into files of it's own