Commit Graph

10734 Commits

Author SHA1 Message Date
rubidium
de9413454e (svn r14931) -Fix [FS#2512]: the "animation state" of the bubbles was stored in a variable that was not stored in the savegame. Using a variable that gets saved in the savegame solves the desync and makes it a bit clearer. 2009-01-09 09:50:33 +00:00
belugas
f0033f8003 (svn r14927) -Codechange: constify widget numbers in network chat gui. 2009-01-08 22:33:54 +00:00
peter1138
544e04fe62 (svn r14926) -Feature: Automatically set last engine ageing year to the last 'introduction year plus half model life', to allow engines later than 2050 to appear. 2009-01-08 21:48:59 +00:00
frosch
eec8c04586 (svn r14925) -Fix [FS#2500]: Abort dragging of vehicles in the group window when they are deleted. 2009-01-08 21:16:19 +00:00
frosch
10b664dbac (svn r14924) -Fix (r7403): Do not unnecessarily reset the cursor, when a different vehicle is dragged. 2009-01-08 21:13:20 +00:00
translators
ffd7b75fb7 (svn r14922) -Update: WebTranslator2 update to 2009-01-08 18:49:15
afrikaans  - 20 fixed, 52 changed by wpduplessis (72)
bulgarian  - 46 fixed, 1 changed by Ar4i (47)
catalan    - 6 fixed by arnaullv (6)
dutch      - 3 fixed, 1 changed by habell (4)
finnish    - 10 fixed by jpx_ (10)
french     - 3 fixed by glx (3)
indonesian - 1 changed by fanioz (1)
italian    - 3 fixed by lorenzodv (3)
korean     - 23 fixed by leejaeuk5 (23)
norwegian_bokmal - 3 fixed by khh (3)
polish     - 3 fixed by xaxa (3)
ukrainian  - 21 fixed by znikoz (21)
2009-01-08 18:49:34 +00:00
frosch
fc381496b7 (svn r14921) -Fix [FS#2507]: Do not try to calculate a center of a train-station, when there is none. 2009-01-08 18:08:14 +00:00
rubidium
7a5798695d (svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus) 2009-01-08 16:35:45 +00:00
rubidium
d29dc478dd (svn r14918) -Cleanup: remove unused constant. 2009-01-08 16:33:41 +00:00
rubidium
78c43297e2 (svn r14916) -Codechange: make it possible to send CommandContainers directly to DoCommand(P). 2009-01-08 14:55:28 +00:00
rubidium
0e1127e8b5 (svn r14915) -Codechange: unify the receiving and sending of commands, and thus unifying most of the validity checking too. 2009-01-08 14:40:18 +00:00
belugas
da7da4c1c8 (svn r14914) -Documentation: Correct doxygen comment for file name. <nitpicked> by Swallow 2009-01-08 14:38:21 +00:00
peter1138
8271eae3f6 (svn r14913) -Codechange: (Well, Buildchange:) Don't include unnecessary blitters or drivers when built as dedicated-only. 2009-01-08 14:33:32 +00:00
peter1138
384e6c764d (svn r14912) -Codechange: Autoprobe 'null' blitter when built as dedicated-only. 2009-01-08 14:30:29 +00:00
peter1138
2ef54545c7 (svn r14911) -Fix (r14909): -D did not work 2009-01-08 14:10:39 +00:00
rubidium
4df86694a7 (svn r14910) -Codechange: merge the command queue handling into a single location 2009-01-08 13:57:50 +00:00
peter1138
8591ff41cc (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. 2009-01-08 12:05:14 +00:00
peter1138
91866a381d (svn r14908) -Codechange: Add support for text parameters. 2009-01-08 11:40:42 +00:00
peter1138
553d65f584 (svn r14907) -Codechange: Remove 32 character limit from driver/blitter selection and parameters. 2009-01-08 11:06:07 +00:00
rubidium
7b4fba0f89 (svn r14905) -Fix (r14899): in some corner cases already freed memory could be read. 2009-01-07 18:59:46 +00:00
translators
f9e50a9e4d (svn r14904) -Update: WebTranslator2 update to 2009-01-07 18:44:43
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 18:44:56 +00:00
frosch
62f3aa89f2 (svn r14903) -Fix: First create all articulated parts of roadvehicles, then call callback 36 capacity, also call it for all articulated parts. 2009-01-07 17:50:20 +00:00
frosch
eb6df17b1a (svn r14902) -Feature: Advanced setting to keep various building tools active, which are usually closed after placing an object. (planetmaker) 2009-01-07 17:40:17 +00:00
rubidium
567b262901 (svn r14899) -Feature: remove the window limit, but leave a configurable limit on the number of non-sticky non-vital windows.
-Fix [FS#2499]: crashes/misbehaviours when (almost) all windows are stickied.
2009-01-07 16:11:27 +00:00
rubidium
32d65845d4 (svn r14898) -Fix (r14897): ccache's caching seems to be a bit too agressive or so. 2009-01-07 15:36:37 +00:00
rubidium
4231c3ee82 (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.
-Codechange: test earlier whether the command (send from the server) is actually valid.
2009-01-07 15:27:19 +00:00
rubidium
5056418336 (svn r14896) -Codechange: remove an unused constant and the related dead code. 2009-01-07 14:58:43 +00:00
rubidium
ac5c5fc2db (svn r14895) -Change: move CMD_NO_WATER from all DoCommandPs to the command table 2009-01-07 14:45:07 +00:00
rubidium
131ffc3196 (svn r14890) -Codechange: move the notest information into the command table. 2009-01-07 13:31:09 +00:00
rubidium
71df085954 (svn r14889) -Codechange: replace some magic numbers with constants. 2009-01-07 13:26:48 +00:00
rubidium
958e2cb9e4 (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 2009-01-07 13:25:10 +00:00
rubidium
41129edc78 (svn r14886) -Fix: remove (3) strings with non-UTF8 characters in Afrikaans.
-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 12:54:26 +00:00
rubidium
ac0e2e6d5a (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. 2009-01-07 08:26:09 +00:00
smatz
a1d3c90af9 (svn r14884) -Codechange: simplify code responsible for opening vehicle view windows 2009-01-07 02:03:07 +00:00
glx
206c5affcb (svn r14882) -Change: move widgets related files to their own category (MSVC) 2009-01-06 23:48:19 +00:00
rubidium
4a204fbf96 (svn r14881) -Fix (r14880): somehow make didn't think that widgets/dropdown.cpp did depend on window_gui.h... 2009-01-06 23:19:59 +00:00
rubidium
aa6c7e8574 (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**. 2009-01-06 22:37:42 +00:00
michi_cc
8f5354f2df (svn r14876) -Fix [FS#2509] (r14849): Reserved path loop detection was 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 17:11:37 +00:00
peter1138
bd803696b3 (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'. 2009-01-06 14:45:38 +00:00
peter1138
4fcf28d9ed (svn r14862) -Fix (r14421): min_players became min_active_clients, not min_clients 2009-01-06 10:22:48 +00:00
truebrain
ae0c25e530 (svn r14856) -Fix: allow 'makedepend' to find header files in the lang-obj-dir 2009-01-06 00:48:19 +00:00
belugas
1a12ec4387 (svn r14855) -Documentation: Apply some widget naming to the widget arrays. Based on Yorick's work 2009-01-06 00:27:53 +00:00
glx
779eb0061a (svn r14854) -Change: speedup compilation with MSVC on 'multi-processor' systems (khh) 2009-01-05 21:53:59 +00:00
rubidium
9f7cab0e0e (svn r14853) -Codechange: rename GetClosestStationFromTile to GetClosestDeletedStation as that's what it does instead of finding non-deleted stations. 2009-01-05 21:06:38 +00:00
michi_cc
b201fb1226 (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. 2009-01-05 20:29:05 +00:00
michi_cc
fc9b6b8872 (svn r14851) -Fix: A train reversing in a non-PBS block can't be stuck. 2009-01-05 20:29:00 +00:00
michi_cc
b4289b40f4 (svn r14850) -Fix [FS#2503]: Reversing a stuck train that is then not stuck anymore did not always reset the waiting timer. 2009-01-05 20:28:56 +00:00
michi_cc
cca22794d1 (svn r14849) -Fix [FS#2478]: A train meeting its end could lead to an endless loop. 2009-01-05 20:28:51 +00:00
translators
9ebe6eacc6 (svn r14848) -Update: WebTranslator2 update to 2009-01-05 18:44:14
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 18:44:40 +00:00
rubidium
9682126d28 (svn r14847) -Codechange: generalise the circular search to search around a rectangle (PhilSophus) 2009-01-05 17:48:54 +00:00