summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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 ↵alberth
const reference formal parameter.
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 ↵peter1138
switch to sinusoidal algorithm to maintain output level.
2010-03-06(svn r19331) -Fix: when deleting an airport the size from the AirportSpec ↵yexo
was used instead of the stored airport size -Fix (r19319): detecting if a plane was landed at an airport failed -Fix: reset the airporttile mapping when restarting a game
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 ↵yexo
array so some special cases can be removed
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 ↵yexo
airports in 4 classes
2010-03-05(svn r19324) -Codechange: introduce AirportSpec::GetWithoutOverride to get a ↵yexo
non-const pointer to a given airportspec
2010-03-05(svn r19323) -Codechange: copy the AirportSpec original array to an internal ↵yexo
array in AirportSpec
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 ↵rubidium
descriptions (sbr)
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 ↵yexo
station where a plane was headed
2010-03-05(svn r19317) -Update from WebTranslator v3.0:translators
croatian - 15 changes by UnderwaterHesus estonian - 58 changes by irve indonesian - 1 changes by fanioz brazilian_portuguese - 3 changes by Tucalipe
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 ↵yexo
newgrf name is not empty
2010-03-04(svn r19314) -Update from WebTranslator v3.0:translators
simplified_chinese - 7 changes by Gavin frisian - 43 changes by Fopper greek - 13 changes by fumantsu hungarian - 1 changes by Petert korean - 45 changes by dlunch luxembourgish - 5 changes by Phreeze russian - 19 changes by LazyBoy serbian - 27 changes by etran
2010-03-03(svn r19308) -Change [FS#3655]: Increase the default small font size for ↵rubidium
freetype fonts as 6 point fonts are usually unreadable
2010-03-03(svn r19307) -Add: Let railtypes specify their own smallmap colour. No ↵peter1138
legend support yet.
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
afrikaans - 3 changes by burgerd malay - 1 changes by Kwokfu russian - 1 changes by Lone_Wolf serbian - 27 changes by etran thai - 7 changes by decoze
2010-03-02(svn r19304) -Fix [FS#3652]: disable sound when a sound error happen instead ↵glx
crashing
2010-03-02(svn r19303) -Codechange: Silence a gcc warning.frosch
2010-03-02(svn r19302) -Update from WebTranslator v3.0:translators
german - 1 changes by planetmaker italian - 41 changes by lorenzodv korean - 1 changes by junho2813 malay - 19 changes by Kwokfu serbian - 18 changes by etran swedish - 24 changes by accatyyc
2010-03-02(svn r19301) -Feature: [YAPF] Consider the railtype imposed speed limit for ↵michi_cc
pathfinding.
2010-03-01(svn r19299) -Codechange: store the most compatible ttd airport type in ↵yexo
AirportSpec -Fix: [NewGRF] return the ttd airport type in station var 0xF1
2010-03-01(svn r19298) -Fix: [NewGRF] segfault when station vars 0xF2/0xF3 is accessed ↵yexo
when there is no truck/bus stop
2010-03-01(svn r19297) -Codechange: Variable scope and documentation of ↵frosch
DoCreateNewIndustry().
2010-03-01(svn r19296) -Update from WebTranslator v3.0:translators
afrikaans - 12 changes by Kayos traditional_chinese - 1 changes by josesun dutch - 1 changes by habell esperanto - 22 changes by Ailanto, kristjan greek - 1 changes by fumantsu italian - 2 changes by lorenzodv russian - 4 changes by LazyBoy, Lone_Wolf serbian - 73 changes by etran turkish - 3 changes by niw3 vietnamese - 21 changes by myquartz
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 ↵frosch
add IsEnd() instead.
2010-02-28(svn r19293) -Fix [FS#3566]: Some methods of AIAbstractList left invalid ↵frosch
iterators.
2010-02-28(svn r19292) -Update from WebTranslator v3.0:translators
afrikaans - 1 changes by Kayos croatian - 1 changes by VoyagerOne danish - 1 changes by silentStatic esperanto - 46 changes by Ailanto, kristjan french - 1 changes by glx hebrew - 1 changes by dnd_man hungarian - 8 changes by Petert italian - 1 changes by lorenzodv lithuanian - 1 changes by BlinK_ norwegian_bokmal - 18 changes by mantaray norwegian_nynorsk - 54 changes by mantaray polish - 64 changes by silver_777 portuguese - 2 changes by JayCity romanian - 1 changes by tonny serbian - 3 changes by etran slovak - 1 changes by keso53 spanish - 1 changes by Terkhen vietnamese - 1 changes by nglekhoi
2010-02-28(svn r19291) -Codechange: Rename HasVehicleOnTunnelBridge() to ↵alberth
TunnelBridgeIsFree() and return a CommandCost status.
2010-02-28(svn r19289) -Codechange: Move _error_message assignment from check routine ↵alberth
to caller.
2010-02-28(svn r19288) -Codechange: Move EnsureNoVehicleOnGround() and ↵alberth
HasVehicleOnTunnelBridge() functions.
2010-02-28(svn r19287) -Fix [FS#3650] (r19263): Don't store a boolean in a CommandCost.alberth
2010-02-28(svn r19286) -Fix (r18648): [YAPP] If reversing at path signals was ↵michi_cc
disabled, a train would not reverse when hitting the back of an one-way signal.
2010-02-27(svn r19283) -Fix (r19256): GRFConfig is not zeroed for non-dynamic ↵frosch
construction. GRFIdentifier is sufficient though.
2010-02-27(svn r19282) -Doc: Add some doxygen doc markup.alberth
2010-02-27(svn r19281) -Fix (r19280): typo in Hungarian caused compile failure of the ↵rubidium
language