Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-01 | (svn r20281) -Codechange: unify case scope closure + break coding style | rubidium | |
2010-08-01 | (svn r20280) -Fix: indentation of some switch cases | rubidium | |
2010-08-01 | (svn r20279) -Doc: Doxygen additions/improvements. | alberth | |
2010-08-01 | (svn r20278) -Update from WebTranslator v3.0: | translators | |
afrikaans - 9 changes by burgerd belarusian - 840 changes by KorneySan, Wowanxm croatian - 4 changes by VoyagerOne czech - 10 changes by ReisRyos finnish - 1 changes by jpx_ hungarian - 4 changes by IPG irish - 4 changes by tem korean - 1 changes by junho2813 polish - 4 changes by lion portuguese - 5 changes by SupSuper romanian - 4 changes by tonny russian - 13 changes by KorneySan serbian - 4 changes by etran thai - 176 changes by sf_alpha ukrainian - 4 changes by Fixer | |||
2010-08-01 | (svn r20277) -Codechange: Move CmdSetAutoReplace() from company_cmd.cpp to ↵ | alberth | |
autoreplace_cmd.cpp. | |||
2010-08-01 | (svn r20276) -Update: add some genders/cases to Belarusian | rubidium | |
2010-08-01 | (svn r20275) -Fix (r20274): some compilers are complaining about ↵ | yexo | |
signed/unsigned comparison | |||
2010-08-01 | (svn r20274) -Fix: special keycodes were matched if a code matched the start ↵ | yexo | |
of the string (ie 'C' matched 'CTRL') | |||
2010-07-31 | (svn r20273) -Fix [FS#3930]: '-' and '=' were not correctly read from ↵ | yexo | |
hotkeys.cfg | |||
2010-07-31 | (svn r20272) -Doc: [NoAI] document return value of AIGroup::SetAutoReplace | yexo | |
2010-07-31 | (svn r20271) -Doc: add doxygen comments to several items under src/ai/ | yexo | |
2010-07-31 | (svn r20270) -Merge: release updates from 1.0 | rubidium | |
2010-07-31 | (svn r20269) -Codechange: Use IsLocalCompany() everywhere, document the ↵ | alberth | |
function and two company globals. | |||
2010-07-31 | (svn r20268) -Add: append 'On'/'Off' after the name for boolean NewGRF settings | yexo | |
2010-07-31 | (svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements. | alberth | |
2010-07-31 | (svn r20264) -Fix (r20258): saving a new preset was broken | yexo | |
2010-07-31 | (svn r20263) -Change: only show the NewGRF version when ↵ | rubidium | |
newgrf_developer_tools are enabled | |||
2010-07-31 | (svn r20262) -Codechange: Remove unused ScoreInfo::id field, and doxyment ↵ | alberth | |
the data structures. | |||
2010-07-31 | (svn r20260) -Update from WebTranslator v3.0: | translators | |
basque - 13 changes by Thadah belarusian - 313 changes by KorneySan dutch - 4 changes by Yexo finnish - 3 changes by jpx_ korean - 5 changes by telk5093 russian - 10 changes by KorneySan thai - 60 changes by sf_alpha | |||
2010-07-31 | (svn r20259) -Add: allow NewGRFs to specify their version and use that to ↵ | rubidium | |
hide old NewGRFs / to choose the newest when loading compatible NewGRFs | |||
2010-07-31 | (svn r20258) -Feature: more user-friendly gui to change NewGRF parameters | yexo | |
2010-07-31 | (svn r20257) -Codechange: unify some node handling code and don't require a ↵ | rubidium | |
single root node | |||
2010-07-31 | (svn r20256) -Codechange: add a DrawStringMultiline variant that accepts ↵ | yexo | |
const char* instead of StringID | |||
2010-07-31 | (svn r20255) -Add: allow NewGRFs to specify static info about their ↵ | yexo | |
user-changeable parameters | |||
2010-07-31 | (svn r20254) -Add: allow NewGRFs to specify their palette | rubidium | |
2010-07-31 | (svn r20253) -Codechange: change GRFConfig::windows_paletted into a ↵ | rubidium | |
bitmask/bitset | |||
2010-07-31 | (svn r20252) -Codechange: deduplicate logic for setting a suitable (initial) ↵ | rubidium | |
palette for NewGRFs | |||
2010-07-31 | (svn r20251) -Add: [NewGRF] allow grfs to specify the number of valid parameters | yexo | |
2010-07-31 | (svn r20250) -Feature: [NewGRF] add support for action14 (static grf info) | yexo | |
2010-07-31 | (svn r20249) -Codechange: change the newgrf name/description from a char* to ↵ | yexo | |
a GRFText* to make translations possible | |||
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 r20244 | rubidium | |
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 translation | rubidium | |
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 bit | rubidium | |
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 version | rubidium | |
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" |