summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
AgeCommit message (Expand)Author
2011-11-01(svn r23079) -Fix (r23077): Retain original behaviour in a silly corner case,...frosch
2011-11-01(svn r23078) -Fix (r23077): default ships carrying passengers and oil were su...yexo
2011-11-01(svn r23077) -Change: [NewGRF] Enforce that the default cargo type of a vehic...frosch
2011-11-01(svn r23076) -Codechange: Separate code for NewGRF and default refit masks mo...frosch
2011-11-01(svn r23075) -Codechange: Add GetGRF() and GetGRFID() methods to Engine and V...frosch
2011-10-31(svn r23072) -Feature: [NewGRF] House callback 0x148.michi_cc
2011-10-27(svn r23059) -Fix [FS#4794]: if a newgrf overrides a default house the minimu...yexo
2011-10-17(svn r23036) -Fix (r22970): swapped parameters resulted in wrong vehicle namesyexo
2011-10-05(svn r23005) -Fix (r23004): Of course there's still the 16-sprite version for...planetmaker
2011-10-05(svn r23004) -Feature [FS#4795]: Allow to use offsets for all types of action...planetmaker
2011-10-04(svn r23001) -Feature: [NewGRF] Automatically switch to a 32 bpp blitter on N...michi_cc
2011-10-01(svn r22970) -Fix [FS#4769]: strip newlines from NewGRF strings that should n...rubidium
2011-09-11(svn r22926) -Feature: [NewGRF] Extended Action1 format to define arbitrary s...frosch
2011-09-11(svn r22925) -Feature: [NewGRF] Allow referencing spritesets from different A...frosch
2011-09-11(svn r22924) -Codechange: Enhance NewGRFSpriteLayout for drawing construction...frosch
2011-09-11(svn r22922) -Codechange: Use wrapper methods to access and register spritesets.frosch
2011-09-11(svn r22919) -Doc: Some doxygen sprinklesplanetmaker
2011-09-11(svn r22918) -Fix: [NewGRF] Properties for feature 0x05 were not zeroed for e...planetmaker
2011-08-24(svn r22826) -Codechange: pass sub directory to NewGRF loading functionsrubidium
2011-08-24(svn r22825) -Codechange: pass subdir to FioOpenFilerubidium
2011-08-21(svn r22802) -Fix (r22781): Coding style.frosch
2011-08-21(svn r22784) -Fix: Move Action 2 references from GRFFile to GrfProcessingStat...frosch
2011-08-21(svn r22783) -Fix: Move Action 1 references from GRFFile to GrfProcessingStat...frosch
2011-08-21(svn r22782) -Fix: Add GrfProcessingState::ClearDataForNextFile() to clear te...frosch
2011-08-21(svn r22781) -Codechange: Group global variables temporarily used during GRF ...frosch
2011-08-19(svn r22760) -Fix (r19459): Also free allocated depot tables.alberth
2011-08-06(svn r22724) -Codechange: Reduce number of realloc calls when loading VarAct2s.frosch
2011-08-03(svn r22713) -Feature: [NewGRF] Per vehicle custom cargo ageing period.michi_cc
2011-07-29(svn r22693) -Fix [FS#4691]: The override managers were not reset in some cas...frosch
2011-07-22(svn r22682) -Fix: [NewGRF] Disallow accessing variable 1B due to desync reas...frosch
2011-07-07(svn r22639) -Feature: [NewGRF] Support for ship props 14/15 (ocean/canal spe...michi_cc
2011-07-04(svn r22633) -Fix: Implement variables 25 and 7F for railtypes.frosch
2011-06-23(svn r22606) -Fix (r22518): 20 is not the successor of 19 in NewGRF context.frosch
2011-05-29(svn r22518) -Feature: [NewGRF] Advanced sprite layouts with register modifiers.frosch
2011-05-29(svn r22517) -Fix (r22472): If a NewGRF sprite ran out of bytes at a very spe...frosch
2011-05-18(svn r22476) -Codechange: Deduplicate code for reading sprite layout sprites.frosch
2011-05-17(svn r22472) -Fix: When a NewGRF assigned station properties 09 and/or 0A mul...frosch
2011-05-14(svn r22457) -Codechange: Make the NewGRFSpriteLayout a direct member of Tile...frosch
2011-05-14(svn r22456) -Codechange: Derive NewGRFSpriteLayout from DrawTileSprites for ...frosch
2011-05-11(svn r22444) -Add: When GRFs are disabled via Action E or due to GRM failure,...frosch
2011-05-11(svn r22443) -Codechange: Deduplicate code for deactivating GRFs.frosch
2011-05-08(svn r22436) -Fix (r18969): Apply railtype property 12 (station graphics) als...frosch
2011-05-04(svn r22419) -Change: Always use the DOS palette for drawing.frosch
2011-05-03(svn r22416) -Fix: When action14 specified different values for the palette, ...frosch
2011-05-01(svn r22409) -Fix: [NewGRF] make sure the action2 ID of a generic feature cal...yexo
2011-05-01(svn r22408) -Cleanup: remove unused variable GRFFile::sprite_offsetyexo
2011-04-30(svn r22389) -Fix [FS#4600]: try to make sure there is an early house availab...yexo
2011-04-10(svn r22316) -Fix: [NewGRF] When determining refittability use the cargo tran...frosch
2011-04-07(svn r22300) -Fix (r22299): Missing out on a ! can have the opposite effect o...planetmaker
2011-04-07(svn r22299) -Fix [FS#4581]: Check the availability year of all houses, not j...planetmaker