src/newgrf.cpp
Wed, 26 Sep 2007 02:20:58 +0000 belugas (svn r11164) -Fix(r11161): a rogue space roaming in the night... removed
Wed, 26 Sep 2007 02:11:30 +0000 belugas (svn r11162) -Fix: Acceptance is not a cargo, but rather a level of... acceptance :) So don't need to get cargo name out of it (glx)
Wed, 26 Sep 2007 01:27:51 +0000 belugas (svn r11161) -Fix: Allow to transform coordinates in negative ones when gfx of 0xFF allows it
Sun, 23 Sep 2007 11:05:11 +0000 rubidium (svn r11150) -Fix [FS#1202]: NewGRF action 3 does not necessarily need an action 1 to be defined. Patch by frosch.
Sat, 22 Sep 2007 23:40:35 +0000 glx (svn r11144) -Codechange: add support for newgrf callbacks 29 and 35
Wed, 19 Sep 2007 18:55:26 +0000 rubidium (svn r11132) -Fix: NewGRFs seem to assume that STR_NULL is an empty string or so.
Wed, 19 Sep 2007 17:37:44 +0000 glx (svn r11129) -Fix: update some TextID to StringID 'translations' to reflect changes in language files
Thu, 13 Sep 2007 18:22:34 +0000 truelight (svn r11095) -Codechange: don't abuse 'file_pos' by storing the file_slot in it too, but use a nice seperate variable for it
Tue, 21 Aug 2007 00:29:10 +0000 belugas (svn r10955) -Fix: The substitute prop (0x08) of industry tiles does not behave as prop 0x08 of industry. Therefore, do not disable the old industry with value of 0xFF. Not a bug fix, just a spec compliance correction...
Fri, 10 Aug 2007 08:57:04 +0000 maedhros (svn r10836) -Fix [FS#1014]: Make sure the third cargo type accepted by houses is valid in
Thu, 19 Jul 2007 17:28:55 +0000 peter1138 (svn r10628) -Fix (r10606,FS#1055): Revert r10606 and fix the plural problem another way.
Tue, 17 Jul 2007 20:32:27 +0000 peter1138 (svn r10606) -Fix (r8826): plural and single cargo names were mixed up.
Thu, 12 Jul 2007 13:25:06 +0000 rubidium (svn r10521) -Fix: some NewGRFs did not check whether the newindustries bit was set, which breaks with a not-yet-finished-implementation of newindustries.
Wed, 11 Jul 2007 22:57:47 +0000 rubidium (svn r10514) -Codechange: add support for getting the nearest industry with a given type.
Wed, 11 Jul 2007 15:03:29 +0000 rubidium (svn r10508) -Codechange: allow customizable animation schemes for industries.
Tue, 10 Jul 2007 00:10:19 +0000 belugas (svn r10495) -Codechange: Add the Action 00 property handlers for Industries and Industry tiles
Fri, 06 Jul 2007 20:40:58 +0000 belugas (svn r10457) -Codechange: Load the newly read definitions of Industries and Industry tiles.
Fri, 06 Jul 2007 20:36:32 +0000 belugas (svn r10456) -Codechange: Enable loading newgrf strings for Industries
Thu, 05 Jul 2007 16:39:56 +0000 belugas (svn r10448) -Codechange: Industry Tiles and Houses share almost the same spritegroup format.
Thu, 05 Jul 2007 05:41:56 +0000 rubidium (svn r10442) -Codechange: implement the industry production callback.
Wed, 04 Jul 2007 13:30:33 +0000 maedhros (svn r10436) -Cleanup: Doxygenise some comments, update others, and make a few statements more consistent with everything else.
Wed, 04 Jul 2007 13:01:55 +0000 maedhros (svn r10435) -Fix (r9315): numinfo starts from 1, not 0, so make it possible to define a house with a local id of 255.
Wed, 04 Jul 2007 12:57:07 +0000 maedhros (svn r10434) -Fix (r9315): When setting multiple house overrides in one Action 0, don't override them all with the first ID.
Wed, 04 Jul 2007 12:52:43 +0000 maedhros (svn r10433) -Codechange: Remove FOR_EACH_OBJECT by moving the for loops in the Action 0
Sat, 23 Jun 2007 21:12:09 +0000 rubidium (svn r10298) -Fix [FS#903]: show the subdirectory below the default data directory in this filename in the newgrf list. The directory was removed in r9560 because then it used to full path instead of the path relative to the data directory, but since the inclusion of "search paths" that is not necessary anymore.
Mon, 18 Jun 2007 23:00:55 +0000 glx (svn r10211) -Feature: [NewGRF] Add support for action 0F
Sun, 17 Jun 2007 13:26:19 +0000 rubidium (svn r10180) -Fix (r10167): do not reset the 2cc loaded feature setting when a (later) newgrf does not have 2cc.
Sun, 17 Jun 2007 11:01:58 +0000 maedhros (svn r10178) -Fix: Don't deactivate newgrf files when skipping the rest of the file during the initialisation stage.
Fri, 15 Jun 2007 23:55:52 +0000 belugas (svn r10167) -Codechange: Change the flagging system of grf loaded feature from a bitset to a bool evaluation.
Thu, 14 Jun 2007 14:31:48 +0000 truelight (svn r10157) -Fix: use as indentified for PNGs, the place of the image as it was in the grf, not the internal SpriteID
Wed, 13 Jun 2007 15:24:40 +0000 celestar (svn r10141) -Fix (FS#848, r8973): Set the newgrf bit for realistic plane speeds (bulb)
Wed, 13 Jun 2007 06:42:43 +0000 peter1138 (svn r10128) -Fix (r4811): missing printf parameters in newgrf debug message
Tue, 12 Jun 2007 13:22:14 +0000 maedhros (svn r10114) -Fix: Only load newgrf error messages if the language matches the current
Tue, 12 Jun 2007 09:41:12 +0000 maedhros (svn r10110) -Fix: Reset NewGRF errors along with all the other NewGRF data so that errors get loaded again when pressing "Apply".
Mon, 11 Jun 2007 14:00:16 +0000 maedhros (svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for
Sun, 10 Jun 2007 23:40:29 +0000 belugas (svn r10088) -Codechange: A typo and a code-style
Fri, 08 Jun 2007 21:16:17 +0000 rubidium (svn r10073) -Codechange: make the NewGRF paths in the config file without any full paths (again).
Thu, 07 Jun 2007 18:13:31 +0000 peter1138 (svn r10059) -Fix (r10045): Pretend GRF is still in initialisation state when leaving reservation stage. This fixes action 7/9 tests for grfs that will be active.
Thu, 07 Jun 2007 07:20:44 +0000 peter1138 (svn r10052) -Codechange: Support reserve/activate stage bits of action 7/9 variable 84.
Tue, 05 Jun 2007 21:41:31 +0000 peter1138 (svn r10045) -Codechange: Process Action 8 during GLS_RESERVATION to allow Action 7/Action 9s to work properly
Tue, 05 Jun 2007 20:49:32 +0000 peter1138 (svn r10044) -Fix: Minor NewGRF debug message fixes, and skip sprites of an unsupported Action 5 feature.
Sat, 02 Jun 2007 08:56:21 +0000 peter1138 (svn r10019) -Codechange: Implement GRM for newcargos
Thu, 31 May 2007 19:13:41 +0000 belugas (svn r10005) -Codechange: Merge two flags (2cc and newhouses) indicating some newgrf features have been loaded, and introduce the newindustry one.
Thu, 31 May 2007 15:40:36 +0000 belugas (svn r10001) -Codechange: Add support for removing dynamically allocated newgrf data
Thu, 31 May 2007 15:15:00 +0000 rubidium (svn r9999) -Feature: make it possible to disallow busses and lorries to go a specific way on straight pieces of road.
Thu, 31 May 2007 03:35:11 +0000 belugas (svn r9994) -Codechange: Add pointers for Industry and Industry Tiles in the grf file.
Tue, 29 May 2007 17:41:59 +0000 belugas (svn r9976) -Codechange: Declare a writable array of specs for industry and industry tiles.
Fri, 25 May 2007 22:07:40 +0000 rubidium (svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0.
Fri, 25 May 2007 08:47:40 +0000 rubidium (svn r9918) -Fix: the available roadtypes/railtypes were not updated on GRF updates.
Fri, 25 May 2007 06:39:12 +0000 peter1138 (svn r9916) -Codechange: Free memory used by cargo translation tables
Sun, 20 May 2007 16:17:03 +0000 peter1138 (svn r9890) -Codechange: Don't allocate space for 0 spriteset ranges
Sat, 19 May 2007 22:37:24 +0000 peter1138 (svn r9883) -Fix (r4965): [NewGRF] Check for overflow and carry over when adding to the existing value.
Sat, 19 May 2007 19:13:12 +0000 glx (svn r9880) -Add: [NewGRF] Add action 7/9 condition 0B/0C (cargo type availability)
Sat, 19 May 2007 11:18:22 +0000 peter1138 (svn r9877) -Revert (r9876): one file too many...
Sat, 19 May 2007 11:17:30 +0000 peter1138 (svn r9876) -Codechange: [NewHouses] Add support for callback 2E (cargo production)
Fri, 18 May 2007 17:31:41 +0000 rubidium (svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type strictness.
Tue, 15 May 2007 21:36:58 +0000 belugas (svn r9850) -Codechange: Introduction of the Override/Substitute manager. Currently only used for newhouses.
Tue, 15 May 2007 13:38:43 +0000 rubidium (svn r9843) -Fix (r9838): tell the newgrfs that we now support proper FIFO loading.
Fri, 11 May 2007 19:22:43 +0000 peter1138 (svn r9827) -Codechange/Fix: [NewGRF] Text strings of 1 character are perfectly valid... (fixes dbsetxl refits again...)
Thu, 10 May 2007 23:10:23 +0000 peter1138 (svn r9825) -Codechange: [NewGRF] Add support for early vehicle retirement.