Tue, 02 Sep 2008 14:46:28 +0000 smatz (svn r14221) -Fix: signs (town name, station name, ...) could be too long for 8bit width in pixels
Tue, 02 Sep 2008 08:25:15 +0000 rubidium (svn r14219) -Fix (rthebeginning): 10 days != 6*2.5 days, effectively causing the payment graph to show the wrong data.
Mon, 01 Sep 2008 08:57:33 +0000 peter1138 (svn r14215) -Cleanup (r13866): Strange line wrapping...
Sun, 31 Aug 2008 23:12:57 +0000 rubidium (svn r14214) -Codechange: move another TTD graphics bug into the GRF; height problem of sprite #142.
Sun, 31 Aug 2008 21:43:34 +0000 rubidium (svn r14211) -Fix: glitches (alignment issues/inconsistent vehicle graphics) in original graphics (Addi)
Sun, 31 Aug 2008 21:30:36 +0000 smatz (svn r14210) -Codechange: remove a useless check when creating new waypoint
Sun, 31 Aug 2008 20:54:01 +0000 smatz (svn r14209) -Feature(tte): doubleclick to join selected server/company
Sun, 31 Aug 2008 20:08:24 +0000 peter1138 (svn r14208) -Fix (r14197): Crash if no .obg files are found.
Sun, 31 Aug 2008 19:56:52 +0000 rubidium (svn r14207) -Fix [FS#2262] (r14191): warning about non-virtual destructor in class with virtual functions.
Sun, 31 Aug 2008 19:46:04 +0000 rubidium (svn r14206) -Fix (r14197): why don't people just compile a trunk checkout and do we have to think about adding everything to those pesky precompiled binaries?
Sun, 31 Aug 2008 17:48:17 +0000 translators (svn r14205) -Update: WebTranslator2 update to 2008-08-31 19:47:56
Sun, 31 Aug 2008 17:34:03 +0000 smatz (svn r14204) -Fix (r7475): when determining length of a string with limited size, first check if we are not out of bounds already
Sun, 31 Aug 2008 16:41:27 +0000 peter1138 (svn r14203) -Codechange: [NewGRF] Disable a GRF if it contains an unknown property, or tries to assign an invalid ID.
Sun, 31 Aug 2008 15:46:14 +0000 peter1138 (svn r14202) -Codechange: [NewGRF] Give more meaningful output if a house/industry/industrytile is undefined in action 3, and continue processing remaining IDs.
Sun, 31 Aug 2008 15:26:46 +0000 peter1138 (svn r14201) -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.
Sun, 31 Aug 2008 11:51:09 +0000 rubidium (svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate wrong comments!
Sun, 31 Aug 2008 10:50:05 +0000 rubidium (svn r14199) -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.
Sun, 31 Aug 2008 09:52:47 +0000 peter1138 (svn r14198) -Codechange: [NewGRF] Simplify handling of common vehicle properties.
Sun, 31 Aug 2008 08:46:43 +0000 rubidium (svn r14197) -Codechange: rework (original) base graphics determination methods. This yields in the following:
Sun, 31 Aug 2008 08:38:30 +0000 rubidium (svn r14196) -Codechange: make the searching for files with a specific extension extendable.
Sat, 30 Aug 2008 13:15:36 +0000 glx (svn r14194) -Fix: don't use hardcoded character offsets to get hg revision. This make it similar to svn and git (ie without the ':').
Sat, 30 Aug 2008 12:14:56 +0000 rubidium (svn r14193) -Fix (r14191): don't put an unsigned 0x80 in a signed int8 as that's not what you want.
Sat, 30 Aug 2008 10:26:16 +0000 rubidium (svn r14192) -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)
Sat, 30 Aug 2008 09:46:52 +0000 rubidium (svn r14191) -Codechange: unify the code to skip sprite payload (i.e. not the header).
Sat, 30 Aug 2008 09:43:07 +0000 rubidium (svn r14190) -Codechange: use alloc instead of malloc+free when the allocated memory shouldn't be used after the function ended.
Sat, 30 Aug 2008 09:01:05 +0000 peter1138 (svn r14189) -Fix (r14188): Accidental line removal
Sat, 30 Aug 2008 08:59:55 +0000 peter1138 (svn r14188) -Codechange: [NewGRF] Cargo type of 0xFF is specified to be 'use first refittable cargo', so don't issue a warning for it.
Fri, 29 Aug 2008 21:11:28 +0000 rubidium (svn r14187) -Fix (r14104): silence warning when compiling without networking enabled.
Fri, 29 Aug 2008 21:07:26 +0000 rubidium (svn r14186) -Fix [FS#2255]: small typo (Jafinto)
Fri, 29 Aug 2008 21:06:49 +0000 rubidium (svn r14185) -Fix (r14153): removing NewGRFs from the config file was impossible.
Fri, 29 Aug 2008 20:03:51 +0000 peter1138 (svn r14184) -Codechange: [NewGRF] Since our NewGRF handling is better than it used to be, disable a NewGRF if unexpected sprites are reached.
Fri, 29 Aug 2008 09:46:29 +0000 peter1138 (svn r14183) -Fix: "optimalization" is not a word
Thu, 28 Aug 2008 19:53:25 +0000 peter1138 (svn r14182) -Fix: After applying NewGRF settings, all rail and road types were available as the engine availability check was performed too early.
Thu, 28 Aug 2008 19:22:03 +0000 peter1138 (svn r14181) -Fix (r14175): Rail types are not road types
Wed, 27 Aug 2008 21:30:20 +0000 glx (svn r14180) -Fix (r8293): close all related vehicle lists when closing a station window (and not only the train list).
Wed, 27 Aug 2008 19:54:41 +0000 frosch (svn r14179) -Fix (r1): RemoveOrderFromAllVehicles() did not mark enough windows dirty.
Wed, 27 Aug 2008 19:21:01 +0000 frosch (svn r14178) -Fix [FS#2256]: Do not evaluate GetDestination() for go-to-nearest-depot-orders.
Mon, 25 Aug 2008 22:10:47 +0000 smatz (svn r14177) -Fix: define INADDR_NONE only when it hasn't been defined yet
Mon, 25 Aug 2008 20:54:34 +0000 smatz (svn r14176) -Fix: better 'safe' than ... 'save'
Mon, 25 Aug 2008 20:42:54 +0000 peter1138 (svn r14175) -Codechange: Rewrite the main toolbars to use the standard dropdown menu system, allowing flexible menus instead of fixed string lists, and removing code duplication.
Mon, 25 Aug 2008 20:10:45 +0000 smatz (svn r14174) -Fix: since now, we are 'losing' things, not 'loosing'
Mon, 25 Aug 2008 18:14:19 +0000 peter1138 (svn r14173) -Fix: Don't check for rail type and catenary on aqueducts.
Mon, 25 Aug 2008 17:16:27 +0000 belugas (svn r14172) -Feature[newGRF]: Add support for property 0x13 for Bridges.
Mon, 25 Aug 2008 16:41:00 +0000 belugas (svn r14171) -Codechange: Make the test for HQ a bit lighter.
Mon, 25 Aug 2008 16:20:26 +0000 peter1138 (svn r14170) -Codechange: Missing enum for road type iteration.
Mon, 25 Aug 2008 16:10:34 +0000 belugas (svn r14169) -Codechange: rename location_of_house for location_of_HQ, which is more exact and less subject to interpretation
Mon, 25 Aug 2008 16:07:10 +0000 peter1138 (svn r14168) -Codechange: Make dropdown 'auto_width' a separate parameter, so that a minimum width can be specified.
Mon, 25 Aug 2008 15:15:41 +0000 rubidium (svn r14167) -Fix: items in some ini-groups got duplicated on save.
Mon, 25 Aug 2008 12:47:17 +0000 matthijs (svn r14166) -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.
Mon, 25 Aug 2008 10:58:24 +0000 peter1138 (svn r14165) -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.
Mon, 25 Aug 2008 06:35:28 +0000 rubidium (svn r14164) -Codechange: simplify and unify the addition of ini items with value when not loading an ini file.
Sun, 24 Aug 2008 23:29:58 +0000 peter1138 (svn r14162) -Fix: Allow rail type conversion if the rail type cost multipliers are the same.
Sun, 24 Aug 2008 23:12:10 +0000 rubidium (svn r14161) -Codechange: allow inis to be loaded from tars.
Sun, 24 Aug 2008 23:10:23 +0000 peter1138 (svn r14160) -Codechange: Move _railtype_cost_multipliers into the rail type information struct.
Sun, 24 Aug 2008 23:00:11 +0000 peter1138 (svn r14158) -Codechange: Initialization of rail type data from static source, so data can be changed.
Sun, 24 Aug 2008 21:31:24 +0000 peter1138 (svn r14157) -Codechange: Add and use string properties for rail types instead of relying on consecutive string IDs.
Sun, 24 Aug 2008 17:29:57 +0000 smatz (svn r14156) -Fix (r14153): missing/wrong comments
Sun, 24 Aug 2008 17:18:05 +0000 glx (svn r14155) -Fix (r14154): wrong comments
Sun, 24 Aug 2008 17:02:21 +0000 glx (svn r14154) -Fix (r14153): strndup is a GNU extension, so it doesn't exist on all platforms
Sun, 24 Aug 2008 13:50:31 +0000 rubidium (svn r14153) -Codechange: split ini file reading/saving from settings.cpp.