Commit Graph

18947 Commits (29f062df93eca18e05206f9c11ae48fc4658f23f)
 

Author SHA1 Message Date
truebrain f66f27d249 (svn r23604) -Add: initial support for GameScripts 13 years ago
truebrain 2b381d0765 (svn r23603) -Add: support for control commands in strings, in both network and safe/load (Rubidium) 13 years ago
truebrain 5394a8c220 (svn r23602) -Add: support for DEITY commands, commands where no real company was involved in (Rubidium) 13 years ago
truebrain c74ccfff1b (svn r23601) -Fix: fix the conflict in window number 13 years ago
truebrain 32ca564bca (svn r23600) -Codechange: link WC+number to a Widget, and the Widget to a Window class 13 years ago
truebrain fd2325d205 (svn r23599) -Codechange: document WC_ entries, and reoder a bit 13 years ago
truebrain e881e67b95 (svn r23598) -Fix: harden FormatString against abuse 13 years ago
truebrain 3c7627fb7f (svn r23597) -Codechange: fix up squirrel export script a bit 13 years ago
translators ae5e6af6e3 (svn r23596) -Update from WebTranslator v3.0:
belarusian - 1 changes by Wowanxm
croatian - 1 changes by VoyagerOne
finnish - 1 changes by jpx_
german - 1 changes by planetmaker
italian - 1 changes by lorenzodv
lithuanian - 1 changes by Devastator
romanian - 1 changes by kkmic
russian - 1 changes by Lone_Wolf
spanish - 1 changes by Terkhen
swedish - 1 changes by Zuu
13 years ago
rubidium 3d605f6488 (svn r23595) -Codechange: add comma after last enum to get a more uniform coding style 13 years ago
rubidium 00fc0d45b0 (svn r23594) -Codechange: follow coding style with multi line comments 13 years ago
michi_cc 06ffcf0ae8 (svn r23593) -Fix (r23411): Infrastructure counts for rail were not properly updated when converting rail or building level crossings. 13 years ago
truebrain 7cfe482045 (svn r23592) -Fix (r23590): forgot one case 13 years ago
translators 3bf63437cf (svn r23591) -Update from WebTranslator v3.0:
english_US - 1 changes by Rubidium
french - 1 changes by glx
serbian - 51 changes by etran
13 years ago
rubidium 8e4b6c3055 (svn r23590) -Codechange: make the string validation settings better expandable 13 years ago
frosch 4e689cc5cd (svn r23589) -Codechange: Make the AI-start-delay setting translateable. 13 years ago
smatz 36747f96a6 (svn r23588) -Codechange: use the 'final' keyword so compiler can optimise out some indirect calls 13 years ago
rubidium 7c5545dd3b (svn r23587) -Fix-ish: MSVC warnings in case strgen would be in the main project file 13 years ago
frosch b43fdd903a (svn r23586) -Fix: Draw PBS reservation also for bridges with railtype overlays. 13 years ago
rubidium 0331d3763e (svn r23585) -Codechange: replace some magic numbers with less magic constants 13 years ago
frosch cecf7c4bc4 (svn r23584) -Fix: Draw PBS reservations also for tunnels with railtype overlays. 13 years ago
rubidium e6e5093259 (svn r23583) -Codechange: prevent name collision with strgen variable 13 years ago
rubidium b3fc75c72d (svn r23582) -Fix [FS#4870]: add missing characters for certain languages and the large font
-Codechange: don't remove large font glyphs because they are broken in the original font, just fix them up in openttd.grf using action A
-Change: make extra characters more consistent with the original font
  All by PaulC.
13 years ago
frosch fdacbee8c4 (svn r23581) -Fix (r23518) [FS#4890]: Cloning of vehicles crashed. 13 years ago
rubidium 56089105bc (svn r23580) -Codechange: put the infrastructure maintenance cache testing behind the desync debug level guard, improving the game's speed significantly 13 years ago
frosch 7b9891f086 (svn r23579) -Fix (r23525): Most up/down arrows stopped working. 13 years ago
translators 72e7d1ad3b (svn r23578) -Update from WebTranslator v3.0:
turkish - 5 changes by niw3
urdu - 300 changes by haider
13 years ago
rubidium 0a1135818a (svn r23577) -Fix (r23576): strgen project files aren't automatically updated :( 13 years ago
rubidium 67c9d930f2 (svn r23576) -Codechange: split the base of strgen with the strgen code that creates the actual .lng files 13 years ago
rubidium 6dc2b3b86a (svn r23575) -Codechange: split class definition and implementation of base strgen classes 13 years ago
rubidium 5b08ac282d (svn r23574) -Codechange/Feature-ish: allow converting multiple translations with the same master language instance in a single strgen run 13 years ago
rubidium b0ed768304 (svn r23573) -Fix (r23571): MSVC doesn't like variable array sizes 13 years ago
rubidium 446f2f5147 (svn r23572) -Codechange: split actual file reading from logic for parsing 13 years ago
rubidium 14c8a3d2b1 (svn r23571) -Codechange: make the number of 'tabs' the generate configurable 13 years ago
rubidium fe797565cd (svn r23570) -Codechange: move version generation code to StringData 13 years ago
rubidium 218fd5ce5d (svn r23569) -Codechange: put more logic in some of the strgen structs, e.g. allocating and freeing its memory, and don't use a global variable for the string data 13 years ago
rubidium b1565835a3 (svn r23568) -Codechange: only allocate the buffer for writing when it is really needed 13 years ago
rubidium 786841953b (svn r23567) -Codechange: use SmallVector for the buffer in strgen 13 years ago
rubidium b2d9a20cca (svn r23566) -Fix (r23565): hopefully fix MSVC compilation error 13 years ago
rubidium 1ab40412d6 (svn r23565) -Codechange: create some classes for writing language header and translation files 13 years ago
michi_cc 0e96bd02c8 (svn r23564) -Fix [FS#4888]: Extending a path reservation starting at a partially reserved rail station could fail. 13 years ago
rubidium 57913ed07c (svn r23563) -Cleanup: remove useless global variable from strgen; it would always be false at the point it would be read 13 years ago
truebrain 3293d5da92 (svn r23562) -Codechange: don't be lazy with the spacebar 13 years ago
truebrain 8996f36a54 (svn r23561) -Codechange: forgot to document 1 widget enum 13 years ago
truebrain 7aadc751a8 (svn r23560) -Codechange: final pieces of consistency through widgets 13 years ago
planetmaker 85df9df9b6 (svn r23559) -Codechange: Document and name consistently road build widgets 13 years ago
rubidium 84b79b39e9 (svn r23558) -Fix (r23556): ctrl-z too few ;) 13 years ago
translators 23b0969216 (svn r23557) -Update from WebTranslator v3.0:
german - 9 changes by NG
brazilian_portuguese - 110 changes by Tucalipe
swedish - 10 changes by Zuu
urdu - 160 changes by haider
13 years ago
rubidium 7a6217479a (svn r23556) -Codechange: unify rail widget naming and document them 13 years ago
truebrain f30444c68c (svn r23555) -Fix (r23554): save before commit 13 years ago