summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-22(svn r25899) -Change: Restrict flows if links are restricted and don't ↵fonsinchen
normally pick them anymore.
2013-10-22(svn r25898) -Codechange: Add second timestamp for 'restricted links' to all ↵fonsinchen
edges.
2013-10-22(svn r25897) -Fix: Dates are int32, not uint32, and should be saved as such.fonsinchen
2013-10-22(svn r25896) -Fix: Remove unused and unimplemented declaration of RunAverages.fonsinchen
2013-10-21(svn r25895) -Update from WebTranslator v3.0:translators
ukrainian - 3 changes by Strategy
2013-10-20(svn r25894) -Change: Unify behaviour when clicking on different items in ↵planetmaker
the goto dropdown list when giving orders (adf88)
2013-10-20(svn r25893) -Fix: Document RandomRange and change misleading parameter name ↵fonsinchen
'max' in random functions.
2013-10-20(svn r25892) -Fix: off-by-one error in GetVia prevented certain flows from ↵fonsinchen
getting picked
2013-10-20(svn r25891) -Feature: Use smallstack to allow for multiple next hops when ↵fonsinchen
loading and unloading.
2013-10-20(svn r25890) -Codechange: define a smallstack for station IDsfonsinchen
2013-10-20(svn r25889) -Codechange: Add forgotten file.fonsinchen
2013-10-20(svn r25888) -Codechange: Add a smallstack type.fonsinchen
2013-10-20(svn r25887) -Fix: Ignore NULL pointers in delete operator of PoolItem.fonsinchen
2013-10-19(svn r25886) -Update from WebTranslator v3.0:translators
ukrainian - 17 changes by Strategy
2013-10-19(svn r25885) -Codechange: Keep paths sorted so that the ones with flow == 0 ↵fonsinchen
are in the back and don't have to be iterated over so often.
2013-10-19(svn r25884) -Fix: Resizing the window did not properly resize the viewport ↵frosch
window, resulting in the link graph glitching.
2013-10-19(svn r25883) -Fix: Limit recursion and branching in RefreshNextHopsStats ↵fonsinchen
more aggressively.
2013-10-19(svn r25882) -Change [FS#5766]: Don't offer subsidies for auto-distributed ↵fonsinchen
cargo.
2013-10-18(svn r25881) -Update from WebTranslator v3.0:translators
turkish - 4 changes by wakeup
2013-10-18(svn r25880) -Fix (r25875): Special rules for world generation needs be ↵planetmaker
considered in one more place
2013-10-17(svn r25879) -Change: Allow to remove unowned objects unless they have the ↵planetmaker
'unremovable' flag
2013-10-17(svn r25878) -Feature: [NewGRF] Object property 0x18 to allow specifying the ↵planetmaker
number of objects of that type being placed upon map creation
2013-10-17(svn r25877) -Doc: A bit too much c&p in commentplanetmaker
2013-10-17(svn r25876) -Codechange: Unify object placement during map creationplanetmaker
2013-10-17(svn r25875) -Change: In scenario editor allow to build all objects which ↵planetmaker
were available at any point in the past to support building scenarios with historic items
2013-10-17(svn r25874) -Add: [NewGRF] NewObject property 0x10, bit 13 indicating that ↵planetmaker
object amount scales with water content of map border (e.g. used for lighthouses)
2013-10-17(svn r25873) -Codechange: Add property for the amount of generated objects ↵planetmaker
upon map creation to default objects
2013-10-17(svn r25872) -Codechange: Add climate property to default objectsplanetmaker
2013-10-17(svn r25871) -Codechange: Move placement rules for lighthouses to its own ↵planetmaker
function
2013-10-17(svn r25870) -Codechange: Move placement rules for transmitter to its own ↵planetmaker
function
2013-10-17(svn r25869) -Update from WebTranslator v3.0:translators
ukrainian - 1 changes by Strategy
2013-10-16(svn r25868) -Fix (r25650): Initialization of default objects swapped costs ↵planetmaker
and dates
2013-10-15(svn r25867) -Fix [FS#5764]: Shift dates on link graphs when using scenario ↵fonsinchen
editor date tool.
2013-10-13(svn r25866) -Fix: Arabicfrosch
2013-10-13(svn r25865) -Codechange: Refactor detecting of depot vehicle type of a tile ↵zuu
to a new function, GetDepotVehicleType (cirdan, LordAro)
2013-10-13(svn r25864) -Fix: Use the actual sprite dimensions for sizing the dropdown ↵frosch
arrow of dropdown widgets.
2013-10-13(svn r25863) -Update from WebTranslator v3.0:translators
arabic_egypt - 147 changes by abdXelrhman german - 2 changes by planetmaker japanese - 3 changes by guppy polish - 2 changes by wojteks86
2013-10-13(svn r25862) -Fix [FS#5715] (r25729): Usage of implicit unsigned wrap ↵frosch
around. (sbr)
2013-10-13(svn r25861) -Fix [FS#5760]: Scale linkgraph legend according to text ↵frosch
dimensions.
2013-10-13(svn r25860) -Fix [FS#5737] (r25570): When clearing font cache, also clear ↵frosch
layout cache. (adf88)
2013-10-13(svn r25859) -Add [FS#5784]: Hightlight active goto item in order list ↵planetmaker
dropdown (adf88)
2013-10-13(svn r25858) -Fix [FS#5783]: Goto button in order window was not always ↵planetmaker
lowered when it should (adf88)
2013-10-13(svn r25857) -Codechange [FS#5783]: Add void goto type to indicate ↵planetmaker
inactivity in order window (adf88)
2013-10-13(svn r25856) -Codechange: Use Industry::TileBelongsToIndustry in one more ↵planetmaker
place (cirdan, LordAro)
2013-10-13(svn r25855) -Fix [FS#5788] (r25833): Obiwan messed up savegame conversion.frosch
2013-10-12(svn r25854) -Change: Display the cost to upgrade a bridge at the end of ↵zuu
bridge that was clicked and not the other end, which could be outside of the screen in some cases (cirdan, LordAro)
2013-10-12(svn r25853) -Codechange: Simplify SetupFarmFieldFence by replacing the Axis ↵zuu
and north parameter with a direction parameter and taking adventage of the new unified SetFence function (cirdan, LordAro)
2013-10-12(svn r25852) -Codechange: Merge GetFenceXX/SetFenceXX into one common ↵zuu
GetFonce/SetFence for all directions that take an extra direction parameter (cirdan, LordAro)
2013-10-12(svn r25851) -Codechange: Avoid recalculations in DrawClearLandFence ↵zuu
(cirdan, LordAro)
2013-10-12(svn r25850) -Codechange: Merge IsBadFarmFieldTile and IsValidFarmFieldTile ↵zuu
into IsSuitableForFarmField (cirdan, LordAro)