Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 value | peter1138 | |
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/info | yexo | |
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 | |||
2010-02-27 | (svn r19280) -Update from WebTranslator v3.0: | translators | |
catalan - 10 changes by arnau esperanto - 89 changes by Ailanto, kristjan finnish - 1 changes by jpx_ greek - 17 changes by vesnikos hebrew - 1 changes by dnd_man hungarian - 507 changes by IPG russian - 1 changes by Lone_Wolf slovenian - 1 changes by ntadej turkish - 1 changes by niw3 ukrainian - 6 changes by Madvin | |||
2010-02-27 | (svn r19279) -Codechange: CheckIfAuthorityAllowsNewStation() returns ↵ | alberth | |
CommandCost. | |||
2010-02-27 | (svn r19277) -Fix [FS#3646]: [NewGRF] Ensure prices can't be set to zero. ↵ | rubidium | |
Zero prices break a lot of the internal logic to determine whether something has been done. | |||
2010-02-27 | (svn r19276) -Fix [FS#3649](r19229): Newly built road stops were not always ↵ | terkhen | |
repainted. | |||
2010-02-27 | (svn r19275) -Codechange: CanExpandRailStation() returns a CommandCost. | alberth | |
2010-02-27 | (svn r19274) -Codechange: CmdBuildAirport() returns the 'too spread out' ↵ | alberth | |
error via CommandCost, if needed. | |||
2010-02-27 | (svn r19273) -Codechange: Return station joining error message when error is ↵ | alberth | |
detected. | |||
2010-02-27 | (svn r19272) -Doc: successfull -> successful. | alberth | |
2010-02-27 | (svn r19271) -Fix (r19270): Secondary error messages start with ... . | alberth | |
2010-02-27 | (svn r19270) -Codechange: Forward CommandCost results through ↵ | alberth | |
CreateNewIndustryHelper(). | |||
2010-02-27 | (svn r19269) -Codechange: PerformIndustryTileSlopeCheck() returns a ↵ | alberth | |
succeeded or failed command. | |||
2010-02-26 | (svn r19268) -Update from WebTranslator v3.0: | translators | |
traditional_chinese - 4 changes by elleryq esperanto - 272 changes by Ailanto, kristjan finnish - 1 changes by jpx_ german - 1 changes by planetmaker indonesian - 11 changes by fanioz italian - 1 changes by lorenzodv polish - 11 changes by amateja romanian - 15 changes by kkmic, kneekoo serbian - 21 changes by etran slovak - 2 changes by keso53 spanish - 1 changes by Terkhen | |||
2010-02-26 | (svn r19265) -Fix [FS#3618]: "Can't build <industry> here... <industry> in ↵ | rubidium | |
the way" showed the to-be-built industry twice, instead of the to-be-built industry and the industry that's in the way | |||
2010-02-26 | (svn r19264) -Fix (r19179): strgen segfaults when trying to lookup the ↵ | rubidium | |
command for a non-existing command | |||
2010-02-26 | (svn r19263) -Fix (r19184): some specific industry creation errors got ↵ | rubidium | |
replaced by 'site unsuitable'. | |||
2010-02-26 | (svn r19262) -Feature: finalise BaNaNaS support for music sets | rubidium | |
2010-02-25 | (svn r19260) -Codechange: another minor coding style fix | smatz | |
2010-02-25 | (svn r19259) -Fix (r19230): Road stops were not removed in case of bankruptcy. | terkhen | |
2010-02-25 | (svn r19257) -Codechange: minor coding style fix | smatz | |