log src/newgrf_industrytiles.cpp @ 19745:3a40c69fc098 draft

age author description
Sat, 10 Nov 2012 20:37:31 +0000 alberth (svn r24678) -Codechange: Introduce scope resolver base class and prepare for adding derived classes. draft
Tue, 03 Jan 2012 21:32:51 +0000 rubidium (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files draft
Fri, 09 Dec 2011 16:11:42 +0000 yexo (svn r23457) -Codechange: introduce Industry::TileBelongsToIndustry() to simplify code checking for that draft
Tue, 08 Nov 2011 17:29:01 +0000 frosch (svn r23154) -Change: [NewGRF v8] Use heightlevel units in nearby tile info variables. (rubidium) draft
Tue, 08 Nov 2011 17:26:49 +0000 frosch (svn r23147) -Change: [NewGRF v8] Unify the return values of boolean callbacks, and check the results for validity. draft
Tue, 08 Nov 2011 17:23:30 +0000 frosch (svn r23138) -Feature: [NewGRF] Allow passing 32bit parameters to 60+x variables (using var 7B). Currently most useful for vehicle var 60. draft
Fri, 04 Nov 2011 10:22:27 +0000 rubidium (svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and use it draft
Fri, 04 Nov 2011 10:18:13 +0000 rubidium (svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight) draft
Mon, 31 Oct 2011 22:31:35 +0000 michi_cc (svn r23071) -Codechange: [NewGRF] Allow passing custom extra data through the generic NewGRF animation helper class. draft
Sun, 11 Sep 2011 15:09:13 +0000 frosch (svn r22923) -Codechange: Move application of the construction stage into TileLayoutSpriteGroup::ProcessRegisters(). draft
Mon, 08 Aug 2011 21:26:58 +0000 frosch (svn r22731) -Fix: [NewGRF] The construction stage sprites were incorrectly selected in cases other than 1 or 4 sprites per set. draft
Mon, 11 Jul 2011 16:32:19 +0000 michi_cc (svn r22656) -Codechange: Deduplicate the custom error message of the industry shape and location callbacks. draft
Sun, 10 Jul 2011 13:25:52 +0000 frosch (svn r22648) -Fix (r22629): Missing 'break'. (thanks michi_cc) draft
Mon, 04 Jul 2011 20:37:20 +0000 frosch (svn r22635) -Fix: Correctly reseed random bits of industries and industry tiles. draft
Mon, 04 Jul 2011 20:31:57 +0000 frosch (svn r22634) -Codechange: Deduplicate some code. Note that zeroing 'count' is intentionally removed, it is only used together with 'scope'. draft
Sun, 03 Jul 2011 14:32:15 +0000 frosch (svn r22629) -Fix [FS#4599]: Remove all usages of the ErrorRefStack. It was continuously overwritten by e.g. industry prospection without closing the old error window; also StopTextRefStackUsage() was not called for errors returned by commands (which caused FS#4599). Now return in the CommandCost result whether the textref stack needs to be used, and store a copy of the stack values in the error window just like for the normal string parameters. draft
Sun, 03 Jul 2011 13:49:29 +0000 frosch (svn r22627) -Codechange: Rename PrepareTextRefStackUsage() to StartTextRefStackUsage() to make it more obvious that you must call StopTextRefStackUsage() at some point. Also extent the documentation. draft
Sun, 12 Jun 2011 20:47:45 +0000 terkhen (svn r22567) -Codechange: Store persistent storages inside a pool. draft
Sun, 12 Jun 2011 20:40:21 +0000 terkhen (svn r22564) -Codechange: Rename Get and Store persistent storage functions to GetValue and StoreValue. draft
Sun, 12 Jun 2011 20:38:46 +0000 terkhen (svn r22563) -Codechange: Use a function for storing values inside the persistent storage. draft
Sun, 12 Jun 2011 20:32:52 +0000 terkhen (svn r22557) -Codechange: Remove constness from AnimationBase callbacks. draft
Sun, 29 May 2011 16:56:22 +0000 frosch (svn r22518) -Feature: [NewGRF] Advanced sprite layouts with register modifiers. draft
Sat, 14 May 2011 17:33:26 +0000 frosch (svn r22457) -Codechange: Make the NewGRFSpriteLayout a direct member of TileLayoutSpriteGroup instead of allocating it separately. draft
Sat, 22 Jan 2011 14:52:20 +0000 rubidium (svn r21890) -Cleanup: remove some unneeded includes draft
Mon, 15 Nov 2010 16:43:46 +0000 rubidium (svn r21198) -Fix: don't call variables properties in debug messages draft
Thu, 28 Oct 2010 11:10:12 +0000 yexo (svn r21052) -Fix (r20435): house/airporttile/industrytile newgrfs that defined tiles that relied on the substitute being drawn were broken draft
Tue, 19 Oct 2010 21:00:45 +0000 yexo (svn r20996) -Change: [NewGRF] the X and Y offsets in the parameter for industry vars 60,61,62,63 are unsigned instead of signed draft
Sat, 16 Oct 2010 13:15:54 +0000 rubidium (svn r20942) -Feature [NewGRF]: make it possible to distinguish player built/randomly placed industries in the location and land slope check callbacks draft
Thu, 26 Aug 2010 22:01:16 +0000 rubidium (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers draft
Thu, 26 Aug 2010 19:29:20 +0000 rubidium (svn r20631) -Codechange: generalise IsIndustryTileOnWater + simplify so related code draft
Thu, 26 Aug 2010 17:01:17 +0000 rubidium (svn r20627) -Codechange: unify the animation code of station, airport, house and industry tiles draft
Thu, 26 Aug 2010 15:31:40 +0000 rubidium (svn r20623) -Codechange: unify the storing of animation related information draft
Thu, 26 Aug 2010 14:45:45 +0000 rubidium (svn r20622) -Codechange: unify [GS]et[Statation|Object|Industry|House]AnimationFrame draft
Tue, 10 Aug 2010 15:49:35 +0000 rubidium (svn r20435) -Codechange: move spritegroup to GRFFilePropsBase and prepare it for more spritegroups draft
Sun, 01 Aug 2010 19:22:34 +0000 frosch (svn r20283) -Codechange: Unify start of doygen comments. draft
Mon, 19 Jul 2010 17:28:27 +0000 rubidium (svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :) draft
Mon, 19 Jul 2010 17:24:33 +0000 rubidium (svn r20191) -Codechange: unVARDEF _tick_counter and move it to a more logical location draft
Sat, 29 May 2010 13:08:50 +0000 frosch (svn r19901) -Add: [NewGRF] Access to industry founder (var A7) during callbacks 28 and 2F. (yexo) draft
Sat, 01 May 2010 13:09:49 +0000 frosch (svn r19744) -Add [FS#3477]: [NewGRF] Access to random bits of houses and industries from construction callbacks 17, 28 and 2F. That is: The randombits the house/industry will start with, if construction succeeds. draft
Sat, 01 May 2010 13:01:21 +0000 frosch (svn r19743) -Fix: NewGrfs could access map bits of not yet constructed industries and houses during construction callbacks. draft
Sat, 24 Apr 2010 13:35:18 +0000 rubidium (svn r19707) -Add: helper functions to instantiate/fill ResolverObjects draft
Mon, 05 Apr 2010 21:01:02 +0000 rubidium (svn r19565) -Fix: some NewGRF callbacks were named incorrectly draft
Sat, 27 Feb 2010 10:21:59 +0000 alberth (svn r19269) -Codechange: PerformIndustryTileSlopeCheck() returns a succeeded or failed command. draft
Mon, 22 Feb 2010 14:16:41 +0000 yexo (svn r19195) -Codechange: actually draw newgrf airport tiles draft
Sun, 07 Feb 2010 12:04:44 +0000 frosch (svn r19053) -Codechange: Add an enum for the special flags of industry tiles. (based on andythenorth' work) draft
Thu, 21 Jan 2010 18:32:44 +0000 yexo (svn r18878) -Fix [NewGRF]: crash when a newgrf used var62 in an industry tile chain when the industry tile was part of an original industry draft
Thu, 21 Jan 2010 01:38:13 +0000 rubidium (svn r18872) -Codechange: introduce PaletteID and use it draft
Sun, 17 Jan 2010 15:05:25 +0000 frosch (svn r18846) -Codechange: Merge DrawTileSeq into DrawCommonTileSeq. draft
Sun, 17 Jan 2010 01:01:56 +0000 frosch (svn r18842) -Codechange: Rename SPRITE_MODIFIER_USE_OFFSET to SPRITE_MODIFIER_CUSTOM_SPRITE, invert its meaning, and also use it for industry/house layouts instead of IS_CUSTOM_SPRITE(). draft
Fri, 15 Jan 2010 16:41:15 +0000 rubidium (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header draft
Fri, 08 Jan 2010 22:42:00 +0000 yexo (svn r18762) -Codechange: unduplicate sprite layout drawing between industries and houses draft
Fri, 08 Jan 2010 20:42:12 +0000 frosch (svn r18761) -Fix [FS#3497]: Spritelayouts do not need an Action 1 if only using default sprites. draft
Mon, 04 Jan 2010 18:30:10 +0000 rubidium (svn r18718) -Codechange: make a wrapper macro for looping TileAreas draft
Mon, 04 Jan 2010 18:21:07 +0000 rubidium (svn r18717) -Codechange: use TileArea in industry instead of three separate variables. Also make use of TileArea functions for determining the 'width' and 'height' of an industry. draft
Wed, 16 Dec 2009 11:35:05 +0000 rubidium (svn r18514) -Codechange: make it a bit clearer that for tile layouts num_sprites (as in number of sprite sets) is not the same as num_sprites (as in number of building sprites) draft
Wed, 16 Dec 2009 00:06:51 +0000 rubidium (svn r18513) -Fix [FS#3379]: sometimes NewGRFs throw invalid data at OpenTTD and that triggered a check... that if a has to be between b and c (inclusive) then c must be bigger than or equal to b (and definitely not smaller) draft
Wed, 16 Sep 2009 19:10:50 +0000 rubidium (svn r17558) -Feature [NewGRF]: callbacks for houses to disable drawing foundations and to disable slope changes, like industry tile callbacks 30 and 3C. draft
Mon, 14 Sep 2009 12:22:57 +0000 rubidium (svn r17534) -Codechange: unify the naming of callback masks/flags draft
Sun, 30 Aug 2009 11:47:41 +0000 smatz (svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByTile() draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft