------------------------------------------------------------------------ r25863 | translators | 2013-10-13 19:45:46 +0200 (Sun, 13 Oct 2013) | 6 lines -Update from WebTranslator v3.0: arabic_egypt - 147 changes by abdXelrhman german - 2 changes by planetmaker japanese - 3 changes by guppy polish - 2 changes by wojteks86 ------------------------------------------------------------------------ r25862 | frosch | 2013-10-13 15:49:45 +0200 (Sun, 13 Oct 2013) | 1 line -Fix [FS#5715] (r25729): Usage of implicit unsigned wrap around. (sbr) ------------------------------------------------------------------------ r25861 | frosch | 2013-10-13 15:44:58 +0200 (Sun, 13 Oct 2013) | 1 line -Fix [FS#5760]: Scale linkgraph legend according to text dimensions. ------------------------------------------------------------------------ r25860 | frosch | 2013-10-13 15:28:06 +0200 (Sun, 13 Oct 2013) | 1 line -Fix [FS#5737] (r25570): When clearing font cache, also clear layout cache. (adf88) ------------------------------------------------------------------------ r25859 | planetmaker | 2013-10-13 13:06:58 +0200 (Sun, 13 Oct 2013) | 1 line -Add [FS#5784]: Hightlight active goto item in order list dropdown (adf88) ------------------------------------------------------------------------ r25858 | planetmaker | 2013-10-13 13:06:05 +0200 (Sun, 13 Oct 2013) | 1 line -Fix [FS#5783]: Goto button in order window was not always lowered when it should (adf88) ------------------------------------------------------------------------ r25857 | planetmaker | 2013-10-13 13:05:20 +0200 (Sun, 13 Oct 2013) | 1 line -Codechange [FS#5783]: Add void goto type to indicate inactivity in order window (adf88) ------------------------------------------------------------------------ r25856 | planetmaker | 2013-10-13 13:04:20 +0200 (Sun, 13 Oct 2013) | 1 line -Codechange: Use Industry::TileBelongsToIndustry in one more place (cirdan, LordAro) ------------------------------------------------------------------------ r25855 | frosch | 2013-10-13 12:51:58 +0200 (Sun, 13 Oct 2013) | 1 line -Fix [FS#5788] (r25833): Obiwan messed up savegame conversion. ------------------------------------------------------------------------ r25854 | zuu | 2013-10-13 00:45:19 +0200 (Sun, 13 Oct 2013) | 1 line -Change: Display the cost to upgrade a bridge at the end of bridge that was clicked and not the other end, which could be outside of the screen in some cases (cirdan, LordAro) ------------------------------------------------------------------------ r25853 | zuu | 2013-10-13 00:28:38 +0200 (Sun, 13 Oct 2013) | 1 line -Codechange: Simplify SetupFarmFieldFence by replacing the Axis and north parameter with a direction parameter and taking adventage of the new unified SetFence function (cirdan, LordAro) ------------------------------------------------------------------------ r25852 | zuu | 2013-10-13 00:23:43 +0200 (Sun, 13 Oct 2013) | 1 line -Codechange: Merge GetFenceXX/SetFenceXX into one common GetFonce/SetFence for all directions that take an extra direction parameter (cirdan, LordAro) ------------------------------------------------------------------------ r25851 | zuu | 2013-10-13 00:21:21 +0200 (Sun, 13 Oct 2013) | 1 line -Codechange: Avoid recalculations in DrawClearLandFence (cirdan, LordAro) ------------------------------------------------------------------------ r25850 | zuu | 2013-10-13 00:17:11 +0200 (Sun, 13 Oct 2013) | 1 line -Codechange: Merge IsBadFarmFieldTile and IsValidFarmFieldTile into IsSuitableForFarmField (cirdan, LordAro) ------------------------------------------------------------------------ r25849 | zuu | 2013-10-13 00:07:58 +0200 (Sun, 13 Oct 2013) | 1 line -Codechange: Introduce IsTileFlat to not compute full slope information for situations when we only want to know if a tile is flat or not (cirdan, LordAro) ------------------------------------------------------------------------ r25848 | zuu | 2013-10-13 00:03:13 +0200 (Sun, 13 Oct 2013) | 1 line -Codechange: Refactor check for if a tile is not an edge tile to new IsInnerTile method (cirdan, LordAro) ------------------------------------------------------------------------ r25847 | zuu | 2013-10-13 00:01:21 +0200 (Sun, 13 Oct 2013) | 1 line -Fix: Comment for GetFoundationSlope was wrong (cirdan, LordAro) ------------------------------------------------------------------------ r25846 | translators | 2013-10-12 19:45:37 +0200 (Sat, 12 Oct 2013) | 5 lines -Update from WebTranslator v3.0: english_US - 4 changes by Supercheese greek - 31 changes by Evropi spanish - 3 changes by Terkhen ------------------------------------------------------------------------ r25845 | planetmaker | 2013-10-12 19:03:15 +0200 (Sat, 12 Oct 2013) | 1 line -Add [FS#5756]: [Admin] Send info on bankruptcy quarters also in ADMIN_PACKET_SERVER_COMPANY_INFO (zydeco) ------------------------------------------------------------------------ r25844 | frosch | 2013-10-12 18:35:50 +0200 (Sat, 12 Oct 2013) | 1 line -Change: Increase maximum number of object instances on the map from 64k to about 16M. ------------------------------------------------------------------------ r25843 | frosch | 2013-10-12 18:35:32 +0200 (Sat, 12 Oct 2013) | 1 line -Codechange: Rename MAX_SPECLIST to NUM_STATIONSSPECS_PER_STATION. ------------------------------------------------------------------------ r25842 | frosch | 2013-10-12 18:35:18 +0200 (Sat, 12 Oct 2013) | 1 line -Codechange: Rename MAX_STATIONS to NUM_STATIONS_PER_GRF. ------------------------------------------------------------------------ r25841 | frosch | 2013-10-12 18:34:59 +0200 (Sat, 12 Oct 2013) | 2 lines -Codechange: Use NUM_AIRPORTTILES_PER_GRF instead of 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. ------------------------------------------------------------------------ r25840 | frosch | 2013-10-12 18:34:23 +0200 (Sat, 12 Oct 2013) | 1 line -Codechange: Use NUM_AIRPORTS_PER_GRF instead of NUM_AIRPORTS to properly distinguish limits per NewGRF and limits of the pool. ------------------------------------------------------------------------ r25839 | frosch | 2013-10-12 18:34:04 +0200 (Sat, 12 Oct 2013) | 2 lines -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. ------------------------------------------------------------------------ r25838 | frosch | 2013-10-12 18:33:19 +0200 (Sat, 12 Oct 2013) | 1 line -Codechange: Rename HOUSE_MAX to NUM_HOUSES. ------------------------------------------------------------------------ r25837 | frosch | 2013-10-12 18:32:59 +0200 (Sat, 12 Oct 2013) | 2 lines -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. ------------------------------------------------------------------------ r25836 | frosch | 2013-10-12 18:32:16 +0200 (Sat, 12 Oct 2013) | 1 line -Codechange: Use NUM_INDUSTRYTYPES_PER_GRF instead of NUM_INDUSTRYTYPES to properly distinguish limits per NewGRF and limits of the pool. ------------------------------------------------------------------------ r25835 | frosch | 2013-10-12 18:31:55 +0200 (Sat, 12 Oct 2013) | 1 line -Change: Increase the total number of object types from 256 to 64000. ------------------------------------------------------------------------ r25834 | frosch | 2013-10-12 18:31:31 +0200 (Sat, 12 Oct 2013) | 2 lines -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. ------------------------------------------------------------------------ r25833 | frosch | 2013-10-12 18:30:42 +0200 (Sat, 12 Oct 2013) | 1 line -Codechange: Move ObjectType from map array into pool item. ------------------------------------------------------------------------ r25832 | frosch | 2013-10-12 18:30:22 +0200 (Sat, 12 Oct 2013) | 1 line -Codechange: Reduce variety of object type test functions. ------------------------------------------------------------------------ r25831 | frosch | 2013-10-12 18:30:05 +0200 (Sat, 12 Oct 2013) | 1 line -Change: Increase the object class limit from 32 to 255. (sbr) ------------------------------------------------------------------------ r25830 | frosch | 2013-10-12 18:29:42 +0200 (Sat, 12 Oct 2013) | 1 line -Fix [FS#5742] (r25540): In BuildObjectWindow, ensure the object spec matrix is always initialized. (sbr) ------------------------------------------------------------------------ r25829 | translators | 2013-10-11 19:45:19 +0200 (Fri, 11 Oct 2013) | 4 lines -Update from WebTranslator v3.0: english_US - 2 changes by Supercheese vietnamese - 9 changes by nglekhoi ------------------------------------------------------------------------ r25828 | planetmaker | 2013-10-11 17:41:55 +0200 (Fri, 11 Oct 2013) | 1 line -Doc [FS#5785]: Description of parameters for ShowDropDownMenu was partially swapped (3298) ------------------------------------------------------------------------ r25827 | planetmaker | 2013-10-11 17:34:04 +0200 (Fri, 11 Oct 2013) | 1 line -Fix [FS#5768]: Unify capitalization of strings used in Sort-By dropdown menu ------------------------------------------------------------------------ r25826 | translators | 2013-10-09 19:45:21 +0200 (Wed, 09 Oct 2013) | 5 lines -Update from WebTranslator v3.0: simplified_chinese - 4 changes by siu238X finnish - 2 changes by jpx_ korean - 2 changes by telk5093 ------------------------------------------------------------------------ r25825 | translators | 2013-10-08 19:45:17 +0200 (Tue, 08 Oct 2013) | 3 lines -Update from WebTranslator v3.0: lithuanian - 2 changes by Stabilitronas ------------------------------------------------------------------------ r25824 | translators | 2013-10-07 19:45:49 +0200 (Mon, 07 Oct 2013) | 9 lines -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 ------------------------------------------------------------------------ r25823 | frosch | 2013-10-06 22:18:53 +0200 (Sun, 06 Oct 2013) | 1 line -Codechange [FS#5780]: Simplify if-cases in ViewportDrawStrings. (Juanjo) ------------------------------------------------------------------------ r25822 | frosch | 2013-10-06 22:08:11 +0200 (Sun, 06 Oct 2013) | 1 line -Fix [FS#5704]: Searching for a suitable font failed, if one of the fonts had no '?' glyph, and no baseset is installed. ------------------------------------------------------------------------ r25821 | frosch | 2013-10-06 21:40:40 +0200 (Sun, 06 Oct 2013) | 1 line -Fix-ish: Sprite 0 was considered available, even if no baseset was loaded. ------------------------------------------------------------------------ r25820 | frosch | 2013-10-06 21:38:36 +0200 (Sun, 06 Oct 2013) | 1 line -Codechange: More const-ness. ------------------------------------------------------------------------ r25819 | translators | 2013-10-06 19:45:23 +0200 (Sun, 06 Oct 2013) | 5 lines -Update from WebTranslator v3.0: korean - 3 changes by telk5093 norwegian_bokmal - 2 changes by cuthbert thai - 54 changes by zetathix ------------------------------------------------------------------------ r25818 | frosch | 2013-10-06 14:13:20 +0200 (Sun, 06 Oct 2013) | 1 line -Fix [FS#5750]: [GS] Language file scanner considered filenames starting with '.' as valid translations, resulting in languages with empty name, which causes trouble. ------------------------------------------------------------------------