------------------------------------------------------------------------ r9677 | peter1138 | 2007-04-19 17:54:45 +0000 (Thu, 19 Apr 2007) | 2 lines -Codechange: Make the 'transparent buildings' menu item toggle all transparency, to keep its old behaviour. ------------------------------------------------------------------------ r9676 | belugas | 2007-04-19 14:50:01 +0000 (Thu, 19 Apr 2007) | 2 lines -Codechange: introduce NUM_INDUSTRYTYPES instead of IT_END. This makes the code clearer. ------------------------------------------------------------------------ r9673 | rubidium | 2007-04-18 22:41:53 +0000 (Wed, 18 Apr 2007) | 2 lines -Cleanup: remove spaces before tabs and replace non-indenting tabs with spaces. ------------------------------------------------------------------------ r9672 | rubidium | 2007-04-18 22:10:36 +0000 (Wed, 18 Apr 2007) | 2 lines -Cleanup: lots of coding style fixes around operands. ------------------------------------------------------------------------ r9671 | peter1138 | 2007-04-18 18:37:40 +0000 (Wed, 18 Apr 2007) | 2 lines -Codechange: Implement NewGRF callback 36, which allows changing of various properties which were previously static. Vehicle max speed and train power/te/running costs are adjustable. ------------------------------------------------------------------------ r9670 | rubidium | 2007-04-18 18:20:31 +0000 (Wed, 18 Apr 2007) | 2 lines -Documentation: add documentation to some the _map files. ------------------------------------------------------------------------ r9669 | belugas | 2007-04-18 18:00:33 +0000 (Wed, 18 Apr 2007) | 1 line -Documentation: some more doxygen fixes ------------------------------------------------------------------------ r9668 | miham | 2007-04-18 17:28:22 +0000 (Wed, 18 Apr 2007) | 7 lines -Update: WebTranslator2 update to 2007-04-18 19:27:38 catalan - 2 fixed by arnaullv (2) french - 2 fixed, 2 changed by glx (4) hungarian - 2 fixed by miham (2) korean - 2 fixed by darkttd (2) swedish - 2 fixed, 1 changed by daishan (3) ------------------------------------------------------------------------ r9667 | maedhros | 2007-04-18 14:23:30 +0000 (Wed, 18 Apr 2007) | 5 lines -Feature: Add the concept of cities. A (configurable) proportion of towns can start off larger, and will grow twice as quickly as other towns. They can also be placed specifically in the scenario editor. Thanks to TheJosh for the initial patch and the idea. ------------------------------------------------------------------------ r9666 | peter1138 | 2007-04-18 07:22:53 +0000 (Wed, 18 Apr 2007) | 2 lines -Fix (r9651): end of data / column flags were reversed ------------------------------------------------------------------------ r9665 | belugas | 2007-04-18 00:41:09 +0000 (Wed, 18 Apr 2007) | 1 line -Documentation: Doxygen corrections,errors, corrections of corrections... ------------------------------------------------------------------------ r9664 | belugas | 2007-04-17 21:09:38 +0000 (Tue, 17 Apr 2007) | 1 line -Documentation: Doxygen corrections,errors and omissions ------------------------------------------------------------------------ r9663 | rubidium | 2007-04-17 21:08:05 +0000 (Tue, 17 Apr 2007) | 2 lines -Merge: Release changes from 0.5 branch back to trunk. ------------------------------------------------------------------------ r9662 | belugas | 2007-04-17 20:23:13 +0000 (Tue, 17 Apr 2007) | 1 line -Documentation: Doxygen corrections and @file omissions ------------------------------------------------------------------------ r9658 | belugas | 2007-04-17 19:08:00 +0000 (Tue, 17 Apr 2007) | 2 lines -Codechange: CT_FOOD is not part of temperate climate, place it accordingly in arctic. It could be put in tropic too, but it can be placed in both, so first to catch it... ------------------------------------------------------------------------ r9655 | peter1138 | 2007-04-17 17:54:31 +0000 (Tue, 17 Apr 2007) | 2 lines -Revert (r9094 partial): *Do* calculate refit masks for unavailable vehicle types... things like articulated engines can still build these parts... ... ... dot dot dot ------------------------------------------------------------------------ r9654 | maedhros | 2007-04-17 10:08:17 +0000 (Tue, 17 Apr 2007) | 2 lines -Fix: Add string colours for the DOS palette and use them when playing with the DOS data files. ------------------------------------------------------------------------ r9653 | belugas | 2007-04-16 20:56:19 +0000 (Mon, 16 Apr 2007) | 1 line -Codechange: Indicate the proper function names in the GRF messages ------------------------------------------------------------------------ r9652 | belugas | 2007-04-16 19:55:17 +0000 (Mon, 16 Apr 2007) | 2 lines -Fix(r9651): "const" keyword forgotten. Spotted by glx. I guess i'm a bit eager to have a writable array for newindustries ;) ------------------------------------------------------------------------ r9651 | belugas | 2007-04-16 19:44:22 +0000 (Mon, 16 Apr 2007) | 1 line -Codechange: make legend system of smallmap a little bit less magic with the help of a struct and not an array of bytes ------------------------------------------------------------------------ r9650 | belugas | 2007-04-16 19:26:01 +0000 (Mon, 16 Apr 2007) | 1 line -Documentation: Finalize doxygen comments for town_land.h ------------------------------------------------------------------------ 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. ------------------------------------------------------------------------