summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-16(svn r15500) -Fix (r12648): pre-0.5 OTTD stored new_nonstop and ↵smatz
full_load_any in a different way, savegame conversion wasn't working for them
2009-02-16(svn r15499) -Fix (r15340): the default town layout was changedsmatz
2009-02-16(svn r15498) -Update: WebTranslator2 update to 2009-02-16 18:45:15translators
catalan - 2 changed by arnaullv (2) dutch - 3 fixed by Excel20 (3) english_US - 7 fixed by WhiteRabbit (7) german - 3 fixed by planetmaker (2), ralph (1) hungarian - 1 changed by alyr (1) lithuanian - 1 fixed by Enternald (1) luxembourgish - 140 fixed by Gubius (140) norwegian_nynorsk - 9 fixed, 5 changed by Thor (14) portuguese - 4 fixed by SnowFlake (4) romanian - 2 fixed, 5 changed by kkmic (7) slovak - 53 fixed by James (53) slovenian - 20 fixed by Necrolyte (20)
2009-02-16(svn r15497) -Fix (r15027): when trains crashed, AIEvent was created only ↵smatz
for one train
2009-02-16(svn r15496) -Codechange: one division less in the train acceleration codesmatz
2009-02-14(svn r15495) -Revert (r15383,r15422): Loading NewGRFs depends on correct ↵yexo
settings, but the economy can only be started after loading NewGRFs. In short: r15383 causes more problems then it's worth.
2009-02-14(svn r15494) -Change [API CHANGE]: Split AIRoad::BuildRoadStation in ↵yexo
BuildRoadStation and BuildDriveThroughRoadStation.
2009-02-14(svn r15493) -Fix (r15486): Forgot to update regression.yexo
2009-02-14(svn r15492) -Change [API CHANGE]: Split AIVehicle::MoveWagon in MoveWagon ↵yexo
and MoveWagonChain (frosch).
2009-02-14(svn r15491) -Change [API CHANGE]: AIMarine::BuildWaterDepot now accepts a ↵yexo
front tile instead of a bool is_vertical (frosch).
2009-02-14(svn r15490) -Change [API CHANGE]: Remove AIBridge::GetYearAvailable. ↵yexo
AIBridge::IsValidBridge now only returns true for available bridges.
2009-02-14(svn r15489) -Change [API CHANGE]: Remove AIAirport::AirportAvailable. ↵yexo
AIAirport::IsValidAirportType now only returns true for available AirportTypes.
2009-02-14(svn r15488) -Change [API CHANGE]: Add support for distant-join stations.yexo
2009-02-14(svn r15487) -Change [API CHANGE]: Remove the never implemented function ↵yexo
AIEventVehicleCrashed::CloneCrashedVehicle.
2009-02-14(svn r15486) -Change [API CHANGE]: Remove AITown::GetMaxTownID.yexo
2009-02-14(svn r15485) -Change [API CHANGE]: Split AIIndustry::HasHeliportAndDock and ↵yexo
GetHeliportAndDockLocation in HasHeliport/HasDock and GetHeliportLocation/GetDockLocation.
2009-02-14(svn r15484) -Change [API CHANGE]: Remove AICompany::GetCompanyName and ↵yexo
SetCompanyName. They've been replaced with GetName and SetName.
2009-02-14(svn r15483) -Change [API CHANGE]: Remove AIIndustry::GetProduction, use ↵yexo
AIIndustry::GetLastMonthProduction instead.
2009-02-14(svn r15482) -Fix [NoAI]: Typos in api docs.yexo
2009-02-14(svn r15481) -Fix [NoAI]: Make sure AIs can't call functions they shouldn't ↵yexo
call.
2009-02-14(svn r15480) -Feature(tte): Show the cargo subtype in the vehicle details ↵michi_cc
window.
2009-02-14(svn r15479) -Fix: Documentation of AIIndustryType::CanBuildIndustry().frosch
2009-02-14(svn r15478) -Update: WebTranslator2 update to 2009-02-14 18:38:28translators
catalan - 3 fixed by arnaullv (3) finnish - 2 fixed by UltimateSephiroth (2) french - 2 fixed by glx (2) hungarian - 3 fixed by IPG (1), alyr (2) italian - 3 fixed, 4 changed by lorenzodv (7) norwegian_nynorsk - 42 fixed, 14 changed by Thor (56) romanian - 1 fixed by kkmic (1) spanish - 3 fixed by Dominus (3) ukrainian - 3 fixed by mad (3)
2009-02-14(svn r15476) -Fix [FS#2630]: crash when opening the game options when the ↵rubidium
currently loaded base graphics pack has less than 2 valid graphics files. For example when someone replaces all his/her original base graphics with custom work (but keeps the name) or renames the dos ones to windows or vice versa.
2009-02-14(svn r15475) -Update: do r15474 also for the other languages.rubidium
2009-02-14(svn r15474) -Cleanup: remove some (long) unused strings.rubidium
2009-02-13(svn r15473) -Fix: add two missing tooltips in the intro guirubidium
2009-02-13(svn r15472) -Fix: consistency of capitalisation of words in the intro gui ↵rubidium
and of NewGRF.
2009-02-13(svn r15471) -Update: WebTranslator2 update to 2009-02-13 18:45:45translators
dutch - 12 changed by Excel20 (12) finnish - 1 fixed by jpx_ (1) french - 1 fixed, 2 changed by glx (3) luxembourgish - 333 fixed by Gubius (333) ukrainian - 5 fixed by mad (5)
2009-02-13(svn r15470) -Fix [NoAI]: Check the types of the parameters passed to ↵yexo
AddSetting, AddLabels and RegisterAI.
2009-02-13(svn r15469) -Fix (r15468): why doesn't subversion trigger the save of my ↵rubidium
text editor before doing the commit?
2009-02-13(svn r15468) -Fix: reword the multiplayer tooltip so it doesn't mention the ↵rubidium
(incorrect) number of players anymore.
2009-02-13(svn r15467) -Fix [NoAI]: AIs with an error in their info.nut are no longer ↵yexo
available in-game.
2009-02-13(svn r15466) -Fix (r15330): The squirrel instance object was freed twice if ↵yexo
an info.nut failed to compile.
2009-02-13(svn r15465) -Codechange: constify most of AIInfo/AIFileInfo methods, move ↵smatz
definition of very simple getters to header file
2009-02-13(svn r15464) -Codechange [NoAI]: Call all info.nut functions exactly once ↵yexo
and only during initialization.
2009-02-13(svn r15463) -Change [API CHANGE]: Replace ↵yexo
AIInfo::CanLoadFromVersion(version) with AIInfo::MinVersionToLoad() which should return a single integer, the minimum version the AI is able to load data from.
2009-02-13(svn r15462) -Change [NoAI]: Make AIController::GetTick() and ↵yexo
AIController::GetSetting() static functions. -Fix (r15460): ai_controller.hpp.sq was forgotten.
2009-02-12(svn r15461) -Fix (r15459): massive removal of strings from serbian.rubidium
2009-02-12(svn r15460) -Fix [NoAI]: don't require an instance to exist in the scope ↵rubidium
for static functions and limit exposure of the internal function GetClassName.
2009-02-12(svn r15459) -Update: WebTranslator2 update to 2009-02-12 18:45:56translators
afrikaans - 5 fixed, 3 changed by Ludslad (8) dutch - 18 changed by Excel20 (18) german - 3 changed by planetmaker (3) hungarian - 1 changed by alyr (1) ido - 27 fixed by Cecile (12), Selene (15) indonesian - 10 changed by rindu (10) luxembourgish - 346 fixed by Gubius (346) serbian - 19 fixed by burek (19) spanish - 4 changed by eusebio (4)
2009-02-12(svn r15458) -Fix: Missing 'static'.frosch
2009-02-12(svn r15457) -Fix: typo in stringid.rubidium
2009-02-12(svn r15456) -Fix(ish): add strgen support to add 'directional formatting ↵rubidium
codes', so one can guide the bidirectional rendering a bit better.
2009-02-12(svn r15455) -Fix: font autodetection didn't occur when directly loading a ↵rubidium
game via e.g. -g.
2009-02-11(svn r15454) -Fix [FS#2614]: towns did not know about build_on_slopes in ↵rubidium
some cases, or made decisions on the 'original' slope instead the slope after applying the foundation..
2009-02-11(svn r15453) -Fix [FS#2450](r14613): Founding industries as OWNER_TOWN ↵frosch
resulted in unwanted effects.
2009-02-11(svn r15452) -Codechange: Add DC_NO_MODIFY_TOWN_RATING.frosch
2009-02-11(svn r15451) -Update: WebTranslator2 update to 2009-02-11 18:46:59translators
afrikaans - 5 fixed, 9 changed by Ludslad (14) german - 7 changed by planetmaker (1), eddi (6) hungarian - 5 fixed by alyr (5) indonesian - 17 fixed, 2 changed by rindu (2), fanioz (1), adjayanto (16) persian - 11 fixed, 31 changed by ali sattari (42) romanian - 5 fixed, 14 changed by kkmic (19) serbian - 500 fixed, 14 changed by syndrome (514) slovak - 4 fixed by choze (4) spanish - 5 fixed by eusebio (5)
2009-02-11(svn r15450) -Codechange: Remove unused RailTypesByte, unused RAILTYPES_... ↵peter1138
enum values, and change INVALID_RAILTYPES to be UINT_MAX.