------------------------------------------------------------------------ r4947 | Darkvater | 2006-05-22 16:44:16 +0000 (Mon, 22 May 2006) | 1 line - Fix [FS#145]: Starting scenarios did not adhere to local difficulty settings ------------------------------------------------------------------------ r4946 | celestar | 2006-05-22 14:41:20 +0000 (Mon, 22 May 2006) | 2 lines "Feature": Add a cheat that allows running electric engines on normal rail ------------------------------------------------------------------------ r4945 | rubidium | 2006-05-22 10:08:23 +0000 (Mon, 22 May 2006) | 2 lines Fix (r3726): make -t command line option (set starting date/year) work again ------------------------------------------------------------------------ r4944 | rubidium | 2006-05-22 09:59:09 +0000 (Mon, 22 May 2006) | 2 lines Codechange: make _patches_newgame available via settings.h and remove instances of extern Patches _patches_newgame in .c files ------------------------------------------------------------------------ r4943 | tron | 2006-05-21 16:18:58 +0000 (Sun, 21 May 2006) | 1 line uint tile -> TileIndex tile, byte player -> PlayerID player ------------------------------------------------------------------------ r4942 | tron | 2006-05-21 15:27:10 +0000 (Sun, 21 May 2006) | 1 line if (x != NULL) free(x); -> free(x); ------------------------------------------------------------------------ r4941 | tron | 2006-05-21 15:19:20 +0000 (Sun, 21 May 2006) | 1 line Replace some ints and magic numbers by proper types and enums ------------------------------------------------------------------------ r4940 | tron | 2006-05-21 13:51:36 +0000 (Sun, 21 May 2006) | 1 line Remove the dubious feature of remembering the last built depot. It serves no real purpose except causing confusion ------------------------------------------------------------------------ r4939 | miham | 2006-05-21 13:18:06 +0000 (Sun, 21 May 2006) | 6 lines WebTranslator2 update to 2006-05-21 15:17:53 czech - 3 changed by Hadez (3) estonian - 15 fixed by t2t2 (15) norwegian - 4 fixed by brygge_2 (4) ukrainian - 1 changed by znikoz (1) ------------------------------------------------------------------------ r4938 | tron | 2006-05-21 12:01:57 +0000 (Sun, 21 May 2006) | 1 line Remove STATION_HANGAR, because it isn't really a station type of its own ------------------------------------------------------------------------ r4937 | tron | 2006-05-21 11:34:08 +0000 (Sun, 21 May 2006) | 1 line Reduce the use of _error_message a bit ------------------------------------------------------------------------ r4934 | celestar | 2006-05-20 21:04:43 +0000 (Sat, 20 May 2006) | 1 line -Fix: Correct a misleading comment, and remove an unneeded condition from the corresponding if (thans Tron for pointing it out) ------------------------------------------------------------------------ r4928 | belugas | 2006-05-20 18:10:39 +0000 (Sat, 20 May 2006) | 2 lines CodeChange : Rename functions referring to "Vehicle" for "Feature". Mainly because newgrf deals with more than just vehicles. ------------------------------------------------------------------------ r4927 | tron | 2006-05-20 18:03:22 +0000 (Sat, 20 May 2006) | 2 lines Replace 3 big ifs (which regard foundations) by a bit less confusing code ------------------------------------------------------------------------ r4920 | tron | 2006-05-20 16:46:37 +0000 (Sat, 20 May 2006) | 3 lines Remove parameters, which get only used in certain functions, by splitting those functions. At least in the case of checking for oil industry restrictions this makes the check conditions more clear. ------------------------------------------------------------------------ r4918 | tron | 2006-05-20 15:13:27 +0000 (Sat, 20 May 2006) | 2 lines Move the information about the size of airports from an global array into the struct which describes an airport ------------------------------------------------------------------------ r4917 | peter1138 | 2006-05-20 08:12:59 +0000 (Sat, 20 May 2006) | 2 lines - NewGRF: remove _custom_sprites_base, now used only to rejig vehicle images from ttd games, as we redetermine all vehicle images after game load anyway. ------------------------------------------------------------------------ r4916 | KUDr | 2006-05-19 20:32:45 +0000 (Fri, 19 May 2006) | 1 line - Fix: SLE_BOOL replaced by SLE_UINT8 for byte _network_lan_internet ------------------------------------------------------------------------ r4915 | KUDr | 2006-05-19 19:36:17 +0000 (Fri, 19 May 2006) | 1 line - Fix: SLE_UINT8 replaced by SLE_BOOL for bool variables (found by Celestar) ------------------------------------------------------------------------ r4914 | celestar | 2006-05-19 13:44:32 +0000 (Fri, 19 May 2006) | 2 lines -Fix (FS#180) Aircraft can now serve as feeders ------------------------------------------------------------------------ r4911 | celestar | 2006-05-19 12:08:01 +0000 (Fri, 19 May 2006) | 9 lines -Fix (FS#156): The Ai no longer attempts to build signals under bridges. NOTE 1: Remove/revert this for the bridge branch NOTE 2: Bug displays fundamental flaw in command system: If two commands, where command 2 depends on command 1, have to be checked, all those checks need to be manual. (like in this example, first build rail then build signal. BuildSignal cannot be checked without DC_EXEC as the rail isn't there yet) ------------------------------------------------------------------------ r4910 | peter1138 | 2006-05-19 10:04:03 +0000 (Fri, 19 May 2006) | 2 lines - NewGRF: add and initialize cargo subtype for vehicle visual variations ------------------------------------------------------------------------ r4906 | glx | 2006-05-18 16:51:42 +0000 (Thu, 18 May 2006) | 1 line - Fix: Refresh build vehicle window (if opened) when converting rail depot ------------------------------------------------------------------------ r4905 | peter1138 | 2006-05-18 15:34:36 +0000 (Thu, 18 May 2006) | 2 lines - NewGRF: fix typo that prevented non-english NewGRF text from working. ------------------------------------------------------------------------ r4903 | belugas | 2006-05-18 02:52:07 +0000 (Thu, 18 May 2006) | 1 line CodeChange : forgot the Id tag. Sorry ------------------------------------------------------------------------ r4902 | belugas | 2006-05-18 02:43:23 +0000 (Thu, 18 May 2006) | 4 lines Newgrf : Introduction of the newgrf_cargo files. Clearing engine and newgrf_engine from cargo related structures. Apart from moving stuff cargo related, there is nothing really newcargo for now. ------------------------------------------------------------------------ r4901 | peter1138 | 2006-05-17 21:26:12 +0000 (Wed, 17 May 2006) | 2 lines - Codechange: change 'SpriteGroup *' to 'struct SpriteGroup *' within StationSpec and GRFFile struct declarations. Now only code which actually references those pointers needs to know about the SpriteGroup struct. Remove some unnecessary lingering header dependencies. ------------------------------------------------------------------------ r4898 | miham | 2006-05-17 16:53:56 +0000 (Wed, 17 May 2006) | 3 lines WebTranslator2 update to 2006-05-17 18:53:49 german - 11 changed by Neonox (11) ------------------------------------------------------------------------ r4897 | peter1138 | 2006-05-17 13:05:44 +0000 (Wed, 17 May 2006) | 2 lines - NewGRF: don't allow addition of empty strings in action 4 ------------------------------------------------------------------------ r4896 | peter1138 | 2006-05-17 08:20:36 +0000 (Wed, 17 May 2006) | 2 lines - NewGRF: add support for vehicle property 0x25 (user defined data) used by variable 0x42. ------------------------------------------------------------------------ r4895 | peter1138 | 2006-05-17 07:16:49 +0000 (Wed, 17 May 2006) | 2 lines - NewGRF: don't allocate memory for any sprite groups until it is actually needed. ------------------------------------------------------------------------ r4892 | Darkvater | 2006-05-16 21:13:41 +0000 (Tue, 16 May 2006) | 1 line - Fix [FS#162]: SEGV when sorting an empty server list. (glx) ------------------------------------------------------------------------ r4891 | Darkvater | 2006-05-16 18:01:20 +0000 (Tue, 16 May 2006) | 1 line - Fix (r4822): The station list window had some overlapping widgets (peter1138) ------------------------------------------------------------------------ r4890 | miham | 2006-05-16 17:24:58 +0000 (Tue, 16 May 2006) | 7 lines WebTranslator2 update to 2006-05-16 19:24:43 afrikaans - 254 fixed, 96 changed by TrueTenacity (350) finnish - 2 fixed, 6 changed by lauri.kajan (8) german - 1 deleted, 27 changed by Neonox (28) italian - 12 fixed by sidew (12) polish - 10 fixed by meush (10) ------------------------------------------------------------------------ r4889 | glx | 2006-05-16 16:30:40 +0000 (Tue, 16 May 2006) | 1 line - Codechange: added vehicle count in 'players' console command ------------------------------------------------------------------------ r4888 | belugas | 2006-05-16 15:37:00 +0000 (Tue, 16 May 2006) | 5 lines CodeChange : Newgrf : little cleanup and additions -Add 4 new langIDs (Afrikaans, greek, ukrainian,croatian) -Only allocate memory when the string will be inserted -In order to avoid the UTF-8 marker, compare based on length of defined iso_code (thanks peter1138) -Synch with lang files iso_code cleanup ------------------------------------------------------------------------ r4886 | miham | 2006-05-16 14:03:42 +0000 (Tue, 16 May 2006) | 1 line Corrected localecodes ------------------------------------------------------------------------ r4882 | celestar | 2006-05-16 12:31:15 +0000 (Tue, 16 May 2006) | 2 lines -Fix: Forgot a change in previous commit ------------------------------------------------------------------------ r4881 | celestar | 2006-05-16 12:04:53 +0000 (Tue, 16 May 2006) | 2 lines -Codechange: Be a little more strict about types and remove some null-operations ------------------------------------------------------------------------ r4876 | glx | 2006-05-15 23:08:04 +0000 (Mon, 15 May 2006) | 1 line - Fix: company value is an int64, so display it correctly in 'players' console command ------------------------------------------------------------------------ r4875 | glx | 2006-05-15 22:32:27 +0000 (Mon, 15 May 2006) | 1 line - Fix: %ll don't work with mingw (msvrct.dll problem) ------------------------------------------------------------------------ r4874 | miham | 2006-05-15 21:13:16 +0000 (Mon, 15 May 2006) | 9 lines WebTranslator2 update to 2006-05-15 23:12:59 croatian - 1 fixed by knovak (1) finnish - 1 fixed, 69 changed by lauri.kajan (70) french - 15 fixed, 4 changed by glx (19) norwegian - 7 fixed by brygge_2 (7) slovenian - 18 fixed by Sonicelo (18) swedish - 16 fixed by ChrillDeVille (16) ukrainian - 70 fixed, 5 changed by znikoz (75) ------------------------------------------------------------------------