src/newgrf.cpp
Tue, 27 Nov 2007 17:13:49 +0000 belugas (svn r11534) -Feature(newgrf): Implement property 23h for Industries.
Sat, 24 Nov 2007 10:38:43 +0000 skidd13 (svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style
Sat, 24 Nov 2007 10:19:56 +0000 rubidium (svn r11509) -Fix: off-by-one error in some sprite numbers; increase sprite number counter before loading the next sprite instead of after doing so.
Thu, 22 Nov 2007 22:37:06 +0000 glx (svn r11494) -Fix [FS#1461] (r11450): cargo translation table was now loaded too late ;)
Tue, 20 Nov 2007 13:35:54 +0000 skidd13 (svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
Mon, 19 Nov 2007 21:32:20 +0000 skidd13 (svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style
Mon, 19 Nov 2007 21:02:30 +0000 skidd13 (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
Mon, 19 Nov 2007 18:38:10 +0000 skidd13 (svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit with the coding style
Sat, 17 Nov 2007 22:33:53 +0000 glx (svn r11453) -Fix (r11450): unrevert r11239, as we now need it
Sat, 17 Nov 2007 15:03:19 +0000 glx (svn r11450) -Fix [FS#1432](r8886): cargo translation table was loaded too early
Fri, 16 Nov 2007 02:25:56 +0000 glx (svn r11443) -Fix: [NewGRF] Action 0 <id> is an extended byte
Thu, 15 Nov 2007 07:42:25 +0000 rubidium (svn r11433) -Fix: starting OpenTTD with DOS files made it look weird out of the box.
Tue, 13 Nov 2007 18:57:38 +0000 glx (svn r11429) -Fix (r11129): some TextID to StringID 'translations' didn't follow our format
Mon, 12 Nov 2007 20:40:58 +0000 glx (svn r11423) -Codechange: store grfid when adding an override
Sun, 04 Nov 2007 22:24:03 +0000 glx (svn r11381) -Fix [FS#1227]: redo the fix in a less breaking way
Sun, 04 Nov 2007 22:21:46 +0000 glx (svn r11380) -Revert (r11191, r11196): it worked, but broke cargo loading
Tue, 30 Oct 2007 17:24:04 +0000 rubidium (svn r11358) -Fix: condition types 0x0B and 0x0C are also valid for variable 0x88 in action 7/9.
Mon, 29 Oct 2007 23:02:31 +0000 rubidium (svn r11355) -Fix [FS#1377]: loading too many GRFs was not handled gracefully causing crashes and such.
Fri, 26 Oct 2007 20:48:15 +0000 belugas (svn r11346) -Codechange: Add marker has_newwater to the loaded grf features. Not in used yet.
Thu, 25 Oct 2007 23:24:28 +0000 glx (svn r11341) -Codechange: add missing callback ID enums, add stub for house property 20 and reorder unimplemented action 0 properties
Sun, 21 Oct 2007 14:59:05 +0000 rubidium (svn r11330) -Add: OTTD version checking for NewGRFs. This allows NewGRFs to do something different for different versions of OpenTTD, like disabling it for too low versions or loading different graphics.
Sat, 20 Oct 2007 21:39:50 +0000 rubidium (svn r11321) -Codechange: add support to load different graphics for halftile slopes using a NewGRF. Patch by frosch.
Fri, 19 Oct 2007 21:14:38 +0000 glx (svn r11302) -Fix (r9520): typo
Wed, 17 Oct 2007 02:50:18 +0000 belugas (svn r11283) -Fix(r11282): a typo. Don't ask.
Wed, 17 Oct 2007 02:46:21 +0000 belugas (svn r11282) -Fix[FS#1344]: Use the right pointer when evaluating the size of the layouts.
Sun, 14 Oct 2007 21:20:12 +0000 maedhros (svn r11265) -Feature: Make more advanced rail types more expensive to build.
Sat, 13 Oct 2007 02:49:05 +0000 glx (svn r11253) -Fix (r9411): industries can still use cargo they define, even if these cargo are disabled by a grf loaded later
Sat, 13 Oct 2007 02:23:11 +0000 glx (svn r11252) -Revert r11239, Fix r9620: cargo translation was not done correctly
Sat, 13 Oct 2007 00:49:13 +0000 belugas (svn r11251) -Fix[FS#1318]: Newindustries must not rely on the old check placement functions. It is the the job of callbacks. Therefor, upon substitution, disable the said check.
Tue, 09 Oct 2007 21:40:15 +0000 glx (svn r11239) -Fix (r10495): don't do cargo translation when loading grfs, but do it once all grfs are loaded. This ensure correct accept/produced cargo when a grf uses cargo defined in a grf loaded after itself
Tue, 09 Oct 2007 15:28:40 +0000 rubidium (svn r11233) -Fix [FS#1303]: handle some wrong written station NewGRFs a little more gracefully than segfaulting.
Tue, 09 Oct 2007 02:57:29 +0000 glx (svn r11232) -Fix (r10495): industry tile override works like house override, so handle it in the same way
Mon, 08 Oct 2007 19:56:21 +0000 rubidium (svn r11228) -Codechange: implement the "moreanimation" feature of TTDP, so we can properly support newindustries.
Sun, 07 Oct 2007 08:48:31 +0000 rubidium (svn r11224) -Fix: GRM for cargos has registration entries for both cargo IDs and cargo bitmasks, not only cargo IDs.
Fri, 05 Oct 2007 17:50:17 +0000 rubidium (svn r11205) -Codechange: remove some, now obsolete, checks.
Fri, 05 Oct 2007 02:21:40 +0000 belugas (svn r11204) -Feature: [NewGRF] Add support for Action 00 for Industries and IndustryTiles.
Fri, 05 Oct 2007 02:06:29 +0000 belugas (svn r11203) -Codechange: Raise the TTDPatch version a little higher, as some new features will be shortly exploitable
Wed, 03 Oct 2007 00:57:54 +0000 belugas (svn r11197) -Fix: It is not useful to reset the override of an entity every time a new grf file is been submitted.
Tue, 02 Oct 2007 20:20:14 +0000 glx (svn r11196) -Fix (r11191): _cur_stage was incorrect for GLS_ACTIVATION stage
Tue, 02 Oct 2007 18:43:17 +0000 rubidium (svn r11195) -Fix: creation chances for industries during gameplay and during map generation were swapped.
Tue, 02 Oct 2007 01:12:06 +0000 belugas (svn r11192) -Fix: Little typo with bigger consequences when trying to remove a newindustries aware grf
Mon, 01 Oct 2007 18:59:25 +0000 glx (svn r11191) -Fix [FS#1227]: GLS_ACTIVATION stage must be done immediatly after GLS_RESERVE stage, before the GLS_RESERVE stage for the next newgrf.
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