summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-07-31(svn r20248) -Codechange: use a copy-constructor instead of a separate ↵yexo
function co clone GRFConfig/GRFError
2010-07-30(svn r20247) -Fix: when it is known the loading an old savegame is going to ↵rubidium
fail, bail out immediately (using an exception) instead of going on until e.g. the expected number of byte is read
2010-07-30(svn r20246) -Update from WebTranslator v3.0:translators
basque - 20 changes by Thadah belarusian - 276 changes by KorneySan chuvash - 2 changes by mefisteron finnish - 1 changes by jpx_ french - 1 changes by ElNounch polish - 12 changes by lion romanian - 1 changes by eliberatorM serbian - 6 changes by etran thai - 64 changes by sf_alpha
2010-07-30(svn r20245) -Update: the other languages in accordance with r20244rubidium
2010-07-30(svn r20244) -Fix: the caption of the "Available vehicle" lists was black, ↵rubidium
whereas for building those vehicles, which uses the exact same window, it was white.
2010-07-30(svn r20243) -Update: the strings; they don't need the {WHITE} colour code ↵rubidium
anymore either
2010-07-30(svn r20242) -Change: remove the need for "{WHITE}" control codes in some of ↵rubidium
the railtype NewGRF strings -Fix: make it possible to properly assess the length of the rail toolbar caption
2010-07-30(svn r20241) -Codechange: Move variable declarations to their first use.alberth
2010-07-29(svn r20240) -Update from WebTranslator v3.0:translators
belarusian - 3 changes by Wowanxm chuvash - 50 changes by mefisteron irish - 9 changes by tem vietnamese - 17 changes by myquartz
2010-07-29(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).terkhen
2010-07-29(svn r20238) -Doc: [NoAI] clarify the documentation for ↵yexo
AIBaseStation::GetLocation
2010-07-28(svn r20237) -Fix (r20049): Check for disallowed level crossings also when ↵michi_cc
converting rail.
2010-07-28(svn r20236) -Add: stub for Belarusian translationrubidium
2010-07-28(svn r20235) -Update from WebTranslator v3.0:translators
basque - 8 changes by Thadah chuvash - 7 changes by mefisteron croatian - 5 changes by VoyagerOne dutch - 1 changes by habell german - 8 changes by planetmaker hungarian - 6 changes by IPG indonesian - 4 changes by prof italian - 12 changes by lorenzodv korean - 1 changes by junho2813 russian - 1 changes by Lone_Wolf ukrainian - 1 changes by Fixer
2010-07-28(svn r20234) -Fix [FS#3988]: refit costs from refit orders are subtracted ↵yexo
from the vehicle yearly income
2010-07-28(svn r20233) -Codechange: fix/unify coding and comment style a bitrubidium
2010-07-28(svn r20232) -Codechange: shuffle a few functions around so they don't need ↵rubidium
to be declared in advance
2010-07-28(svn r20231) -Document: which version had which savegame versionrubidium
2010-07-27(svn r20230) -Fix [FS#3961]: road vehicles could be dead locked with one way ↵rubidium
roads. This allows one wayness to be removed if there are vehicles on a tile; it does not allow you to add one wayness to roads that have vehicles on them as it makes turning vehicles jump
2010-07-27(svn r20229) -Fix [FS#3986]: "Service at nearest depot" behaved the same as ↵rubidium
"Go to nearest depot"
2010-07-27(svn r20228) -Update from WebTranslator v3.0:translators
basque - 10 changes by Thadah dutch - 9 changes by habell finnish - 5 changes by jpx_ french - 5 changes by glx german - 3 changes by planetmaker italian - 9 changes by lorenzodv portuguese - 8 changes by SupSuper spanish - 9 changes by Terkhen ukrainian - 9 changes by Fixer
2010-07-27(svn r20227) -Fix [FS#3985]: Don't spend cash when building a statue fails.terkhen
2010-07-27(svn r20226) -Fix: make "space after ..." usage uniform in English (UK) againrubidium
2010-07-26(svn r20225) -Update from WebTranslator v3.0:translators
portuguese - 11 changes by SupSuper romanian - 16 changes by tonny russian - 37 changes by slovak - 11 changes by keso53
2010-07-26(svn r20224) -Fix [FS#3976]: Depot did not become unsnowy, when snowline rises.frosch
2010-07-26(svn r20223) -Codechange: Replace scrolled row calculations by a call to ↵alberth
GetScrolledRowFromWidget().
2010-07-26(svn r20222) -Add: Add functions to compute the row in a scrolled widget.alberth
2010-07-26(svn r20221) -Codechange: Move unscrolled row calculation into a function.alberth
2010-07-25(svn r20220) -Fix [FS#3974]: strip non-printable characters before showing ↵rubidium
it in an edit box, so when renaming a vehicle type you won't get the "SETX stuff" that some NewGRFs use
2010-07-25(svn r20218) -Update from WebTranslator v3.0:translators
traditional_chinese - 9 changes by josesun hungarian - 9 changes by IPG irish - 4 changes by tem korean - 38 changes by junho2813 russian - 46 changes by Lone_Wolf
2010-07-25(svn r20217) -Fix [FS#3969]: Invalidate saveload GUI after rescanning NewGRFs.frosch
2010-07-25(svn r20216) -Fix: Increase scrolling speed of industry cargoes window, ↵alberth
enlarge height slightly so small chains fit by default.
2010-07-25(svn r20215) -Fix [FS#3971]: Remove all road pieces rather than aborting at ↵alberth
the first ownership error (Krille).
2010-07-24(svn r20214) -Update from WebTranslator v3.0:translators
croatian - 9 changes by VoyagerOne finnish - 9 changes by jpx_ french - 9 changes by glx german - 9 changes by planetmaker indonesian - 9 changes by prof serbian - 9 changes by etran spanish - 9 changes by Terkhen
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-07-23(svn r20210) -Fix (r20206): Allow other compilers to enjoy the new window too.alberth
2010-07-23(svn r20209) -Add: Allow access to the industry cargoes window from the fund ↵alberth
industry window.
2010-07-23(svn r20208) -Add: Allow access of the industry cargoes window from the ↵alberth
industry view window.
2010-07-23(svn r20207) -Codechange: Move variable declaration to first use.alberth
2010-07-23(svn r20206) -Feature: Display suppliers and customers of an industry or cargo.alberth
2010-07-23(svn r20205) -Update from WebTranslator v3.0:translators
czech - 15 changes by ReisRyos polish - 7 changes by xine ukrainian - 1 changes by Fixer
2010-07-22(svn r20204) -Update from WebTranslator v3.0:translators
czech - 1 changes by ReisRyos
2010-07-22(svn r20203) -Fix: some file "headers" were incorrect, including doxygen ↵rubidium
@file so they wouldn't be picked up by doxygen.
2010-07-21(svn r20202) -Update from WebTranslator v3.0:translators
chuvash - 93 changes by mefisteron irish - 5 changes by tem norwegian_nynorsk - 1 changes by 2rB
2010-07-21(svn r20201) -Feature [FS#3926]: add several new hotkeys to the global ↵yexo
hotkey list and to the order windows. None of them has a default keybinding.
2010-07-21(svn r20200) -Fix [FS#3930]: terraform and extra viewport hotkeys didn't ↵yexo
work in the scenario editor (jawsper)
2010-07-21(svn r20199) -Fix [FS#3964]: NewGRFs that defined a vehicle without either ↵yexo
loaded or loading groups could crash OpenTTD
2010-07-20(svn r20198) -Update from WebTranslator v3.0:translators
chuvash - 39 changes by mefisteron portuguese - 31 changes by ABCRic, SupSuper
2010-07-19(svn r20197) -Fix [FS#3963]: GetNearbyTileInformation can be used to get the ↵rubidium
terrain type of a MP_VOID tile.
2010-07-19(svn r20196) -Fix: Remove autofocus of the edit box in the world generation ↵terkhen
window.