------------------------------------------------------------------------ r17664 | translators | 2009-09-29 17:45:30 +0000 (Tue, 29 Sep 2009) | 11 lines -Update from WebTranslator v3.0: esperanto - 1 changes by raskolnik finnish - 1 changes by jpx_ indonesian - 1 changes by prof italian - 1 changes by lorenzodv romanian - 1 changes by kkmic russian - 1 changes by Lone_Wolf slovak - 18 changes by JamesSVK spanish - 1 changes by Terkhen ukrainian - 1 changes by Madvin ------------------------------------------------------------------------ r17663 | frosch | 2009-09-28 19:24:20 +0000 (Mon, 28 Sep 2009) | 1 line -Change: [NewGRF] Apply default refitmasks only when the NewGRF did not set any of the three refittability properties (xor mask, positive classes, negative classes). ------------------------------------------------------------------------ r17662 | rubidium | 2009-09-28 19:12:15 +0000 (Mon, 28 Sep 2009) | 2 lines -Codechange: make the sign edit window nested ------------------------------------------------------------------------ r17661 | translators | 2009-09-28 17:45:21 +0000 (Mon, 28 Sep 2009) | 8 lines -Update from WebTranslator v3.0: traditional_chinese - 1 changes by josesun esperanto - 25 changes by raskolnik french - 1 changes by glx german - 1 changes by dihedral serbian - 1 changes by etran vietnamese - 3 changes by nglekhoi ------------------------------------------------------------------------ r17660 | glx | 2009-09-28 14:15:23 +0000 (Mon, 28 Sep 2009) | 1 line -Fix: StringID typo ------------------------------------------------------------------------ r17659 | rubidium | 2009-09-28 13:42:47 +0000 (Mon, 28 Sep 2009) | 2 lines -Codechange: remove the last custom drawing from the signal GUI ------------------------------------------------------------------------ r17658 | rubidium | 2009-09-28 12:38:35 +0000 (Mon, 28 Sep 2009) | 3 lines -Codechange: remove custom drawing of the signal density in the signal GUI -Codechange: move the state updates from OnPaint ------------------------------------------------------------------------ r17657 | rubidium | 2009-09-28 12:19:15 +0000 (Mon, 28 Sep 2009) | 2 lines -Fix [FS#3242]: some semaphore signals fell outside of the signal GUI. Now the signals are properly centered which should make that problem go away ------------------------------------------------------------------------ r17656 | rubidium | 2009-09-27 18:36:05 +0000 (Sun, 27 Sep 2009) | 2 lines -Change: typo in function name. Also document the parameter (Terkhen) ------------------------------------------------------------------------ r17655 | translators | 2009-09-27 17:45:11 +0000 (Sun, 27 Sep 2009) | 4 lines -Update from WebTranslator v3.0: english_US - 38 changes by agenthh portuguese - 9 changes by SupSuper ------------------------------------------------------------------------ r17654 | rubidium | 2009-09-27 10:44:25 +0000 (Sun, 27 Sep 2009) | 2 lines -Fix [FS#3220] (r17612): the edit box of the town fund window wasn't updated properly (based on patch of Terkhen) ------------------------------------------------------------------------ r17653 | alberth | 2009-09-27 08:49:42 +0000 (Sun, 27 Sep 2009) | 1 line -Fix (r17649): Widgets at the bottom button bar of the depot window should adapt to differences in height. ------------------------------------------------------------------------ r17652 | alberth | 2009-09-27 08:28:49 +0000 (Sun, 27 Sep 2009) | 1 line -Codechange: Merging/renaming the depot block-size functions. ------------------------------------------------------------------------ r17651 | rubidium | 2009-09-26 22:37:44 +0000 (Sat, 26 Sep 2009) | 2 lines -Fix [FS#3238] (r17644): crashes when commands related to company settings where done ------------------------------------------------------------------------ r17650 | alberth | 2009-09-26 19:26:08 +0000 (Sat, 26 Sep 2009) | 1 line -Codechange: Checking a condition once is enough. ------------------------------------------------------------------------ r17649 | alberth | 2009-09-26 19:21:20 +0000 (Sat, 26 Sep 2009) | 1 line -Codechange: Depot gui uses pure nested widgets. ------------------------------------------------------------------------ r17648 | alberth | 2009-09-26 18:47:41 +0000 (Sat, 26 Sep 2009) | 1 line -Codechange: Move type initialization and widget disabling to the constructor. ------------------------------------------------------------------------ r17647 | alberth | 2009-09-26 18:15:35 +0000 (Sat, 26 Sep 2009) | 1 line -Codechange: Moving widget array access to outside the function. ------------------------------------------------------------------------ r17646 | rubidium | 2009-09-26 17:50:10 +0000 (Sat, 26 Sep 2009) | 2 lines -Fix (r17644): GCC 4.4/4.5 compile failure ------------------------------------------------------------------------ r17645 | translators | 2009-09-26 17:45:12 +0000 (Sat, 26 Sep 2009) | 5 lines -Update from WebTranslator v3.0: traditional_chinese - 10 changes by josesun russian - 1 changes by Lone_Wolf vietnamese - 26 changes by nglekhoi ------------------------------------------------------------------------ r17644 | rubidium | 2009-09-26 17:43:06 +0000 (Sat, 26 Sep 2009) | 2 lines -Fix [FS#3219]: some inconsistencies with the difficulty settings in the scenario editor. Also re-enable changing some difficulty settings (e.g. max loan) in the scenario editor. ------------------------------------------------------------------------ r17643 | alberth | 2009-09-26 16:06:54 +0000 (Sat, 26 Sep 2009) | 1 line -Codechange: Code style for variables in depot gui. ------------------------------------------------------------------------ r17642 | rubidium | 2009-09-26 12:30:30 +0000 (Sat, 26 Sep 2009) | 2 lines -Change: make a comment more clear (Eddi) ------------------------------------------------------------------------ r17641 | rubidium | 2009-09-26 10:06:48 +0000 (Sat, 26 Sep 2009) | 2 lines -Codechange: remove the {N:...} that's not needed anymore since the currency window is nested. ------------------------------------------------------------------------ r17640 | rubidium | 2009-09-26 10:01:53 +0000 (Sat, 26 Sep 2009) | 2 lines -Codechange: make the custom currency window nested ------------------------------------------------------------------------ r17639 | rubidium | 2009-09-26 08:30:02 +0000 (Sat, 26 Sep 2009) | 2 lines -Codechange: let the difficulty settings GUI make really use the nested widget features ------------------------------------------------------------------------ r17638 | rubidium | 2009-09-25 21:08:45 +0000 (Fri, 25 Sep 2009) | 2 lines -Fix [FS#3235]: Crash when trying to build an industry that has no industry layout defined; yes, it's very similar to r17633 because one case was forgotten. ------------------------------------------------------------------------ r17637 | rubidium | 2009-09-25 19:42:57 +0000 (Fri, 25 Sep 2009) | 2 lines -Codechange: move the game difficulty window's window/widget description below the window class ------------------------------------------------------------------------ r17636 | rubidium | 2009-09-25 19:36:09 +0000 (Fri, 25 Sep 2009) | 2 lines -Codechange: make the difficulty setting window nested ------------------------------------------------------------------------ r17635 | rubidium | 2009-09-25 18:15:41 +0000 (Fri, 25 Sep 2009) | 2 lines -Codechange: make the chat gui nested ------------------------------------------------------------------------ r17634 | translators | 2009-09-25 17:45:21 +0000 (Fri, 25 Sep 2009) | 8 lines -Update from WebTranslator v3.0: simplified_chinese - 6 changes by Gavin finnish - 8 changes by jpx_ german - 2 changes by Roujin romanian - 49 changes by kkmic ukrainian - 51 changes by Madvin vietnamese - 92 changes by nglekhoi ------------------------------------------------------------------------ r17633 | rubidium | 2009-09-25 09:32:20 +0000 (Fri, 25 Sep 2009) | 2 lines -Fix [FS#3233]: [NewGRF] Crash when trying to build an industry that has no industry layout defined. ------------------------------------------------------------------------ r17632 | rubidium | 2009-09-24 21:27:19 +0000 (Thu, 24 Sep 2009) | 2 lines -Change: enable the uninitialized variables warning (or actually undisable) ------------------------------------------------------------------------ r17628 | translators | 2009-09-24 17:45:12 +0000 (Thu, 24 Sep 2009) | 5 lines -Update from WebTranslator v3.0: danish - 2 changes by beruic german - 5 changes by dihedral thai - 119 changes by ityellow ------------------------------------------------------------------------ r17627 | yexo | 2009-09-23 22:15:57 +0000 (Wed, 23 Sep 2009) | 1 line -Document [FS#3216]: The remaining functions in info.nut ------------------------------------------------------------------------ r17626 | alberth | 2009-09-23 20:48:30 +0000 (Wed, 23 Sep 2009) | 1 line -Codechange: Use Dimension structs instead of array of length 2 for storing horizontal/vertical information. ------------------------------------------------------------------------ r17625 | rubidium | 2009-09-23 20:14:59 +0000 (Wed, 23 Sep 2009) | 2 lines -Codechange: make a nested window of the station joiner ------------------------------------------------------------------------ r17624 | alberth | 2009-09-23 19:57:56 +0000 (Wed, 23 Sep 2009) | 1 line -Codechange: Swap entries in _resize_cap[][] so the code does what the docs say. ------------------------------------------------------------------------ r17623 | rubidium | 2009-09-23 19:41:25 +0000 (Wed, 23 Sep 2009) | 2 lines -Codechange: don't update the station's joiner scrollbar count in the drawing code ------------------------------------------------------------------------ r17622 | translators | 2009-09-23 17:45:31 +0000 (Wed, 23 Sep 2009) | 11 lines -Update from WebTranslator v3.0: catalan - 8 changes by arnau dutch - 5 changes by habell english_US - 9 changes by agenthh french - 5 changes by glx indonesian - 5 changes by prof italian - 5 changes by lorenzodv russian - 1 changes by Lone_Wolf serbian - 5 changes by etran turkish - 6 changes by niw3 ------------------------------------------------------------------------ r17621 | rubidium | 2009-09-23 16:07:17 +0000 (Wed, 23 Sep 2009) | 2 lines -Document [FS#3216]: most of the functions an AI can/must use in their instantiation of AIInfo. ------------------------------------------------------------------------ r17620 | rubidium | 2009-09-23 15:42:29 +0000 (Wed, 23 Sep 2009) | 2 lines -Fix (r17502): edit box offsets were off. Now they're still off, but look (in my opinion) even better than before ------------------------------------------------------------------------ r17619 | glx | 2009-09-23 13:25:00 +0000 (Wed, 23 Sep 2009) | 1 line -Fix: rename STR_TINT_GROUP to STR_TINY_GROUP ------------------------------------------------------------------------ r17618 | rubidium | 2009-09-22 21:14:31 +0000 (Tue, 22 Sep 2009) | 2 lines -Fix [FS#3226]: the 'lock' icon would erroneously be drawn for companies if the company had a password before the reset ------------------------------------------------------------------------ r17617 | rubidium | 2009-09-22 20:44:14 +0000 (Tue, 22 Sep 2009) | 3 lines -Codechange: make the server side packet handling be more like the client side's handling, i.e. return the connection status -Fix: do not do invalid reads when a packet handling function closed a connection ------------------------------------------------------------------------ r17616 | frosch | 2009-09-22 19:28:57 +0000 (Tue, 22 Sep 2009) | 1 line -Codechange [FS#3222]: Enumerize properties used in callback 0x36. Based on Terkhen's work. ------------------------------------------------------------------------ r17615 | smatz | 2009-09-22 18:55:15 +0000 (Tue, 22 Sep 2009) | 1 line -Fix (r17612): town sign could be glitchy when creating town with custom name (Terkhen) ------------------------------------------------------------------------ r17614 | smatz | 2009-09-22 18:50:58 +0000 (Tue, 22 Sep 2009) | 1 line -Fix: crash when deleting town while TownDirectory is open ------------------------------------------------------------------------ r17613 | translators | 2009-09-22 17:45:35 +0000 (Tue, 22 Sep 2009) | 12 lines -Update from WebTranslator v3.0: traditional_chinese - 107 changes by josesun dutch - 12 changes by habell french - 3 changes by glx german - 1 changes by dihedral hungarian - 6 changes by alyr indonesian - 1 changes by prof italian - 6 changes by lorenzodv russian - 7 changes by Lone_Wolf serbian - 1 changes by etran spanish - 8 changes by Terkhen ------------------------------------------------------------------------ r17612 | smatz | 2009-09-22 13:54:54 +0000 (Tue, 22 Sep 2009) | 1 line -Feature: possibility to choose (randomise or enter custom) town name before its creation (original patch by Terkhen) ------------------------------------------------------------------------