Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-13 | (svn r25865) -Codechange: Refactor detecting of depot vehicle type of a tile ↵ | zuu | |
to a new function, GetDepotVehicleType (cirdan, LordAro) | |||
2013-10-13 | (svn r25864) -Fix: Use the actual sprite dimensions for sizing the dropdown ↵ | frosch | |
arrow of dropdown widgets. | |||
2013-10-13 | (svn r25863) -Update from WebTranslator v3.0: | translators | |
arabic_egypt - 147 changes by abdXelrhman german - 2 changes by planetmaker japanese - 3 changes by guppy polish - 2 changes by wojteks86 | |||
2013-10-13 | (svn r25862) -Fix [FS#5715] (r25729): Usage of implicit unsigned wrap ↵ | frosch | |
around. (sbr) | |||
2013-10-13 | (svn r25861) -Fix [FS#5760]: Scale linkgraph legend according to text ↵ | frosch | |
dimensions. | |||
2013-10-13 | (svn r25860) -Fix [FS#5737] (r25570): When clearing font cache, also clear ↵ | frosch | |
layout cache. (adf88) | |||
2013-10-13 | (svn r25859) -Add [FS#5784]: Hightlight active goto item in order list ↵ | planetmaker | |
dropdown (adf88) | |||
2013-10-13 | (svn r25858) -Fix [FS#5783]: Goto button in order window was not always ↵ | planetmaker | |
lowered when it should (adf88) | |||
2013-10-13 | (svn r25857) -Codechange [FS#5783]: Add void goto type to indicate ↵ | planetmaker | |
inactivity in order window (adf88) | |||
2013-10-13 | (svn r25856) -Codechange: Use Industry::TileBelongsToIndustry in one more ↵ | planetmaker | |
place (cirdan, LordAro) | |||
2013-10-13 | (svn r25855) -Fix [FS#5788] (r25833): Obiwan messed up savegame conversion. | frosch | |
2013-10-12 | (svn r25854) -Change: Display the cost to upgrade a bridge at the end of ↵ | zuu | |
bridge that was clicked and not the other end, which could be outside of the screen in some cases (cirdan, LordAro) | |||
2013-10-12 | (svn r25853) -Codechange: Simplify SetupFarmFieldFence by replacing the Axis ↵ | zuu | |
and north parameter with a direction parameter and taking adventage of the new unified SetFence function (cirdan, LordAro) | |||
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) |