Commit Graph

13168 Commits

Author SHA1 Message Date
frosch 12a814f487 (svn r17684) -Fix: tcache.first_engine and rcache.first_engine need to be set before first callback/sprite-resolving. For RV fronts it was missing at all, causing livery selection to fail. 2009-10-03 14:46:48 +00:00
translators 539f31f76c (svn r17683) -Update from WebTranslator v3.0:
catalan - 1 changes by arnau
korean - 9 changes by telk5093
portuguese - 1 changes by SupSuper
brazilian_portuguese - 153 changes by Tucalipe
2009-10-02 17:45:17 +00:00
rubidium e9624fe0cc (svn r17682) -Codechange: remove erroneous space before some commas 2009-10-02 15:13:15 +00:00
rubidium 9c6157c578 (svn r17681) -Fix [FS#3248] (r17668): crash when the caption of the query window used parameters 2009-10-02 15:06:14 +00:00
translators 6cd143ea7b (svn r17680) -Update from WebTranslator v3.0:
dutch - 1 changes by habell
brazilian_portuguese - 42 changes by Tucalipe
2009-10-01 17:45:10 +00:00
rubidium 9d4e88be6c (svn r17679) -Merge: release changes back into trunk 2009-10-01 11:11:09 +00:00
rubidium 6e6af43d77 (svn r17676) -Codechange: make the NewGRF GUI nested 2009-09-30 21:49:24 +00:00
rubidium a96d161b00 (svn r17675) -Codechange: move the 'state' changes out of the OnPaint of the newgrf window 2009-09-30 21:11:29 +00:00
rubidium c847f5c04e (svn r17674) -Codechange: replace SetDirty + OnInvalidateData with InvalidateData (which does the same). Also call InvalidateData in a few cases where that was actually meant. 2009-09-30 21:07:54 +00:00
rubidium 0032405093 (svn r17673) -Codechange: make InvalidateThisWindowData a function of the window class 2009-09-30 21:00:35 +00:00
frosch 2fa312aab9 (svn r17672) -Revert (r8081): 'last_value' and 'reseed' are shared between procedure and main chain.
-Fix (r8075): 'scope' and 'count' are not.
2009-09-30 20:25:59 +00:00
frosch 3863742c72 (svn r17671) -Codechange: Move ResolverObject::info_view into u.vehicle as it is only needed for them. 2009-09-30 18:54:33 +00:00
frosch d8eec0ebf0 (svn r17670) -Cleanup (r12819): ResolverObject::procedure_call is not used anymore. 2009-09-30 18:36:18 +00:00
translators 6a03335a0e (svn r17669) -Update from WebTranslator v3.0:
simplified_chinese - 1 changes by Gavin
traditional_chinese - 7 changes by josesun
english_US - 4 changes by agenthh
hebrew - 9 changes by dnd_man
russian - 1 changes by Lone_Wolf
2009-09-30 17:45:20 +00:00
yexo 5fbb263bd2 (svn r17668) -Codechange: Query window uses nested widgets 2009-09-30 15:14:34 +00:00
rubidium 124e543b1d (svn r17667) -Fix [FS#3245]: autopause tried to (un)pause the server every tick when the pause command only gets processed once every frame_freq ticks. So it would spam the console with duplicate attempts. 2009-09-30 13:32:39 +00:00
rubidium d3cfacdbf0 (svn r17666) -Fix [FS#3193]: RPM spec failed for SUSE (Ammler) 2009-09-29 20:34:18 +00:00
rubidium 5028e3536b (svn r17665) -Codechange: make the extra viewport window nested 2009-09-29 20:16:03 +00:00
translators 2692a86312 (svn r17664) -Update from WebTranslator v3.0:
esperanto - 1 changes by raskolnik
finnish - 1 changes by jpx_
indonesian - 1 changes by prof
italian - 1 changes by lorenzodv
romanian - 1 changes by kkmic
russian - 1 changes by Lone_Wolf
slovak - 18 changes by JamesSVK
spanish - 1 changes by Terkhen
ukrainian - 1 changes by Madvin
2009-09-29 17:45:30 +00:00
frosch 3ddf4d2c2b (svn r17663) -Change: [NewGRF] Apply default refitmasks only when the NewGRF did not set any of the three refittability properties (xor mask, positive classes, negative classes). 2009-09-28 19:24:20 +00:00
rubidium 252096fe3c (svn r17662) -Codechange: make the sign edit window nested 2009-09-28 19:12:15 +00:00
translators 77e8fa46b6 (svn r17661) -Update from WebTranslator v3.0:
traditional_chinese - 1 changes by josesun
esperanto - 25 changes by raskolnik
french - 1 changes by glx
german - 1 changes by dihedral
serbian - 1 changes by etran
vietnamese - 3 changes by nglekhoi
2009-09-28 17:45:21 +00:00
glx 57252e5225 (svn r17660) -Fix: StringID typo 2009-09-28 14:15:23 +00:00
rubidium cc3ef246fd (svn r17659) -Codechange: remove the last custom drawing from the signal GUI 2009-09-28 13:42:47 +00:00
rubidium 4347758e48 (svn r17658) -Codechange: remove custom drawing of the signal density in the signal GUI
-Codechange: move the state updates from OnPaint
2009-09-28 12:38:35 +00:00
rubidium d74216b7fe (svn r17657) -Fix [FS#3242]: some semaphore signals fell outside of the signal GUI. Now the signals are properly centered which should make that problem go away 2009-09-28 12:19:15 +00:00
rubidium 1bc18905d7 (svn r17656) -Change: typo in function name. Also document the parameter (Terkhen) 2009-09-27 18:36:05 +00:00
translators 7b46347bb1 (svn r17655) -Update from WebTranslator v3.0:
english_US - 38 changes by agenthh
portuguese - 9 changes by SupSuper
2009-09-27 17:45:11 +00:00
rubidium 09124e2186 (svn r17654) -Fix [FS#3220] (r17612): the edit box of the town fund window wasn't updated properly (based on patch of Terkhen) 2009-09-27 10:44:25 +00:00
alberth 8a21979b42 (svn r17653) -Fix (r17649): Widgets at the bottom button bar of the depot window should adapt to differences in height. 2009-09-27 08:49:42 +00:00
alberth 4130ae0dfa (svn r17652) -Codechange: Merging/renaming the depot block-size functions. 2009-09-27 08:28:49 +00:00
rubidium 73ffd2b178 (svn r17651) -Fix [FS#3238] (r17644): crashes when commands related to company settings where done 2009-09-26 22:37:44 +00:00
alberth dd108f2399 (svn r17650) -Codechange: Checking a condition once is enough. 2009-09-26 19:26:08 +00:00
alberth f7120de1f7 (svn r17649) -Codechange: Depot gui uses pure nested widgets. 2009-09-26 19:21:20 +00:00
alberth 16dcc64540 (svn r17648) -Codechange: Move type initialization and widget disabling to the constructor. 2009-09-26 18:47:41 +00:00
alberth 9c3722f31c (svn r17647) -Codechange: Moving widget array access to outside the function. 2009-09-26 18:15:35 +00:00
rubidium 812ba03058 (svn r17646) -Fix (r17644): GCC 4.4/4.5 compile failure 2009-09-26 17:50:10 +00:00
translators 870af9695a (svn r17645) -Update from WebTranslator v3.0:
traditional_chinese - 10 changes by josesun
russian - 1 changes by Lone_Wolf
vietnamese - 26 changes by nglekhoi
2009-09-26 17:45:12 +00:00
rubidium ac99610a05 (svn r17644) -Fix [FS#3219]: some inconsistencies with the difficulty settings in the scenario editor. Also re-enable changing some difficulty settings (e.g. max loan) in the scenario editor. 2009-09-26 17:43:06 +00:00
alberth a47138ad34 (svn r17643) -Codechange: Code style for variables in depot gui. 2009-09-26 16:06:54 +00:00
rubidium 06040213b4 (svn r17642) -Change: make a comment more clear (Eddi) 2009-09-26 12:30:30 +00:00
rubidium 2b61d49f30 (svn r17641) -Codechange: remove the {N:...} that's not needed anymore since the currency window is nested. 2009-09-26 10:06:48 +00:00
rubidium 02bf984273 (svn r17640) -Codechange: make the custom currency window nested 2009-09-26 10:01:53 +00:00
rubidium 862754d36d (svn r17639) -Codechange: let the difficulty settings GUI make really use the nested widget features 2009-09-26 08:30:02 +00:00
rubidium 22c4ef6aee (svn r17638) -Fix [FS#3235]: Crash when trying to build an industry that has no industry layout defined; yes, it's very similar to r17633 because one case was forgotten. 2009-09-25 21:08:45 +00:00
rubidium 025876aa25 (svn r17637) -Codechange: move the game difficulty window's window/widget description below the window class 2009-09-25 19:42:57 +00:00
rubidium 2080c0990c (svn r17636) -Codechange: make the difficulty setting window nested 2009-09-25 19:36:09 +00:00
rubidium 3f600bba24 (svn r17635) -Codechange: make the chat gui nested 2009-09-25 18:15:41 +00:00
translators 99881a1c9b (svn r17634) -Update from WebTranslator v3.0:
simplified_chinese - 6 changes by Gavin
finnish - 8 changes by jpx_
german - 2 changes by Roujin
romanian - 49 changes by kkmic
ukrainian - 51 changes by Madvin
vietnamese - 92 changes by nglekhoi
2009-09-25 17:45:21 +00:00
rubidium 36e70b57ee (svn r17633) -Fix [FS#3233]: [NewGRF] Crash when trying to build an industry that has no industry layout defined. 2009-09-25 09:32:20 +00:00