summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-16(svn r26842) -Codechange [Squirrel]: other simple cases of non-initialised ↵rubidium
instance variables
2014-09-16(svn r26841) -Codechange [Squirrel]: move the actual initialisation of ↵rubidium
instance variables of SQString into the constructor
2014-09-16(svn r26840) -Fix [Squirrel]: merge Init and constructor of SQSharedStaterubidium
2014-09-16(svn r26839) -Fix [Squirrel]: some dead code and making switch fall throughs ↵rubidium
more explicit
2014-09-16(svn r26838) -Fix (r26831): attempt to make MSVC like the code againrubidium
2014-09-16(svn r26837) -Fix [Squirrel]: remove some pointless assignmentsrubidium
2014-09-16(svn r26836) -Fix [Squirrel]: merge SQLexer::Init with the constructor; ↵rubidium
there's no need to construct first and then call init in the next line
2014-09-16(svn r26835) -Fix [Squirrel]: remove dead code from the lexerrubidium
2014-09-16(svn r26834) -Fix [Squirrel]: prevent unitialized memory warning by moving ↵rubidium
code from (static) Init to constructure for SQFunctionProto
2014-09-16(svn r26833) -Fix [Squirrel]: remove a few bits of dead coderubidium
2014-09-16(svn r26832) -Fix [Squirrel]: ensure instance variable of SQNativeClosure is ↵rubidium
properly initialized
2014-09-16(svn r26831) -Fix [Squirrel]: (bogus) warning about falling through in a switchrubidium
2014-09-16(svn r26830) -Fix: WT3 string validationrubidium
2014-09-16(svn r26829) -Update from WebTranslator v3.0:translators
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
2014-09-16(svn r26828) -Fix: memory leak when passing -c multiple timesrubidium
2014-09-15(svn r26827) -Change [FS#6116]: The ok-button in the OSK for the signs list ↵frosch
should just close the OSK.
2014-09-15(svn r26826) -Update from WebTranslator v3.0:translators
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
2014-09-14(svn r26821) -Update from WebTranslator v3.0:translators
greek - 95 changes by Jubilee gaelic - 33 changes by GunChleoc
2014-09-14(svn r26819) -Fix [FS#6112] (r26787): trying to delete just loaded objects ↵rubidium
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)
2014-09-13(svn r26818) -Fix [FS#AndyShouldHaveFoundFlySprayByNow] (r26758): [OSX] Line ↵michi_cc
history and scrolling in the console window went on a walk.
2014-09-13(svn r26817) -Update from WebTranslator v3.0:translators
afrikaans - 2 changes by telanus catalan - 4 changes by juanjo german - 3 changes by planetmaker russian - 2 changes by Lone_Wolf
2014-09-13(svn r26816) -Fix [FS#6109]: Properly zero-initialise data in _temp_engine.frosch
2014-09-13(svn r26815) -Change: Allow to set the granularity of the tooltip hover time ↵planetmaker
in milliseconds instead of seconds. New default value is 250ms
2014-09-12(svn r26814) -Fix [FS#6098]: Wording of tooltip in sprite alignment toolplanetmaker
2014-09-12(svn r26813) -Update from WebTranslator v3.0:translators
afrikaans - 16 changes by telanus german - 25 changes by MG
2014-09-11(svn r26812) -Update from WebTranslator v3.0:translators
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
2014-09-11(svn r26811) -Fix[FS#6108]: Fixed spelling error in widget name.alberth
2014-09-10(svn r26810) -Update from WebTranslator v3.0:translators
dutch - 76 changes by habell spanish - 6 changes by SilverSurferZzZ swedish - 51 changes by spacejens welsh - 26 changes by kazzie
2014-09-10(svn r26809) -Fix: do not dereference the -1 index of the file names array ↵rubidium
of music files. It definitely breaks on m68k, and might cause failures on other platforms as well
2014-09-09(svn r26808) -Update from WebTranslator v3.0:translators
catalan - 26 changes by juanjo hebrew - 3 changes by rril russian - 1 changes by Lone_Wolf spanish - 7 changes by SilverSurferZzZ
2014-09-08(svn r26807) -Update from WebTranslator v3.0:translators
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
2014-09-07(svn r26806) -Update from WebTranslator v3.0:translators
esperanto - 1 changes by Ryton gaelic - 49 changes by GunChleoc
2014-09-07(svn r26805) -Feature: Allow hiding of non-interesting engines in the ↵alberth
autoreplace GUI.
2014-09-07(svn r26804) -Feature: Allow hiding of non-interesting engines in the build ↵alberth
vehicle GUI.
2014-09-07(svn r26803) -Doc: Document some fields in the build vehicle gui, and the ↵alberth
rail definition struct.
2014-09-07(svn r26802) -Add: Command to set visibility of an engine for a company ↵alberth
(based on patch by Juanjo).
2014-09-07(svn r26801) -Add: Labels above the lists in the autoreplace GUI.alberth
2014-09-07(svn r26800) -Feature[FS#1640]: Vehicle sorting in autoreplace GUI.alberth
2014-09-07(svn r26799) -Codechange: Export vehicle sorting data and functions.alberth
2014-09-07(svn r26798) -Codechange: Code style fixes.alberth
2014-09-07(svn r26797) -Codechange: rewrite the UTF8 reading code to make use of ↵rubidium
already existing functions instead of partially trying to implemented them
2014-09-07(svn r26796) -Fix: reading of high byte of "ASCII" files yielded a negative ↵rubidium
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
2014-09-07(svn r26792) -Fix: TC_NO_SHADE did not work for 32bpp text rendering.frosch
2014-09-07(svn r26788) -Add: Desync replay option to skip/replay failed commandsfrosch
2014-09-07(svn r26787) -Fix (r20547): Loading a game with order backups leaked Orders ↵frosch
and left unreachable items in the pool.
2014-09-07(svn r26786) -Fix: Also replay failed commands.frosch
2014-09-07(svn r26785) -Fix [Squirrel]: loading a value saved as boolean caused it to ↵rubidium
be of type integer instead of boolean
2014-09-07(svn r26784) -Codechange [Squirrel]: use WChar for the lexerrubidium
2014-09-06(svn r26783) -Fix (r26781): removed one include too manyrubidium
2014-09-06(svn r26782) -Fix (r26781): was in the wrong folder when commitingrubidium