summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-24(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessar...rubidium
2009-05-24(svn r16420) -Fix [FS#2919]: don't allow content download via the console whe...rubidium
2009-05-24(svn r16419) -Fix [FS#2916]: MSYS has two distinct ways to write paths. When ...rubidium
2009-05-24(svn r16418) -Fix: Resolve the company name for 'subsidy awarded'-news when t...frosch
2009-05-24(svn r16417) -Update: WebTranslator2 update to 2009-05-24 17:18:38translators
2009-05-24(svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles...frosch
2009-05-24(svn r16415) -Fix (r13008): some 64bit architectures require size_t to be ali...smatz
2009-05-24(svn r16414) -Change: Make it harder to ignore/close important error messages...frosch
2009-05-24(svn r16413) -Codechange: Allow leading/trailing whitespace and comma in newg...alberth
2009-05-24(svn r16412) -Cleanup: Shuffle vehicle pointers in AddArticulatedParts(), and...frosch
2009-05-24(svn r16411) -Fix (r16390): Building articulated roadvehicles caused infinite...frosch
2009-05-24(svn r16410) -Fix (r16307): don't assume the extension starts with the first ...rubidium
2009-05-23(svn r16409) -Change: don't add empty lines/duplicates of the previous comman...rubidium
2009-05-23(svn r16408) -Codechange: Silence a pointless newgrf debug message.frosch
2009-05-23(svn r16407) -Fix [FS#2913]: set CargoPacket::source to INVALID_STATION when ...smatz
2009-05-23(svn r16406) -Codechange: constify parameters of CheckSubsidised()smatz
2009-05-23(svn r16405) -Codechange: Move widget drawing code to functions to allow re-use.alberth
2009-05-23(svn r16404) -Fix [FS#2911] (r16378): the number of spritegroups got halved w...rubidium
2009-05-23(svn r16403) -Codechange: move code related to subsidies to separate filesmatz
2009-05-23(svn r16402) -Codechange: make Resolve a function of SpriteGrouprubidium
2009-05-23(svn r16401) -Fix (r16400): forgot to commit the changes to source.list (than...yexo
2009-05-23(svn r16400) -Add [NoAI]: add AISignList that can be used to get a list of va...yexo
2009-05-23(svn r16399) -Fix (r4540): Don't treat pointer values as integer.frosch
2009-05-23(svn r16398) -Feature: make NewGRF callbacks work again; honouring the 'featu...rubidium
2009-05-23(svn r16397) -Codechange: move GetVehicleOrder/GetLastVehicleOrder into Vehiclerubidium
2009-05-23(svn r16396) -Codechange: split NewGRF spritegroup into multiple subclasses i...rubidium
2009-05-23(svn r16395) -Fix (r16379): max sign ID can be higher than total number of signssmatz
2009-05-23(svn r16394) -Codechange: move (NewGRF) cache variables into a separate struc...rubidium
2009-05-22(svn r16393) -Codechange: move VehicleRail to Train.rubidium
2009-05-22(svn r16392) -Codechange: move some variables (the ones that aren't caches) f...rubidium
2009-05-22(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.rubidium
2009-05-22(svn r16390) -Codechange: move u.road to RoadVehicle.rubidium
2009-05-22(svn r16389) -Codechange: use RoadVehicle instead of Vehicle where appropriaterubidium
2009-05-22(svn r16388) -Codechange: move u.air to Aircraftrubidium
2009-05-22(svn r16387) -Codechange: use Aircraft instead of Vehicle where appropriaterubidium
2009-05-22(svn r16386) -Codechange: Move ShowAdditionalText() to build_vehicle_gui and ...frosch
2009-05-22(svn r16385) -Codechange: move u.disaster to DisasterVehicle.rubidium
2009-05-22(svn r16384) -Codechange: move u.effect to EffectVehiclerubidium
2009-05-22(svn r16383) -Fix/Change: Disable multitile houses with non-zero population o...frosch
2009-05-22(svn r16382) -Codechange: make GetVehicleTrackdir a member function of Vehicle.rubidium
2009-05-22(svn r16381) -Update: WebTranslator2 update to 2009-05-22 17:38:42translators
2009-05-22(svn r16380) -Codechange: rename pool.hpp to pool_type.hppsmatz
2009-05-22(svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetAct...smatz
2009-05-22(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...smatz
2009-05-22(svn r16377) -Codechange: unify FOR_ALL_* macros, use separate index variable...smatz
2009-05-22(svn r16376) -Codechange: Vehicle::Tick() now returns false if the vehicle wa...smatz
2009-05-22(svn r16375) -Codechange: don't be afraid of deleting NULL pointerssmatz
2009-05-22(svn r16374) -Fix (r11622): Valid UTF-8 sequences between 0x20 and 0xFF shoul...peter1138
2009-05-21(svn r16373) -Codechange: use () instead of (void) for functions without para...smatz
2009-05-21(svn r16372) -Codechange: Simplify size calculations with a few helper functi...alberth