summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-20(svn r20833) -Fix (r20832): Remove a warning.terkhen
2010-09-20(svn r20832) -Feature: Allow to select a custom percentage of water in the ↵terkhen
map generation window (based on patch by CommanderZ).
2010-09-20(svn r20831) -Add: Show selected number of towns in the map generation ↵terkhen
window when using a custom amount.
2010-09-20(svn r20830) -Update from WebTranslator v3.0:translators
belarusian - 3 changes by Wowanxm marathi - 186 changes by jcravi spanish - 5 changes by Terkhen urdu - 21 changes by thastig
2010-09-18(svn r20829) -Fix [FS#4094]: Place less trees at once when planting random ↵terkhen
trees at the scenario editor.
2010-09-18(svn r20828) -Add: Take into account tree group placement at the world ↵terkhen
generation progress bar.
2010-09-18(svn r20827) -Codechange: Simplify code for placement of tree groups.terkhen
2010-09-18(svn r20826) -Codechange: Simplify code for generating more trees above the ↵terkhen
snowline.
2010-09-18(svn r20825) -Codechange: Replace a few magic numbers by constants.terkhen
2010-09-18(svn r20824) -Update from WebTranslator v3.0:translators
galician - 13 changes by Condex marathi - 1 changes by jcravi
2010-09-17(svn r20823) -Codechange: enable/add some error/sanity checking in the ↵rubidium
pthread code
2010-09-17(svn r20822) -Fix [FS#3707]: deadlock when aborting map generation on windowsyexo
2010-09-17(svn r20821) -Fix [FS#4129]: terraforming the land under objects could leave ↵yexo
sloped or elevated sea tiles
2010-09-17(svn r20820) -Codechange: remove two more contants related to the height of ↵yexo
the main toolbar
2010-09-16(svn r20819) -Fix [FS#3714]: be a bit more "lenient" w.r.t. invalid ↵rubidium
savegames; don't crash on saveload related NOT_REACHEDs, just show the user an error that the savegame is corrupted
2010-09-16(svn r20818) -Fix [FS#3791]: make the crash-on-saveload message clearer and ↵rubidium
more correct
2010-09-16(svn r20817) -Update from WebTranslator v3.0:translators
traditional_chinese - 3 changes by josesun slovenian - 1 changes by ntadej
2010-09-16(svn r20816) -Codechange [FS#3835]: make waypoint default names work like ↵rubidium
depots, stations and vehicles (Krille)
2010-09-16(svn r20815) -Revert (r20814): wrong patch at wrong time...rubidium
2010-09-16(svn r20814) -Codechange [FS#3835]: make waypoint default names work like ↵rubidium
depots, stations and vehicles (Krille)
2010-09-16(svn r20813) -Fix: make the waypoint viewport keep centered around the ↵rubidium
waypoint when resizing the window (Krille)
2010-09-15(svn r20812) -Fix [FS#4125]: crash when confirming newgrf changes with the ↵yexo
newgrf parameter window open
2010-09-15(svn r20811) -Fix [FS#4079]: the colour palette file in the docs/ directory ↵yexo
was broken
2010-09-15(svn r20810) -Merge: documentation updates from 1.0rubidium
2010-09-15(svn r20809) -Fix (r20809): as usual with these user provided Mac OS X ↵rubidium
patches lately... they either fail to compile or spew warnings
2010-09-15(svn r20808) -Add [FS#4110]: [OSX] support for input using dead keys (Zydeco)rubidium
2010-09-15(svn r20807) -Codechange: don't clamp the width of the main toolbar to 640 ↵yexo
pixels
2010-09-14(svn r20806) -Update from WebTranslator v3.0:translators
catalan - 1 changes by arnau thai - 12 changes by kenny
2010-09-13(svn r20802) -Fix: Building bridges on water/watery objects behaved ↵frosch
inconsistently for towns and the bridge selection GUI.
2010-09-13(svn r20801) -Update from WebTranslator v3.0:translators
belarusian - 1 changes by KorneySan hungarian - 1 changes by IPG slovenian - 3 changes by ntadej
2010-09-13(svn r20800) -Fix: [NewGRF] clamp some more vehicle variablesyexo
2010-09-13(svn r20799) -Fix: [NewGRF] clamp vehicle var 0xC2 (max age) to uint16 (Hirundo)yexo
2010-09-13(svn r20798) -Doc [FS#4117]: [NoAI] AITile::HasTransportType doesn't work ↵yexo
for TRANSPORT_AIR
2010-09-13(svn r20797) -Fix: disable houses without a size that are available ↵yexo
according to their building flags
2010-09-13(svn r20796) -Fix: make sure all houses in the house spec array are valid. ↵yexo
It was possible that part of a multitile house was not copied because the array was full
2010-09-13(svn r20795) -Codechange: clarify code/documentation of the start/stop bit ↵yexo
in CmdMassStartStopVehicle (Krille)
2010-09-12(svn r20794) -Document [FS#4083]: a case where DirectMusic takes hours to ↵rubidium
initialise
2010-09-12(svn r20793) -Fix: broken stringrubidium
2010-09-12(svn r20792) -Fix (r8973): [NewGRF] vehicle vars 0x98 and 0xB4 (max speed ↵yexo
and current speed) used the wrong unit for aircraft (Hirundo)
2010-09-12(svn r20791) -Fix (r12161): Building 2x2 houses did not work for 2x2 road ↵frosch
layouts on all map sizes.
2010-09-12(svn r20790) -Fix (r0)[FS#4118]: Remove a check which is wrong for NewGrf ↵frosch
houses and serves no use for original houses.
2010-09-12(svn r20789) -Update from WebTranslator v3.0:translators
ido - 106 changes by Edwardo indonesian - 78 changes by fanioz norwegian_bokmal - 1 changes by CyberKenny portuguese - 1 changes by ABCRic swedish - 1 changes by Zuu thai - 68 changes by kenny vietnamese - 13 changes by nglekhoi
2010-09-12(svn r20788) -Fix (r20733)[FS#4119]: start/stop all vehicles from non-train ↵yexo
depots was broken
2010-09-12(svn r20787) -Fix: Spelling mistake in slovak real town names. (mek2)frosch
2010-09-11(svn r20786) -Update from WebTranslator v3.0:translators
finnish - 1 changes by jpx_ ido - 1 changes by Edwardo italian - 1 changes by lorenzodv portuguese - 6 changes by ABCRic serbian - 1 changes by etran thai - 60 changes by kenny
2010-09-11(svn r20785) -Fix: crash when closing the station view of oilrigs (similar ↵rubidium
to r20774)
2010-09-11(svn r20784) -Doc: Doxyment a few debug line printing functions.alberth
2010-09-10(svn r20783) -Change/Fix: do autosave-on-exit as well when using kill/CTRL-C ↵rubidium
to terminate a dedicated OpenTTD
2010-09-10(svn r20782) -Update from WebTranslator v3.0:translators
croatian - 1 changes by VoyagerOne dutch - 1 changes by Yexo french - 1 changes by glx galician - 64 changes by Condex german - 1 changes by planetmaker korean - 3 changes by junho2813 polish - 1 changes by voythas romanian - 1 changes by tonny russian - 1 changes by Lone_Wolf spanish - 1 changes by Terkhen thai - 11 changes by angelix, kenny
2010-09-10(svn r20781) -Fix (r20780): FinishInitNested reset this->owner, so set it ↵yexo
afterwards