------------------------------------------------------------------------ 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) ------------------------------------------------------------------------ r4873 | miham | 2006-05-15 12:29:42 +0000 (Mon, 15 May 2006) | 9 lines WebTranslator2 update to 2006-05-15 14:29:26 afrikaans - 794 fixed by TrueTenacity (794) finnish - 12 fixed, 1 changed by lauri.kajan (13) french - 32 fixed by glx (32) italian - 3 fixed, 51 changed by sidew (54) portuguese - 4 fixed by izhirahider (4) slovenian - 3 fixed, 3 changed by christooss (6) ukrainian - 88 fixed, 1 changed by znikoz (89) ------------------------------------------------------------------------ r4872 | peter1138 | 2006-05-15 06:49:36 +0000 (Mon, 15 May 2006) | 2 lines - NewGRF: add support for vehicle variable 0x47 (mart3p) ------------------------------------------------------------------------ r4871 | glx | 2006-05-14 23:01:11 +0000 (Sun, 14 May 2006) | 1 line - Fixed off-by-one and added company color displaying in 'players' console command. ------------------------------------------------------------------------ r4870 | miham | 2006-05-14 21:10:15 +0000 (Sun, 14 May 2006) | 1 line Translations: added greek language (utf-8) ------------------------------------------------------------------------ r4869 | peter1138 | 2006-05-14 20:58:12 +0000 (Sun, 14 May 2006) | 2 lines - NewGRF: support setting train list vehicle width to 32 instead of 29 pixels, for sets which use 32 pixel long engines/wagons. ------------------------------------------------------------------------ r4868 | peter1138 | 2006-05-14 20:38:09 +0000 (Sun, 14 May 2006) | 3 lines - Codechange: in the train detail window, don't call DrawTrainImage() for each row, as we already loop to find the vehicles to draw. Fixes a potential issue of extraneous wagons being drawn, if they are very short. ------------------------------------------------------------------------ r4867 | peter1138 | 2006-05-14 15:11:12 +0000 (Sun, 14 May 2006) | 2 lines - NewGRF: implement partial support for engine variable 0x42 ------------------------------------------------------------------------ r4866 | miham | 2006-05-14 14:59:01 +0000 (Sun, 14 May 2006) | 7 lines WebTranslator2 update to 2006-05-14 16:56:38 danish - 1 fixed by Bjarni (1) german - 3 changed by Neonox (3) slovenian - 192 fixed by Sonicelo (192) turkish - 10 fixed by jnmbk (10) ukrainian - 324 fixed, 2 deleted, 20 changed by znikoz (346) ------------------------------------------------------------------------ r4865 | miham | 2006-05-13 19:28:31 +0000 (Sat, 13 May 2006) | 1 line [Translations] Added new (empty) language: afrikaans language ------------------------------------------------------------------------