------------------------------------------------------------------------ r16112 | translators | 2009-04-21 17:33:27 +0000 (Tue, 21 Apr 2009) | 7 lines -Update: WebTranslator2 update to 2009-04-21 17:33:19 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) ------------------------------------------------------------------------ r16111 | rubidium | 2009-04-21 16:57:26 +0000 (Tue, 21 Apr 2009) | 3 lines -Cleanup: remove some duplicate/unused strings -Change: move a string to a more sensible location ------------------------------------------------------------------------ r16110 | frosch | 2009-04-21 16:52:58 +0000 (Tue, 21 Apr 2009) | 1 line -Codechange: use {CARGO} instead hardcoded cargo name (there is always something duplicated :p) ------------------------------------------------------------------------ r16109 | yexo | 2009-04-21 16:49:53 +0000 (Tue, 21 Apr 2009) | 1 line -Fix [NoAI]: Make sure AIOrder::GetDestination always returns a tile belonging to the station ------------------------------------------------------------------------ r16108 | yexo | 2009-04-21 12:51:36 +0000 (Tue, 21 Apr 2009) | 2 lines -Fix [NoAI]: When giving an aircraft a goto-hangar order don't 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). ------------------------------------------------------------------------ r16107 | yexo | 2009-04-20 23:49:27 +0000 (Mon, 20 Apr 2009) | 1 line -Add [NoAI]: AIOF_STOP_IN_DEPOT to the orderflags in AIOrder to allow stop-in-depot orders ------------------------------------------------------------------------ r16106 | yexo | 2009-04-20 23:12:32 +0000 (Mon, 20 Apr 2009) | 1 line -Fix [NoAI]: AIOrder::SetOrderFlags always removed "Service if needed" from goto-depot orders. ------------------------------------------------------------------------ r16105 | glx | 2009-04-20 22:41:09 +0000 (Mon, 20 Apr 2009) | 1 line -Codechange: use {CARGO} instead hardcoded cargo name ------------------------------------------------------------------------ r16104 | rubidium | 2009-04-20 21:39:20 +0000 (Mon, 20 Apr 2009) | 2 lines -Fix: remove some unneeded spaces from some strings/make some strings more consistent with itself by adding spaces ------------------------------------------------------------------------ r16103 | smatz | 2009-04-20 21:30:34 +0000 (Mon, 20 Apr 2009) | 1 line -Fix (r11429): missing const ------------------------------------------------------------------------ r16102 | rubidium | 2009-04-20 21:29:41 +0000 (Mon, 20 Apr 2009) | 2 lines -Codechange: unify the vehicle info strings; reduce the number of duplicate strings and unifies the GUIs quite a bit ------------------------------------------------------------------------ r16101 | frosch | 2009-04-20 17:42:14 +0000 (Mon, 20 Apr 2009) | 1 line -Cleanup (r14591): Remove an assertion to increase performance. ------------------------------------------------------------------------ r16100 | translators | 2009-04-20 17:38:34 +0000 (Mon, 20 Apr 2009) | 10 lines -Update: WebTranslator2 update to 2009-04-20 17:38:22 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) ------------------------------------------------------------------------ r16099 | translators | 2009-04-20 14:17:09 +0000 (Mon, 20 Apr 2009) | 2 lines -Fix: re-re-introduce textdir for all languages (and this time WT2 should not remove it on next commit) ------------------------------------------------------------------------ r16096 | rubidium | 2009-04-19 22:24:34 +0000 (Sun, 19 Apr 2009) | 2 lines -Fix [FS#2849]: connect tried to validate too much of the company ID with too little information on hand ------------------------------------------------------------------------ r16095 | rubidium | 2009-04-19 21:26:06 +0000 (Sun, 19 Apr 2009) | 2 lines -Change/Feature-ish: make the first 4 rail building tools behave more like autorail ------------------------------------------------------------------------ r16094 | frosch | 2009-04-19 16:04:44 +0000 (Sun, 19 Apr 2009) | 1 line -Fix: AIDebug window profiled the blitters by invalidating itself unconditionally on repaint. OTOH it was not invalidated in other cases when needed. ------------------------------------------------------------------------ r16093 | yexo | 2009-04-19 15:14:23 +0000 (Sun, 19 Apr 2009) | 1 line -Feature [FS#2808]: Add GetURL() as possible function to info.nut. If AIs implement it, that url is shown when the AI crashes and also in the AI selection window. ------------------------------------------------------------------------ r16092 | alberth | 2009-04-19 14:55:12 +0000 (Sun, 19 Apr 2009) | 1 line -Fix [FS#2829]: Resizing the order window also resizes the button bars. ------------------------------------------------------------------------ r16091 | yexo | 2009-04-19 14:42:03 +0000 (Sun, 19 Apr 2009) | 1 line -Change [FS#2778]: Reverse the order of the lines in the AI debug window ------------------------------------------------------------------------ r16090 | frosch | 2009-04-19 14:11:17 +0000 (Sun, 19 Apr 2009) | 1 line -Fix: s/Slovakish/Slovak/ (unimatrix) ------------------------------------------------------------------------ r16089 | alberth | 2009-04-19 10:41:48 +0000 (Sun, 19 Apr 2009) | 1 line -Codechange: Removing the ORDER_WIDGET_RESIZE_BAR widget ------------------------------------------------------------------------ r16088 | rubidium | 2009-04-19 10:31:30 +0000 (Sun, 19 Apr 2009) | 2 lines -Codechange: merge HighLightStyle and ViewportHighlightMode as they are basically the same thing ------------------------------------------------------------------------ r16087 | rubidium | 2009-04-19 04:36:53 +0000 (Sun, 19 Apr 2009) | 2 lines -Fix (r16079): slow trains wouldn't crash into eachother anymore ------------------------------------------------------------------------ r16086 | rubidium | 2009-04-18 21:10:36 +0000 (Sat, 18 Apr 2009) | 2 lines -Codechange: magic numbers substitutes by enums and some type safety ------------------------------------------------------------------------ r16085 | translators | 2009-04-18 17:47:33 +0000 (Sat, 18 Apr 2009) | 6 lines -Update: WebTranslator2 update to 2009-04-18 17:47:27 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) ------------------------------------------------------------------------ r16084 | rubidium | 2009-04-18 17:14:24 +0000 (Sat, 18 Apr 2009) | 2 lines -Change: remove (soon to be) unneeded offset from the shared order sprite. ------------------------------------------------------------------------ r16082 | alberth | 2009-04-18 15:31:49 +0000 (Sat, 18 Apr 2009) | 1 line -Codechange: Completed the widget numbers of the advanced settings window. ------------------------------------------------------------------------ r16081 | alberth | 2009-04-18 15:03:02 +0000 (Sat, 18 Apr 2009) | 1 line -Doc: Adding/fixing some Doxygen comments. ------------------------------------------------------------------------ r16080 | alberth | 2009-04-18 14:12:30 +0000 (Sat, 18 Apr 2009) | 1 line -Codechange: Introducing a constant for order-list line height. ------------------------------------------------------------------------ r16079 | rubidium | 2009-04-18 13:43:05 +0000 (Sat, 18 Apr 2009) | 3 lines -Fix [FS#2824]: insanely fast trains would not stop in time for 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 ------------------------------------------------------------------------ r16078 | rubidium | 2009-04-18 13:21:51 +0000 (Sat, 18 Apr 2009) | 2 lines -Change: do not show stop location for via orders; they don't stop there ------------------------------------------------------------------------ r16077 | frosch | 2009-04-18 11:08:10 +0000 (Sat, 18 Apr 2009) | 1 line -Cleanup (r14456): Remove some code that is only used for some assertions, that haven't been triggered for a while. ------------------------------------------------------------------------ r16076 | alberth | 2009-04-18 07:49:20 +0000 (Sat, 18 Apr 2009) | 1 line -Codechange: Added nested widgets to terraform windows. ------------------------------------------------------------------------ r16075 | frosch | 2009-04-17 23:16:01 +0000 (Fri, 17 Apr 2009) | 1 line -Fix (r15792)[FS#2844]: Mixed up TRACK_BIT_X/Y. ------------------------------------------------------------------------ r16074 | alberth | 2009-04-17 20:03:44 +0000 (Fri, 17 Apr 2009) | 1 line -Codechange: Adding nested widgets to subsidy list window. ------------------------------------------------------------------------ r16073 | alberth | 2009-04-17 19:55:39 +0000 (Fri, 17 Apr 2009) | 1 line -Codechange: Replacing some magic constants by computations relative to the SLW_PANEL widget. ------------------------------------------------------------------------ r16072 | alberth | 2009-04-17 19:47:21 +0000 (Fri, 17 Apr 2009) | 1 line -Codechange: Adding widget number constants to subsidy list window. ------------------------------------------------------------------------ r16071 | rubidium | 2009-04-17 17:48:33 +0000 (Fri, 17 Apr 2009) | 2 lines -Fix [FS#2845]: content download progress bar 'resetting' due to mathematical overflow. ------------------------------------------------------------------------ r16070 | translators | 2009-04-17 17:46:05 +0000 (Fri, 17 Apr 2009) | 6 lines -Update: WebTranslator2 update to 2009-04-17 17:45:57 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) ------------------------------------------------------------------------ r16069 | translators | 2009-04-16 17:52:41 +0000 (Thu, 16 Apr 2009) | 5 lines -Update: WebTranslator2 update to 2009-04-16 17:52:36 brazilian_portuguese - 12 fixed by tucalipe (12) korean - 8 fixed by darkttd (8) slovenian - 10 fixed by Necrolyte (10) ------------------------------------------------------------------------ r16066 | rubidium | 2009-04-15 20:49:26 +0000 (Wed, 15 Apr 2009) | 2 lines -Fix: another memory leak. ------------------------------------------------------------------------ r16065 | rubidium | 2009-04-15 20:37:00 +0000 (Wed, 15 Apr 2009) | 2 lines -Fix: don't readd (and resolve) the last joined server each time the window gets repainted ------------------------------------------------------------------------ r16064 | rubidium | 2009-04-15 20:35:52 +0000 (Wed, 15 Apr 2009) | 2 lines -Fix: memory leak when querying a server multiple times. ------------------------------------------------------------------------ r16063 | frosch | 2009-04-15 17:37:31 +0000 (Wed, 15 Apr 2009) | 1 line -Fix (r13752): MOF_COND_DESTINATION was not accepted by CmdModifyOrder(). (only used by AI) ------------------------------------------------------------------------ r16062 | frosch | 2009-04-15 17:31:08 +0000 (Wed, 15 Apr 2009) | 1 line -Fix (r16037): AIOrder::InsertOrder was broken. Default all AI orders to 'stop at far end'. ------------------------------------------------------------------------ r16058 | translators | 2009-04-14 17:49:10 +0000 (Tue, 14 Apr 2009) | 8 lines -Update: WebTranslator2 update to 2009-04-14 17:49:02 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) ------------------------------------------------------------------------ r16057 | rubidium | 2009-04-13 22:27:21 +0000 (Mon, 13 Apr 2009) | 2 lines -Fix [FS#2834] (r16037): division by zero when having an order with only one station that has either middle or near end stop location and where the platform is (significantly) longer than the train. ------------------------------------------------------------------------