belugas [Thu, 19 Jul 2007 01:47:32 +0000] rev 7283
(svn r10622) -Feature: Introduction of the CBID_INDUSTRY_AVAILABLE's handling, in fund industry window.
In order to stay as much consistent with the specs, the fund window will perform (if required) the callback every game-day. TTDPatch performs the same call every second, but after discussions with Csaboka, we agreed that it was not required to be that intensive. So a game-day is plenty enough.
belugas [Thu, 19 Jul 2007 01:35:48 +0000] rev 7282
(svn r10621) -Codechange: install a struct holding the user's selection from _fund_gui.
-Codechange: merge WE_TIMEOUT and WE_ABORT_PLACE_OBJ, as they both do the same thing.
-Feature: Any time you place an industry, even if it fails, the button will reset and the cursor will return to normal.
miham [Wed, 18 Jul 2007 17:37:34 +0000] rev 7281
(svn r10620) -Update: WebTranslator2 update to 2007-07-18 19:37:17
czech - 10 fixed, 13 changed by Hadez (23)
estonian - 20 changed by kristjans (20)
galician - 34 fixed, 5 changed by Condex (39)
slovak - 4 fixed by lengyel (4)
belugas [Wed, 18 Jul 2007 17:05:23 +0000] rev 7280
(svn r10619) -Codechange: Use shorter variable/member names and add some code separation.
-Codechange: Use a stringID variable instead of always refering to the _fund_gui.text[foo] member
-Documentation: Add a few explanatory comments here and there
belugas [Wed, 18 Jul 2007 16:02:42 +0000] rev 7279
(svn r10618) -Fix(r10167): remove unneeded comment
belugas [Wed, 18 Jul 2007 15:59:08 +0000] rev 7278
(svn r10617) -Codechange: code style changes (removing an erroneous tab plus switch case alignment)
-Codechange: give enum values to widgets
glx [Wed, 18 Jul 2007 02:08:56 +0000] rev 7277
(svn r10607) -Fix r10605: use '&&' in preprocessor directives (MSVC doesn't like 'and')
peter1138 [Tue, 17 Jul 2007 20:32:27 +0000] rev 7276
(svn r10606) -Fix (r8826): plural and single cargo names were mixed up.
rubidium [Tue, 17 Jul 2007 16:59:21 +0000] rev 7275
(svn r10605) -Fix [FS#1046]: also OpenBSD does not know wchar. Patch by Matthias.
rubidium [Tue, 17 Jul 2007 08:18:57 +0000] rev 7274
(svn r10604) -Fix [FS#1044] (r9866): some industries produced cargo they should not be producing, which would result in the industry offering invalid cargo to a station resulting in crashes..