------------------------------------------------------------------------ r9692 | rubidium | 2007-04-20 17:52:28 +0000 (Fri, 20 Apr 2007) | 2 lines -Fix (r9683): don't try to remove vehicles from the queue of a non-existing station. ------------------------------------------------------------------------ r9691 | peter1138 | 2007-04-20 17:26:10 +0000 (Fri, 20 Apr 2007) | 2 lines -Fix (r9683): Forgotten savegame bump... ------------------------------------------------------------------------ r9690 | peter1138 | 2007-04-20 17:23:33 +0000 (Fri, 20 Apr 2007) | 2 lines -Codechange: Update another couple of NewGRF TTDPatch flags ------------------------------------------------------------------------ r9689 | bjarni | 2007-04-20 17:08:55 +0000 (Fri, 20 Apr 2007) | 2 lines -Fix: Clone vehicles will no longer refit for free ------------------------------------------------------------------------ r9688 | bjarni | 2007-04-20 16:56:55 +0000 (Fri, 20 Apr 2007) | 2 lines -Codechange: Created a function to get default cargo type for a cargo type ------------------------------------------------------------------------ r9687 | miham | 2007-04-20 15:52:07 +0000 (Fri, 20 Apr 2007) | 7 lines -Update: WebTranslator2 update to 2007-04-20 17:51:25 romanian - 2 fixed by kneekoo (2) simplified_chinese - 9 fixed by Fishingsnow (9) slovak - 2 fixed by lengyel (2) slovenian - 2 fixed by Necrolyte (2) traditional_chinese - 2 changed by xbddc (2) ------------------------------------------------------------------------ r9686 | peter1138 | 2007-04-20 15:03:58 +0000 (Fri, 20 Apr 2007) | 2 lines -Codechange: Update a couple of NewGRF TTDPatch flags ------------------------------------------------------------------------ r9685 | maedhros | 2007-04-20 11:39:01 +0000 (Fri, 20 Apr 2007) | 2 lines -Fix (r9683): Call v->LeaveStation() when a vehicle in a station is sent to a depot. ------------------------------------------------------------------------ r9684 | maedhros | 2007-04-20 11:05:56 +0000 (Fri, 20 Apr 2007) | 3 lines -Fix (r9683): Remove vehicles from the station loading list instead of adding them again when they leave, and add a v->LeaveStation() call for aircraft. ------------------------------------------------------------------------ r9683 | rubidium | 2007-04-20 08:00:30 +0000 (Fri, 20 Apr 2007) | 2 lines -Fix [FS#423]: improved loading does not use a huge amount of processing power anymore when having a lot of trains. ------------------------------------------------------------------------ r9682 | peter1138 | 2007-04-20 07:51:20 +0000 (Fri, 20 Apr 2007) | 2 lines -Codechange: Add support for saving/loading std::lists containing object references (REF_*) ------------------------------------------------------------------------ r9681 | miham | 2007-04-19 19:19:53 +0000 (Thu, 19 Apr 2007) | 1 line [Translations] -Fix: removed two unnecessary colons from the finnish translations (spotted by ln-) ------------------------------------------------------------------------ r9680 | miham | 2007-04-19 19:11:24 +0000 (Thu, 19 Apr 2007) | 19 lines -Update: WebTranslator2 update to 2007-04-19 21:10:21 bulgarian - 2 fixed by thetitan (1), kokobongo (1) czech - 2 fixed by joeprusa (2) danish - 2 fixed by ThomasA (2) dutch - 2 fixed, 1 changed by habell (3) esperanto - 2 fixed by LaPingvino (2) estonian - 2 fixed by vermon (2) finnish - 2 fixed by habazi (2) german - 3 fixed by Neonox (3) italian - 18 fixed, 2 changed by lorenzodv (20) japanese - 10 fixed by ickoonite (10) norwegian_bokmal - 27 fixed by oletk (27) polish - 10 fixed by meush (10) russian - 2 fixed by HMage (2) spanish - 2 fixed by jfrank (2) traditional_chinese - 2 fixed by xbddc (2) turkish - 11 fixed by jnmbk (11) ukrainian - 2 fixed, 5 changed by fevral13 (7) ------------------------------------------------------------------------ r9679 | belugas | 2007-04-19 18:51:40 +0000 (Thu, 19 Apr 2007) | 1 line -Codechange: use enums to identify transparency widgets and add a bit of documentation (patch by Wolf01) ------------------------------------------------------------------------ r9678 | peter1138 | 2007-04-19 18:49:40 +0000 (Thu, 19 Apr 2007) | 2 lines -Codechange: Support changing of aircraft running cost via callback 36. ------------------------------------------------------------------------ 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 ------------------------------------------------------------------------