Mon, 29 Sep 2008 18:23:56 +0000 smatz (svn r14415) -Fix (r10074): void tiles could be the nearest 'land' for water industries
Mon, 29 Sep 2008 16:27:02 +0000 rubidium (svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn't guarantee the resulting string is '\0'-terminated.
Sun, 28 Sep 2008 17:20:31 +0000 truebrain (svn r14413) -Fix: when no revision detected, the error didn't indicate 'mercurial' was accepted as source too (patch not by Sacro)
Sun, 28 Sep 2008 15:42:15 +0000 frosch (svn r14412) -Documentation: Comment some functions related to the advanced settings. Patch by Alberth, but with less excessive use of 'at'.
Sun, 28 Sep 2008 15:07:03 +0000 frosch (svn r14411) -Fix (r14406): IsFrontEngine() is only valid for trains.
Sun, 28 Sep 2008 13:50:11 +0000 rubidium (svn r14410) -Codechange: one can't inject a negative number of parameters, so enforce this by using a uint.
Sun, 28 Sep 2008 12:38:56 +0000 frosch (svn r14409) -Codechange: Simplify a loop and correct a comment.
Sat, 27 Sep 2008 22:19:34 +0000 glx (svn r14408) -Fix (r9205): generation seed set using -G was always overwritten by -g
Sat, 27 Sep 2008 17:08:03 +0000 frosch (svn r14407) -Cleanup (r14406): Remove a redundant test. (thanks SmatZ)
Sat, 27 Sep 2008 14:58:46 +0000 frosch (svn r14406) -Fix [FS#Eddi]: Autoreplace did not work for vehicles in free wagon chains.
Fri, 26 Sep 2008 19:25:49 +0000 frosch (svn r14405) -Fix [FS#2289]: Correct handling of selling free wagons while the following vehicle is an engine (i.e. a new train is created).
Fri, 26 Sep 2008 19:11:15 +0000 rubidium (svn r14404) -Change [FS#2176]: don't make the town flatten land unconditionally when build on slopes is turned on. Based on a patch by Eddi.
Fri, 26 Sep 2008 19:01:57 +0000 frosch (svn r14403) -Fix (r14384): The condition was too restrictive.
Fri, 26 Sep 2008 17:47:39 +0000 translators (svn r14402) -Update: WebTranslator2 update to 2008-09-26 17:45:50
Fri, 26 Sep 2008 06:52:06 +0000 peter1138 (svn r14401) -Fix (r11724): Don't check articulated parts or rear multihead parts for callback 1D when moving a chain of wagons.
Thu, 25 Sep 2008 09:50:31 +0000 smatz (svn r14398) -Cleanup (r14395): unused function sneaked in
Wed, 24 Sep 2008 23:25:24 +0000 rubidium (svn r14397) -Fix: possible buffer overrun, wrong parameter type passed to printf and && where || is meant. Found by MSVC's code analysis (Darkvater)
Wed, 24 Sep 2008 16:51:36 +0000 smatz (svn r14396) -Fix: ctrl+right click at 'Go to nearest depot' order scrolled to depot with DepotID == 0
Wed, 24 Sep 2008 16:40:06 +0000 smatz (svn r14395) -Fix [FS#2285]: crashes and GUI desyncs when order is deleted/modified while the timetable window is open
Wed, 24 Sep 2008 14:01:49 +0000 translators (svn r14394) -Update: WebTranslator2 update to 2008-09-24 14:01:38
Tue, 23 Sep 2008 20:12:13 +0000 rubidium (svn r14393) -Fix [FS#2318]: deleting the same window (pointer) twice.
Tue, 23 Sep 2008 19:25:00 +0000 rubidium (svn r14392) -Fix [FS#1404]: some widgets saw a single click as multiple clicks.
Tue, 23 Sep 2008 15:24:15 +0000 rubidium (svn r14390) -Codechange: replace magic constants with symbolic constants.
Mon, 22 Sep 2008 19:58:46 +0000 translators (svn r14386) -Update: WebTranslator2 update to 2008-09-22 19:58:30
Mon, 22 Sep 2008 19:28:53 +0000 frosch (svn r14384) -Fix: Moving the first vehicle of a train elsewhere might require a new unitnumber for the remaining chain.
Mon, 22 Sep 2008 14:34:38 +0000 smatz (svn r14383) -Fix [FS#2316](r14343): handle invalid 'v->u.air.targetairport' in the NewGRF code, too
Sun, 21 Sep 2008 18:28:35 +0000 rubidium (svn r14371) -Fix [FS#2313]: loading indicator didn't stay with the front engine when turning a train in a station.
Sun, 21 Sep 2008 14:03:47 +0000 frosch (svn r14369) -Fix: Enforce non-front engines to be stopped.
Sun, 21 Sep 2008 11:26:50 +0000 rubidium (svn r14368) -Fix [FS#1852]: trams jumping when reversing on a single trambit (like caused during road construction reworks) or when (manually) reversing in a corner.
Sat, 20 Sep 2008 18:31:31 +0000 frosch (svn r14366) -Fix (r14362): Match multiheaded parts starting from the first vehicle in a chain.
Sat, 20 Sep 2008 17:43:06 +0000 glx (svn r14365) -Backport (r14364 from NoAI): add the ability do CmdBuildSingleSignal to directly place the correct signal, instead requiring multiple inputs before doing so
Sat, 20 Sep 2008 16:07:56 +0000 glx (svn r14363) -Fix [FS#2206]: some keypress combinations could be handled twice
Sat, 20 Sep 2008 10:53:08 +0000 frosch (svn r14362) -Fix (r3403): Also connect multiheaded parts in free wagon chains.
Fri, 19 Sep 2008 20:23:41 +0000 translators (svn r14361) -Update: WebTranslator2 update to 2008-09-19 20:23:28
Fri, 19 Sep 2008 16:34:24 +0000 smatz (svn r14360) -Cleanup (r12652): remove unused handler for the 'Tranfser' button
Thu, 18 Sep 2008 15:32:20 +0000 rubidium (svn r14359) -Fix [FS#2311]: the ownership of roadtiles was not properly set for very old savegames (including TTD's) making it impossible to remove some pieces of road.
Wed, 17 Sep 2008 19:32:06 +0000 rubidium (svn r14358) -Change: make the default bundle name similar to the name of the current compile farm instead of the former compile farm.
Wed, 17 Sep 2008 17:23:57 +0000 smatz (svn r14356) -Fix [FS#2307](r14258): converting of railtype was broken for tunnels and bridges
Wed, 17 Sep 2008 16:06:05 +0000 glx (svn r14355) -Fix: latest svn revision detection from hg log always gave the latest relative to tip revision, not to the current working revision
Wed, 17 Sep 2008 15:04:52 +0000 glx (svn r14354) -Fix (r14253): also fix hg revision detection for MSVC
Wed, 17 Sep 2008 08:32:26 +0000 peter1138 (svn r14353) -Fix: hg revision detection always gave the tip revision, not the current working revision.
Wed, 17 Sep 2008 02:30:24 +0000 belugas (svn r14352) -Feature: Allow sorting vehicles by remaining life time.
Wed, 17 Sep 2008 00:32:35 +0000 smatz (svn r14351) -Codechange: call CFollowTrackT::GetSingleTramBit() only if we know it is a tram, so compiler doesn't generate code for trains and ships
Tue, 16 Sep 2008 22:56:43 +0000 smatz (svn r14350) -Fix (r13927): do not draw PBS reservation for NW and NE depots, it is drawn through depot walls
Tue, 16 Sep 2008 20:57:49 +0000 smatz (svn r14348) -Fix (r1667): signs were not updated on company bankrupcy/sell, they have colour of invalid player
Tue, 16 Sep 2008 19:18:22 +0000 smatz (svn r14346) -Codechange [FS#2184]: reduce code duplication when jumping to next/previous sign in signs_gui.cpp (Roujin)
Tue, 16 Sep 2008 19:05:38 +0000 smatz (svn r14345) -Fix: delete the RenameSignWindow when 'its' sign is deleted
Tue, 16 Sep 2008 16:07:18 +0000 smatz (svn r14344) -Fix: when a new airport is built in the same tick as the old station is deleted, aircraft may go crazy (and crash the game)
Tue, 16 Sep 2008 15:15:41 +0000 smatz (svn r14343) -Fix [FS#2300]: invalid v->u.air.targetairport could cause crashes at several places when the station pool got smaller
Tue, 16 Sep 2008 11:19:07 +0000 smatz (svn r14340) -Fix (r11822): signs from old savegames were lost (causing little memory leaks)
Mon, 15 Sep 2008 23:50:12 +0000 smatz (svn r14339) -Fix (r13731): crash when loading the intro game failed
Mon, 15 Sep 2008 22:58:41 +0000 smatz (svn r14337) -Codechange: use CmdRename* and CMD_RENAME_* for vehicle, president and company renaming commands, too
Mon, 15 Sep 2008 22:45:18 +0000 smatz (svn r14336) -Fix (r14334): when there was a station with custom name in an old savegame, it's default name was empty
Mon, 15 Sep 2008 19:55:00 +0000 frosch (svn r14335) -Codechange: Remove some magic numbers.
Mon, 15 Sep 2008 19:02:50 +0000 smatz (svn r14334) -Feature: ability to reset name to default/automatic value (for vehicles, engines, towns, groups, stations, waypoints, managers and companies)
Mon, 15 Sep 2008 18:50:48 +0000 frosch (svn r14333) -Documentation: Update docs/landscape*. Based on patch by yorick.
Mon, 15 Sep 2008 17:18:22 +0000 belugas (svn r14332) -Fix[FS#1885]: Balance the monthly random industry changes, by introducing a daily random industry change.
Mon, 15 Sep 2008 16:29:40 +0000 smatz (svn r14331) -Codechange: use an enum as additional parameter for ShowQueryString()
Mon, 15 Sep 2008 13:32:59 +0000 rubidium (svn r14330) -Fix: compile warnings in some unfinished lang files.
Mon, 15 Sep 2008 10:02:39 +0000 rubidium (svn r14329) -Fix (r14306): selections in the group GUI weren't shown anymore.