------------------------------------------------------------------------ r23810 | translators | 2012-01-15 19:45:41 +0100 (Sun, 15 Jan 2012) | 10 lines -Update from WebTranslator v3.0: dutch - 3 changes by Bennievv english_US - 7 changes by Rubidium german - 12 changes by NG, planetmaker korean - 3 changes by telk5093 latvian - 54 changes by Parastais persian - 107 changes by Peymanpn spanish - 7 changes by Terkhen tamil - 71 changes by aswn ------------------------------------------------------------------------ r23809 | frosch | 2012-01-15 19:18:44 +0100 (Sun, 15 Jan 2012) | 1 line -Feature: Enhance some fatal NewGRF errors with the spritenumber that caused the problem. ------------------------------------------------------------------------ r23808 | frosch | 2012-01-15 19:17:45 +0100 (Sun, 15 Jan 2012) | 1 line -Codechange: Remove various translations which will be invalid with the next commit. ------------------------------------------------------------------------ r23807 | frosch | 2012-01-15 18:33:35 +0100 (Sun, 15 Jan 2012) | 1 line -Codechange: GRFError::num_params is not needed, remove it. ------------------------------------------------------------------------ r23806 | frosch | 2012-01-15 16:50:00 +0100 (Sun, 15 Jan 2012) | 1 line -Fix: [NewGRF] Integer parameters in ActionB did not quite work anymore. ------------------------------------------------------------------------ r23805 | frosch | 2012-01-15 16:49:01 +0100 (Sun, 15 Jan 2012) | 1 line -Add: {STRING6} and {STRING7}. ------------------------------------------------------------------------ r23804 | yexo | 2012-01-15 14:17:02 +0100 (Sun, 15 Jan 2012) | 1 line -Fix: [NewGRF] Make string code 80 more secure by not crashing when it's used in strings where it's not supposed to be used ------------------------------------------------------------------------ r23803 | yexo | 2012-01-15 14:06:11 +0100 (Sun, 15 Jan 2012) | 1 line -Fix [FS#4969]: newgrf textstack was not properly used when storing parameters for the error message window ------------------------------------------------------------------------ r23802 | yexo | 2012-01-15 13:56:13 +0100 (Sun, 15 Jan 2012) | 1 line -Fix [FS#4968] (r23601): game lobby gui not updated when new company information becomes available ------------------------------------------------------------------------ r23801 | yexo | 2012-01-15 12:31:34 +0100 (Sun, 15 Jan 2012) | 1 line -Fix: reading the utf-8 BOM from AI/GS files on big-endian machines failed ------------------------------------------------------------------------ r23800 | rubidium | 2012-01-14 20:44:25 +0100 (Sat, 14 Jan 2012) | 2 lines -Codechange: also desync log failed commands ------------------------------------------------------------------------ r23799 | translators | 2012-01-14 19:45:21 +0100 (Sat, 14 Jan 2012) | 6 lines -Update from WebTranslator v3.0: german - 7 changes by planetmaker latvian - 3 changes by spanish - 1 changes by Terkhen tamil - 49 changes by aswn ------------------------------------------------------------------------ r23794 | translators | 2012-01-13 19:45:09 +0100 (Fri, 13 Jan 2012) | 3 lines -Update from WebTranslator v3.0: latvian - 5 changes by Tranzistors ------------------------------------------------------------------------ r23793 | yexo | 2012-01-12 21:03:35 +0100 (Thu, 12 Jan 2012) | 1 line -Fix (r23791): height computation was missing a few pixels so the last line was still missing ------------------------------------------------------------------------ r23792 | yexo | 2012-01-12 20:23:00 +0100 (Thu, 12 Jan 2012) | 1 line -Feature [FS#4958]: move 'refitable to' text above custom newgrf text in build vehicle gui ------------------------------------------------------------------------ r23791 | yexo | 2012-01-12 20:11:51 +0100 (Thu, 12 Jan 2012) | 2 lines -Fix [FS#4960]: resize text panel for parameter description if it doesn't fit in 4 lines. If you resize the window so it's smaller than default the text might still not fit ------------------------------------------------------------------------ r23790 | translators | 2012-01-12 19:45:31 +0100 (Thu, 12 Jan 2012) | 7 lines -Update from WebTranslator v3.0: belarusian - 7 changes by Wowanxm simplified_chinese - 62 changes by Gavin italian - 2 changes by Snail_ latvian - 3 changes by serbian - 8 changes by etran ------------------------------------------------------------------------ r23789 | frosch | 2012-01-12 18:46:42 +0100 (Thu, 12 Jan 2012) | 1 line -Fix: [NewGRF] While we can only show one error per NewGRF, fatal errors should always disable the GRF. Also give those errors precedence over other information. ------------------------------------------------------------------------ r23788 | yexo | 2012-01-12 18:44:20 +0100 (Thu, 12 Jan 2012) | 1 line -Fix: failure to load newgrf files that use action 0 general prop 15 with a missing language file ------------------------------------------------------------------------ r23787 | rubidium | 2012-01-11 19:47:32 +0100 (Wed, 11 Jan 2012) | 2 lines -Fix: add some missing spaces ------------------------------------------------------------------------ r23786 | translators | 2012-01-11 19:45:41 +0100 (Wed, 11 Jan 2012) | 10 lines -Update from WebTranslator v3.0: catalan - 14 changes by arnau english_AU - 6 changes by tomas4g hungarian - 32 changes by IPG italian - 10 changes by Snail_, lorenzodv latvian - 29 changes by Parastais norwegian_bokmal - 6 changes by mantaray spanish - 15 changes by Terkhen welsh - 6 changes by kazzie ------------------------------------------------------------------------ r23785 | translators | 2012-01-10 19:45:51 +0100 (Tue, 10 Jan 2012) | 11 lines -Update from WebTranslator v3.0: croatian - 6 changes by VoyagerOne czech - 12 changes by TheLamer dutch - 6 changes by habell english_US - 6 changes by Rubidium finnish - 7 changes by jpx_ latvian - 17 changes by Parastais, Tranzistors romanian - 6 changes by tonny russian - 6 changes by Lone_Wolf spanish - 6 changes by Terkhen ------------------------------------------------------------------------ r23784 | truebrain | 2012-01-10 00:04:03 +0100 (Tue, 10 Jan 2012) | 2 lines -Revert (r23740): compiling without libpng failed to include a correct header ------------------------------------------------------------------------ r23783 | rubidium | 2012-01-09 23:21:45 +0100 (Mon, 09 Jan 2012) | 2 lines -Cleanup: remove ancient but not needed command flag ------------------------------------------------------------------------ r23782 | rubidium | 2012-01-09 23:20:44 +0100 (Mon, 09 Jan 2012) | 2 lines -Fix [FS#4965]: crash due to genders used for station name in hangar string of Italian translation ------------------------------------------------------------------------ r23781 | rubidium | 2012-01-09 23:19:53 +0100 (Mon, 09 Jan 2012) | 2 lines -Fix [FS#4964]: under certain circumstances, e.g. a single invalid order, trying to determine the next order state could end up in an infinite loop ------------------------------------------------------------------------ r23780 | truebrain | 2012-01-09 22:22:48 +0100 (Mon, 09 Jan 2012) | 2 lines -Fix [FS#4963] (r23764): also name the two new errors server-side. As extra, split up one of the errors in 3 errors, to be more specific what goes wrong. As cherry on top, make sure on all sides we can never again forget to add such entries on both sides, by introducing an assert_compile() ------------------------------------------------------------------------ r23779 | translators | 2012-01-09 19:45:39 +0100 (Mon, 09 Jan 2012) | 11 lines -Update from WebTranslator v3.0: bulgarian - 12 changes by kokobongo croatian - 4 changes by VoyagerOne dutch - 2 changes by habell english_AU - 2 changes by tomas4g latvian - 25 changes by Parastais, Tranzistors lithuanian - 4 changes by simas068 norwegian_bokmal - 2 changes by mantaray tamil - 34 changes by aswn turkish - 76 changes by niw3 ------------------------------------------------------------------------ r23778 | rubidium | 2012-01-08 22:51:08 +0100 (Sun, 08 Jan 2012) | 2 lines -Fix [FS#4957]: trim all control codes and the likes from strings being passed into the AI. If the AI would be displaying them later we would be showing those control codes as question marks. ------------------------------------------------------------------------ r23777 | rubidium | 2012-01-08 22:48:05 +0100 (Sun, 08 Jan 2012) | 2 lines -Codechange: refactor allocating memory and fetching strings into a single function for scripts ------------------------------------------------------------------------ r23776 | translators | 2012-01-08 19:45:25 +0100 (Sun, 08 Jan 2012) | 8 lines -Update from WebTranslator v3.0: basque - 18 changes by rosie2999 italian - 2 changes by lorenzodv latvian - 35 changes by Tranzistors tamil - 117 changes by aswn ukrainian - 24 changes by Fixer welsh - 5 changes by kazzie ------------------------------------------------------------------------ r23775 | frosch | 2012-01-08 17:58:10 +0100 (Sun, 08 Jan 2012) | 1 line -Change: Hide the PCX screenshot format from the options window, if a 32bpp blitter is used. ------------------------------------------------------------------------