summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-01-08(svn r14910) -Codechange: merge the command queue handling into a single ↵rubidium
location
2009-01-08(svn r14909) -Codechange: Remove global option for the extmidi driver and ↵peter1138
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.
2009-01-08(svn r14908) -Codechange: Add support for text parameters.peter1138
2009-01-08(svn r14907) -Codechange: Remove 32 character limit from driver/blitter ↵peter1138
selection and parameters.
2009-01-07(svn r14905) -Fix (r14899): in some corner cases already freed memory could ↵rubidium
be read.
2009-01-07(svn r14904) -Update: WebTranslator2 update to 2009-01-07 18:44:43translators
catalan - 19 fixed, 6 changed by arnaullv (25) danish - 3 fixed by beruic (3) finnish - 15 fixed by UltimateSephiroth (15) french - 4 fixed by glx (4) indonesian - 15 fixed by fanioz (12), rindu (3) norwegian_bokmal - 37 fixed, 12 changed by khh (49) norwegian_nynorsk - 8 fixed by Grilldyret (8) polish - 14 fixed by xaxa (14) romanian - 29 fixed by kkmic (29) thai - 10 fixed by angelix (10) turkish - 29 fixed by Emin (29)
2009-01-07(svn r14903) -Fix: First create all articulated parts of roadvehicles, then ↵frosch
call callback 36 capacity, also call it for all articulated parts.
2009-01-07(svn r14902) -Feature: Advanced setting to keep various building tools ↵frosch
active, which are usually closed after placing an object. (planetmaker)
2009-01-07(svn r14899) -Feature: remove the window limit, but leave a configurable ↵rubidium
limit on the number of non-sticky non-vital windows. -Fix [FS#2499]: crashes/misbehaviours when (almost) all windows are stickied.
2009-01-07(svn r14898) -Fix (r14897): ccache's caching seems to be a bit too agressive ↵rubidium
or so.
2009-01-07(svn r14897) -Codechange: don't allow a few command flags to be sent over ↵rubidium
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. -Codechange: test earlier whether the command (send from the server) is actually valid.
2009-01-07(svn r14896) -Codechange: remove an unused constant and the related dead code.rubidium
2009-01-07(svn r14895) -Change: move CMD_NO_WATER from all DoCommandPs to the command ↵rubidium
table
2009-01-07(svn r14890) -Codechange: move the notest information into the command table.rubidium
2009-01-07(svn r14889) -Codechange: replace some magic numbers with constants.rubidium
2009-01-07(svn r14888) -Change/Fix: don't make makedepend look in whatever's included ↵rubidium
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
2009-01-07(svn r14886) -Fix: remove (3) strings with non-UTF8 characters in Afrikaans.rubidium
-Fix: using non-ASCII characters in Afrikaans and Icelandic when there's an equivalent ASCII character, thus not needing a font to display all characters.
2009-01-07(svn r14885) -Fix: if settings minimum != 1 and 0-is-disabled is enabled, ↵rubidium
one could set the setting in-game to an out-of-valid-range value.
2009-01-07(svn r14884) -Codechange: simplify code responsible for opening vehicle view ↵smatz
windows
2009-01-06(svn r14882) -Change: move widgets related files to their own category (MSVC)glx
2009-01-06(svn r14881) -Fix (r14880): somehow make didn't think that ↵rubidium
widgets/dropdown.cpp did depend on window_gui.h...
2009-01-06(svn r14880) -Codechange: make it clear which way the FOR_ALL_WINDOWS goes ↵rubidium
(from back to front or vice versa) and make it iterate over the Window* instead of Window**.
2009-01-06(svn r14876) -Fix [FS#2509] (r14849): Reserved path loop detection was ↵michi_cc
broken for stations. Don't set the test tile to the tile the very first iteration handles. Update the test tile instead in the loop.
2009-01-06(svn r14869) -Feature: Allow road vehicles to move multiple steps in a tick ↵peter1138
(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'.
2009-01-06(svn r14862) -Fix (r14421): min_players became min_active_clients, not ↵peter1138
min_clients
2009-01-06(svn r14856) -Fix: allow 'makedepend' to find header files in the lang-obj-dirtruebrain
2009-01-06(svn r14855) -Documentation: Apply some widget naming to the widget arrays. ↵belugas
Based on Yorick's work
2009-01-05(svn r14854) -Change: speedup compilation with MSVC on 'multi-processor' ↵glx
systems (khh)
2009-01-05(svn r14853) -Codechange: rename GetClosestStationFromTile to ↵rubidium
GetClosestDeletedStation as that's what it does instead of finding non-deleted stations.
2009-01-05(svn r14852) -Feature: Automatic reversing in front of block signals can now ↵michi_cc
be disabled by setting pf.wait_oneway_signal respectively pf.wait_twoway_signal to 255.
2009-01-05(svn r14851) -Fix: A train reversing in a non-PBS block can't be stuck.michi_cc
2009-01-05(svn r14850) -Fix [FS#2503]: Reversing a stuck train that is then not stuck ↵michi_cc
anymore did not always reset the waiting timer.
2009-01-05(svn r14849) -Fix [FS#2478]: A train meeting its end could lead to an ↵michi_cc
endless loop.
2009-01-05(svn r14848) -Update: WebTranslator2 update to 2009-01-05 18:44:14translators
afrikaans - 11 fixed by Alrich (11) arabic_egypt - 19 fixed, 21 changed by khaloofah (40) danish - 40 fixed, 1 changed by ThomasA (41) dutch - 2 fixed, 25 changed by Excel20 (27) hebrew - 8 fixed by EScake (8) hungarian - 18 fixed by alyr (18) italian - 18 fixed by lorenzodv (18) norwegian_bokmal - 3 fixed, 11 changed by khh (14) norwegian_nynorsk - 8 fixed by Grilldyret (8) polish - 3 fixed by xaxa (3) portuguese - 7 fixed by SnowFlake (7) urdu - 9 fixed by yasirniazkhan (9)
2009-01-05(svn r14847) -Codechange: generalise the circular search to search around a ↵rubidium
rectangle (PhilSophus)
2009-01-05(svn r14846) -Doc: strgen hasn't been part of the trunk/release binaries for ↵rubidium
quite a while, so point to the precompiled strgen package instead.
2009-01-04(svn r14840) -Cleanup: remove duplicate includesglx
2009-01-04(svn r14839) -Fix [FS#2496](r14835): one occurence of train_income_warn ↵smatz
wasn't updated
2009-01-04(svn r14838) -Fix: race condition between me and WT2's translatorssmatz
2009-01-04(svn r14837) -Update: WebTranslator2 update to 2009-01-04 18:46:20translators
afrikaans - 39 changed by TrueTenacity (39) arabic_egypt - 1 fixed, 13 changed by khaloofah (14) catalan - 10 fixed by arnaullv (10) dutch - 19 fixed, 2 changed by Excel20 (21) finnish - 10 fixed by jpx_ (10) french - 19 fixed by glx (19) hebrew - 31 fixed, 7 changed by EScake (38) hungarian - 2 fixed, 2 changed by IPG (3), alyr (1) indonesian - 14 fixed by fanioz (14) italian - 2 fixed by lorenzodv (2) polish - 5 fixed by xaxa (5) serbian - 31 fixed, 1 changed by nummer (32) thai - 22 fixed by vetbook (22)
2009-01-04(svn r14836) -Update (r14835): remove changed string from other languagessmatz
2009-01-04(svn r14835) -Change: apply the 'warn if train's income is negative' setting ↵smatz
to other vehicle types, too
2009-01-04(svn r14834) -Fix: some strings (in unfinished/) were forgotten when ↵rubidium
removed/updated
2009-01-04(svn r14833) -Update (r14831): remove changed strings from other languagessmatz
2009-01-04(svn r14831) -Codechange: use {VEHICLE} instead of Train/Ship/Road ↵smatz
veh/Aircraft/{STRING} {COMMA} in lang files (part by Swallow)
2009-01-04(svn r14830) -Fix [FS#2495]: overflow of number of orders per vehicle (based ↵rubidium
on patch by Swallow)
2009-01-04(svn r14829) -Fix (r14828): forgot CH_LASTsmatz
2009-01-04(svn r14828) -Codechange: move most of save/load-specific code to separate filessmatz
2009-01-04(svn r14827) -Feature [FS#1984]: few (optional) optimisations to making ↵rubidium
(initial) orders (sulai)
2009-01-04(svn r14826) -Fix [FS#2494]: infinite loop in order lookahead when reserving ↵rubidium
a path (Swallow)