Thu, 08 Jan 2009 18:49:34 +0000 |
translators |
(svn r14922) -Update: WebTranslator2 update to 2009-01-08 18:49:15
draft
|
Thu, 08 Jan 2009 18:08:14 +0000 |
frosch |
(svn r14921) -Fix [FS#2507]: Do not try to calculate a center of a train-station, when there is none.
draft
|
Thu, 08 Jan 2009 16:35:45 +0000 |
rubidium |
(svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus)
draft
|
Thu, 08 Jan 2009 16:33:41 +0000 |
rubidium |
(svn r14918) -Cleanup: remove unused constant.
draft
|
Thu, 08 Jan 2009 14:55:28 +0000 |
rubidium |
(svn r14916) -Codechange: make it possible to send CommandContainers directly to DoCommand(P).
draft
|
Thu, 08 Jan 2009 14:40:18 +0000 |
rubidium |
(svn r14915) -Codechange: unify the receiving and sending of commands, and thus unifying most of the validity checking too.
draft
|
Thu, 08 Jan 2009 14:38:21 +0000 |
belugas |
(svn r14914) -Documentation: Correct doxygen comment for file name. <nitpicked> by Swallow
draft
|
Thu, 08 Jan 2009 14:33:32 +0000 |
peter1138 |
(svn r14913) -Codechange: (Well, Buildchange:) Don't include unnecessary blitters or drivers when built as dedicated-only.
draft
|
Thu, 08 Jan 2009 14:30:29 +0000 |
peter1138 |
(svn r14912) -Codechange: Autoprobe 'null' blitter when built as dedicated-only.
draft
|
Thu, 08 Jan 2009 14:10:39 +0000 |
peter1138 |
(svn r14911) -Fix (r14909): -D did not work
draft
|
Thu, 08 Jan 2009 13:57:50 +0000 |
rubidium |
(svn r14910) -Codechange: merge the command queue handling into a single location
draft
|
Thu, 08 Jan 2009 12:05:14 +0000 |
peter1138 |
(svn r14909) -Codechange: Remove global option for the extmidi driver and make it a driver parameter with the name cmd instead. This means if you have an "extmidi = ..." line in your config you must change it to "musicdriver = extmidi:cmd=...", in the [misc] section.
draft
|
Thu, 08 Jan 2009 11:40:42 +0000 |
peter1138 |
(svn r14908) -Codechange: Add support for text parameters.
draft
|
Thu, 08 Jan 2009 11:06:07 +0000 |
peter1138 |
(svn r14907) -Codechange: Remove 32 character limit from driver/blitter selection and parameters.
draft
|
Wed, 07 Jan 2009 18:59:46 +0000 |
rubidium |
(svn r14905) -Fix (r14899): in some corner cases already freed memory could be read.
draft
|
Wed, 07 Jan 2009 18:44:56 +0000 |
translators |
(svn r14904) -Update: WebTranslator2 update to 2009-01-07 18:44:43
draft
|
Wed, 07 Jan 2009 17:50:20 +0000 |
frosch |
(svn r14903) -Fix: First create all articulated parts of roadvehicles, then call callback 36 capacity, also call it for all articulated parts.
draft
|
Wed, 07 Jan 2009 17:40:17 +0000 |
frosch |
(svn r14902) -Feature: Advanced setting to keep various building tools active, which are usually closed after placing an object. (planetmaker)
draft
|
Wed, 07 Jan 2009 16:11:27 +0000 |
rubidium |
(svn r14899) -Feature: remove the window limit, but leave a configurable limit on the number of non-sticky non-vital windows.
draft
|
Wed, 07 Jan 2009 15:36:37 +0000 |
rubidium |
(svn r14898) -Fix (r14897): ccache's caching seems to be a bit too agressive or so.
draft
|
Wed, 07 Jan 2009 15:27:19 +0000 |
rubidium |
(svn r14897) -Codechange: don't allow a few command flags to be sent over the network as it's bogus information anyway; e.g. the "do not send over network" flag as it will be set whenever the command is received from the server/client.
draft
|
Wed, 07 Jan 2009 14:58:43 +0000 |
rubidium |
(svn r14896) -Codechange: remove an unused constant and the related dead code.
draft
|
Wed, 07 Jan 2009 14:45:07 +0000 |
rubidium |
(svn r14895) -Change: move CMD_NO_WATER from all DoCommandPs to the command table
draft
|
Wed, 07 Jan 2009 13:31:09 +0000 |
rubidium |
(svn r14890) -Codechange: move the notest information into the command table.
draft
|
Wed, 07 Jan 2009 13:26:48 +0000 |
rubidium |
(svn r14889) -Codechange: replace some magic numbers with constants.
draft
|
Wed, 07 Jan 2009 13:25:10 +0000 |
rubidium |
(svn r14888) -Change/Fix: don't make makedepend look in whatever's included for headers; it takes ages *and* it will not find all headers anyways as they are placed in locations where only the compiler can easily find them
draft
|
Wed, 07 Jan 2009 12:54:26 +0000 |
rubidium |
(svn r14886) -Fix: remove (3) strings with non-UTF8 characters in Afrikaans.
draft
|
Wed, 07 Jan 2009 08:26:09 +0000 |
rubidium |
(svn r14885) -Fix: if settings minimum != 1 and 0-is-disabled is enabled, one could set the setting in-game to an out-of-valid-range value.
draft
|
Wed, 07 Jan 2009 02:03:07 +0000 |
smatz |
(svn r14884) -Codechange: simplify code responsible for opening vehicle view windows
draft
|
Tue, 06 Jan 2009 23:48:19 +0000 |
glx |
(svn r14882) -Change: move widgets related files to their own category (MSVC)
draft
|
Tue, 06 Jan 2009 23:19:59 +0000 |
rubidium |
(svn r14881) -Fix (r14880): somehow make didn't think that widgets/dropdown.cpp did depend on window_gui.h...
draft
|
Tue, 06 Jan 2009 22:37:42 +0000 |
rubidium |
(svn r14880) -Codechange: make it clear which way the FOR_ALL_WINDOWS goes (from back to front or vice versa) and make it iterate over the Window* instead of Window**.
draft
|
Tue, 06 Jan 2009 17:11:37 +0000 |
michi_cc |
(svn r14876) -Fix [FS#2509] (r14849): Reserved path loop detection was broken for stations.
draft
|
Tue, 06 Jan 2009 14:45:38 +0000 |
peter1138 |
(svn r14869) -Feature: Allow road vehicles to move multiple steps in a tick (code based on train movement code) and add support for RV prop 15. This gives RVs a maximum speed of 318mph instead 79mph. This only implements higher speeds, not 'realistic acceleration'.
draft
|
Tue, 06 Jan 2009 10:22:48 +0000 |
peter1138 |
(svn r14862) -Fix (r14421): min_players became min_active_clients, not min_clients
draft
|
Tue, 06 Jan 2009 00:48:19 +0000 |
truebrain |
(svn r14856) -Fix: allow 'makedepend' to find header files in the lang-obj-dir
draft
|
Tue, 06 Jan 2009 00:27:53 +0000 |
belugas |
(svn r14855) -Documentation: Apply some widget naming to the widget arrays. Based on Yorick's work
draft
|
Mon, 05 Jan 2009 21:53:59 +0000 |
glx |
(svn r14854) -Change: speedup compilation with MSVC on 'multi-processor' systems (khh)
draft
|
Mon, 05 Jan 2009 21:06:38 +0000 |
rubidium |
(svn r14853) -Codechange: rename GetClosestStationFromTile to GetClosestDeletedStation as that's what it does instead of finding non-deleted stations.
draft
|
Mon, 05 Jan 2009 20:29:05 +0000 |
michi_cc |
(svn r14852) -Feature: Automatic reversing in front of block signals can now be disabled by setting pf.wait_oneway_signal respectively pf.wait_twoway_signal to 255.
draft
|
Mon, 05 Jan 2009 20:29:00 +0000 |
michi_cc |
(svn r14851) -Fix: A train reversing in a non-PBS block can't be stuck.
draft
|
Mon, 05 Jan 2009 20:28:56 +0000 |
michi_cc |
(svn r14850) -Fix [FS#2503]: Reversing a stuck train that is then not stuck anymore did not always reset the waiting timer.
draft
|
Mon, 05 Jan 2009 20:28:51 +0000 |
michi_cc |
(svn r14849) -Fix [FS#2478]: A train meeting its end could lead to an endless loop.
draft
|
Mon, 05 Jan 2009 18:44:40 +0000 |
translators |
(svn r14848) -Update: WebTranslator2 update to 2009-01-05 18:44:14
draft
|
Mon, 05 Jan 2009 17:48:54 +0000 |
rubidium |
(svn r14847) -Codechange: generalise the circular search to search around a rectangle (PhilSophus)
draft
|
Mon, 05 Jan 2009 17:45:40 +0000 |
rubidium |
(svn r14846) -Doc: strgen hasn't been part of the trunk/release binaries for quite a while, so point to the precompiled strgen package instead.
draft
|
Sun, 04 Jan 2009 21:02:59 +0000 |
glx |
(svn r14840) -Cleanup: remove duplicate includes
draft
|
Sun, 04 Jan 2009 20:41:32 +0000 |
smatz |
(svn r14839) -Fix [FS#2496](r14835): one occurence of train_income_warn wasn't updated
draft
|
Sun, 04 Jan 2009 19:17:41 +0000 |
smatz |
(svn r14838) -Fix: race condition between me and WT2's translators
draft
|
Sun, 04 Jan 2009 18:46:35 +0000 |
translators |
(svn r14837) -Update: WebTranslator2 update to 2009-01-04 18:46:20
draft
|
Sun, 04 Jan 2009 18:37:28 +0000 |
smatz |
(svn r14836) -Update (r14835): remove changed string from other languages
draft
|
Sun, 04 Jan 2009 18:34:23 +0000 |
smatz |
(svn r14835) -Change: apply the 'warn if train's income is negative' setting to other vehicle types, too
draft
|
Sun, 04 Jan 2009 18:05:06 +0000 |
rubidium |
(svn r14834) -Fix: some strings (in unfinished/) were forgotten when removed/updated
draft
|
Sun, 04 Jan 2009 17:44:46 +0000 |
smatz |
(svn r14833) -Update (r14831): remove changed strings from other languages
draft
|
Sun, 04 Jan 2009 17:42:46 +0000 |
smatz |
(svn r14831) -Codechange: use {VEHICLE} instead of Train/Ship/Road veh/Aircraft/{STRING} {COMMA} in lang files (part by Swallow)
draft
|
Sun, 04 Jan 2009 15:53:43 +0000 |
rubidium |
(svn r14830) -Fix [FS#2495]: overflow of number of orders per vehicle (based on patch by Swallow)
draft
|
Sun, 04 Jan 2009 15:46:50 +0000 |
smatz |
(svn r14829) -Fix (r14828): forgot CH_LAST
draft
|
Sun, 04 Jan 2009 15:32:25 +0000 |
smatz |
(svn r14828) -Codechange: move most of save/load-specific code to separate files
draft
|
Sun, 04 Jan 2009 14:51:49 +0000 |
rubidium |
(svn r14827) -Feature [FS#1984]: few (optional) optimisations to making (initial) orders (sulai)
draft
|
Sun, 04 Jan 2009 14:36:19 +0000 |
rubidium |
(svn r14826) -Fix [FS#2494]: infinite loop in order lookahead when reserving a path (Swallow)
draft
|