summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-03-06(svn r19343) -Codechange: Make RoadVehicle a child class of GroundVehicle.terkhen
2010-03-06(svn r19342) -Codechange: Move inclination update functions to GroundVehicle.terkhen
2010-03-06(svn r19341) -Codechange: Move GOINGUP/GOINGDOWN flags to GroundVehicle.terkhen
2010-03-06(svn r19340) -Documentation: Add a list of required functions to GroundVehicle.terkhen
2010-03-06(svn r19339) -Codechange: Move acceleration functions to GroundVehicle.terkhen
2010-03-06(svn r19338) -Codechange: Move the acceleration cache to GroundVehicle.terkhen
2010-03-06(svn r19337) -Codechange: Create the GroundVehicle class.terkhen
2010-03-06(svn r19336) -Codechange: Move rail speed limit to its own function.terkhen
2010-03-06(svn r19335) -Codechange: StationRect::BeforeAddTile() returns a CommandCost.alberth
2010-03-06(svn r19334) -Codechange: method-call codestyle fixes, and introduction of co...alberth
2010-03-06(svn r19333) -Fix (r19328): int versus uint comparison warning fixed.alberth
2010-03-06(svn r19332) -Codechange: Simplify sound panning by using float data, and swi...peter1138
2010-03-06(svn r19331) -Fix: when deleting an airport the size from the AirportSpec was...yexo
2010-03-06(svn r19330) -Cleanup: remove the now unused 'oilrig' from AirportSpecyexo
2010-03-05(svn r19329) -Codechange: language updates for the previous commitsyexo
2010-03-05(svn r19328) -Feature: a more extendable gui for building airportsyexo
2010-03-05(svn r19327) -Codechange: make the oilrig a part of the original airports arr...yexo
2010-03-05(svn r19326) -Codechange: store the airport name as property in AirportSpecyexo
2010-03-05(svn r19325) -Codechange: introduce airport classes and split the default air...yexo
2010-03-05(svn r19324) -Codechange: introduce AirportSpec::GetWithoutOverride to get a ...yexo
2010-03-05(svn r19323) -Codechange: copy the AirportSpec original array to an internal ...yexo
2010-03-05(svn r19322) -Codechange: change the id of the oilrig airport from 15 to 9yexo
2010-03-05(svn r19321) -Codechange [FS#3630]: unify the rail station widget description...rubidium
2010-03-05(svn r19320) -Fix (r19291): Forgot to set error message.alberth
2010-03-05(svn r19319) -Codechange: EnsureNoVehicleOnGround() returns a CommandCost.alberth
2010-03-05(svn r19318) -Fix [FS#3661](r19198): crash when building an airport at a stat...yexo
2010-03-05(svn r19317) -Update from WebTranslator v3.0:translators
2010-03-04(svn r19316) -Fix (r19186): Give correct error when failing to flatten land.alberth
2010-03-04(svn r19315) -Fix (r19295): Show the filename in the newgrf windows if the ne...yexo
2010-03-04(svn r19314) -Update from WebTranslator v3.0:translators
2010-03-03(svn r19308) -Change [FS#3655]: Increase the default small font size for free...rubidium
2010-03-03(svn r19307) -Add: Let railtypes specify their own smallmap colour. No legend...peter1138
2010-03-03(svn r19306) -Change: Railtype cost factor from byte to word valuepeter1138
2010-03-03(svn r19305) -Update from WebTranslator v3.0:translators
2010-03-02(svn r19304) -Fix [FS#3652]: disable sound when a sound error happen instead ...glx
2010-03-02(svn r19303) -Codechange: Silence a gcc warning.frosch
2010-03-02(svn r19302) -Update from WebTranslator v3.0:translators
2010-03-02(svn r19301) -Feature: [YAPF] Consider the railtype imposed speed limit for p...michi_cc
2010-03-01(svn r19299) -Codechange: store the most compatible ttd airport type in Airpo...yexo
2010-03-01(svn r19298) -Fix: [NewGRF] segfault when station vars 0xF2/0xF3 is accessed ...yexo
2010-03-01(svn r19297) -Codechange: Variable scope and documentation of DoCreateNewIndu...frosch
2010-03-01(svn r19296) -Update from WebTranslator v3.0:translators
2010-02-28(svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/infoyexo
2010-02-28(svn r19294) -Change: [NoAI] Remove HasNext() from all lists/iterators and ad...frosch
2010-02-28(svn r19293) -Fix [FS#3566]: Some methods of AIAbstractList left invalid iter...frosch
2010-02-28(svn r19292) -Update from WebTranslator v3.0:translators
2010-02-28(svn r19291) -Codechange: Rename HasVehicleOnTunnelBridge() to TunnelBridgeIs...alberth
2010-02-28(svn r19289) -Codechange: Move _error_message assignment from check routine t...alberth
2010-02-28(svn r19288) -Codechange: Move EnsureNoVehicleOnGround() and HasVehicleOnTunn...alberth
2010-02-28(svn r19287) -Fix [FS#3650] (r19263): Don't store a boolean in a CommandCost.alberth