summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2014-09-06(svn r26781) -Codechange [Squirrel]: remove includes/definitions that are ↵rubidium
already in stdafx.h
2014-09-06(svn r26780) -Cleanup: remove unused SQUIRREL_API macrorubidium
2014-09-06(svn r26779) -Cleanup [Squirrel]: remove extern "C" statements; we won't be ↵rubidium
exporting things to C from our squirrel
2014-09-06(svn r26778) -Codechange: remove pointless rsl macrorubidium
2014-09-06(svn r26777) -Codechange: use safe string functions in squirrel code as ↵rubidium
well, and prevent using the ones that are deemed unsafe
2014-09-06(svn r26776) -Codechange: use safe string functions in script/squirrel*.cpprubidium
2014-09-06(svn r26775) -Cleanup [Squirrel]: "resolve" several of the unicode wrapper ↵rubidium
defines
2014-09-06(svn r26774) -Cleanup [Squirrel]: remove _SC macrorubidium
2014-09-06(svn r26773) -Update from WebTranslator v3.0:translators
bulgarian - 20 changes by komara esperanto - 94 changes by Ryton
2014-09-06(svn r26772) -Cleanup [Squirrel]: remove traces to SQUNICODE definerubidium
2014-09-06(svn r26771) -Cleanup: remove OTTD2SQ and SQ2OTTDrubidium
2014-09-06(svn r26770) -Fix [Squirrel]: in case SQChar is a char (previously ↵rubidium
everything non-Windows or non-Unicode, now everything), the lexer throws away the higher bytes of characters
2014-09-06(svn r26769) -Codechange [Squirrel]: remove the difference between some ↵rubidium
platforms having wchar for SQChar and others just char; always use char (and UTF-8) like in the rest of (internal) OpenTTD
2014-09-05(svn r26768) -Update from WebTranslator v3.0:translators
bulgarian - 13 changes by komara esperanto - 87 changes by Ryton spanish - 19 changes by juanjo
2014-09-04(svn r26767) -Update from WebTranslator v3.0:translators
bulgarian - 8 changes by komara
2014-09-01(svn r26766) -Update from WebTranslator v3.0:translators
catalan - 5 changes by juanjo
2014-08-31(svn r26765) -Update from WebTranslator v3.0:translators
welsh - 47 changes by kazzie