| Wed, 24 Sep 2008 14:01:49 +0000 |
translators |
(svn r14394) -Update: WebTranslator2 update to 2008-09-24 14:01:38
|
changeset |
files
|
| Tue, 23 Sep 2008 20:12:13 +0000 |
rubidium |
(svn r14393) -Fix [FS#2318]: deleting the same window (pointer) twice.
|
changeset |
files
|
| Tue, 23 Sep 2008 19:25:00 +0000 |
rubidium |
(svn r14392) -Fix [FS#1404]: some widgets saw a single click as multiple clicks.
|
changeset |
files
|
| Tue, 23 Sep 2008 15:24:15 +0000 |
rubidium |
(svn r14390) -Codechange: replace magic constants with symbolic constants.
|
changeset |
files
|
| Mon, 22 Sep 2008 19:58:46 +0000 |
translators |
(svn r14386) -Update: WebTranslator2 update to 2008-09-22 19:58:30
|
changeset |
files
|
| 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.
|
changeset |
files
|
| 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
|
changeset |
files
|
| 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.
|
changeset |
files
|
| Sun, 21 Sep 2008 14:03:47 +0000 |
frosch |
(svn r14369) -Fix: Enforce non-front engines to be stopped.
|
changeset |
files
|
| 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.
|
changeset |
files
|
| Sat, 20 Sep 2008 18:31:31 +0000 |
frosch |
(svn r14366) -Fix (r14362): Match multiheaded parts starting from the first vehicle in a chain.
|
changeset |
files
|
| 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
|
changeset |
files
|
| Sat, 20 Sep 2008 16:07:56 +0000 |
glx |
(svn r14363) -Fix [FS#2206]: some keypress combinations could be handled twice
|
changeset |
files
|
| Sat, 20 Sep 2008 10:53:08 +0000 |
frosch |
(svn r14362) -Fix (r3403): Also connect multiheaded parts in free wagon chains.
|
changeset |
files
|
| Fri, 19 Sep 2008 20:23:41 +0000 |
translators |
(svn r14361) -Update: WebTranslator2 update to 2008-09-19 20:23:28
|
changeset |
files
|
| Fri, 19 Sep 2008 16:34:24 +0000 |
smatz |
(svn r14360) -Cleanup (r12652): remove unused handler for the 'Tranfser' button
|
changeset |
files
|
| 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.
|
changeset |
files
|
| 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.
|
changeset |
files
|
| Wed, 17 Sep 2008 17:23:57 +0000 |
smatz |
(svn r14356) -Fix [FS#2307](r14258): converting of railtype was broken for tunnels and bridges
|
changeset |
files
|
| 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
|
changeset |
files
|
| Wed, 17 Sep 2008 15:04:52 +0000 |
glx |
(svn r14354) -Fix (r14253): also fix hg revision detection for MSVC
|
changeset |
files
|
| 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.
|
changeset |
files
|
| Wed, 17 Sep 2008 02:30:24 +0000 |
belugas |
(svn r14352) -Feature: Allow sorting vehicles by remaining life time.
|
changeset |
files
|
| 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
|
changeset |
files
|
| 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
|
changeset |
files
|
| 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
|
changeset |
files
|
| 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)
|
changeset |
files
|
| Tue, 16 Sep 2008 19:05:38 +0000 |
smatz |
(svn r14345) -Fix: delete the RenameSignWindow when 'its' sign is deleted
|
changeset |
files
|
| 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)
|
changeset |
files
|
| 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
|
changeset |
files
|