Commit Graph

21880 Commits (3596bee92f1d508cf63cc491ab54427390df24c2)
 

Author SHA1 Message Date
translators 84b9d25374 (svn r26817) -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
10 years ago
frosch a7678c367e (svn r26816) -Fix [FS#6109]: Properly zero-initialise data in _temp_engine. 10 years ago
planetmaker 035fedd30b (svn r26815) -Change: Allow to set the granularity of the tooltip hover time in milliseconds instead of seconds. New default value is 250ms 10 years ago
planetmaker 7663c54905 (svn r26814) -Fix [FS#6098]: Wording of tooltip in sprite alignment tool 10 years ago
translators 7e159a5303 (svn r26813) -Update from WebTranslator v3.0:
afrikaans - 16 changes by telanus
german - 25 changes by MG
10 years ago
translators 889592549b (svn r26812) -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
10 years ago
alberth f24aa8807d (svn r26811) -Fix[FS#6108]: Fixed spelling error in widget name. 10 years ago
translators 82aa086673 (svn r26810) -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
10 years ago
rubidium 18e157fe7a (svn r26809) -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 10 years ago
translators 77a77575dc (svn r26808) -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
10 years ago
translators 1806f6ba81 (svn r26807) -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
10 years ago
translators 378e92e6ed (svn r26806) -Update from WebTranslator v3.0:
esperanto - 1 changes by Ryton
gaelic - 49 changes by GunChleoc
10 years ago
alberth aa2078a40e (svn r26805) -Feature: Allow hiding of non-interesting engines in the autoreplace GUI. 10 years ago
alberth cb3f69f746 (svn r26804) -Feature: Allow hiding of non-interesting engines in the build vehicle GUI. 10 years ago
alberth 48c5bb4dc0 (svn r26803) -Doc: Document some fields in the build vehicle gui, and the rail definition struct. 10 years ago
alberth 44d2f6a988 (svn r26802) -Add: Command to set visibility of an engine for a company (based on patch by Juanjo). 10 years ago
alberth 7df9a39172 (svn r26801) -Add: Labels above the lists in the autoreplace GUI. 10 years ago
alberth 5d38e0f24b (svn r26800) -Feature[FS#1640]: Vehicle sorting in autoreplace GUI. 10 years ago
alberth 427fdb2fb3 (svn r26799) -Codechange: Export vehicle sorting data and functions. 10 years ago
alberth 8292133522 (svn r26798) -Codechange: Code style fixes. 10 years ago
rubidium 5f8b37047a (svn r26797) -Codechange: rewrite the UTF8 reading code to make use of already existing functions instead of partially trying to implemented them 10 years ago
rubidium 9cbdd45751 (svn r26796) -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 10 years ago
frosch 599a5a1969 (svn r26792) -Fix: TC_NO_SHADE did not work for 32bpp text rendering. 10 years ago
frosch e00f4cac59 (svn r26788) -Add: Desync replay option to skip/replay failed commands 10 years ago
frosch d2ec27c6c4 (svn r26787) -Fix (r20547): Loading a game with order backups leaked Orders and left unreachable items in the pool. 10 years ago
frosch db45d979db (svn r26786) -Fix: Also replay failed commands. 10 years ago
rubidium be23e13e33 (svn r26785) -Fix [Squirrel]: loading a value saved as boolean caused it to be of type integer instead of boolean 10 years ago
rubidium 00e1e69187 (svn r26784) -Codechange [Squirrel]: use WChar for the lexer 10 years ago
rubidium 0d042630d5 (svn r26783) -Fix (r26781): removed one include too many 10 years ago
rubidium 4506858a83 (svn r26782) -Fix (r26781): was in the wrong folder when commiting 10 years ago
rubidium e8a72f8234 (svn r26781) -Codechange [Squirrel]: remove includes/definitions that are already in stdafx.h 10 years ago
rubidium fc6d256948 (svn r26780) -Cleanup: remove unused SQUIRREL_API macro 10 years ago
rubidium ed365a33c0 (svn r26779) -Cleanup [Squirrel]: remove extern "C" statements; we won't be exporting things to C from our squirrel 10 years ago
rubidium 506de3c53d (svn r26778) -Codechange: remove pointless rsl macro 10 years ago
rubidium ac7ef48b0d (svn r26777) -Codechange: use safe string functions in squirrel code as well, and prevent using the ones that are deemed unsafe 10 years ago
rubidium a106bd1dd5 (svn r26776) -Codechange: use safe string functions in script/squirrel*.cpp 10 years ago
rubidium a7044da533 (svn r26775) -Cleanup [Squirrel]: "resolve" several of the unicode wrapper defines 10 years ago
rubidium 65cab46a84 (svn r26774) -Cleanup [Squirrel]: remove _SC macro 10 years ago
translators cab419130e (svn r26773) -Update from WebTranslator v3.0:
bulgarian - 20 changes by komara
esperanto - 94 changes by Ryton
10 years ago
rubidium ab4f228aa8 (svn r26772) -Cleanup [Squirrel]: remove traces to SQUNICODE define 10 years ago
rubidium 95549e6da5 (svn r26771) -Cleanup: remove OTTD2SQ and SQ2OTTD 10 years ago
rubidium 20a83b406e (svn r26770) -Fix [Squirrel]: in case SQChar is a char (previously everything non-Windows or non-Unicode, now everything), the lexer throws away the higher bytes of characters 10 years ago
rubidium e874be7691 (svn r26769) -Codechange [Squirrel]: remove the difference between some platforms having wchar for SQChar and others just char; always use char (and UTF-8) like in the rest of (internal) OpenTTD 10 years ago
translators 2f697aa06d (svn r26768) -Update from WebTranslator v3.0:
bulgarian - 13 changes by komara
esperanto - 87 changes by Ryton
spanish - 19 changes by juanjo
10 years ago
translators 63b06faece (svn r26767) -Update from WebTranslator v3.0:
bulgarian - 8 changes by komara
10 years ago
translators f54ce4f2fd (svn r26766) -Update from WebTranslator v3.0:
catalan - 5 changes by juanjo
10 years ago
translators 9270d243cd (svn r26765) -Update from WebTranslator v3.0:
welsh - 47 changes by kazzie
10 years ago
frosch 44fabee8ca (svn r26764) -Fix: Buffer overrun in SQCompiler::Error. (kalenz) 10 years ago
translators 12a6d877a6 (svn r26763) -Update from WebTranslator v3.0:
korean - 41 changes by telk5093
10 years ago
translators 2f6a314b36 (svn r26762) -Update from WebTranslator v3.0:
catalan - 6 changes by juanjo
10 years ago