Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-13 | (svn r19402) -Codechange: CheckAllowRemoveRoad() returns a CommandCost. | alberth | |
2010-03-13 | (svn r19401) -Codechange: Use curly braces with multi-line if statements. | alberth | |
2010-03-13 | (svn r19400) -Codechange: CheckforTownRating returns a CommandCost. | alberth | |
2010-03-13 | (svn r19399) -Doc: Doxyment enum TownRatingCheckType. | alberth | |
2010-03-13 | (svn r19398) -Codechange: move the desync cache checking code to its own ↵ | rubidium | |
function. Also make the drive through and cargo list checks only run when 'desync' debugging is enabled. | |||
2010-03-13 | (svn r19397) -Add: Enter the starting year at the scenario editor by ↵ | terkhen | |
clicking at the date panel. | |||
2010-03-13 | (svn r19396) -Fix [FS#3690] (r19351): trying to remove a too large rail ↵ | yexo | |
station rect caused crashes | |||
2010-03-13 | (svn r19395) -Fix [FS#3669]: the AI Debug window didn't open if an AI or ↵ | Yexo | |
library fails to compile when loading a savegame | |||
2010-03-12 | (svn r19392) -Codechange: Increase the maximum size of a TileArea. | terkhen | |
2010-03-12 | (svn r19391) -Fix (r19255): shuffling around GRFIdentifier in GRFConfig ↵ | rubidium | |
caused gamelog to log the wrong data which could cause crashes later on when that data is queried | |||
2010-03-12 | (svn r19390) -Update from WebTranslator v3.0: | translators | |
bulgarian - 53 changes by yxomo portuguese - 1 changes by JayCity spanish - 1 changes by Terkhen | |||
2010-03-12 | (svn r19389) -Fix [FS3676]: only show the "No AIs available" error message ↵ | yexo | |
when explicitly changing the number of AI opponents | |||
2010-03-11 | (svn r19388) -Fix [FS#3666]: [NoAI] When reloading a savegame, an AI failing ↵ | rubidium | |
to compile could trigger (trying) to read the not yet loaded information of another AI via the AI Debug window and its "open with the most recently used AI" feature | |||
2010-03-11 | (svn r19387) -Fix [FS#3671]: Close all orders windows when switching companies. | terkhen | |
2010-03-11 | (svn r19386) -Update from WebTranslator v3.0: | translators | |
japanese - 1 changes by imkira slovak - 10 changes by keso53 | |||
2010-03-11 | (svn r19385) -Fix [FS#3684]: [IPv6] Netmask calculations were wrong if cidr ↵ | rubidium | |
>= 32. | |||
2010-03-10 | (svn r19384) -Fix: Overbuilding plain rail with stations did not update PBS ↵ | frosch | |
reservation. | |||
2010-03-10 | (svn r19383) -Fix [FS#3680]: Overbuilding bridges cleared PBS reservation. | frosch | |
2010-03-10 | (svn r19382) -Fix (r19381): don't break savegame version 139 | yexo | |
2010-03-10 | (svn r19381) -Fix [FS#3670] (r19198): airport size wasn't properly stored in ↵ | yexo | |
the savegame | |||
2010-03-10 | (svn r19380) -Fix [FS#3678] (r19322): updating the id of the oilrig airport ↵ | yexo | |
should be done earlier as it can be used by newgrf code | |||
2010-03-10 | (svn r19379) -Update from WebTranslator v3.0: | translators | |
croatian - 1 changes by UnderwaterHesus english_US - 19 changes by Rubidium, agenthh greek - 5 changes by fumantsu japanese - 9 changes by imkira romanian - 5 changes by kkmic russian - 4 changes by Lone_Wolf turkish - 5 changes by niw3 | |||
2010-03-10 | (svn r19378) -Codechange: Rename ReadExtended() to ReadExtendedByte() | peter1138 | |
2010-03-09 | (svn r19377) -Update from WebTranslator v3.0: | translators | |
afrikaans - 6 changes by burgerd dutch - 5 changes by habell greek - 1 changes by fumantsu japanese - 42 changes by imkira lithuanian - 4 changes by BlinK_ | |||
2010-03-08 | (svn r19375) -Update from WebTranslator v3.0: | translators | |
traditional_chinese - 5 changes by josesun hebrew - 5 changes by dnd_man indonesian - 5 changes by prof korean - 5 changes by junho2813 lithuanian - 1 changes by BlinK_ luxembourgish - 5 changes by Phreeze norwegian_bokmal - 6 changes by mantaray norwegian_nynorsk - 6 changes by mantaray polish - 4 changes by silver_777 russian - 8 changes by Lone_Wolf slovak - 109 changes by keso53 ukrainian - 31 changes by Madvin | |||
2010-03-08 | (svn r19374) -Change: Update documentation for console command connect to ↵ | peter1138 | |
use ip:port#company parameter format, in line with command line help. | |||
2010-03-07 | (svn r19373) -Fix (r19372): Missing variable declaration. | terkhen | |
2010-03-07 | (svn r19372) -Codechange: CheckTileOwnership() returns a CommandCost. | alberth | |
2010-03-07 | (svn r19371) -Update from WebTranslator v3.0: | translators | |
catalan - 5 changes by arnau finnish - 1 changes by jpx_ german - 4 changes by planetmaker hungarian - 14 changes by alyr italian - 6 changes by lorenzodv portuguese - 6 changes by JayCity russian - 9 changes by Lone_Wolf serbian - 5 changes by etran | |||
2010-03-07 | (svn r19370) -Codechange: EnsureNoTrainOnTrack() returns a CommandCost. | alberth | |
2010-03-07 | (svn r19369) -Codechange: EnsureNoTrainOnTrackBits() returns a CommandCost now. | alberth | |
2010-03-07 | (svn r19368) -Codechange: Return early in AIAbstractList::SetValue(), if the ↵ | frosch | |
value is not modified. | |||
2010-03-07 | (svn r19367) -Fix [FS#3665]: List valuator could cause invalid iterators. | frosch | |
2010-03-07 | (svn r19366) -Codechange: Move setting of _error_message from the callback ↵ | alberth | |
check routine to the caller. | |||
2010-03-07 | (svn r19365) -Codechange: Move EnsureNoTrainOnTrackProc() to src/vehicle.cpp. | alberth | |
2010-03-07 | (svn r19364) -Fix [FS#3668]: Implement custom sound effect for helicopter ↵ | peter1138 | |
take-off. | |||
2010-03-07 | (svn r19363) -Codechange: Remove use of _error_message global from ↵ | alberth | |
TerraformTile_Track. | |||
2010-03-07 | (svn r19362) -Fix [FS#3667] (r19270): Failure to prospect an industry should ↵ | alberth | |
not cause a crash. | |||
2010-03-06 | (svn r19361) -Fix [FS#3664](r19353): crash when an airport was deleted | yexo | |
2010-03-06 | (svn r19360) -Add: [NewGRF] When the tractive effort of a road vehicle is ↵ | terkhen | |
not set, use a default value of 4C. | |||
2010-03-06 | (svn r19359) -Update from WebTranslator v3.0: | translators | |
croatian - 5 changes by VoyagerOne esperanto - 4 changes by Ailanto finnish - 6 changes by jpx_ french - 5 changes by glx german - 1 changes by planetmaker greek - 6 changes by fumantsu hungarian - 5 changes by Petert, alyr slovak - 5 changes by keso53 slovenian - 5 changes by ntadej spanish - 5 changes by Terkhen | |||
2010-03-06 | (svn r19358) -Fix [FS#3663]: Close error messages about missing ownership ↵ | frosch | |
when the company closes or is taken over. (parts by Alberth). | |||
2010-03-06 | (svn r19357) -Codechange: Add 'face' member to ErrmsgWindow to simplify stuff. | frosch | |
2010-03-06 | (svn r19356) -Fix: Whitespace. | frosch | |
2010-03-06 | (svn r19355) -Codechange: add the airport layout to build as parameter to ↵ | yexo | |
CmdBuildAirport | |||
2010-03-06 | (svn r19354) -Codechange: store the number of layouts in AirportSpec | yexo | |
2010-03-06 | (svn r19353) -Codechange: use static objects for the airport statemachines ↵ | yexo | |
instead of new/delete at the start/end of the game -Codechange: store the fta in AirportSpec | |||
2010-03-06 | (svn r19352) -Fix (r19332): MSVC doesn't have M_PI in math.h | yexo | |
2010-03-06 | (svn r19351) -Codechange: use TileArea for AfterRemoveRect | yexo | |
2010-03-06 | (svn r19350) -Codechange: StationRect::BeforeAddRect() returns a CommandCost. | alberth | |