summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2013-10-20(svn r25894) -Change: Unify behaviour when clicking on different items in the...planetmaker
2013-10-20(svn r25893) -Fix: Document RandomRange and change misleading parameter name ...fonsinchen
2013-10-20(svn r25892) -Fix: off-by-one error in GetVia prevented certain flows from ge...fonsinchen
2013-10-20(svn r25891) -Feature: Use smallstack to allow for multiple next hops when lo...fonsinchen
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 r25887) -Fix: Ignore NULL pointers in delete operator of PoolItem.fonsinchen
2013-10-19(svn r25886) -Update from WebTranslator v3.0:translators
2013-10-19(svn r25885) -Codechange: Keep paths sorted so that the ones with flow == 0 a...fonsinchen
2013-10-19(svn r25884) -Fix: Resizing the window did not properly resize the viewport w...frosch
2013-10-19(svn r25883) -Fix: Limit recursion and branching in RefreshNextHopsStats more...fonsinchen
2013-10-19(svn r25882) -Change [FS#5766]: Don't offer subsidies for auto-distributed ca...fonsinchen
2013-10-18(svn r25881) -Update from WebTranslator v3.0:translators
2013-10-18(svn r25880) -Fix (r25875): Special rules for world generation needs be consi...planetmaker
2013-10-17(svn r25879) -Change: Allow to remove unowned objects unless they have the 'u...planetmaker
2013-10-17(svn r25878) -Feature: [NewGRF] Object property 0x18 to allow specifying the ...planetmaker
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 wer...planetmaker
2013-10-17(svn r25874) -Add: [NewGRF] NewObject property 0x10, bit 13 indicating that o...planetmaker
2013-10-17(svn r25873) -Codechange: Add property for the amount of generated objects up...planetmaker
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 fun...planetmaker
2013-10-17(svn r25870) -Codechange: Move placement rules for transmitter to its own fun...planetmaker
2013-10-17(svn r25869) -Update from WebTranslator v3.0:translators
2013-10-16(svn r25868) -Fix (r25650): Initialization of default objects swapped costs a...planetmaker
2013-10-15(svn r25867) -Fix [FS#5764]: Shift dates on link graphs when using scenario e...fonsinchen
2013-10-13(svn r25866) -Fix: Arabicfrosch
2013-10-13(svn r25865) -Codechange: Refactor detecting of depot vehicle type of a tile ...zuu
2013-10-13(svn r25864) -Fix: Use the actual sprite dimensions for sizing the dropdown a...frosch
2013-10-13(svn r25863) -Update from WebTranslator v3.0:translators
2013-10-13(svn r25862) -Fix [FS#5715] (r25729): Usage of implicit unsigned wrap around....frosch
2013-10-13(svn r25861) -Fix [FS#5760]: Scale linkgraph legend according to text dimensi...frosch
2013-10-13(svn r25860) -Fix [FS#5737] (r25570): When clearing font cache, also clear la...frosch
2013-10-13(svn r25859) -Add [FS#5784]: Hightlight active goto item in order list dropdo...planetmaker
2013-10-13(svn r25858) -Fix [FS#5783]: Goto button in order window was not always lower...planetmaker
2013-10-13(svn r25857) -Codechange [FS#5783]: Add void goto type to indicate inactivity...planetmaker
2013-10-13(svn r25856) -Codechange: Use Industry::TileBelongsToIndustry in one more pla...planetmaker
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 brid...zuu
2013-10-12(svn r25853) -Codechange: Simplify SetupFarmFieldFence by replacing the Axis ...zuu
2013-10-12(svn r25852) -Codechange: Merge GetFenceXX/SetFenceXX into one common GetFonc...zuu
2013-10-12(svn r25851) -Codechange: Avoid recalculations in DrawClearLandFence (cirdan,...zuu
2013-10-12(svn r25850) -Codechange: Merge IsBadFarmFieldTile and IsValidFarmFieldTile i...zuu
2013-10-12(svn r25849) -Codechange: Introduce IsTileFlat to not compute full slope info...zuu
2013-10-12(svn r25848) -Codechange: Refactor check for if a tile is not an edge tile to...zuu
2013-10-12(svn r25847) -Fix: Comment for GetFoundationSlope was wrong (cirdan, LordAro)zuu