miham [Thu, 05 Jul 2007 16:40:19 +0000] rev 7671
(svn r10449) -Update: WebTranslator2 update to 2007-07-05 18:40:00
catalan - 1 changed by arnaullv (1)
french - 4 changed by glx (4)
russian - 2 fixed by Smoky555 (2)
belugas [Thu, 05 Jul 2007 16:39:56 +0000] rev 7670
(svn r10448) -Codechange: Industry Tiles and Houses share almost the same spritegroup format.
belugas [Thu, 05 Jul 2007 16:26:56 +0000] rev 7669
(svn r10447) -Codechange: Don't need to specify values on an enum when those values are contiguous
peter1138 [Thu, 05 Jul 2007 13:19:35 +0000] rev 7668
(svn r10446) -Codechange: Move extmidi's global data into its class.
KUDr [Thu, 05 Jul 2007 12:30:22 +0000] rev 7667
(svn r10445) -Fix (Win32, r10444): remove #include "hal.h"
peter1138 [Thu, 05 Jul 2007 12:23:54 +0000] rev 7666
(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/music/video drivers, using self-registration based on the blitter-model.
peter1138 [Thu, 05 Jul 2007 06:35:09 +0000] rev 7665
(svn r10443) -Fix: randomizing triggers should be called with callback type set to 1
rubidium [Thu, 05 Jul 2007 05:41:56 +0000] rev 7664
(svn r10442) -Codechange: implement the industry production callback.
rubidium [Wed, 04 Jul 2007 22:24:57 +0000] rev 7663
(svn r10441) -Fix (r10440): something went wrong "porting" fixes from one place to another; like compiling the wrong checkout.
rubidium [Wed, 04 Jul 2007 22:18:33 +0000] rev 7662
(svn r10440) -Fix: CBM_IND defines bits to be set, not bitsets.
rubidium [Wed, 04 Jul 2007 18:27:21 +0000] rev 7661
(svn r10439) -Codechange: initial steps for customized industry productions.
miham [Wed, 04 Jul 2007 17:52:32 +0000] rev 7660
(svn r10438) -Update: WebTranslator2 update to 2007-07-04 19:52:16
american - 20 fixed by WhiteRabbit (20)
danish - 21 fixed, 1 changed by ThomasA (22)
portuguese - 10 fixed by izhirahider (10)
traditional_chinese - 2 changed by xbddc (2)
peter1138 [Wed, 04 Jul 2007 17:21:28 +0000] rev 7659
(svn r10437) -Feature: Automatic signal completion, enabled by pressing ctrl when dragging signals. Signals will continue following track until an existing signal, junction or station are reached. This currently replaces the existing use of ctrl-drag for changing existing signal type.
maedhros [Wed, 04 Jul 2007 13:30:33 +0000] rev 7658
(svn r10436) -Cleanup: Doxygenise some comments, update others, and make a few statements more consistent with everything else.
maedhros [Wed, 04 Jul 2007 13:01:55 +0000] rev 7657
(svn r10435) -Fix (r9315): numinfo starts from 1, not 0, so make it possible to define a house with a local id of 255.
maedhros [Wed, 04 Jul 2007 12:57:07 +0000] rev 7656
(svn r10434) -Fix (r9315): When setting multiple house overrides in one Action 0, don't override them all with the first ID.
maedhros [Wed, 04 Jul 2007 12:52:43 +0000] rev 7655
(svn r10433) -Codechange: Remove FOR_EACH_OBJECT by moving the for loops in the Action 0
handlers outside the switch statements. This allows ignoring only the invalid
IDs when changing the properties for many objects, rather than ignoring the
whole block if one ID is invalid.
peter1138 [Wed, 04 Jul 2007 09:42:47 +0000] rev 7654
(svn r10432) -Codechange: use existing function instead of data duplication
peter1138 [Wed, 04 Jul 2007 09:41:35 +0000] rev 7653
(svn r10431) -Codechange: constness on static array
peter1138 [Wed, 04 Jul 2007 06:37:43 +0000] rev 7652
(svn r10430) -Fix: Too many town rating entry lookups (KUDr)
KUDr [Wed, 04 Jul 2007 02:41:39 +0000] rev 7651
(svn r10429) -Fix: VC8 Code Analyzer warning: buffer overrun
KUDr [Wed, 04 Jul 2007 02:37:48 +0000] rev 7650
(svn r10428) -Fix: some more VC code analyzer warnings disabled
KUDr [Wed, 04 Jul 2007 02:35:40 +0000] rev 7649
(svn r10427) -Fix: snprintf behaves differently in gcc than in VC causing unreadable artifacts in output. Now CStrT::AddFormatL() should behave correctly also when compiled by gcc (Rubidium)
belugas [Wed, 04 Jul 2007 01:34:28 +0000] rev 7648
(svn r10426) -Codechange: Activate the reset of industry/tiles mapping upon initialization or new game.
belugas [Wed, 04 Jul 2007 00:54:38 +0000] rev 7647
(svn r10425) -Fix (r10418): do not compare bitmasks with HASBIT. Strike two. Forgotten code :)
belugas [Wed, 04 Jul 2007 00:49:03 +0000] rev 7646
(svn r10424) -Fix : Toy shop seems to be working exactly like power stations, water tower and banks, i.e: they require cargo but do nothing with it.
So, make it an INDUSTRYLIFE_BLACK_HOLE, exactly like the above mentioned industries.
Thanks to glx who spotted, and Csaboka who confirmed it could very well be a CS bug.
KUDr [Wed, 04 Jul 2007 00:12:02 +0000] rev 7645
(svn r10423) -Fix [YAPF, r10301]: INVALID_TRACKDIR causing buffer overrun leading to desync in MP game (many thanks Rubidium)
KUDr [Tue, 03 Jul 2007 23:23:38 +0000] rev 7644
(svn r10422) -Fix: VC8 Code Analyzer warning C6297: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value
KUDr [Tue, 03 Jul 2007 23:08:51 +0000] rev 7643
(svn r10421) -Fix [MSVC]: suppress some code analyzer warnings for VC8
KUDr [Tue, 03 Jul 2007 23:07:33 +0000] rev 7642
(svn r10420) -Fix [MSVC]: Disabled 'Treat Warnings As Errors' for VC8