------------------------------------------------------------------------ r9649 | miham | 2007-04-16 16:56:04 +0000 (Mon, 16 Apr 2007) | 6 lines -Update: WebTranslator2 update to 2007-04-16 18:55:24 brazilian_portuguese - 8 fixed by fukumori (8) dutch - 8 fixed by habell (8) estonian - 11 fixed by kristjans (11) italian - 25 changed by lorenzodv (25) ------------------------------------------------------------------------ r9648 | maedhros | 2007-04-16 10:59:35 +0000 (Mon, 16 Apr 2007) | 2 lines -Codechange: Use HASBIT directly rather than shifting and then using it on the first bit. ------------------------------------------------------------------------ r9647 | maedhros | 2007-04-16 10:30:31 +0000 (Mon, 16 Apr 2007) | 2 lines -Fix (r6631) [FS#733]: Select "Custom" in the difficulty settings gui when changing a setting. (Frostregen) ------------------------------------------------------------------------ r9646 | peter1138 | 2007-04-16 08:31:00 +0000 (Mon, 16 Apr 2007) | 2 lines -Fix (r9645): incorrect count in error message for airport graphics ------------------------------------------------------------------------ r9645 | peter1138 | 2007-04-16 06:35:10 +0000 (Mon, 16 Apr 2007) | 2 lines -Feature: Add NewGRF Action 5 (Sprite Replacement) support for 2cc colour maps, airport, and road stop sprites. ------------------------------------------------------------------------ r9644 | belugas | 2007-04-16 02:56:48 +0000 (Mon, 16 Apr 2007) | 1 line -Codechange: if else cascade into a switch case ------------------------------------------------------------------------ r9643 | belugas | 2007-04-16 02:53:55 +0000 (Mon, 16 Apr 2007) | 1 line -Codechange: Simplify a test. ------------------------------------------------------------------------ r9642 | belugas | 2007-04-16 02:47:01 +0000 (Mon, 16 Apr 2007) | 1 line -Documentation: Having a different macro name for _original_house_specs (MS) than for _town_tile_data (M) might teach doxygen that we are dealing with two entities... ------------------------------------------------------------------------ r9641 | rubidium | 2007-04-15 22:30:26 +0000 (Sun, 15 Apr 2007) | 2 lines -Fix (r7182): namegen.cpp was not UTF-8, which caused artefacts in Finnish town names. ------------------------------------------------------------------------ r9640 | miham | 2007-04-15 17:51:23 +0000 (Sun, 15 Apr 2007) | 4 lines -Update: WebTranslator2 update to 2007-04-15 19:49:19 swedish - 23 fixed by giddorah (23) traditional_chinese - 336 changed by xbddc (336) ------------------------------------------------------------------------ r9638 | peter1138 | 2007-04-15 16:20:35 +0000 (Sun, 15 Apr 2007) | 2 lines -Feature: Increase cargo types from 12 to 32 and enable newcargo flag in NewGRF loader. ------------------------------------------------------------------------ r9633 | miham | 2007-04-15 06:12:13 +0000 (Sun, 15 Apr 2007) | 22 lines -Update: WebTranslator2 update to 2007-04-15 08:06:47 american - 8 fixed by WhiteRabbit (8) bulgarian - 8 fixed by thetitan (8) catalan - 8 fixed by arnaullv (8) czech - 8 fixed by Hadez (8) danish - 8 fixed by MiR (8) esperanto - 8 fixed, 2 changed by LaPingvino (10) estonian - 8 fixed by t2t2 (8) finnish - 8 fixed by habazi (8) french - 8 fixed by glx (8) german - 18 fixed by Neonox (18) italian - 16 fixed, 847 changed by lorenzodv (863) japanese - 6 fixed, 5 changed by PouncingAnt (11) korean - 8 fixed by darkttd (6), leejaeuk5 (2) romanian - 8 fixed by kneekoo (8) russian - 8 fixed by HMage (8) slovak - 8 fixed by lengyel (8) slovenian - 8 fixed by Necrolyte (8) spanish - 8 fixed by eusebio (8) traditional_chinese - 8 fixed by thomasau (8) ukrainian - 8 fixed by mad (8) ------------------------------------------------------------------------ r9621 | peter1138 | 2007-04-13 21:18:48 +0000 (Fri, 13 Apr 2007) | 2 lines -Codechange: implement newgrf house property 1E (cargo types) ------------------------------------------------------------------------ r9620 | peter1138 | 2007-04-13 19:32:18 +0000 (Fri, 13 Apr 2007) | 2 lines -Codechange: apply cargo translation table to newstation variables 0x60..0x65 ------------------------------------------------------------------------ r9619 | belugas | 2007-04-13 17:15:06 +0000 (Fri, 13 Apr 2007) | 2 lines -Documentation: Comments on drawing arrays of houses and industries ------------------------------------------------------------------------ r9617 | peter1138 | 2007-04-12 19:33:05 +0000 (Thu, 12 Apr 2007) | 2 lines -Codechange: Implement callback for cargo profit calculation ------------------------------------------------------------------------ r9616 | maedhros | 2007-04-12 18:36:54 +0000 (Thu, 12 Apr 2007) | 1 line -Cleanup: Remove the NS setting type since it causes desyncs in multiplayer mode and only serves to confuse patch authors. ------------------------------------------------------------------------ r9615 | miham | 2007-04-12 18:24:44 +0000 (Thu, 12 Apr 2007) | 5 lines -Update: WebTranslator2 update to 2007-04-12 20:22:06 hungarian - 8 fixed by miham (8) italian - 21 fixed, 707 changed by lorenzodv (728) japanese - 11 fixed by ickoonite (11) ------------------------------------------------------------------------ r9614 | maedhros | 2007-04-12 18:23:47 +0000 (Thu, 12 Apr 2007) | 1 line -Feature: Use the normal growth rate values when the growth rate is set to none and "Fund new buildings" is used. ------------------------------------------------------------------------ r9613 | maedhros | 2007-04-12 17:24:34 +0000 (Thu, 12 Apr 2007) | 7 lines -Feature: Make it possible to have some control over the town growth. The default rate is TTD's original rate, and to approximate OpenTTD's previous behaviour the rate should be set to "Fast" or "Very Fast". Town growth can be switched off entirely, and if so, buildings will not be rebuilt. It is also possible to specify a proportion of towns that grow twice as fast as the others. ------------------------------------------------------------------------ r9609 | maedhros | 2007-04-12 13:07:15 +0000 (Thu, 12 Apr 2007) | 2 lines -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist. ------------------------------------------------------------------------ r9602 | peter1138 | 2007-04-12 06:16:46 +0000 (Thu, 12 Apr 2007) | 2 lines -Fix (r5833): Building rail on steep slopes ignored build_on_slopes patch setting. ------------------------------------------------------------------------ r9601 | peter1138 | 2007-04-11 21:04:03 +0000 (Wed, 11 Apr 2007) | 2 lines -Codechange: Store grf file reference in station spec, not just GRF ID ------------------------------------------------------------------------ r9598 | peter1138 | 2007-04-11 20:42:13 +0000 (Wed, 11 Apr 2007) | 2 lines -Fix (r9563): brainfart? in elrail transparency. who knows... ------------------------------------------------------------------------ r9597 | peter1138 | 2007-04-11 20:14:11 +0000 (Wed, 11 Apr 2007) | 2 lines -Codechange: Exclude sign transparency when toggling all options on/off ------------------------------------------------------------------------ r9596 | peter1138 | 2007-04-11 20:13:32 +0000 (Wed, 11 Apr 2007) | 2 lines -Fix (r9563): (non-)transparency of station signs was confused with building transparency... ------------------------------------------------------------------------ r9595 | peter1138 | 2007-04-11 20:03:05 +0000 (Wed, 11 Apr 2007) | 2 lines -Fix (r9563): Transparency hotkeys didn't work ------------------------------------------------------------------------ r9590 | belugas | 2007-04-10 20:58:04 +0000 (Tue, 10 Apr 2007) | 1 line -Fix(r9550, fs728): some wrongfully entered data caused some industries to appear where they should not have ------------------------------------------------------------------------ r9585 | miham | 2007-04-10 12:55:08 +0000 (Tue, 10 Apr 2007) | 4 lines -Update: WebTranslator2 update to 2007-04-10 14:52:27 romanian - 26 fixed, 7 changed by kneekoo (33) turkish - 11 fixed by jnmbk (11) ------------------------------------------------------------------------ r9581 | maedhros | 2007-04-10 09:01:56 +0000 (Tue, 10 Apr 2007) | 1 line -Revert (r9562): This broke as much as it fixed, so revert until a proper way of paying for refits when cloning can be found. ------------------------------------------------------------------------