log

age author description
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. draft
Sat, 30 Aug 2008 09:01:05 +0000 peter1138 (svn r14189) -Fix (r14188): Accidental line removal draft
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. draft
Fri, 29 Aug 2008 21:11:28 +0000 rubidium (svn r14187) -Fix (r14104): silence warning when compiling without networking enabled. draft
Fri, 29 Aug 2008 21:07:26 +0000 rubidium (svn r14186) -Fix [FS#2255]: small typo (Jafinto) draft
Fri, 29 Aug 2008 21:06:49 +0000 rubidium (svn r14185) -Fix (r14153): removing NewGRFs from the config file was impossible. draft
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. draft
Fri, 29 Aug 2008 09:46:29 +0000 peter1138 (svn r14183) -Fix: "optimalization" is not a word draft
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. draft
Thu, 28 Aug 2008 19:22:03 +0000 peter1138 (svn r14181) -Fix (r14175): Rail types are not road types draft
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). draft
Wed, 27 Aug 2008 19:54:41 +0000 frosch (svn r14179) -Fix (r1): RemoveOrderFromAllVehicles() did not mark enough windows dirty. draft
Wed, 27 Aug 2008 19:21:01 +0000 frosch (svn r14178) -Fix [FS#2256]: Do not evaluate GetDestination() for go-to-nearest-depot-orders. draft
Mon, 25 Aug 2008 22:10:47 +0000 smatz (svn r14177) -Fix: define INADDR_NONE only when it hasn't been defined yet draft
Mon, 25 Aug 2008 20:54:34 +0000 smatz (svn r14176) -Fix: better 'safe' than ... 'save' draft
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. draft
Mon, 25 Aug 2008 20:10:45 +0000 smatz (svn r14174) -Fix: since now, we are 'losing' things, not 'loosing' draft
Mon, 25 Aug 2008 18:14:19 +0000 peter1138 (svn r14173) -Fix: Don't check for rail type and catenary on aqueducts. draft
Mon, 25 Aug 2008 17:16:27 +0000 belugas (svn r14172) -Feature[newGRF]: Add support for property 0x13 for Bridges. draft
Mon, 25 Aug 2008 16:41:00 +0000 belugas (svn r14171) -Codechange: Make the test for HQ a bit lighter. draft
Mon, 25 Aug 2008 16:20:26 +0000 peter1138 (svn r14170) -Codechange: Missing enum for road type iteration. draft
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 draft
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. draft
Mon, 25 Aug 2008 15:15:41 +0000 rubidium (svn r14167) -Fix: items in some ini-groups got duplicated on save. draft
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. draft
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. draft
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. draft
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. draft
Sun, 24 Aug 2008 23:12:10 +0000 rubidium (svn r14161) -Codechange: allow inis to be loaded from tars. draft
Sun, 24 Aug 2008 23:10:23 +0000 peter1138 (svn r14160) -Codechange: Move _railtype_cost_multipliers into the rail type information struct. draft
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. draft
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. draft
Sun, 24 Aug 2008 17:29:57 +0000 smatz (svn r14156) -Fix (r14153): missing/wrong comments draft
Sun, 24 Aug 2008 17:18:05 +0000 glx (svn r14155) -Fix (r14154): wrong comments draft
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 draft
Sun, 24 Aug 2008 13:50:31 +0000 rubidium (svn r14153) -Codechange: split ini file reading/saving from settings.cpp. draft
Sun, 24 Aug 2008 09:48:21 +0000 rubidium (svn r14152) -Fix (r14146): Apple decided to use a name I wanted to use... thus making compilation fail on OSX (planetmaker) draft
Sun, 24 Aug 2008 08:41:38 +0000 rubidium (svn r14151) -Codechange: make it possible to choose between the DOS and Windows graphics packs while retaining the possibility to override the palette. draft
Sun, 24 Aug 2008 01:39:56 +0000 belugas (svn r14150) -Add: Add the count of trains using the current waypoint in the vehicle list window's caption draft
Sat, 23 Aug 2008 23:31:27 +0000 frosch (svn r14149) -Fix: When selling the front engine of a train consist with another engine at the second position, not all 'important' data was copied to the new head. draft
Sat, 23 Aug 2008 23:15:04 +0000 frosch (svn r14148) -Fix (r14096) [FS#2239]: Orders were freed while they were still shared by other vehicles. draft
Sat, 23 Aug 2008 22:31:36 +0000 frosch (svn r14147) -Codechange: Allow passing 'const Vehicle *' to GetNextUnit() and GetPrevUnit(). draft
Sat, 23 Aug 2008 20:16:54 +0000 rubidium (svn r14146) -Codechange: allow palette override in both ways and remove some unneeded '(x == 0) ? 0 : 1' constructs. draft
Sat, 23 Aug 2008 19:14:27 +0000 frosch (svn r14145) -Fix (r14135, r14141): When savegame conversion cannot determine a owner of a greyed waypoint, ensure that the owner is assigned when the waypoint is rebuild. draft
Sat, 23 Aug 2008 18:05:52 +0000 peter1138 (svn r14144) -Fix (r8826): Incorrect cargo weights draft
Sat, 23 Aug 2008 16:34:05 +0000 frosch (svn r14143) -Codechange: Recenter viewport of waypoint window when relocating the waypoint. draft
Sat, 23 Aug 2008 16:26:01 +0000 frosch (svn r14142) -Codechange: Disallow taking over greyed waypoints of other companies. draft
Sat, 23 Aug 2008 16:16:37 +0000 frosch (svn r14141) -Fix (r14135): Savegame conversion could assign a recently removed waypoint (grey sign) to a wrong owner. draft
Sat, 23 Aug 2008 16:13:31 +0000 frosch (svn r14140) -Fix (r14135): Enum in saveload-table. draft
Sat, 23 Aug 2008 16:09:06 +0000 frosch (svn r14139) -Fix (r12044): GetSlopeZ() gets a virtual coordinate, not a tile. draft
Sat, 23 Aug 2008 12:29:41 +0000 smatz (svn r14138) -Fix (r12863): dark blue wasn't considered as similiar to blue draft
Sat, 23 Aug 2008 09:31:53 +0000 celestar (svn r14137) -Codechange: Remove a now unused member of CargoPacket draft
Sat, 23 Aug 2008 02:24:14 +0000 belugas (svn r14136) -Fix(r14135): MSVC project was not supposed to be on previous commit draft
Sat, 23 Aug 2008 02:15:46 +0000 belugas (svn r14135) -Codechange: Add owner to waypoints. Previously, it was guessed from rail underneath it. draft
Sat, 23 Aug 2008 00:32:01 +0000 frosch (svn r14134) -Fix (r12667, r13579) [FS#2245]: Update 'current_order' when changing 'cur_order_index'. draft
Fri, 22 Aug 2008 22:54:38 +0000 rubidium (svn r14133) -Fix [FS#2249]: close the 'manage vehicles' dropdown once the number of vehicles in the list reaches 0. draft
Fri, 22 Aug 2008 22:48:12 +0000 frosch (svn r14132) -Fix (r14039): Only reserve a path on leaving a station if the current block really is a PBS block. (michi_cc) draft
Fri, 22 Aug 2008 22:42:21 +0000 frosch (svn r14131) -Fix (r13952) [FS#2250]: The reservation of adjacent stations was sometimes not freed correctly. (michi_cc) draft
Fri, 22 Aug 2008 22:28:26 +0000 frosch (svn r14130) -Fix (r13961) [FS#2248]: Clear the stuck state of a train that is reversing with the first vehicle inside a depot. (michi_cc) draft
Fri, 22 Aug 2008 22:19:23 +0000 frosch (svn r14129) -Fix (r13935) [FS#2247]: Signal state for PBS signals was not updated when cycling the signal side. Patch by michi_cc with a small addition from me. draft