summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-10-12(svn r25852) -Codechange: Merge GetFenceXX/SetFenceXX into one common ↵zuu
GetFonce/SetFence for all directions that take an extra direction parameter (cirdan, LordAro)
2013-10-12(svn r25851) -Codechange: Avoid recalculations in DrawClearLandFence ↵zuu
(cirdan, LordAro)
2013-10-12(svn r25850) -Codechange: Merge IsBadFarmFieldTile and IsValidFarmFieldTile ↵zuu
into IsSuitableForFarmField (cirdan, LordAro)
2013-10-12(svn r25849) -Codechange: Introduce IsTileFlat to not compute full slope ↵zuu
information for situations when we only want to know if a tile is flat or not (cirdan, LordAro)
2013-10-12(svn r25848) -Codechange: Refactor check for if a tile is not an edge tile ↵zuu
to new IsInnerTile method (cirdan, LordAro)
2013-10-12(svn r25847) -Fix: Comment for GetFoundationSlope was wrong (cirdan, LordAro)zuu
2013-10-12(svn r25846) -Update from WebTranslator v3.0:translators
english_US - 4 changes by Supercheese greek - 31 changes by Evropi spanish - 3 changes by Terkhen
2013-10-12(svn r25845) -Add [FS#5756]: [Admin] Send info on bankruptcy quarters also ↵planetmaker
in ADMIN_PACKET_SERVER_COMPANY_INFO (zydeco)
2013-10-12(svn r25844) -Change: Increase maximum number of object instances on the map ↵frosch
from 64k to about 16M.
2013-10-12(svn r25843) -Codechange: Rename MAX_SPECLIST to NUM_STATIONSSPECS_PER_STATION.frosch
2013-10-12(svn r25842) -Codechange: Rename MAX_STATIONS to NUM_STATIONS_PER_GRF.frosch
2013-10-12(svn r25841) -Codechange: Use NUM_AIRPORTTILES_PER_GRF instead of ↵frosch
NUM_AIRPORTTILES to properly distinguish limits per NewGRF and limits of the pool. -Change: [NewGRF] Lower the limit of airport 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.
2013-10-12(svn r25840) -Codechange: Use NUM_AIRPORTS_PER_GRF instead of NUM_AIRPORTS ↵frosch
to properly distinguish limits per NewGRF and limits of the pool.
2013-10-12(svn r25839) -Codechange: Use NUM_HOUSES_PER_GRF instead of NUM_HOUSES to ↵frosch
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.
2013-10-12(svn r25838) -Codechange: Rename HOUSE_MAX to NUM_HOUSES.frosch
2013-10-12(svn r25837) -Codechange: Use NUM_INDUSTRYTILES_PER_GRF instead of ↵frosch
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.
2013-10-12(svn r25836) -Codechange: Use NUM_INDUSTRYTYPES_PER_GRF instead of ↵frosch
NUM_INDUSTRYTYPES to properly distinguish limits per NewGRF and limits of the pool.
2013-10-12(svn r25835) -Change: Increase the total number of object types from 256 to ↵frosch
64000.
2013-10-12(svn r25834) -Codechange: Use NUM_OBJECTS_PER_GRF instead of NUM_OBJECTS to ↵frosch
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.
2013-10-12(svn r25833) -Codechange: Move ObjectType from map array into pool item.frosch
2013-10-12(svn r25832) -Codechange: Reduce variety of object type test functions.frosch
2013-10-12(svn r25831) -Change: Increase the object class limit from 32 to 255. (sbr)frosch
2013-10-12(svn r25830) -Fix [FS#5742] (r25540): In BuildObjectWindow, ensure the ↵frosch
object spec matrix is always initialized. (sbr)
2013-10-11(svn r25829) -Update from WebTranslator v3.0:translators
english_US - 2 changes by Supercheese vietnamese - 9 changes by nglekhoi
2013-10-11(svn r25828) -Doc [FS#5785]: Description of parameters for ShowDropDownMenu ↵planetmaker
was partially swapped (3298)
2013-10-11(svn r25827) -Fix [FS#5768]: Unify capitalization of strings used in Sort-By ↵planetmaker
dropdown menu
2013-10-09(svn r25826) -Update from WebTranslator v3.0:translators
simplified_chinese - 4 changes by siu238X finnish - 2 changes by jpx_ korean - 2 changes by telk5093
2013-10-08(svn r25825) -Update from WebTranslator v3.0:translators
lithuanian - 2 changes by Stabilitronas
2013-10-07(svn r25824) -Update from WebTranslator v3.0:translators
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
2013-10-06(svn r25823) -Codechange [FS#5780]: Simplify if-cases in ↵frosch
ViewportDrawStrings. (Juanjo)
2013-10-06(svn r25822) -Fix [FS#5704]: Searching for a suitable font failed, if one of ↵frosch
the fonts had no '?' glyph, and no baseset is installed.
2013-10-06(svn r25821) -Fix-ish: Sprite 0 was considered available, even if no baseset ↵frosch
was loaded.
2013-10-06(svn r25820) -Codechange: More const-ness.frosch
2013-10-06(svn r25819) -Update from WebTranslator v3.0:translators
korean - 3 changes by telk5093 norwegian_bokmal - 2 changes by cuthbert thai - 54 changes by zetathix
2013-10-06(svn r25818) -Fix [FS#5750]: [GS] Language file scanner considered filenames ↵frosch
starting with '.' as valid translations, resulting in languages with empty name, which causes trouble.
2013-10-06(svn r25817) -Fix [FS5750-ish]: Handle savegames which contain GS ↵frosch
translations for languages with empty name more gently.
2013-10-06(svn r25816) -Add [FS#5748]: Toggle button for wrapping lines in the ↵frosch
textfile GUI (LordAro)
2013-10-06(svn r25815) -Fix [FS#5754]: ScriptTile::IsBuildableRectangle could report ↵frosch
true for tiles outside of the map, if they happened to wrap around into a valid area. (Bolt)
2013-10-06(svn r25814) -Doc: Some Town members.frosch
2013-10-05(svn r25812) -Update from WebTranslator v3.0:translators
brazilian_portuguese - 4 changes by Tucalipe
2013-10-04(svn r25811) -Update from WebTranslator v3.0:translators
spanish - 2 changes by Terkhen
2013-10-03(svn r25810) -Update from WebTranslator v3.0:translators
czech - 2 changes by retro korean - 5 changes by telk5093 portuguese - 106 changes by vesgo
2013-10-03(svn r25809) -Fix: [Script] Decoding JSON data with an empty array from ↵zuu
Admin port failed
2013-10-02(svn r25808) -Fix (r25788): [Script] INVALID_EXPENSES should be called ↵zuu
EXPENSES_INVALID in the script API
2013-10-02(svn r25806) -Update from WebTranslator v3.0:translators
japanese - 1 changes by guppy
2013-10-01(svn r25805) -Fix[FS#5740]: Ensure the vehicle bar is high enough for the ↵alberth
start/stop vehicle graphics (adf88).
2013-10-01(svn r25804) -Fix[FS#5739]: Lower sprite and text at the vehicle bar if it ↵alberth
is pressed (adf88).
2013-10-01(svn r25803) -Fix[FS#5738]: Draw start/stop graphics of the vehicle bar at ↵alberth
the right place in rtl mode (adf88).
2013-10-01(svn r25802) -Update from WebTranslator v3.0:translators
polish - 7 changes by joziowicz
2013-09-29(svn r25801) -Update from WebTranslator v3.0:translators
estonian - 4 changes by notAbot japanese - 5 changes by guppy slovenian - 1 changes by matej1245