summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-21(svn r16109) -Fix [NoAI]: Make sure AIOrder::GetDestination always returns a ↵yexo
tile belonging to the station
2009-04-21(svn r16108) -Fix [NoAI]: When giving an aircraft a goto-hangar order don't ↵yexo
let it be a normal goto-station order. Note to AI writers: AIOrder.AppendOrder(vehicle_id, AIStation.GetLocation(station_id)) will give a goto-hangar order for helistations (assuming the station sign is at it's default location).
2009-04-20(svn r16107) -Add [NoAI]: AIOF_STOP_IN_DEPOT to the orderflags in AIOrder to ↵yexo
allow stop-in-depot orders
2009-04-20(svn r16106) -Fix [NoAI]: AIOrder::SetOrderFlags always removed "Service if ↵yexo
needed" from goto-depot orders.
2009-04-20(svn r16105) -Codechange: use {CARGO} instead hardcoded cargo nameglx
2009-04-20(svn r16104) -Fix: remove some unneeded spaces from some strings/make some ↵rubidium
strings more consistent with itself by adding spaces
2009-04-20(svn r16103) -Fix (r11429): missing constsmatz
2009-04-20(svn r16102) -Codechange: unify the vehicle info strings; reduce the number ↵rubidium
of duplicate strings and unifies the GUIs quite a bit
2009-04-20(svn r16101) -Cleanup (r14591): Remove an assertion to increase performance.frosch
2009-04-20(svn r16100) -Update: WebTranslator2 update to 2009-04-20 17:38:22translators
brazilian_portuguese - 1 fixed by tucalipe (1) dutch - 1 fixed by habell (1) english_US - 1 fixed by WhiteRabbit (1) estonian - 14 fixed, 75 changed by kristjans (89) german - 1 fixed, 79 changed by planetmaker (79), hellow (1) italian - 1 fixed by lorenzodv (1) romanian - 10 fixed by kkmic (10) simplified_chinese - 1 changed by ww9980 (1)
2009-04-20(svn r16099) -Fix: re-re-introduce textdir for all languages (and this time ↵translators
WT2 should not remove it on next commit)
2009-04-19(svn r16096) -Fix [FS#2849]: connect tried to validate too much of the ↵rubidium
company ID with too little information on hand
2009-04-19(svn r16095) -Change/Feature-ish: make the first 4 rail building tools ↵rubidium
behave more like autorail
2009-04-19(svn r16094) -Fix: AIDebug window profiled the blitters by invalidating ↵frosch
itself unconditionally on repaint. OTOH it was not invalidated in other cases when needed.
2009-04-19(svn r16093) -Feature [FS#2808]: Add GetURL() as possible function to ↵yexo
info.nut. If AIs implement it, that url is shown when the AI crashes and also in the AI selection window.
2009-04-19(svn r16092) -Fix [FS#2829]: Resizing the order window also resizes the ↵alberth
button bars.
2009-04-19(svn r16091) -Change [FS#2778]: Reverse the order of the lines in the AI ↵yexo
debug window
2009-04-19(svn r16090) -Fix: s/Slovakish/Slovak/ (unimatrix)frosch
2009-04-19(svn r16089) -Codechange: Removing the ORDER_WIDGET_RESIZE_BAR widgetalberth
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 r16084) -Change: remove (soon to be) unneeded offset from the shared ↵rubidium
order sprite.
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