summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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)
2009-01-04(svn r14825) -Fix: pay the correct amount of interest instead of a few ↵rubidium
percent too little a year
2009-01-04(svn r14824) -Fix [FS#1725]: mouse events could be treated twice (illogict)rubidium
2009-01-04(svn r14823) -Document: some variables/structs (Alberth)rubidium
2009-01-04(svn r14822) -Change: save 'build station' settings in the config file, like ↵rubidium
drag'n'drop and and show coverage area (Rexxars)
2009-01-04(svn r14821) -Change [FS#2390]: make the road grids of town match, when all ↵rubidium
are using the same road layout ofcourse (cirdan)
2009-01-03(svn r14820) -Codechange: use (the correct) enum-type instead of just int (Zuu)rubidium
2009-01-03(svn r14819) -Change: make details and order menu stickyable, like the ↵rubidium
timetable window. Also let the detail/order/timetable window close eachther, like the detail and order windows already did, when not stickied.
2009-01-03(svn r14818) -Fix (r14723): add network_base.h to source.list and project filessmatz
2009-01-03(svn r14817) -Cleanup: unify the place where the @file header is placedsmatz
2009-01-03(svn r14816) -Fix: signed/unsigned warnings (MSVC)glx
2009-01-03(svn r14815) -Codechange: separate 'highscore' code from 'company' codesmatz
2009-01-03(svn r14814) -Update: WebTranslator2 update to 2009-01-03 18:29:54translators
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)
2009-01-03(svn r14813) -Codechange: use uint instead of 'just' unsigned.rubidium
2009-01-03(svn r14812) -Codechange: use INVALID_TILE instead of 0 to mark company ↵smatz
without HQ
2009-01-03(svn r14811) -Fix: off-by-one causing possible out-of-bounds reads.rubidium
2009-01-03(svn r14810) -Codechange: use the proper style for global variables.rubidium
2009-01-03(svn r14809) -Fix (r14802): forgotten !rubidium
2009-01-03(svn r14808) -Fix (r1): coal mine subsidence could wrap around map edgessmatz
2009-01-03(svn r14807) -Codechange: use INVALID_TILE instead of 0 to mark invalid ↵smatz
depots, industries, towns and waypoints
2009-01-03(svn r14806) -Fix: MarkAllViewportsDirty() didn't mark dirty whole area when ↵smatz
zoomed out, visible by aircraft leaving trails sometimes