------------------------------------------------------------------------ r17695 | translators | 2009-10-04 17:45:14 +0000 (Sun, 04 Oct 2009) | 7 lines -Update from WebTranslator v3.0: frisian - 37 changes by Minifan hebrew - 133 changes by dnd_man hungarian - 2 changes by alyr thai - 66 changes by ityellow vietnamese - 12 changes by nglekhoi ------------------------------------------------------------------------ r17694 | smatz | 2009-10-04 17:26:43 +0000 (Sun, 04 Oct 2009) | 1 line -Codechange: don't break $ to two lines in squirrel_export.awk ------------------------------------------------------------------------ r17693 | rubidium | 2009-10-04 17:16:41 +0000 (Sun, 04 Oct 2009) | 2 lines -Cleanup: remove some unneeded includes ------------------------------------------------------------------------ r17692 | smatz | 2009-10-04 17:10:57 +0000 (Sun, 04 Oct 2009) | 1 line -Codechange: minor coding style fixes ------------------------------------------------------------------------ r17691 | rubidium | 2009-10-04 15:38:16 +0000 (Sun, 04 Oct 2009) | 2 lines -Codechange: make the status bar nested ------------------------------------------------------------------------ r17690 | smatz | 2009-10-04 14:49:39 +0000 (Sun, 04 Oct 2009) | 1 line -Fix: minor coding style issue ------------------------------------------------------------------------ r17689 | glx | 2009-10-04 12:17:10 +0000 (Sun, 04 Oct 2009) | 1 line -Fix (r16307): depend could segfault in some case (TrueBrain) ------------------------------------------------------------------------ r17688 | smatz | 2009-10-04 04:57:01 +0000 (Sun, 04 Oct 2009) | 1 line -Fix (r17684): incorrect comments ------------------------------------------------------------------------ r17687 | translators | 2009-10-03 17:45:16 +0000 (Sat, 03 Oct 2009) | 6 lines -Update from WebTranslator v3.0: traditional_chinese - 8 changes by josesun polish - 14 changes by amateja spanish - 1 changes by Terkhen vietnamese - 40 changes by nglekhoi ------------------------------------------------------------------------ r17686 | rubidium | 2009-10-03 14:51:30 +0000 (Sat, 03 Oct 2009) | 2 lines -Fix [FS#3247]: make the -c location relative to the current directory instead of the directory of the binary ------------------------------------------------------------------------ r17685 | rubidium | 2009-10-03 14:48:12 +0000 (Sat, 03 Oct 2009) | 2 lines -Fix: autounpausing kept trying to unpause a loaded game that was paused due to an error. Just reject such savegames in dedicated servers. ------------------------------------------------------------------------ r17684 | frosch | 2009-10-03 14:46:48 +0000 (Sat, 03 Oct 2009) | 1 line -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. ------------------------------------------------------------------------ r17683 | translators | 2009-10-02 17:45:17 +0000 (Fri, 02 Oct 2009) | 6 lines -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 ------------------------------------------------------------------------ r17682 | rubidium | 2009-10-02 15:13:15 +0000 (Fri, 02 Oct 2009) | 2 lines -Codechange: remove erroneous space before some commas ------------------------------------------------------------------------ r17681 | rubidium | 2009-10-02 15:06:14 +0000 (Fri, 02 Oct 2009) | 2 lines -Fix [FS#3248] (r17668): crash when the caption of the query window used parameters ------------------------------------------------------------------------ r17680 | translators | 2009-10-01 17:45:10 +0000 (Thu, 01 Oct 2009) | 4 lines -Update from WebTranslator v3.0: dutch - 1 changes by habell brazilian_portuguese - 42 changes by Tucalipe ------------------------------------------------------------------------ r17679 | rubidium | 2009-10-01 11:11:09 +0000 (Thu, 01 Oct 2009) | 2 lines -Merge: release changes back into trunk ------------------------------------------------------------------------ r17676 | rubidium | 2009-09-30 21:49:24 +0000 (Wed, 30 Sep 2009) | 2 lines -Codechange: make the NewGRF GUI nested ------------------------------------------------------------------------ r17675 | rubidium | 2009-09-30 21:11:29 +0000 (Wed, 30 Sep 2009) | 2 lines -Codechange: move the 'state' changes out of the OnPaint of the newgrf window ------------------------------------------------------------------------ r17674 | rubidium | 2009-09-30 21:07:54 +0000 (Wed, 30 Sep 2009) | 2 lines -Codechange: replace SetDirty + OnInvalidateData with InvalidateData (which does the same). Also call InvalidateData in a few cases where that was actually meant. ------------------------------------------------------------------------ r17673 | rubidium | 2009-09-30 21:00:35 +0000 (Wed, 30 Sep 2009) | 2 lines -Codechange: make InvalidateThisWindowData a function of the window class ------------------------------------------------------------------------ r17672 | frosch | 2009-09-30 20:25:59 +0000 (Wed, 30 Sep 2009) | 2 lines -Revert (r8081): 'last_value' and 'reseed' are shared between procedure and main chain. -Fix (r8075): 'scope' and 'count' are not. ------------------------------------------------------------------------ r17671 | frosch | 2009-09-30 18:54:33 +0000 (Wed, 30 Sep 2009) | 1 line -Codechange: Move ResolverObject::info_view into u.vehicle as it is only needed for them. ------------------------------------------------------------------------ r17670 | frosch | 2009-09-30 18:36:18 +0000 (Wed, 30 Sep 2009) | 1 line -Cleanup (r12819): ResolverObject::procedure_call is not used anymore. ------------------------------------------------------------------------ r17669 | translators | 2009-09-30 17:45:20 +0000 (Wed, 30 Sep 2009) | 7 lines -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 ------------------------------------------------------------------------ r17668 | yexo | 2009-09-30 15:14:34 +0000 (Wed, 30 Sep 2009) | 1 line -Codechange: Query window uses nested widgets ------------------------------------------------------------------------ r17667 | rubidium | 2009-09-30 13:32:39 +0000 (Wed, 30 Sep 2009) | 2 lines -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. ------------------------------------------------------------------------ r17666 | rubidium | 2009-09-29 20:34:18 +0000 (Tue, 29 Sep 2009) | 2 lines -Fix [FS#3193]: RPM spec failed for SUSE (Ammler) ------------------------------------------------------------------------ r17665 | rubidium | 2009-09-29 20:16:03 +0000 (Tue, 29 Sep 2009) | 2 lines -Codechange: make the extra viewport window nested ------------------------------------------------------------------------ r17664 | translators | 2009-09-29 17:45:30 +0000 (Tue, 29 Sep 2009) | 11 lines -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 ------------------------------------------------------------------------ r17663 | frosch | 2009-09-28 19:24:20 +0000 (Mon, 28 Sep 2009) | 1 line -Change: [NewGRF] Apply default refitmasks only when the NewGRF did not set any of the three refittability properties (xor mask, positive classes, negative classes). ------------------------------------------------------------------------ r17662 | rubidium | 2009-09-28 19:12:15 +0000 (Mon, 28 Sep 2009) | 2 lines -Codechange: make the sign edit window nested ------------------------------------------------------------------------ r17661 | translators | 2009-09-28 17:45:21 +0000 (Mon, 28 Sep 2009) | 8 lines -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 ------------------------------------------------------------------------ r17660 | glx | 2009-09-28 14:15:23 +0000 (Mon, 28 Sep 2009) | 1 line -Fix: StringID typo ------------------------------------------------------------------------ r17659 | rubidium | 2009-09-28 13:42:47 +0000 (Mon, 28 Sep 2009) | 2 lines -Codechange: remove the last custom drawing from the signal GUI ------------------------------------------------------------------------ r17658 | rubidium | 2009-09-28 12:38:35 +0000 (Mon, 28 Sep 2009) | 3 lines -Codechange: remove custom drawing of the signal density in the signal GUI -Codechange: move the state updates from OnPaint ------------------------------------------------------------------------ r17657 | rubidium | 2009-09-28 12:19:15 +0000 (Mon, 28 Sep 2009) | 2 lines -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 ------------------------------------------------------------------------ r17656 | rubidium | 2009-09-27 18:36:05 +0000 (Sun, 27 Sep 2009) | 2 lines -Change: typo in function name. Also document the parameter (Terkhen) ------------------------------------------------------------------------ r17655 | translators | 2009-09-27 17:45:11 +0000 (Sun, 27 Sep 2009) | 4 lines -Update from WebTranslator v3.0: english_US - 38 changes by agenthh portuguese - 9 changes by SupSuper ------------------------------------------------------------------------ r17654 | rubidium | 2009-09-27 10:44:25 +0000 (Sun, 27 Sep 2009) | 2 lines -Fix [FS#3220] (r17612): the edit box of the town fund window wasn't updated properly (based on patch of Terkhen) ------------------------------------------------------------------------