summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-04-19(svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as ↵rubidium
they are basically the same thing
2009-04-19(svn r16087) -Fix (r16079): slow trains wouldn't crash into eachother anymorerubidium
2009-04-18(svn r16086) -Codechange: magic numbers substitutes by enums and some type ↵rubidium
safety
2009-04-18(svn r16085) -Update: WebTranslator2 update to 2009-04-18 17:47:27translators
danish - 6 changed by ThomasA (6) estonian - 31 fixed, 26 changed by kristjans (57) simplified_chinese - 1 fixed, 25 changed by ww9980 (26) turkish - 10 fixed by Emin (10)
2009-04-18(svn r16082) -Codechange: Completed the widget numbers of the advanced ↵alberth
settings window.
2009-04-18(svn r16081) -Doc: Adding/fixing some Doxygen comments.alberth
2009-04-18(svn r16080) -Codechange: Introducing a constant for order-list line height.alberth
2009-04-18(svn r16079) -Fix [FS#2824]: insanely fast trains would not stop in time for ↵rubidium
stations -Fix: insanely fast trains would sometimes 'jump' over waypoints/via stations within a tick, which would cause the order not to be processed causing the train to go in loops until (with luck) it 'hit' the tile
2009-04-18(svn r16078) -Change: do not show stop location for via orders; they don't ↵rubidium
stop there
2009-04-18(svn r16077) -Cleanup (r14456): Remove some code that is only used for some ↵frosch
assertions, that haven't been triggered for a while.
2009-04-18(svn r16076) -Codechange: Added nested widgets to terraform windows.alberth
2009-04-17(svn r16075) -Fix (r15792)[FS#2844]: Mixed up TRACK_BIT_X/Y.frosch
2009-04-17(svn r16074) -Codechange: Adding nested widgets to subsidy list window.alberth
2009-04-17(svn r16073) -Codechange: Replacing some magic constants by computations ↵alberth
relative to the SLW_PANEL widget.
2009-04-17(svn r16072) -Codechange: Adding widget number constants to subsidy list window.alberth
2009-04-17(svn r16071) -Fix [FS#2845]: content download progress bar 'resetting' due ↵rubidium
to mathematical overflow.
2009-04-17(svn r16070) -Update: WebTranslator2 update to 2009-04-17 17:45:57translators
german - 5 changed by hellow (1), planetmaker (4) greek - 29 changed by ptsakiris (29) serbian - 110 fixed by etran (110) simplified_chinese - 17 fixed, 447 changed by ww9980 (464)
2009-04-16(svn r16069) -Update: WebTranslator2 update to 2009-04-16 17:52:36translators
brazilian_portuguese - 12 fixed by tucalipe (12) korean - 8 fixed by darkttd (8) slovenian - 10 fixed by Necrolyte (10)
2009-04-15(svn r16066) -Fix: another memory leak.rubidium
2009-04-15(svn r16065) -Fix: don't readd (and resolve) the last joined server each ↵rubidium
time the window gets repainted
2009-04-15(svn r16064) -Fix: memory leak when querying a server multiple times.rubidium
2009-04-15(svn r16063) -Fix (r13752): MOF_COND_DESTINATION was not accepted by ↵frosch
CmdModifyOrder(). (only used by AI)
2009-04-15(svn r16062) -Fix (r16037): AIOrder::InsertOrder was broken. Default all AI ↵frosch
orders to 'stop at far end'.
2009-04-14(svn r16058) -Update: WebTranslator2 update to 2009-04-14 17:49:02translators
danish - 9 fixed by ThomasA (9) dutch - 10 fixed by habell (10) english_US - 10 fixed by WhiteRabbit (10) german - 1 changed by planetmaker (1) hungarian - 6 fixed, 3 changed by IPG (9) italian - 10 fixed by lorenzodv (10)
2009-04-13(svn r16057) -Fix [FS#2834] (r16037): division by zero when having an order ↵rubidium
with only one station that has either middle or near end stop location and where the platform is (significantly) longer than the train.
2009-04-13(svn r16056) -Fix (r16037): clicking twice on the "end of orders" crashed.rubidium
2009-04-13(svn r16055) -Update: WebTranslator2 update to 2009-04-13 17:30:44translators
catalan - 10 fixed by arnaullv (10) czech - 1 changed by Hadez (1) finnish - 10 fixed by jpx_ (10) french - 9 fixed by glx (9) german - 10 fixed by planetmaker (10) hungarian - 4 fixed by alyr (4) italian - 10 fixed by lorenzodv (10) luxembourgish - 38 fixed, 1 changed by draconnier (39)
2009-04-13(svn r16054) -Fix: non advanced vehicle list didn't handle company switching ↵glx
correctly
2009-04-13(svn r16053) -Codechange: Added nested widgets to vehicle refit and vehicle ↵alberth
details windows.
2009-04-13(svn r16052) -Codechange: Applying VehicleRefitWidgets in RefitWindow, fixed ↵alberth
widget number comment in _vehicle_refit_widgets
2009-04-13(svn r16051) -Codechange: Adding widget numbers enum for vehicle refit window.alberth
2009-04-12(svn r16050) -Fix (r15933): little typo causing OTTDfreeaddrinfo to use the ↵glx
fallback even when freeaddrinfo is available
2009-04-12(svn r16049) -Codechange: Added nested widgets to town windows.alberth
2009-04-12(svn r16048) -Fix/Feature-ish [FS#2740]: don't warn that crashed vehicles ↵rubidium
are getting old; upgrading them is impossible (racetrack)
2009-04-12(svn r16047) -Codechange: Extracting widget number enums from their window ↵alberth
classes.
2009-04-12(svn r16046) -Change: when sorting on cargo ratings only take a look at the ↵rubidium
ratings of the cargoes that are 'selected'.
2009-04-12(svn r16045) -Feature [FS#597]: allow sorting stations by the lowest cargo ↵rubidium
rating instead of only by the highest cargo rating (based on the idea of KeeperOfTheSoul)
2009-04-12(svn r16044) -Fix (r16042): Win compilation. (Swallow)frosch
2009-04-12(svn r16043) -Codechange: Prepare town-view widgets for nesting.alberth
2009-04-12(svn r16042) -Feature [FS#1941]: Allow filtering of vehicle purchase lists ↵frosch
by cargo. Based on patch by sbr.
2009-04-12(svn r16041) -Fix [FS#774]: the currency abbreviation for the Romanian Leu ↵rubidium
is now RON.
2009-04-12(svn r16040) -Codechange: Use coordinates from the widget for the town-view ↵alberth
viewport instead of magic constants.
2009-04-12(svn r16039) -Codechange: Completing widget number enums of town windows and ↵alberth
adding them as comment to the widget arrays.
2009-04-12(svn r16038) -Codechange: Remove BuildVehicleWindow::regenerate_list in ↵frosch
favor of the GUIList flag.
2009-04-12(svn r16037) -Feature: allow (per order) to let a train stop at the near ↵rubidium
end, middle or far end of a platform from the point of view of the driver of the train that enters the station.
2009-04-12(svn r16036) -Codechange [FS#2825]: Renamed TVW_SHOWAUTORITY to ↵alberth
TVW_SHOWAUTHORITY (bilbo)
2009-04-11(svn r16034) -Fix: compile warnings generated by 64 bits MSVC.rubidium
2009-04-11(svn r16033) -Codechange: Added nested widgets to about window, land-info ↵alberth
window, and both query windows.
2009-04-11(svn r16032) -Codechange: Completing widget numbers of query windows.alberth
2009-04-11(svn r16031) -Codechange: Added nested widgets to highscore and endgame windows.alberth