summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
AgeCommit message (Expand)Author
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
2009-06-21(svn r16614) -Codechange: Make the airport min/max available year a property ...yexo
2009-06-18(svn r16593) -Cleanup: realign the TTDP flags table.rubidium
2009-06-18(svn r16590) -Fix [FS#2967]: don't crash when tars/newgrfs are removed, just ...rubidium
2009-05-26(svn r16434) -Cleanup: remove some dead code; primarily stuff that can't be r...rubidium
2009-05-24(svn r16422) -Codechange: use const_cast for removing const and warn when con...rubidium
2009-05-24(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessar...rubidium
2009-05-23(svn r16408) -Codechange: Silence a pointless newgrf debug message.frosch
2009-05-23(svn r16399) -Fix (r4540): Don't treat pointer values as integer.frosch
2009-05-23(svn r16396) -Codechange: split NewGRF spritegroup into multiple subclasses i...rubidium
2009-05-22(svn r16383) -Fix/Change: Disable multitile houses with non-zero population o...frosch
2009-05-22(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...smatz
2009-05-21(svn r16366) -Fix: Use a valid StringID as fall-back when undefined generic n...frosch
2009-05-17(svn r16344) -Codechange: s/FileEntry/SoundEntry/rubidium
2009-05-17(svn r16340) -Codechange: introduce SoundID (uint16) and use that instead of ...rubidium
2009-05-17(svn r16339) -Fix: [NewGRF] When overriding 'original sounds', only allow ove...rubidium
2009-05-17(svn r16337) -Codechange: remove pointless variable + wrapper function; havin...rubidium
2009-05-17(svn r16336) -Codechange: make the SpriteGroup pool more like the 'normal' poolsrubidium
2009-05-16(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolS...smatz
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-05-13(svn r16296) -Codechange: silence some ICC warningsrubidium
2009-05-10(svn r16274) -Fix: Disable multitile houses for which the newgrf does not def...frosch
2009-05-10(svn r16269) -Codechange: use gcc's ability to check parameters sent to print...smatz
2009-05-09(svn r16263) -Change: Interpret setting bridge property 08 to 0 as always ava...frosch
2009-05-04(svn r16223) -Fix (r8881): ActionB should use the online parameters from GRFF...frosch
2009-04-25(svn r16144) -Fix (r16129): setting the custom digit grouping separator requi...rubidium
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...rubidium
2009-04-20(svn r16103) -Fix (r11429): missing constsmatz
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-14(svn r15713) -Feature(ette): Allow static newgrfs to set 'GRF ID engine overr...frosch
2009-03-09(svn r15650) -Codechange: Use a ReusableBuffer for loading NewGRF pseudo-spri...peter1138
2009-03-08(svn r15646) -Fix: Be lenient on users who do stupid things like loading newg...frosch
2009-03-08(svn r15645) -Fix (r12924)[FS#2612]: Add an EngineOverrideManager to give the...frosch
2009-02-21(svn r15539) -Fix: If an aircraft cannot carry any available cargo, it should...frosch
2009-02-09(svn r15428) -Codechange: consistently use colour instead of having both colo...rubidium