Commit Graph

10606 Commits (d66d36126c4ed7cd4eef91b61174491427bb0322)
 

Author SHA1 Message Date
rubidium d66d36126c (svn r14890) -Codechange: move the notest information into the command table. 16 years ago
rubidium cb81e637b0 (svn r14889) -Codechange: replace some magic numbers with constants. 16 years ago
rubidium bfc840f436 (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 16 years ago
rubidium ebf0fbc969 (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.
16 years ago
rubidium 9888afd6d0 (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. 16 years ago
smatz 1ada1a4ff2 (svn r14884) -Codechange: simplify code responsible for opening vehicle view windows 16 years ago
glx 828675bf0e (svn r14882) -Change: move widgets related files to their own category (MSVC) 16 years ago
rubidium 2490f8f471 (svn r14881) -Fix (r14880): somehow make didn't think that widgets/dropdown.cpp did depend on window_gui.h... 16 years ago
rubidium 19edb3ccc3 (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**. 16 years ago
michi_cc 6138f6a2bb (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.
16 years ago
peter1138 c0efc759ef (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'. 16 years ago
peter1138 680175fea0 (svn r14862) -Fix (r14421): min_players became min_active_clients, not min_clients 16 years ago
truebrain 00b3d6f923 (svn r14856) -Fix: allow 'makedepend' to find header files in the lang-obj-dir 16 years ago
belugas 63e47ed480 (svn r14855) -Documentation: Apply some widget naming to the widget arrays. Based on Yorick's work 16 years ago
glx a446a2366c (svn r14854) -Change: speedup compilation with MSVC on 'multi-processor' systems (khh) 16 years ago
rubidium 9877b71ee0 (svn r14853) -Codechange: rename GetClosestStationFromTile to GetClosestDeletedStation as that's what it does instead of finding non-deleted stations. 16 years ago
michi_cc 13f06c812d (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. 16 years ago
michi_cc c9d25e20f0 (svn r14851) -Fix: A train reversing in a non-PBS block can't be stuck. 16 years ago
michi_cc f9f9bb9c3c (svn r14850) -Fix [FS#2503]: Reversing a stuck train that is then not stuck anymore did not always reset the waiting timer. 16 years ago
michi_cc 809d9bc498 (svn r14849) -Fix [FS#2478]: A train meeting its end could lead to an endless loop. 16 years ago
translators 9ad0c80e67 (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)
16 years ago
rubidium d642a55b91 (svn r14847) -Codechange: generalise the circular search to search around a rectangle (PhilSophus) 16 years ago
rubidium d5f311d3a2 (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. 16 years ago
glx c7959ce2a9 (svn r14840) -Cleanup: remove duplicate includes 16 years ago
smatz ec7244d971 (svn r14839) -Fix [FS#2496](r14835): one occurence of train_income_warn wasn't updated 16 years ago
smatz e997463c88 (svn r14838) -Fix: race condition between me and WT2's translators 16 years ago
translators 1103353b57 (svn r14837) -Update: WebTranslator2 update to 2009-01-04 18:46:20
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)
16 years ago
smatz d7d95e0f43 (svn r14836) -Update (r14835): remove changed string from other languages 16 years ago
smatz 67bf6a0998 (svn r14835) -Change: apply the 'warn if train's income is negative' setting to other vehicle types, too 16 years ago
rubidium f1cc20edc0 (svn r14834) -Fix: some strings (in unfinished/) were forgotten when removed/updated 16 years ago
smatz c1585376f0 (svn r14833) -Update (r14831): remove changed strings from other languages 16 years ago
smatz 9a09e5c4a0 (svn r14831) -Codechange: use {VEHICLE} instead of Train/Ship/Road veh/Aircraft/{STRING} {COMMA} in lang files (part by Swallow) 16 years ago
rubidium e557c88667 (svn r14830) -Fix [FS#2495]: overflow of number of orders per vehicle (based on patch by Swallow) 16 years ago
smatz 9658c83a33 (svn r14829) -Fix (r14828): forgot CH_LAST 16 years ago
smatz 7368c740a6 (svn r14828) -Codechange: move most of save/load-specific code to separate files 16 years ago
rubidium c9e8fd307e (svn r14827) -Feature [FS#1984]: few (optional) optimisations to making (initial) orders (sulai) 16 years ago
rubidium ce5304f9a2 (svn r14826) -Fix [FS#2494]: infinite loop in order lookahead when reserving a path (Swallow) 16 years ago
rubidium 2283b8038f (svn r14825) -Fix: pay the correct amount of interest instead of a few percent too little a year 16 years ago
rubidium 8c33893ffd (svn r14824) -Fix [FS#1725]: mouse events could be treated twice (illogict) 16 years ago
rubidium 702c372744 (svn r14823) -Document: some variables/structs (Alberth) 16 years ago
rubidium 2a47aaf4a8 (svn r14822) -Change: save 'build station' settings in the config file, like drag'n'drop and and show coverage area (Rexxars) 16 years ago
rubidium e15231c4a4 (svn r14821) -Change [FS#2390]: make the road grids of town match, when all are using the same road layout ofcourse (cirdan) 16 years ago
rubidium fad3519d4f (svn r14820) -Codechange: use (the correct) enum-type instead of just int (Zuu) 16 years ago
rubidium 3024850bb1 (svn r14819) -Change: make details and order menu stickyable, like the timetable window. Also let the detail/order/timetable window close eachther, like the detail and order windows already did, when not stickied. 16 years ago
smatz e9484cff12 (svn r14818) -Fix (r14723): add network_base.h to source.list and project files 16 years ago
smatz 799f30c663 (svn r14817) -Cleanup: unify the place where the @file header is placed 16 years ago
glx 502607410e (svn r14816) -Fix: signed/unsigned warnings (MSVC) 16 years ago
smatz 09cd9a8017 (svn r14815) -Codechange: separate 'highscore' code from 'company' code 16 years ago
translators db56caff3d (svn r14814) -Update: WebTranslator2 update to 2009-01-03 18:29:54
arabic_egypt - 9 fixed by khaloofah (9)
brazilian_portuguese - 9 fixed by tucalipe (9)
dutch      - 9 fixed by Excel20 (9)
french     - 10 fixed, 1 changed by glx (11)
hebrew     - 31 fixed by EScake (31)
hungarian  - 9 fixed by alyr (9)
indonesian - 32 changed by fanioz (32)
italian    - 9 fixed by lorenzodv (9)
korean     - 9 fixed by dlunch (9)
polish     - 10 fixed by xaxa (10)
slovenian  - 24 fixed by Necrolyte (24)
spanish    - 14 fixed by eusebio (14)
thai       - 95 fixed, 1 changed by vetbook (96)
ukrainian  - 1 fixed, 6 changed by mad (7)
16 years ago
rubidium 11c25a72fa (svn r14813) -Codechange: use uint instead of 'just' unsigned. 16 years ago