------------------------------------------------------------------------ r26750 | translators | 2014-08-18 19:45:31 +0200 (Mon, 18 Aug 2014) | 4 lines -Update from WebTranslator v3.0: belarusian - 47 changes by KorneySan finnish - 22 changes by jpx_ ------------------------------------------------------------------------ r26749 | translators | 2014-08-17 19:45:37 +0200 (Sun, 17 Aug 2014) | 4 lines -Update from WebTranslator v3.0: afrikaans - 47 changes by telanus hungarian - 50 changes by Brumi ------------------------------------------------------------------------ r26748 | frosch | 2014-08-17 18:13:23 +0200 (Sun, 17 Aug 2014) | 1 line -Merge: documentation updates from 1.4 branch ------------------------------------------------------------------------ r26747 | frosch | 2014-08-17 16:53:11 +0200 (Sun, 17 Aug 2014) | 1 line -Feature: [NewGRF] Advanced visual effects with multiple effect sprites independent of spawning model. ------------------------------------------------------------------------ r26746 | frosch | 2014-08-17 16:52:48 +0200 (Sun, 17 Aug 2014) | 1 line -Codechange: Separate enums for visual effect type and spawning model. ------------------------------------------------------------------------ r26745 | frosch | 2014-08-17 16:52:32 +0200 (Sun, 17 Aug 2014) | 1 line -Codechange: Deduplicate calls to CreateEffectVehicleRel for vehicle visual effects. ------------------------------------------------------------------------ r26744 | frosch | 2014-08-16 23:13:58 +0200 (Sat, 16 Aug 2014) | 1 line -Fix [FS6085-ish]: ScriptListSorterItemDescending::FindNext failed to detect the end. ------------------------------------------------------------------------ r26743 | frosch | 2014-08-16 23:11:26 +0200 (Sat, 16 Aug 2014) | 1 line -Codechange: Simplify ScriptList iterators. ------------------------------------------------------------------------ r26742 | frosch | 2014-08-16 22:40:26 +0200 (Sat, 16 Aug 2014) | 1 line -Doc: Why reverse_iterator is unsuitable for ScriptList iterators ------------------------------------------------------------------------ r26741 | frosch | 2014-08-16 22:37:33 +0200 (Sat, 16 Aug 2014) | 1 line -Revert (r26736): reverse_iterators are invalidated when the element next to them is erased (not the element they are pointing to), which makes them unsuitable for ScriptList. ------------------------------------------------------------------------ r26738 | translators | 2014-08-16 19:46:36 +0200 (Sat, 16 Aug 2014) | 9 lines -Update from WebTranslator v3.0: catalan - 23 changes by juanjo simplified_chinese - 50 changes by siu238X traditional_chinese - 82 changes by siu238X english_US - 49 changes by Supercheese norwegian_bokmal - 2 changes by cuthbert russian - 47 changes by Lone_Wolf slovak - 1 changes by Milsa ------------------------------------------------------------------------ r26737 | rubidium | 2014-08-16 12:31:24 +0200 (Sat, 16 Aug 2014) | 2 lines -Fix (r26735): one = too many... why can't all languages use the same basic definition for comparisons? ------------------------------------------------------------------------ r26736 | rubidium | 2014-08-16 12:20:15 +0200 (Sat, 16 Aug 2014) | 2 lines -Fix [Script]: infinite loop (by scripts; always returning the same item) when sorted by item in descending order by oddly constructed FindNext that uses forward iterators. Simply use the same code as the ascending item sort but use the reverse iterator instead of the forward. Also do this same trick for the descending value sort even though I couldn't trigger the problem there ------------------------------------------------------------------------ r26735 | rubidium | 2014-08-16 12:17:18 +0200 (Sat, 16 Aug 2014) | 2 lines -Fix (rmakefilerewrite): for profiling CFLAGS got a -p (for prof) and LDFLAGS got -pg (for gprof), but in the end gprof would be used (via make run-prof). Furthermore -pg isn't compatible with -fomit-frame-pointer on certain architectures (most importantly x86(_64)), so simply don't enable that flag when profiling is enabled ------------------------------------------------------------------------ r26734 | rubidium | 2014-08-16 12:05:57 +0200 (Sat, 16 Aug 2014) | 2 lines -Fix-ish: make clear the AI/GS List's Begin and Next return the item, not the value ------------------------------------------------------------------------ r26733 | rubidium | 2014-08-15 22:14:48 +0200 (Fri, 15 Aug 2014) | 3 lines -Fix [FS#6086]: inconsistency in using spaces between number and unit in some strings Try to follow the SI recommendation to use a non-breaking space between a number and its units (and prefix) ------------------------------------------------------------------------ r26732 | rubidium | 2014-08-15 21:41:57 +0200 (Fri, 15 Aug 2014) | 2 lines -Fix [FS#6083]: do not reset the last selected airport or layout (unless it is really necessary) ------------------------------------------------------------------------ r26731 | translators | 2014-08-15 19:47:51 +0200 (Fri, 15 Aug 2014) | 7 lines -Update from WebTranslator v3.0: afrikaans - 6 changes by telanus belarusian - 3 changes by KorneySan catalan - 5 changes by juanjo korean - 2 changes by telk5093 russian - 2 changes by Lone_Wolf ------------------------------------------------------------------------ r26730 | translators | 2014-08-14 19:47:03 +0200 (Thu, 14 Aug 2014) | 9 lines -Update from WebTranslator v3.0: afrikaans - 6 changes by telanus croatian - 2 changes by VoyagerOne dutch - 2 changes by habell finnish - 2 changes by jpx_ german - 3 changes by planetmaker lithuanian - 2 changes by Stabilitronas swedish - 1 changes by spacejens ------------------------------------------------------------------------ r26729 | alberth | 2014-08-13 21:31:45 +0200 (Wed, 13 Aug 2014) | 2 lines -Feature: Warn about missing industries after generating a map. ------------------------------------------------------------------------ r26728 | translators | 2014-08-12 19:45:22 +0200 (Tue, 12 Aug 2014) | 3 lines -Update from WebTranslator v3.0: croatian - 1 changes by VoyagerOne ------------------------------------------------------------------------ r26727 | translators | 2014-08-11 19:45:47 +0200 (Mon, 11 Aug 2014) | 5 lines -Update from WebTranslator v3.0: english_US - 1 changes by Supercheese finnish - 1 changes by jpx_ polish - 6 changes by p0358 ------------------------------------------------------------------------ r26726 | translators | 2014-08-10 19:45:52 +0200 (Sun, 10 Aug 2014) | 5 lines -Update from WebTranslator v3.0: afrikaans - 4 changes by telanus catalan - 1 changes by juanjo russian - 1 changes by Lone_Wolf ------------------------------------------------------------------------