summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
AgeCommit message (Expand)Author
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-08(svn r18761) -Fix [FS#3497]: Spritelayouts do not need an Action 1 if only us...frosch
2010-01-08(svn r18760) -Fix (rlots)[FS#3500]: Action 9 did not properly detect whether ...frosch
2010-01-08(svn r18759) -Fix [NewGRF]: don't segfault when a newgrf contains an action2 ...yexo
2010-01-06(svn r18742) -Fix [NewGRF]: house prop 1D was thrashed when a newgrf contains...yexo
2010-01-03(svn r18699) -Fix [FS#PlanetAndy]: GRF parameters were not properly initialis...frosch
2009-12-30(svn r18671) -Fix [FS#3452]: [NewGRF] If an action B did not have a 'data' st...rubidium
2009-12-17(svn r18527) -Fix: an industry newgrf that defined a too small size for actio...yexo
2009-12-16(svn r18514) -Codechange: make it a bit clearer that for tile layouts num_spr...rubidium
2009-11-28(svn r18330) -Cleanup: remove some unneeded includesrubidium
2009-11-24(svn r18284) -Cleanup (r18268, r18283): Replace magic value with enum.frosch
2009-11-24(svn r18283) -Feature: [NewGRF] Add new price bases for removing industries, ...frosch
2009-11-24(svn r18268) -Feature: [NewGRF] Make price base multipliers related to vehicl...frosch
2009-11-23(svn r18253) -Codechange: Convert the linked list of loaded GRFFiles into a S...frosch
2009-11-10(svn r18036) -Fix (r17999): Always two they are.frosch
2009-11-09(svn r18027) -Codechange: make some unneededly global variables static and re...rubidium
2009-11-08(svn r18016) -Codechange: Move the arbitrary basecost multiplier offset (8) t...frosch
2009-11-08(svn r18011) -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 'runn...frosch
2009-11-08(svn r18008) -Codechange: Rename NUM_PRICES to PR_END, and use the Price enum...frosch
2009-11-07(svn r18005) -Codechange: Convert the Prices struct into an array and an enum.frosch
2009-11-07(svn r18004) -Codechange: Deduplicate some magic.frosch
2009-11-07(svn r17999) -Fix: [NewGRF] Improve parsing of RIFF data. Skip unknown chunks...frosch
2009-11-05(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up includi...frosch
2009-10-24(svn r17857) -Fix (r10442): [NewGRF] 'subtract-in' is also signed for product...frosch
2009-10-20(svn r17824) -Fix (r4594): _date_fract runs from 0 to 73 since r2041. Variabl...frosch
2009-10-04(svn r17700) -Codechange: Integrate ShipVehicleInfo::refittable into EngineIn...frosch
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-10-02(svn r17682) -Codechange: remove erroneous space before some commasrubidium
2009-09-28(svn r17663) -Change: [NewGRF] Apply default refitmasks only when the NewGRF ...frosch
2009-09-22(svn r17616) -Codechange [FS#3222]: Enumerize properties used in callback 0x3...frosch
2009-09-21(svn r17605) -Fix [FS#3218]: [NewGRF] Crash when defining the same tile in a ...rubidium
2009-09-20(svn r17596) -Codechange: constify some tablessmatz
2009-09-20(svn r17584) -Codechange: split the NewGRF StringID mapping in a 'global' par...rubidium
2009-09-14(svn r17534) -Codechange: unify the naming of callback masks/flagsrubidium
2009-09-04(svn r17420) -Codechange: replace assert() by assert_compile() where possiblesmatz
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-20(svn r17228) -Codechange: some coding style fixesrubidium
2009-08-18(svn r17211) -Cleanup: Remove unused RailVehicleInfo::ai_rank.frosch
2009-08-17(svn r17209) -Codechange: Move cargo_type from (Rail|Road|Ship)VehicleInfo to...frosch
2009-08-11(svn r17154) -Fix (r11129): several times copypasted typosmatz
2009-08-11(svn r17153) -Fix (r11429): don't allow further remapping of already remapped...smatz
2009-08-10(svn r17150) -Codechange: when MapGRFStringID() fails to remap, return STR_EM...smatz
2009-08-10(svn r17143) -Fix [FS#3097]: NewGRFs sometimes got the wrong string causing c...rubidium
2009-07-17(svn r16867) -Feature(ette): Turn variable 0E/8E (vertical offset for trains ...frosch
2009-07-16(svn r16852) -Codechange: use FOR_ALL_CARGOSPECS for iterating over all valid...smatz
2009-07-16(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()smatz
2009-07-16(svn r16842) -Cleanup: add some spaces around a few operatorsrubidium
2009-07-05(svn r16755) -Codechange: apply some codestyle to newgrf.cppyexo
2009-07-04(svn r16737) -Fix (r15645): When loading a savegame Engine::grffile might be ...frosch
2009-06-26(svn r16666) -Codechange: replace GetHouseSpecs() by HouseSpec::Get(), hide _...smatz