------------------------------------------------------------------------ r14205 | translators | 2008-08-31 17:48:17 +0000 (Sun, 31 Aug 2008) | 14 lines -Update: WebTranslator2 update to 2008-08-31 19:47:56 bulgarian - 12 fixed by thetitan (12) catalan - 49 fixed by arnaullv (49) czech - 4 fixed, 15 changed by Hadez (19) dutch - 2 fixed, 5 changed by habell (7) french - 2 fixed, 1 changed by belugas (1), glx (2) galician - 75 fixed, 54 changed by Condex (129) german - 10 fixed, 1 changed by dih (11) italian - 5 fixed, 5 changed by lorenzodv (10) korean - 14 fixed by leejaeuk5 (14) slovenian - 6 fixed by Necrolyte (6) turkish - 18 fixed by jnmbk (18) ukrainian - 2 fixed by mad (2) ------------------------------------------------------------------------ r14204 | smatz | 2008-08-31 17:34:03 +0000 (Sun, 31 Aug 2008) | 1 line -Fix (r7475): when determining length of a string with limited size, first check if we are not out of bounds already ------------------------------------------------------------------------ r14203 | peter1138 | 2008-08-31 16:41:27 +0000 (Sun, 31 Aug 2008) | 2 lines -Codechange: [NewGRF] Disable a GRF if it contains an unknown property, or tries to assign an invalid ID. ------------------------------------------------------------------------ r14202 | peter1138 | 2008-08-31 15:46:14 +0000 (Sun, 31 Aug 2008) | 2 lines -Codechange: [NewGRF] Give more meaningful output if a house/industry/industrytile is undefined in action 3, and continue processing remaining IDs. ------------------------------------------------------------------------ r14201 | peter1138 | 2008-08-31 15:26:46 +0000 (Sun, 31 Aug 2008) | 3 lines -Codechange: [NewGRF] Don't continue processing an Action 0 if we didn't read the data for a property -- the data will be wrong for subsequent reads. -Codechange: [NewGRF] *Do* continue processing if the value of a property is invalid, however. ------------------------------------------------------------------------ r14200 | rubidium | 2008-08-31 11:51:09 +0000 (Sun, 31 Aug 2008) | 2 lines -Fix (r14199): some OSes failed to compile. Furthermore I hate wrong comments! ------------------------------------------------------------------------ r14199 | rubidium | 2008-08-31 10:50:05 +0000 (Sun, 31 Aug 2008) | 2 lines -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too. ------------------------------------------------------------------------ r14198 | peter1138 | 2008-08-31 09:52:47 +0000 (Sun, 31 Aug 2008) | 2 lines -Codechange: [NewGRF] Simplify handling of common vehicle properties. ------------------------------------------------------------------------ r14197 | rubidium | 2008-08-31 08:46:43 +0000 (Sun, 31 Aug 2008) | 5 lines -Codechange: rework (original) base graphics determination methods. This yields in the following: -Feature: make configuring the to-be-used base graphics via openttd.cfg and the command line possible. -Feature: allow both the German as well as non-German toyland graphics as "correct" and official graphics. -Feature: allow people to create their own base graphics easily and without requiring code changes. ------------------------------------------------------------------------ r14196 | rubidium | 2008-08-31 08:38:30 +0000 (Sun, 31 Aug 2008) | 2 lines -Codechange: make the searching for files with a specific extension extendable. ------------------------------------------------------------------------ r14194 | glx | 2008-08-30 13:15:36 +0000 (Sat, 30 Aug 2008) | 1 line -Fix: don't use hardcoded character offsets to get hg revision. This make it similar to svn and git (ie without the ':'). ------------------------------------------------------------------------ r14193 | rubidium | 2008-08-30 12:14:56 +0000 (Sat, 30 Aug 2008) | 2 lines -Fix (r14191): don't put an unsigned 0x80 in a signed int8 as that's not what you want. ------------------------------------------------------------------------ r14192 | rubidium | 2008-08-30 10:26:16 +0000 (Sat, 30 Aug 2008) | 2 lines -Fix [FS#2236]: properly update the current timetable's travel/wait times instead of only doing it for one vehicle in the shared order chain and only when some bit has not been set (PhilSophus) ------------------------------------------------------------------------ r14191 | rubidium | 2008-08-30 09:46:52 +0000 (Sat, 30 Aug 2008) | 3 lines -Codechange: unify the code to skip sprite payload (i.e. not the header). -Fix: sprite payload skipping wouldn't skip enough bytes in a very small subset of compressed sprites. ------------------------------------------------------------------------ r14190 | rubidium | 2008-08-30 09:43:07 +0000 (Sat, 30 Aug 2008) | 2 lines -Codechange: use alloc instead of malloc+free when the allocated memory shouldn't be used after the function ended. ------------------------------------------------------------------------ r14189 | peter1138 | 2008-08-30 09:01:05 +0000 (Sat, 30 Aug 2008) | 2 lines -Fix (r14188): Accidental line removal ------------------------------------------------------------------------ r14188 | peter1138 | 2008-08-30 08:59:55 +0000 (Sat, 30 Aug 2008) | 2 lines -Codechange: [NewGRF] Cargo type of 0xFF is specified to be 'use first refittable cargo', so don't issue a warning for it. ------------------------------------------------------------------------ r14187 | rubidium | 2008-08-29 21:11:28 +0000 (Fri, 29 Aug 2008) | 2 lines -Fix (r14104): silence warning when compiling without networking enabled. ------------------------------------------------------------------------ r14186 | rubidium | 2008-08-29 21:07:26 +0000 (Fri, 29 Aug 2008) | 2 lines -Fix [FS#2255]: small typo (Jafinto) ------------------------------------------------------------------------ r14185 | rubidium | 2008-08-29 21:06:49 +0000 (Fri, 29 Aug 2008) | 2 lines -Fix (r14153): removing NewGRFs from the config file was impossible. ------------------------------------------------------------------------ r14184 | peter1138 | 2008-08-29 20:03:51 +0000 (Fri, 29 Aug 2008) | 2 lines -Codechange: [NewGRF] Since our NewGRF handling is better than it used to be, disable a NewGRF if unexpected sprites are reached. ------------------------------------------------------------------------ r14183 | peter1138 | 2008-08-29 09:46:29 +0000 (Fri, 29 Aug 2008) | 2 lines -Fix: "optimalization" is not a word ------------------------------------------------------------------------ r14182 | peter1138 | 2008-08-28 19:53:25 +0000 (Thu, 28 Aug 2008) | 2 lines -Fix: After applying NewGRF settings, all rail and road types were available as the engine availability check was performed too early. ------------------------------------------------------------------------ r14181 | peter1138 | 2008-08-28 19:22:03 +0000 (Thu, 28 Aug 2008) | 2 lines -Fix (r14175): Rail types are not road types ------------------------------------------------------------------------ r14180 | glx | 2008-08-27 21:30:20 +0000 (Wed, 27 Aug 2008) | 1 line -Fix (r8293): close all related vehicle lists when closing a station window (and not only the train list). ------------------------------------------------------------------------ r14179 | frosch | 2008-08-27 19:54:41 +0000 (Wed, 27 Aug 2008) | 1 line -Fix (r1): RemoveOrderFromAllVehicles() did not mark enough windows dirty. ------------------------------------------------------------------------ r14178 | frosch | 2008-08-27 19:21:01 +0000 (Wed, 27 Aug 2008) | 1 line -Fix [FS#2256]: Do not evaluate GetDestination() for go-to-nearest-depot-orders. ------------------------------------------------------------------------ r14177 | smatz | 2008-08-25 22:10:47 +0000 (Mon, 25 Aug 2008) | 1 line -Fix: define INADDR_NONE only when it hasn't been defined yet ------------------------------------------------------------------------ r14176 | smatz | 2008-08-25 20:54:34 +0000 (Mon, 25 Aug 2008) | 1 line -Fix: better 'safe' than ... 'save' ------------------------------------------------------------------------ r14175 | peter1138 | 2008-08-25 20:42:54 +0000 (Mon, 25 Aug 2008) | 2 lines -Codechange: Rewrite the main toolbars to use the standard dropdown menu system, allowing flexible menus instead of fixed string lists, and removing code duplication. ------------------------------------------------------------------------ r14174 | smatz | 2008-08-25 20:10:45 +0000 (Mon, 25 Aug 2008) | 1 line -Fix: since now, we are 'losing' things, not 'loosing' ------------------------------------------------------------------------ r14173 | peter1138 | 2008-08-25 18:14:19 +0000 (Mon, 25 Aug 2008) | 2 lines -Fix: Don't check for rail type and catenary on aqueducts. ------------------------------------------------------------------------ r14172 | belugas | 2008-08-25 17:16:27 +0000 (Mon, 25 Aug 2008) | 2 lines -Feature[newGRF]: Add support for property 0x13 for Bridges. In other words, one can now specifies a 16 bits cost multiplier. ------------------------------------------------------------------------ r14171 | belugas | 2008-08-25 16:41:00 +0000 (Mon, 25 Aug 2008) | 3 lines -Codechange: Make the test for HQ a bit lighter. The presence of a HQ is only dictated by the 7th bit been set. The rest of the data is related to the size and the type. ------------------------------------------------------------------------ r14170 | peter1138 | 2008-08-25 16:20:26 +0000 (Mon, 25 Aug 2008) | 2 lines -Codechange: Missing enum for road type iteration. ------------------------------------------------------------------------ r14169 | belugas | 2008-08-25 16:10:34 +0000 (Mon, 25 Aug 2008) | 1 line -Codechange: rename location_of_house for location_of_HQ, which is more exact and less subject to interpretation ------------------------------------------------------------------------ r14168 | peter1138 | 2008-08-25 16:07:10 +0000 (Mon, 25 Aug 2008) | 2 lines -Codechange: Make dropdown 'auto_width' a separate parameter, so that a minimum width can be specified. ------------------------------------------------------------------------ r14167 | rubidium | 2008-08-25 15:15:41 +0000 (Mon, 25 Aug 2008) | 2 lines -Fix: items in some ini-groups got duplicated on save. ------------------------------------------------------------------------ r14166 | matthijs | 2008-08-25 12:47:17 +0000 (Mon, 25 Aug 2008) | 2 lines -Doc: Change "forbid 90 degree turn" patch option description to say "not with NTP" instead of "requires NPF" (which has been untrue since the introduction of YAPF). Thanks to FauxFaux for pointing this out. ------------------------------------------------------------------------ r14165 | peter1138 | 2008-08-25 10:58:24 +0000 (Mon, 25 Aug 2008) | 2 lines -Codechange: When over-building rail with a different type, don't convert the rail if the engines of the new type are powered on the existing type. ------------------------------------------------------------------------ r14164 | rubidium | 2008-08-25 06:35:28 +0000 (Mon, 25 Aug 2008) | 3 lines -Codechange: simplify and unify the addition of ini items with value when not loading an ini file. -Fix: wrong insertion management causing leaks. ------------------------------------------------------------------------ r14162 | peter1138 | 2008-08-24 23:29:58 +0000 (Sun, 24 Aug 2008) | 2 lines -Fix: Allow rail type conversion if the rail type cost multipliers are the same. ------------------------------------------------------------------------ r14161 | rubidium | 2008-08-24 23:12:10 +0000 (Sun, 24 Aug 2008) | 2 lines -Codechange: allow inis to be loaded from tars. ------------------------------------------------------------------------ r14160 | peter1138 | 2008-08-24 23:10:23 +0000 (Sun, 24 Aug 2008) | 2 lines -Codechange: Move _railtype_cost_multipliers into the rail type information struct. ------------------------------------------------------------------------ r14158 | peter1138 | 2008-08-24 23:00:11 +0000 (Sun, 24 Aug 2008) | 2 lines -Codechange: Initialization of rail type data from static source, so data can be changed. ------------------------------------------------------------------------ r14157 | peter1138 | 2008-08-24 21:31:24 +0000 (Sun, 24 Aug 2008) | 2 lines -Codechange: Add and use string properties for rail types instead of relying on consecutive string IDs. ------------------------------------------------------------------------