Commit Graph

20997 Commits (7edbf2fed15ec519e4f54a28bf859bf0d1aebf11)
 

Author SHA1 Message Date
frosch 62d18c52c3 (svn r25840) -Codechange: Use NUM_AIRPORTS_PER_GRF instead of NUM_AIRPORTS to properly distinguish limits per NewGRF and limits of the pool. 11 years ago
frosch 210fda2141 (svn r25839) -Codechange: Use NUM_HOUSES_PER_GRF instead of NUM_HOUSES to properly distinguish limits per NewGRF and limits of the pool.
-Change: [NewGRF] Lower the limit of house types per NewGRF from 256 to 255 to prevent usage of ID 0xFF in Action3, and thus allowing it to become an extended byte somewhen.
11 years ago
frosch 670c4879cf (svn r25838) -Codechange: Rename HOUSE_MAX to NUM_HOUSES. 11 years ago
frosch 7164124101 (svn r25837) -Codechange: Use NUM_INDUSTRYTILES_PER_GRF instead of NUM_INDUSTRYTILES to properly distinguish limits per NewGRF and limits of the pool.
-Change: [NewGRF] Lower the limit of industry tile types per NewGRF from 256 to 255 to prevent usage of ID 0xFF in Action3, and thus allowing it to become an extended byte somewhen.
11 years ago
frosch c60ee14280 (svn r25836) -Codechange: Use NUM_INDUSTRYTYPES_PER_GRF instead of NUM_INDUSTRYTYPES to properly distinguish limits per NewGRF and limits of the pool. 11 years ago
frosch b70d64200e (svn r25835) -Change: Increase the total number of object types from 256 to 64000. 11 years ago
frosch 2bfa36cc16 (svn r25834) -Codechange: Use NUM_OBJECTS_PER_GRF instead of NUM_OBJECTS to properly distinguish limits per NewGRF and limits of the pool.
-Change: [NewGRF] Lower the limit of object types per NewGRF from 256 to 255 to prevent usage of ID 0xFF in Action3, and thus allowing it to become an extended byte somewhen.
11 years ago
frosch d9d978d6d2 (svn r25833) -Codechange: Move ObjectType from map array into pool item. 11 years ago
frosch 478500abbc (svn r25832) -Codechange: Reduce variety of object type test functions. 11 years ago
frosch be36812410 (svn r25831) -Change: Increase the object class limit from 32 to 255. (sbr) 11 years ago
frosch fcc3337226 (svn r25830) -Fix [FS#5742] (r25540): In BuildObjectWindow, ensure the object spec matrix is always initialized. (sbr) 11 years ago
translators 51c607c695 (svn r25829) -Update from WebTranslator v3.0:
english_US - 2 changes by Supercheese
vietnamese - 9 changes by nglekhoi
11 years ago
planetmaker 64177c73b3 (svn r25828) -Doc [FS#5785]: Description of parameters for ShowDropDownMenu was partially swapped (3298) 11 years ago
planetmaker 7821f7800b (svn r25827) -Fix [FS#5768]: Unify capitalization of strings used in Sort-By dropdown menu 11 years ago
translators 346ceab77c (svn r25826) -Update from WebTranslator v3.0:
simplified_chinese - 4 changes by siu238X
finnish - 2 changes by jpx_
korean - 2 changes by telk5093
11 years ago
translators b2111be295 (svn r25825) -Update from WebTranslator v3.0:
lithuanian - 2 changes by Stabilitronas
11 years ago
translators 92d229e55f (svn r25824) -Update from WebTranslator v3.0:
croatian - 2 changes by VoyagerOne
french - 9 changes by glx
italian - 2 changes by lorenzodv
portuguese - 2 changes by vesgo
russian - 2 changes by Lone_Wolf
slovak - 2 changes by Milsa
thai - 26 changes by zetathix
11 years ago
frosch 26f86765f9 (svn r25823) -Codechange [FS#5780]: Simplify if-cases in ViewportDrawStrings. (Juanjo) 11 years ago
frosch 56bf93b35a (svn r25822) -Fix [FS#5704]: Searching for a suitable font failed, if one of the fonts had no '?' glyph, and no baseset is installed. 11 years ago
frosch 7b2c2b3b62 (svn r25821) -Fix-ish: Sprite 0 was considered available, even if no baseset was loaded. 11 years ago
frosch 554e14420c (svn r25820) -Codechange: More const-ness. 11 years ago
translators da21bb7e59 (svn r25819) -Update from WebTranslator v3.0:
korean - 3 changes by telk5093
norwegian_bokmal - 2 changes by cuthbert
thai - 54 changes by zetathix
11 years ago
frosch 5fba4e4e58 (svn r25818) -Fix [FS#5750]: [GS] Language file scanner considered filenames starting with '.' as valid translations, resulting in languages with empty name, which causes trouble. 11 years ago
frosch 13f2db5008 (svn r25817) -Fix [FS5750-ish]: Handle savegames which contain GS translations for languages with empty name more gently. 11 years ago
frosch 433565b98f (svn r25816) -Add [FS#5748]: Toggle button for wrapping lines in the textfile GUI (LordAro) 11 years ago
frosch ae2c69c46c (svn r25815) -Fix [FS#5754]: ScriptTile::IsBuildableRectangle could report true for tiles outside of the map, if they happened to wrap around into a valid area. (Bolt) 11 years ago
frosch 0a0ab26fdf (svn r25814) -Doc: Some Town members. 11 years ago
frosch 29c7e59909 (svn r25813) -Update: Baseset translations 11 years ago
translators 70eb992f2e (svn r25812) -Update from WebTranslator v3.0:
brazilian_portuguese - 4 changes by Tucalipe
11 years ago
translators c5b442bbdb (svn r25811) -Update from WebTranslator v3.0:
spanish - 2 changes by Terkhen
11 years ago
translators ed9ae42192 (svn r25810) -Update from WebTranslator v3.0:
czech - 2 changes by retro
korean - 5 changes by telk5093
portuguese - 106 changes by vesgo
11 years ago
zuu 48a21c582e (svn r25809) -Fix: [Script] Decoding JSON data with an empty array from Admin port failed 11 years ago
zuu a39ac14723 (svn r25808) -Fix (r25788): [Script] INVALID_EXPENSES should be called EXPENSES_INVALID in the script API 11 years ago
translators be031dc903 (svn r25806) -Update from WebTranslator v3.0:
japanese - 1 changes by guppy
11 years ago
alberth 0df874d18d (svn r25805) -Fix[FS#5740]: Ensure the vehicle bar is high enough for the start/stop vehicle graphics (adf88). 11 years ago
alberth 03f2d5ded7 (svn r25804) -Fix[FS#5739]: Lower sprite and text at the vehicle bar if it is pressed (adf88). 11 years ago
alberth 736359623b (svn r25803) -Fix[FS#5738]: Draw start/stop graphics of the vehicle bar at the right place in rtl mode (adf88). 11 years ago
translators f9dbdf53d4 (svn r25802) -Update from WebTranslator v3.0:
polish - 7 changes by joziowicz
11 years ago
translators 1c8c0ae646 (svn r25801) -Update from WebTranslator v3.0:
estonian - 4 changes by notAbot
japanese - 5 changes by guppy
slovenian - 1 changes by matej1245
11 years ago
translators 0d75de24f8 (svn r25800) -Update from WebTranslator v3.0:
english_AU - 5 changes by mrtux
korean - 5 changes by telk5093
11 years ago
translators b745a02e01 (svn r25799) -Update from WebTranslator v3.0:
ukrainian - 59 changes by odisseus
11 years ago
planetmaker 972f7b7235 (svn r25798) -Fix [FS#5765]: Consistent spelling of MightyMover vehicles 11 years ago
translators f8111008cd (svn r25797) -Update from WebTranslator v3.0:
afrikaans - 4 changes by ewaldhorn
icelandic - 3 changes by Stimrol
11 years ago
translators 2c2cc9c0b7 (svn r25796) -Update from WebTranslator v3.0:
croatian - 2 changes by VoyagerOne
english_US - 53 changes by Supercheese
finnish - 2 changes by jpx_
german - 2 changes by Jogio
indonesian - 2 changes by UseYourIllusion
italian - 2 changes by lorenzodv
slovak - 2 changes by Milsa
11 years ago
translators bc7964cd19 (svn r25795) -Update from WebTranslator v3.0:
catalan - 6 changes by juanjo
korean - 4 changes by telk5093
lithuanian - 2 changes by Stabilitronas
polish - 5 changes by lion
russian - 2 changes by Lone_Wolf
11 years ago
planetmaker 98b67470f8 (svn r25794) -Change: No point to toggle a NewGRF's palette if its author declared one. 11 years ago
planetmaker 79865475fe (svn r25793) -Change: Trigger update of translations for palette names 11 years ago
planetmaker db562f8c70 (svn r25792) -Change: Clarify the relevance of the permissible palettes 11 years ago
zuu b4f584de40 (svn r25791) -Fix (r25788): Silence comiler warning in ScriptCompany::ChangeBankBalance 11 years ago
translators d4dc4e11a5 (svn r25790) -Update from WebTranslator v3.0:
ukrainian - 11 changes by odisseus
11 years ago