------------------------------------------------------------------------ r26817 | translators | 2014-09-13 19:46:45 +0200 (Sat, 13 Sep 2014) | 6 lines -Update from WebTranslator v3.0: afrikaans - 2 changes by telanus catalan - 4 changes by juanjo german - 3 changes by planetmaker russian - 2 changes by Lone_Wolf ------------------------------------------------------------------------ r26816 | frosch | 2014-09-13 16:46:03 +0200 (Sat, 13 Sep 2014) | 1 line -Fix [FS#6109]: Properly zero-initialise data in _temp_engine. ------------------------------------------------------------------------ r26815 | planetmaker | 2014-09-13 15:30:31 +0200 (Sat, 13 Sep 2014) | 1 line -Change: Allow to set the granularity of the tooltip hover time in milliseconds instead of seconds. New default value is 250ms ------------------------------------------------------------------------ r26814 | planetmaker | 2014-09-12 22:30:23 +0200 (Fri, 12 Sep 2014) | 1 line -Fix [FS#6098]: Wording of tooltip in sprite alignment tool ------------------------------------------------------------------------ r26813 | translators | 2014-09-12 19:45:33 +0200 (Fri, 12 Sep 2014) | 4 lines -Update from WebTranslator v3.0: afrikaans - 16 changes by telanus german - 25 changes by MG ------------------------------------------------------------------------ r26812 | translators | 2014-09-11 19:46:29 +0200 (Thu, 11 Sep 2014) | 7 lines -Update from WebTranslator v3.0: afrikaans - 9 changes by telanus polish - 30 changes by McZapkie slovak - 4 changes by Milsa slovenian - 1 changes by ntadej spanish - 4 changes by SilverSurferZzZ ------------------------------------------------------------------------ r26811 | alberth | 2014-09-11 19:10:38 +0200 (Thu, 11 Sep 2014) | 2 lines -Fix[FS#6108]: Fixed spelling error in widget name. ------------------------------------------------------------------------ r26810 | translators | 2014-09-10 19:45:58 +0200 (Wed, 10 Sep 2014) | 6 lines -Update from WebTranslator v3.0: dutch - 76 changes by habell spanish - 6 changes by SilverSurferZzZ swedish - 51 changes by spacejens welsh - 26 changes by kazzie ------------------------------------------------------------------------ r26809 | rubidium | 2014-09-10 18:33:42 +0200 (Wed, 10 Sep 2014) | 2 lines -Fix: do not dereference the -1 index of the file names array of music files. It definitely breaks on m68k, and might cause failures on other platforms as well ------------------------------------------------------------------------ r26808 | translators | 2014-09-09 19:46:14 +0200 (Tue, 09 Sep 2014) | 6 lines -Update from WebTranslator v3.0: catalan - 26 changes by juanjo hebrew - 3 changes by rril russian - 1 changes by Lone_Wolf spanish - 7 changes by SilverSurferZzZ ------------------------------------------------------------------------ r26807 | translators | 2014-09-08 19:46:46 +0200 (Mon, 08 Sep 2014) | 8 lines -Update from WebTranslator v3.0: catalan - 18 changes by juanjo croatian - 29 changes by VoyagerOne english_US - 29 changes by Supercheese italian - 29 changes by lorenzodv russian - 29 changes by Lone_Wolf spanish - 12 changes by SilverSurferZzZ ------------------------------------------------------------------------ r26806 | translators | 2014-09-07 19:45:44 +0200 (Sun, 07 Sep 2014) | 4 lines -Update from WebTranslator v3.0: esperanto - 1 changes by Ryton gaelic - 49 changes by GunChleoc ------------------------------------------------------------------------ r26805 | alberth | 2014-09-07 18:14:38 +0200 (Sun, 07 Sep 2014) | 2 lines -Feature: Allow hiding of non-interesting engines in the autoreplace GUI. ------------------------------------------------------------------------ r26804 | alberth | 2014-09-07 18:14:06 +0200 (Sun, 07 Sep 2014) | 2 lines -Feature: Allow hiding of non-interesting engines in the build vehicle GUI. ------------------------------------------------------------------------ r26803 | alberth | 2014-09-07 18:13:29 +0200 (Sun, 07 Sep 2014) | 2 lines -Doc: Document some fields in the build vehicle gui, and the rail definition struct. ------------------------------------------------------------------------ r26802 | alberth | 2014-09-07 18:12:58 +0200 (Sun, 07 Sep 2014) | 2 lines -Add: Command to set visibility of an engine for a company (based on patch by Juanjo). ------------------------------------------------------------------------ r26801 | alberth | 2014-09-07 18:11:58 +0200 (Sun, 07 Sep 2014) | 2 lines -Add: Labels above the lists in the autoreplace GUI. ------------------------------------------------------------------------ r26800 | alberth | 2014-09-07 18:11:14 +0200 (Sun, 07 Sep 2014) | 2 lines -Feature[FS#1640]: Vehicle sorting in autoreplace GUI. ------------------------------------------------------------------------ r26799 | alberth | 2014-09-07 18:10:27 +0200 (Sun, 07 Sep 2014) | 2 lines -Codechange: Export vehicle sorting data and functions. ------------------------------------------------------------------------ r26798 | alberth | 2014-09-07 18:09:48 +0200 (Sun, 07 Sep 2014) | 2 lines -Codechange: Code style fixes. ------------------------------------------------------------------------ r26797 | rubidium | 2014-09-07 18:03:41 +0200 (Sun, 07 Sep 2014) | 2 lines -Codechange: rewrite the UTF8 reading code to make use of already existing functions instead of partially trying to implemented them ------------------------------------------------------------------------ r26796 | rubidium | 2014-09-07 18:03:02 +0200 (Sun, 07 Sep 2014) | 2 lines -Fix: reading of high byte of "ASCII" files yielded a negative int8, then casted to an uint32 which caused the Squirrel lexer to bail out. Regardless... the file isn't actually ASCII, but that's beyond the point for now ------------------------------------------------------------------------ r26792 | frosch | 2014-09-07 17:25:54 +0200 (Sun, 07 Sep 2014) | 1 line -Fix: TC_NO_SHADE did not work for 32bpp text rendering. ------------------------------------------------------------------------ r26788 | frosch | 2014-09-07 16:21:16 +0200 (Sun, 07 Sep 2014) | 1 line -Add: Desync replay option to skip/replay failed commands ------------------------------------------------------------------------ r26787 | frosch | 2014-09-07 15:52:20 +0200 (Sun, 07 Sep 2014) | 1 line -Fix (r20547): Loading a game with order backups leaked Orders and left unreachable items in the pool. ------------------------------------------------------------------------ r26786 | frosch | 2014-09-07 15:36:18 +0200 (Sun, 07 Sep 2014) | 1 line -Fix: Also replay failed commands. ------------------------------------------------------------------------ r26785 | rubidium | 2014-09-07 11:30:57 +0200 (Sun, 07 Sep 2014) | 2 lines -Fix [Squirrel]: loading a value saved as boolean caused it to be of type integer instead of boolean ------------------------------------------------------------------------ r26784 | rubidium | 2014-09-07 08:46:03 +0200 (Sun, 07 Sep 2014) | 2 lines -Codechange [Squirrel]: use WChar for the lexer ------------------------------------------------------------------------ r26783 | rubidium | 2014-09-06 22:38:39 +0200 (Sat, 06 Sep 2014) | 2 lines -Fix (r26781): removed one include too many ------------------------------------------------------------------------ r26782 | rubidium | 2014-09-06 22:22:59 +0200 (Sat, 06 Sep 2014) | 2 lines -Fix (r26781): was in the wrong folder when commiting ------------------------------------------------------------------------ r26781 | rubidium | 2014-09-06 22:20:35 +0200 (Sat, 06 Sep 2014) | 2 lines -Codechange [Squirrel]: remove includes/definitions that are already in stdafx.h ------------------------------------------------------------------------ r26780 | rubidium | 2014-09-06 22:11:00 +0200 (Sat, 06 Sep 2014) | 2 lines -Cleanup: remove unused SQUIRREL_API macro ------------------------------------------------------------------------ r26779 | rubidium | 2014-09-06 22:05:07 +0200 (Sat, 06 Sep 2014) | 2 lines -Cleanup [Squirrel]: remove extern "C" statements; we won't be exporting things to C from our squirrel ------------------------------------------------------------------------ r26778 | rubidium | 2014-09-06 21:57:01 +0200 (Sat, 06 Sep 2014) | 2 lines -Codechange: remove pointless rsl macro ------------------------------------------------------------------------ r26777 | rubidium | 2014-09-06 21:54:35 +0200 (Sat, 06 Sep 2014) | 2 lines -Codechange: use safe string functions in squirrel code as well, and prevent using the ones that are deemed unsafe ------------------------------------------------------------------------ r26776 | rubidium | 2014-09-06 21:28:09 +0200 (Sat, 06 Sep 2014) | 2 lines -Codechange: use safe string functions in script/squirrel*.cpp ------------------------------------------------------------------------ r26775 | rubidium | 2014-09-06 20:10:36 +0200 (Sat, 06 Sep 2014) | 2 lines -Cleanup [Squirrel]: "resolve" several of the unicode wrapper defines ------------------------------------------------------------------------ r26774 | rubidium | 2014-09-06 19:46:56 +0200 (Sat, 06 Sep 2014) | 2 lines -Cleanup [Squirrel]: remove _SC macro ------------------------------------------------------------------------ r26773 | translators | 2014-09-06 19:45:42 +0200 (Sat, 06 Sep 2014) | 4 lines -Update from WebTranslator v3.0: bulgarian - 20 changes by komara esperanto - 94 changes by Ryton ------------------------------------------------------------------------