------------------------------------------------------------------------ r20310 | translators | 2010-08-02 17:45:39 +0000 (Mon, 02 Aug 2010) | 16 lines -Update from WebTranslator v3.0: basque - 8 changes by Thadah belarusian - 354 changes by KorneySan, Wowanxm simplified_chinese - 5 changes by pda1573 traditional_chinese - 1 changes by pda1573 chuvash - 17 changes by mefisteron french - 4 changes by glx greek - 18 changes by fumantsu italian - 4 changes by lorenzodv brazilian_portuguese - 15 changes by Tucalipe russian - 28 changes by KorneySan swedish - 14 changes by tool thai - 23 changes by sf_alpha ukrainian - 14 changes by Madvin vietnamese - 9 changes by nglekhoi ------------------------------------------------------------------------ r20309 | rubidium | 2010-08-02 17:16:56 +0000 (Mon, 02 Aug 2010) | 2 lines -Fix [FS#3953]: Mercurial (trunk) revision detection fails when different heads are used ------------------------------------------------------------------------ r20308 | rubidium | 2010-08-02 16:38:26 +0000 (Mon, 02 Aug 2010) | 2 lines -Change: don't only look at only the src directory for the revision, but at the parent of the src directory. ------------------------------------------------------------------------ r20307 | yexo | 2010-08-02 16:04:24 +0000 (Mon, 02 Aug 2010) | 1 line -Fix (r20305): the palette for baseset extra grfs was never set so it defaulted to dos ------------------------------------------------------------------------ r20306 | rubidium | 2010-08-02 15:30:20 +0000 (Mon, 02 Aug 2010) | 2 lines -Cleanup (r20305): actually delete the old base NewGRF ------------------------------------------------------------------------ r20305 | rubidium | 2010-08-02 15:29:31 +0000 (Mon, 02 Aug 2010) | 2 lines -Change: reduce OpenTTD's install size by roughly 460 KiB by only providing the "extra" base graphics in one palette and doing the conversion upon loading; the conversion has existed for a while, but now the NewGRF can tell its palette using Action 14 thus it can enable the conversion for only that NewGRF. ------------------------------------------------------------------------ r20303 | terkhen | 2010-08-02 14:54:47 +0000 (Mon, 02 Aug 2010) | 2 lines -Feature: [NewGRF] Air drag property support for trains and road vehicles. Air drag for vehicles with air drag not set or set to zero will use a default value depending on their max speed. ------------------------------------------------------------------------ r20302 | terkhen | 2010-08-02 14:52:51 +0000 (Mon, 02 Aug 2010) | 2 lines -Add: Method for getting the air drag of a ground vehicle. ------------------------------------------------------------------------ r20301 | terkhen | 2010-08-02 14:51:35 +0000 (Mon, 02 Aug 2010) | 2 lines -Add: [NewGRF] Read air drag property from Action 0 for trains. ------------------------------------------------------------------------ r20300 | terkhen | 2010-08-02 14:50:26 +0000 (Mon, 02 Aug 2010) | 2 lines -Add: Air drag field to the rail engine information. ------------------------------------------------------------------------ r20299 | terkhen | 2010-08-02 14:49:23 +0000 (Mon, 02 Aug 2010) | 2 lines -Add: Make trains and road vehicles use a different area value to calculate air drag. ------------------------------------------------------------------------ r20298 | terkhen | 2010-08-02 14:48:13 +0000 (Mon, 02 Aug 2010) | 2 lines -Fix: GetInitialMaxSpeed did not return the correct value for road vehicles. ------------------------------------------------------------------------ r20297 | terkhen | 2010-08-02 14:44:00 +0000 (Mon, 02 Aug 2010) | 2 lines -Doc: Explain the default tractive effort value used by standard road vehicles. ------------------------------------------------------------------------ r20296 | alberth | 2010-08-02 12:10:48 +0000 (Mon, 02 Aug 2010) | 1 line -Fix: Fallback font selection due to missing glyphs did not work as intended. ------------------------------------------------------------------------ r20294 | frosch | 2010-08-01 23:49:03 +0000 (Sun, 01 Aug 2010) | 1 line -Fix [FS#3996](r20281): 'break' got in wrong position. ------------------------------------------------------------------------ r20293 | yexo | 2010-08-01 22:08:29 +0000 (Sun, 01 Aug 2010) | 1 line -Doc: add more doxygen comments in ai_gui.cp ------------------------------------------------------------------------ r20292 | yexo | 2010-08-01 22:03:55 +0000 (Sun, 01 Aug 2010) | 1 line -Codechange: remove some unused variables from AIConfigWindow ------------------------------------------------------------------------ r20291 | alberth | 2010-08-01 21:19:49 +0000 (Sun, 01 Aug 2010) | 1 line -Codechange: Unify break coding style. ------------------------------------------------------------------------ r20290 | alberth | 2010-08-01 20:58:35 +0000 (Sun, 01 Aug 2010) | 1 line -Codechange: Add missing 'break' statements. ------------------------------------------------------------------------ r20289 | terkhen | 2010-08-01 20:52:11 +0000 (Sun, 01 Aug 2010) | 2 lines -Codechange: Unify fall through coding style. ------------------------------------------------------------------------ r20288 | yexo | 2010-08-01 20:41:46 +0000 (Sun, 01 Aug 2010) | 1 line -Doc: add doxygen string to all GetClassName functions (part of all AI api classes) ------------------------------------------------------------------------ r20287 | rubidium | 2010-08-01 19:52:51 +0000 (Sun, 01 Aug 2010) | 2 lines -Fix: GCC 4.1 warning ------------------------------------------------------------------------ r20286 | frosch | 2010-08-01 19:44:49 +0000 (Sun, 01 Aug 2010) | 1 line -Codechange: Unify end of doxygen comments. ------------------------------------------------------------------------ r20285 | yexo | 2010-08-01 19:36:56 +0000 (Sun, 01 Aug 2010) | 1 line -Codechange: use ///< for single-line doxygen comments in the AI code ------------------------------------------------------------------------ r20284 | yexo | 2010-08-01 19:36:36 +0000 (Sun, 01 Aug 2010) | 1 line -Codechange: use ///< for single-line doxygen comments in the AI code ------------------------------------------------------------------------ r20283 | frosch | 2010-08-01 19:22:34 +0000 (Sun, 01 Aug 2010) | 1 line -Codechange: Unify start of doygen comments. ------------------------------------------------------------------------ r20282 | rubidium | 2010-08-01 19:01:09 +0000 (Sun, 01 Aug 2010) | 2 lines -Codechange: add some spaces where they should've been ------------------------------------------------------------------------ r20281 | rubidium | 2010-08-01 18:53:30 +0000 (Sun, 01 Aug 2010) | 2 lines -Codechange: unify case scope closure + break coding style ------------------------------------------------------------------------ r20280 | rubidium | 2010-08-01 18:48:00 +0000 (Sun, 01 Aug 2010) | 2 lines -Fix: indentation of some switch cases ------------------------------------------------------------------------ r20279 | alberth | 2010-08-01 17:45:53 +0000 (Sun, 01 Aug 2010) | 1 line -Doc: Doxygen additions/improvements. ------------------------------------------------------------------------ r20278 | translators | 2010-08-01 17:45:46 +0000 (Sun, 01 Aug 2010) | 17 lines -Update from WebTranslator v3.0: 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 ------------------------------------------------------------------------ r20277 | alberth | 2010-08-01 14:43:39 +0000 (Sun, 01 Aug 2010) | 1 line -Codechange: Move CmdSetAutoReplace() from company_cmd.cpp to autoreplace_cmd.cpp. ------------------------------------------------------------------------ r20276 | rubidium | 2010-08-01 14:27:38 +0000 (Sun, 01 Aug 2010) | 2 lines -Update: add some genders/cases to Belarusian ------------------------------------------------------------------------ r20275 | yexo | 2010-08-01 10:53:39 +0000 (Sun, 01 Aug 2010) | 1 line -Fix (r20274): some compilers are complaining about signed/unsigned comparison ------------------------------------------------------------------------ r20274 | yexo | 2010-08-01 10:42:18 +0000 (Sun, 01 Aug 2010) | 1 line -Fix: special keycodes were matched if a code matched the start of the string (ie 'C' matched 'CTRL') ------------------------------------------------------------------------ r20273 | yexo | 2010-07-31 23:33:09 +0000 (Sat, 31 Jul 2010) | 1 line -Fix [FS#3930]: '-' and '=' were not correctly read from hotkeys.cfg ------------------------------------------------------------------------ r20272 | yexo | 2010-07-31 22:46:29 +0000 (Sat, 31 Jul 2010) | 1 line -Doc: [NoAI] document return value of AIGroup::SetAutoReplace ------------------------------------------------------------------------ r20271 | yexo | 2010-07-31 22:16:34 +0000 (Sat, 31 Jul 2010) | 1 line -Doc: add doxygen comments to several items under src/ai/ ------------------------------------------------------------------------ r20270 | rubidium | 2010-07-31 21:48:42 +0000 (Sat, 31 Jul 2010) | 2 lines -Merge: release updates from 1.0 ------------------------------------------------------------------------ r20269 | alberth | 2010-07-31 21:43:07 +0000 (Sat, 31 Jul 2010) | 1 line -Codechange: Use IsLocalCompany() everywhere, document the function and two company globals. ------------------------------------------------------------------------ r20268 | yexo | 2010-07-31 21:24:59 +0000 (Sat, 31 Jul 2010) | 1 line -Add: append 'On'/'Off' after the name for boolean NewGRF settings ------------------------------------------------------------------------ r20266 | alberth | 2010-07-31 21:02:56 +0000 (Sat, 31 Jul 2010) | 1 line -Doc: Mostly typo fixes, a few doxygen-related improvements. ------------------------------------------------------------------------ r20264 | yexo | 2010-07-31 20:28:10 +0000 (Sat, 31 Jul 2010) | 1 line -Fix (r20258): saving a new preset was broken ------------------------------------------------------------------------ r20263 | rubidium | 2010-07-31 20:04:14 +0000 (Sat, 31 Jul 2010) | 2 lines -Change: only show the NewGRF version when newgrf_developer_tools are enabled ------------------------------------------------------------------------ r20262 | alberth | 2010-07-31 19:45:48 +0000 (Sat, 31 Jul 2010) | 1 line -Codechange: Remove unused ScoreInfo::id field, and doxyment the data structures. ------------------------------------------------------------------------ r20260 | translators | 2010-07-31 17:45:18 +0000 (Sat, 31 Jul 2010) | 9 lines -Update from WebTranslator v3.0: 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 ------------------------------------------------------------------------ r20259 | rubidium | 2010-07-31 14:40:50 +0000 (Sat, 31 Jul 2010) | 2 lines -Add: allow NewGRFs to specify their version and use that to hide old NewGRFs / to choose the newest when loading compatible NewGRFs ------------------------------------------------------------------------ r20258 | yexo | 2010-07-31 12:15:12 +0000 (Sat, 31 Jul 2010) | 1 line -Feature: more user-friendly gui to change NewGRF parameters ------------------------------------------------------------------------ r20257 | rubidium | 2010-07-31 12:05:41 +0000 (Sat, 31 Jul 2010) | 2 lines -Codechange: unify some node handling code and don't require a single root node ------------------------------------------------------------------------ r20256 | yexo | 2010-07-31 11:47:08 +0000 (Sat, 31 Jul 2010) | 1 line -Codechange: add a DrawStringMultiline variant that accepts const char* instead of StringID ------------------------------------------------------------------------ r20255 | yexo | 2010-07-31 09:51:04 +0000 (Sat, 31 Jul 2010) | 1 line -Add: allow NewGRFs to specify static info about their user-changeable parameters ------------------------------------------------------------------------ r20254 | rubidium | 2010-07-31 09:44:38 +0000 (Sat, 31 Jul 2010) | 2 lines -Add: allow NewGRFs to specify their palette ------------------------------------------------------------------------ r20253 | rubidium | 2010-07-31 09:40:43 +0000 (Sat, 31 Jul 2010) | 2 lines -Codechange: change GRFConfig::windows_paletted into a bitmask/bitset ------------------------------------------------------------------------ r20252 | rubidium | 2010-07-31 09:36:09 +0000 (Sat, 31 Jul 2010) | 2 lines -Codechange: deduplicate logic for setting a suitable (initial) palette for NewGRFs ------------------------------------------------------------------------ r20251 | yexo | 2010-07-31 09:35:49 +0000 (Sat, 31 Jul 2010) | 1 line -Add: [NewGRF] allow grfs to specify the number of valid parameters ------------------------------------------------------------------------ r20250 | yexo | 2010-07-31 09:35:42 +0000 (Sat, 31 Jul 2010) | 1 line -Feature: [NewGRF] add support for action14 (static grf info) ------------------------------------------------------------------------ r20249 | yexo | 2010-07-31 09:33:39 +0000 (Sat, 31 Jul 2010) | 1 line -Codechange: change the newgrf name/description from a char* to a GRFText* to make translations possible ------------------------------------------------------------------------ r20248 | yexo | 2010-07-31 09:32:44 +0000 (Sat, 31 Jul 2010) | 1 line -Codechange: use a copy-constructor instead of a separate function co clone GRFConfig/GRFError ------------------------------------------------------------------------ r20247 | rubidium | 2010-07-30 22:57:46 +0000 (Fri, 30 Jul 2010) | 2 lines -Fix: when it is known the loading an old savegame is going to fail, bail out immediately (using an exception) instead of going on until e.g. the expected number of byte is read ------------------------------------------------------------------------ r20246 | translators | 2010-07-30 17:45:26 +0000 (Fri, 30 Jul 2010) | 11 lines -Update from WebTranslator v3.0: 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 ------------------------------------------------------------------------ r20245 | rubidium | 2010-07-30 12:27:42 +0000 (Fri, 30 Jul 2010) | 2 lines -Update: the other languages in accordance with r20244 ------------------------------------------------------------------------ r20244 | rubidium | 2010-07-30 12:26:58 +0000 (Fri, 30 Jul 2010) | 2 lines -Fix: the caption of the "Available vehicle" lists was black, whereas for building those vehicles, which uses the exact same window, it was white. ------------------------------------------------------------------------ r20243 | rubidium | 2010-07-30 12:17:14 +0000 (Fri, 30 Jul 2010) | 2 lines -Update: the strings; they don't need the {WHITE} colour code anymore either ------------------------------------------------------------------------ r20242 | rubidium | 2010-07-30 12:15:22 +0000 (Fri, 30 Jul 2010) | 3 lines -Change: remove the need for "{WHITE}" control codes in some of the railtype NewGRF strings -Fix: make it possible to properly assess the length of the rail toolbar caption ------------------------------------------------------------------------ r20241 | alberth | 2010-07-30 10:39:24 +0000 (Fri, 30 Jul 2010) | 1 line -Codechange: Move variable declarations to their first use. ------------------------------------------------------------------------ r20240 | translators | 2010-07-29 17:45:10 +0000 (Thu, 29 Jul 2010) | 6 lines -Update from WebTranslator v3.0: belarusian - 3 changes by Wowanxm chuvash - 50 changes by mefisteron irish - 9 changes by tem vietnamese - 17 changes by myquartz ------------------------------------------------------------------------ r20239 | terkhen | 2010-07-29 14:26:28 +0000 (Thu, 29 Jul 2010) | 2 lines -Doc: Give a common name to all fall throughs (FALL THROUGH). ------------------------------------------------------------------------ r20238 | yexo | 2010-07-29 13:08:57 +0000 (Thu, 29 Jul 2010) | 1 line -Doc: [NoAI] clarify the documentation for AIBaseStation::GetLocation ------------------------------------------------------------------------ r20237 | michi_cc | 2010-07-28 22:23:28 +0000 (Wed, 28 Jul 2010) | 1 line -Fix (r20049): Check for disallowed level crossings also when converting rail. ------------------------------------------------------------------------ r20236 | rubidium | 2010-07-28 19:07:06 +0000 (Wed, 28 Jul 2010) | 2 lines -Add: stub for Belarusian translation ------------------------------------------------------------------------ r20235 | translators | 2010-07-28 17:45:31 +0000 (Wed, 28 Jul 2010) | 13 lines -Update from WebTranslator v3.0: 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 ------------------------------------------------------------------------ r20234 | yexo | 2010-07-28 14:18:58 +0000 (Wed, 28 Jul 2010) | 1 line -Fix [FS#3988]: refit costs from refit orders are subtracted from the vehicle yearly income ------------------------------------------------------------------------ r20233 | rubidium | 2010-07-28 09:48:35 +0000 (Wed, 28 Jul 2010) | 2 lines -Codechange: fix/unify coding and comment style a bit ------------------------------------------------------------------------ r20232 | rubidium | 2010-07-28 09:47:31 +0000 (Wed, 28 Jul 2010) | 2 lines -Codechange: shuffle a few functions around so they don't need to be declared in advance ------------------------------------------------------------------------ r20231 | rubidium | 2010-07-28 09:23:42 +0000 (Wed, 28 Jul 2010) | 2 lines -Document: which version had which savegame version ------------------------------------------------------------------------ r20230 | rubidium | 2010-07-27 22:00:43 +0000 (Tue, 27 Jul 2010) | 2 lines -Fix [FS#3961]: road vehicles could be dead locked with one way 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 ------------------------------------------------------------------------ r20229 | rubidium | 2010-07-27 21:46:55 +0000 (Tue, 27 Jul 2010) | 2 lines -Fix [FS#3986]: "Service at nearest depot" behaved the same as "Go to nearest depot" ------------------------------------------------------------------------ r20228 | translators | 2010-07-27 17:45:27 +0000 (Tue, 27 Jul 2010) | 11 lines -Update from WebTranslator v3.0: 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 ------------------------------------------------------------------------ r20227 | terkhen | 2010-07-27 16:40:16 +0000 (Tue, 27 Jul 2010) | 2 lines -Fix [FS#3985]: Don't spend cash when building a statue fails. ------------------------------------------------------------------------ r20226 | rubidium | 2010-07-27 14:54:39 +0000 (Tue, 27 Jul 2010) | 2 lines -Fix: make "space after ..." usage uniform in English (UK) again ------------------------------------------------------------------------ r20225 | translators | 2010-07-26 17:45:15 +0000 (Mon, 26 Jul 2010) | 6 lines -Update from WebTranslator v3.0: portuguese - 11 changes by SupSuper romanian - 16 changes by tonny russian - 37 changes by slovak - 11 changes by keso53 ------------------------------------------------------------------------ r20224 | frosch | 2010-07-26 17:37:50 +0000 (Mon, 26 Jul 2010) | 1 line -Fix [FS#3976]: Depot did not become unsnowy, when snowline rises. ------------------------------------------------------------------------