summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had ↵rubidium
this ID' from 'some' strings and replace the string name with something more sensible.
2009-04-21(svn r16117) -Update: WebTranslator2 update to 2009-04-21 23:34:40translators
french - 1 changed by glx (1) german - 6 changed by planetmaker (6) hungarian - 1 fixed by alyr (1) italian - 2 fixed by lorenzodv (2)
2009-04-21(svn r16116) -Fix (r16115): note to self: copy the right subversion config ↵rubidium
file from 'the other' computer otherwise it won't do what you expect it to do, like automatically setting svn:eol-style and svn:keywords.
2009-04-21(svn r16115) -Change: make strgen able to 'export' the important command and ↵rubidium
plural information so external tools can easily get that information instead of needing manual updating
2009-04-21(svn r16114) -Cleanup: unify some more strings and remove some more unused ↵rubidium
strings
2009-04-21(svn r16113) -Feature [NoAI]: Add UseAsRandomAI as function in info.nut. ↵yexo
When an AI returns false, it'll never be chosen as random AI.
2009-04-21(svn r16112) -Update: WebTranslator2 update to 2009-04-21 17:33:19translators
estonian - 13 fixed, 29 changed by kristjans (42) french - 15 fixed by glx (15) german - 14 fixed, 52 changed by planetmaker (66) hungarian - 14 fixed by alyr (14) italian - 13 fixed by lorenzodv (13)
2009-04-21(svn r16111) -Cleanup: remove some duplicate/unused stringsrubidium
-Change: move a string to a more sensible location
2009-04-21(svn r16110) -Codechange: use {CARGO} instead hardcoded cargo name (there is ↵frosch
always something duplicated :p)
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