------------------------------------------------------------------------ r26865 | translators | 2014-09-20 19:45:14 +0200 (Sat, 20 Sep 2014) | 3 lines -Update from WebTranslator v3.0: welsh - 11 changes by kazzie ------------------------------------------------------------------------ r26864 | rubidium | 2014-09-20 17:46:44 +0200 (Sat, 20 Sep 2014) | 2 lines -Codechange: bring a bit more OO into the disaster vehicles ------------------------------------------------------------------------ r26863 | rubidium | 2014-09-20 17:31:26 +0200 (Sat, 20 Sep 2014) | 2 lines -Codechange: move a number of Vehicle* functions into the Vehicle class ------------------------------------------------------------------------ r26862 | peter1138 | 2014-09-20 14:27:09 +0200 (Sat, 20 Sep 2014) | 2 lines -Codechange: Don't shrink widget size in new game window. ------------------------------------------------------------------------ r26861 | peter1138 | 2014-09-20 14:25:36 +0200 (Sat, 20 Sep 2014) | 2 lines -Codechange: Include height of dropdown image in dropdown widget. Draw vertically centred image in dropdown button. ------------------------------------------------------------------------ r26860 | rubidium | 2014-09-20 14:11:15 +0200 (Sat, 20 Sep 2014) | 2 lines -Codechange: improve worst case performance of terraforming (O(n^2) -> O(n log n)) and let memory usage scale to the amount of tiles affected instead of allocating memory for the worst case scenario (patch by ic111) ------------------------------------------------------------------------ r26859 | frosch | 2014-09-20 13:32:54 +0200 (Sat, 20 Sep 2014) | 1 line -Fix [FS#6119]: Height computation of game script text in town GUI did not consider margins. ------------------------------------------------------------------------ r26858 | peter1138 | 2014-09-20 12:23:38 +0200 (Sat, 20 Sep 2014) | 2 lines -Codechange: Rearrange smallmap filter and settings expand/collapse buttons to fix frame borders and allow buttons to fit height of resize button. ------------------------------------------------------------------------ r26857 | fonsinchen | 2014-09-20 11:41:25 +0200 (Sat, 20 Sep 2014) | 1 line -Fix [FS#6110]: Reserve cargo after refitting and only if necessary. ------------------------------------------------------------------------ r26856 | peter1138 | 2014-09-20 11:18:22 +0200 (Sat, 20 Sep 2014) | 2 lines -Codechange: Ensure company face widgets can fit company face. ------------------------------------------------------------------------ r26855 | peter1138 | 2014-09-20 10:55:35 +0200 (Sat, 20 Sep 2014) | 2 lines -Codechange: Render vertical scrollbars the same as horizontal scrollbars, with sprites instead of text. ------------------------------------------------------------------------ r26854 | peter1138 | 2014-09-20 02:27:14 +0200 (Sat, 20 Sep 2014) | 2 lines -Codechange: Don't override computed minimal size with static minimal size, instead only increase it. ------------------------------------------------------------------------ r26853 | rubidium | 2014-09-19 22:06:51 +0200 (Fri, 19 Sep 2014) | 2 lines -Cleanup [Squirrel]: remove some stuff that we never did and especially never should use ------------------------------------------------------------------------ r26852 | rubidium | 2014-09-19 19:53:50 +0200 (Fri, 19 Sep 2014) | 2 lines -Fix: WT3 validation error ------------------------------------------------------------------------ r26851 | translators | 2014-09-19 19:47:00 +0200 (Fri, 19 Sep 2014) | 6 lines -Update from WebTranslator v3.0: belarusian - 33 changes by KorneySan brazilian_portuguese - 100 changes by Tucalipe russian - 2 changes by KorneySan welsh - 4 changes by kazzie ------------------------------------------------------------------------ r26850 | planetmaker | 2014-09-19 11:28:23 +0200 (Fri, 19 Sep 2014) | 1 line -Fix: [Makefile] Compilation of strgen requires also defining variable in for platforms like Solaris ------------------------------------------------------------------------ r26849 | alberth | 2014-09-18 21:53:22 +0200 (Thu, 18 Sep 2014) | 2 lines -Fix[FS#6113]: Better display of refit information in articulated vehicles. ------------------------------------------------------------------------ r26848 | alberth | 2014-09-18 21:50:41 +0200 (Thu, 18 Sep 2014) | 2 lines -Codechange: Unduplicate summing of cargo capacities in GetTotalCapacityOfArticulatedParts. ------------------------------------------------------------------------ r26847 | fonsinchen | 2014-09-18 19:49:19 +0200 (Thu, 18 Sep 2014) | 1 line -Fix [FS#6110]: Don't assign a next hop when returning cargo ------------------------------------------------------------------------ r26846 | translators | 2014-09-18 19:45:51 +0200 (Thu, 18 Sep 2014) | 4 lines -Update from WebTranslator v3.0: bulgarian - 46 changes by Wold english_US - 5 changes by Supercheese ------------------------------------------------------------------------ r26845 | rubidium | 2014-09-17 20:35:45 +0200 (Wed, 17 Sep 2014) | 2 lines -Fix [Squirrel]: more uninitialized variables in constructors ------------------------------------------------------------------------ r26844 | rubidium | 2014-09-17 19:52:50 +0200 (Wed, 17 Sep 2014) | 2 lines -Fix: clang compile error ------------------------------------------------------------------------ r26843 | translators | 2014-09-17 19:45:37 +0200 (Wed, 17 Sep 2014) | 4 lines -Update from WebTranslator v3.0: ukrainian - 25 changes by Strategy welsh - 8 changes by kazzie ------------------------------------------------------------------------ r26842 | rubidium | 2014-09-16 23:14:18 +0200 (Tue, 16 Sep 2014) | 2 lines -Codechange [Squirrel]: other simple cases of non-initialised instance variables ------------------------------------------------------------------------ r26841 | rubidium | 2014-09-16 23:13:24 +0200 (Tue, 16 Sep 2014) | 2 lines -Codechange [Squirrel]: move the actual initialisation of instance variables of SQString into the constructor ------------------------------------------------------------------------ r26840 | rubidium | 2014-09-16 23:11:14 +0200 (Tue, 16 Sep 2014) | 2 lines -Fix [Squirrel]: merge Init and constructor of SQSharedState ------------------------------------------------------------------------ r26839 | rubidium | 2014-09-16 23:10:01 +0200 (Tue, 16 Sep 2014) | 2 lines -Fix [Squirrel]: some dead code and making switch fall throughs more explicit ------------------------------------------------------------------------ r26838 | rubidium | 2014-09-16 22:14:03 +0200 (Tue, 16 Sep 2014) | 2 lines -Fix (r26831): attempt to make MSVC like the code again ------------------------------------------------------------------------ r26837 | rubidium | 2014-09-16 22:09:20 +0200 (Tue, 16 Sep 2014) | 2 lines -Fix [Squirrel]: remove some pointless assignments ------------------------------------------------------------------------ r26836 | rubidium | 2014-09-16 22:08:44 +0200 (Tue, 16 Sep 2014) | 2 lines -Fix [Squirrel]: merge SQLexer::Init with the constructor; there's no need to construct first and then call init in the next line ------------------------------------------------------------------------ r26835 | rubidium | 2014-09-16 22:07:47 +0200 (Tue, 16 Sep 2014) | 2 lines -Fix [Squirrel]: remove dead code from the lexer ------------------------------------------------------------------------ r26834 | rubidium | 2014-09-16 22:07:19 +0200 (Tue, 16 Sep 2014) | 2 lines -Fix [Squirrel]: prevent unitialized memory warning by moving code from (static) Init to constructure for SQFunctionProto ------------------------------------------------------------------------ r26833 | rubidium | 2014-09-16 22:06:28 +0200 (Tue, 16 Sep 2014) | 2 lines -Fix [Squirrel]: remove a few bits of dead code ------------------------------------------------------------------------ r26832 | rubidium | 2014-09-16 22:06:05 +0200 (Tue, 16 Sep 2014) | 2 lines -Fix [Squirrel]: ensure instance variable of SQNativeClosure is properly initialized ------------------------------------------------------------------------ r26831 | rubidium | 2014-09-16 22:05:21 +0200 (Tue, 16 Sep 2014) | 2 lines -Fix [Squirrel]: (bogus) warning about falling through in a switch ------------------------------------------------------------------------ r26830 | rubidium | 2014-09-16 19:56:15 +0200 (Tue, 16 Sep 2014) | 2 lines -Fix: WT3 string validation ------------------------------------------------------------------------ r26829 | translators | 2014-09-16 19:47:02 +0200 (Tue, 16 Sep 2014) | 9 lines -Update from WebTranslator v3.0: finnish - 19 changes by jpx_ persian - 65 changes by Garga polish - 4 changes by wojteks86 russian - 2 changes by Lone_Wolf swedish - 31 changes by spacejens urdu - 80 changes by siphr welsh - 42 changes by kazzie ------------------------------------------------------------------------ r26828 | rubidium | 2014-09-16 19:14:07 +0200 (Tue, 16 Sep 2014) | 2 lines -Fix: memory leak when passing -c multiple times ------------------------------------------------------------------------ r26827 | frosch | 2014-09-15 21:26:03 +0200 (Mon, 15 Sep 2014) | 1 line -Change [FS#6116]: The ok-button in the OSK for the signs list should just close the OSK. ------------------------------------------------------------------------ r26826 | translators | 2014-09-15 19:47:04 +0200 (Mon, 15 Sep 2014) | 8 lines -Update from WebTranslator v3.0: croatian - 4 changes by VoyagerOne greek - 2 changes by Jubilee italian - 4 changes by lorenzodv korean - 32 changes by telk5093 persian - 34 changes by farazfaraji urdu - 9 changes by siphr ------------------------------------------------------------------------ r26821 | translators | 2014-09-14 17:30:47 +0200 (Sun, 14 Sep 2014) | 4 lines -Update from WebTranslator v3.0: greek - 95 changes by Jubilee gaelic - 33 changes by GunChleoc ------------------------------------------------------------------------ r26819 | rubidium | 2014-09-14 17:11:33 +0200 (Sun, 14 Sep 2014) | 2 lines -Fix [FS#6112] (r26787): trying to delete just loaded objects that had not yet resolved their references caused a crash upon savegame load (only when loading a game from a server, e.g. joining MP) ------------------------------------------------------------------------ r26818 | michi_cc | 2014-09-14 00:00:10 +0200 (Sun, 14 Sep 2014) | 1 line -Fix [FS#AndyShouldHaveFoundFlySprayByNow] (r26758): [OSX] Line history and scrolling in the console window went on a walk. ------------------------------------------------------------------------ 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. ------------------------------------------------------------------------