------------------------------------------------------------------------ r10454 | glx | 2007-07-06 13:43:50 +0000 (Fri, 06 Jul 2007) | 1 line -Fix r10452: forgot unfinished langs ------------------------------------------------------------------------ r10453 | peter1138 | 2007-07-06 08:32:00 +0000 (Fri, 06 Jul 2007) | 2 lines -Codechange: Allow save/load of empty (unallocated) strings ------------------------------------------------------------------------ r10452 | rubidium | 2007-07-06 07:29:04 +0000 (Fri, 06 Jul 2007) | 2 lines -Update: remove the string that has been removed in r10451 from all other translations. ------------------------------------------------------------------------ r10451 | rubidium | 2007-07-06 07:24:10 +0000 (Fri, 06 Jul 2007) | 2 lines -Add: support for "prospecting" raw industries, i.e. you pay an amount of money and then it might (with a given chance) build a raw industry somewhere on the map. ------------------------------------------------------------------------ r10450 | peter1138 | 2007-07-05 18:21:53 +0000 (Thu, 05 Jul 2007) | 2 lines -Fix (r10444): Fix search & replace errors ------------------------------------------------------------------------ r10449 | miham | 2007-07-05 16:40:19 +0000 (Thu, 05 Jul 2007) | 5 lines -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) ------------------------------------------------------------------------ r10448 | belugas | 2007-07-05 16:39:56 +0000 (Thu, 05 Jul 2007) | 2 lines -Codechange: Industry Tiles and Houses share almost the same spritegroup format. ------------------------------------------------------------------------ r10447 | belugas | 2007-07-05 16:26:56 +0000 (Thu, 05 Jul 2007) | 2 lines -Codechange: Don't need to specify values on an enum when those values are contiguous ------------------------------------------------------------------------ r10446 | peter1138 | 2007-07-05 13:19:35 +0000 (Thu, 05 Jul 2007) | 2 lines -Codechange: Move extmidi's global data into its class. ------------------------------------------------------------------------ r10445 | KUDr | 2007-07-05 12:30:22 +0000 (Thu, 05 Jul 2007) | 1 line -Fix (Win32, r10444): remove #include "hal.h" ------------------------------------------------------------------------ r10444 | peter1138 | 2007-07-05 12:23:54 +0000 (Thu, 05 Jul 2007) | 2 lines -Codechange: switch to c++ classes and inheritance for sound/music/video drivers, using self-registration based on the blitter-model. ------------------------------------------------------------------------ r10443 | peter1138 | 2007-07-05 06:35:09 +0000 (Thu, 05 Jul 2007) | 2 lines -Fix: randomizing triggers should be called with callback type set to 1 ------------------------------------------------------------------------ r10442 | rubidium | 2007-07-05 05:41:56 +0000 (Thu, 05 Jul 2007) | 2 lines -Codechange: implement the industry production callback. ------------------------------------------------------------------------ r10441 | rubidium | 2007-07-04 22:24:57 +0000 (Wed, 04 Jul 2007) | 2 lines -Fix (r10440): something went wrong "porting" fixes from one place to another; like compiling the wrong checkout. ------------------------------------------------------------------------ r10440 | rubidium | 2007-07-04 22:18:33 +0000 (Wed, 04 Jul 2007) | 2 lines -Fix: CBM_IND defines bits to be set, not bitsets. ------------------------------------------------------------------------ r10439 | rubidium | 2007-07-04 18:27:21 +0000 (Wed, 04 Jul 2007) | 2 lines -Codechange: initial steps for customized industry productions. ------------------------------------------------------------------------ r10438 | miham | 2007-07-04 17:52:32 +0000 (Wed, 04 Jul 2007) | 6 lines -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) ------------------------------------------------------------------------ r10437 | peter1138 | 2007-07-04 17:21:28 +0000 (Wed, 04 Jul 2007) | 2 lines -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. ------------------------------------------------------------------------ r10436 | maedhros | 2007-07-04 13:30:33 +0000 (Wed, 04 Jul 2007) | 2 lines -Cleanup: Doxygenise some comments, update others, and make a few statements more consistent with everything else. ------------------------------------------------------------------------ r10435 | maedhros | 2007-07-04 13:01:55 +0000 (Wed, 04 Jul 2007) | 2 lines -Fix (r9315): numinfo starts from 1, not 0, so make it possible to define a house with a local id of 255. ------------------------------------------------------------------------ r10434 | maedhros | 2007-07-04 12:57:07 +0000 (Wed, 04 Jul 2007) | 2 lines -Fix (r9315): When setting multiple house overrides in one Action 0, don't override them all with the first ID. ------------------------------------------------------------------------ r10433 | maedhros | 2007-07-04 12:52:43 +0000 (Wed, 04 Jul 2007) | 5 lines -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. ------------------------------------------------------------------------ r10432 | peter1138 | 2007-07-04 09:42:47 +0000 (Wed, 04 Jul 2007) | 2 lines -Codechange: use existing function instead of data duplication ------------------------------------------------------------------------ r10431 | peter1138 | 2007-07-04 09:41:35 +0000 (Wed, 04 Jul 2007) | 2 lines -Codechange: constness on static array ------------------------------------------------------------------------ r10430 | peter1138 | 2007-07-04 06:37:43 +0000 (Wed, 04 Jul 2007) | 2 lines -Fix: Too many town rating entry lookups (KUDr) ------------------------------------------------------------------------ r10429 | KUDr | 2007-07-04 02:41:39 +0000 (Wed, 04 Jul 2007) | 2 lines -Fix: VC8 Code Analyzer warning: buffer overrun ------------------------------------------------------------------------ r10428 | KUDr | 2007-07-04 02:37:48 +0000 (Wed, 04 Jul 2007) | 1 line -Fix: some more VC code analyzer warnings disabled ------------------------------------------------------------------------ r10427 | KUDr | 2007-07-04 02:35:40 +0000 (Wed, 04 Jul 2007) | 1 line -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) ------------------------------------------------------------------------ r10426 | belugas | 2007-07-04 01:34:28 +0000 (Wed, 04 Jul 2007) | 1 line -Codechange: Activate the reset of industry/tiles mapping upon initialization or new game. ------------------------------------------------------------------------ r10425 | belugas | 2007-07-04 00:54:38 +0000 (Wed, 04 Jul 2007) | 1 line -Fix (r10418): do not compare bitmasks with HASBIT. Strike two. Forgotten code :) ------------------------------------------------------------------------ r10424 | belugas | 2007-07-04 00:49:03 +0000 (Wed, 04 Jul 2007) | 5 lines -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. ------------------------------------------------------------------------ r10423 | KUDr | 2007-07-04 00:12:02 +0000 (Wed, 04 Jul 2007) | 1 line -Fix [YAPF, r10301]: INVALID_TRACKDIR causing buffer overrun leading to desync in MP game (many thanks Rubidium) ------------------------------------------------------------------------ r10422 | KUDr | 2007-07-03 23:23:38 +0000 (Tue, 03 Jul 2007) | 1 line -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 ------------------------------------------------------------------------ r10421 | KUDr | 2007-07-03 23:08:51 +0000 (Tue, 03 Jul 2007) | 2 lines -Fix [MSVC]: suppress some code analyzer warnings for VC8 ------------------------------------------------------------------------ r10420 | KUDr | 2007-07-03 23:07:33 +0000 (Tue, 03 Jul 2007) | 1 line -Fix [MSVC]: Disabled 'Treat Warnings As Errors' for VC8 ------------------------------------------------------------------------ r10419 | rubidium | 2007-07-03 19:25:06 +0000 (Tue, 03 Jul 2007) | 2 lines -Fix (r10418): do not compare bitmasks with HASBIT. Thanks to Maedhros for spotting this. ------------------------------------------------------------------------ r10418 | rubidium | 2007-07-03 19:16:34 +0000 (Tue, 03 Jul 2007) | 2 lines -Codechange: implement/resurrect the industry production flags. ------------------------------------------------------------------------ r10417 | glx | 2007-07-03 17:34:43 +0000 (Tue, 03 Jul 2007) | 1 line -Fix: r10416 partly reverted r10415 ------------------------------------------------------------------------ r10416 | miham | 2007-07-03 17:21:10 +0000 (Tue, 03 Jul 2007) | 5 lines -Update: WebTranslator2 update to 2007-07-03 19:20:58 norwegian_nynorsk - 3 fixed by pollux (3) slovak - 3 fixed by lengyel (3) traditional_chinese - 6 fixed by xbddc (6) ------------------------------------------------------------------------ r10415 | glx | 2007-07-03 17:20:17 +0000 (Tue, 03 Jul 2007) | 1 line -Revert (r10403), Fix (r10323): 'message from company' test must use {STRING1}, so pass it the correct params ------------------------------------------------------------------------ r10414 | rubidium | 2007-07-03 16:14:29 +0000 (Tue, 03 Jul 2007) | 2 lines -Fix: the network protocol check for required newgrfs sent static newgrfs too. ------------------------------------------------------------------------ r10413 | glx | 2007-07-03 15:24:50 +0000 (Tue, 03 Jul 2007) | 1 line -Fix r10211: t->townnamegrfid was not cleared when renaming a town ------------------------------------------------------------------------ r10412 | peter1138 | 2007-07-03 11:31:38 +0000 (Tue, 03 Jul 2007) | 2 lines -Codechange: Remove unnecessary inclusion of hal.h in various files (and add one) ------------------------------------------------------------------------ r10411 | miham | 2007-07-02 17:23:51 +0000 (Mon, 02 Jul 2007) | 8 lines -Update: WebTranslator2 update to 2007-07-02 19:21:47 dutch - 2 fixed by webfreakz (2) polish - 4 fixed, 7 changed by meush (11) portuguese - 9 fixed, 2 changed by devilRed (11) simplified_chinese - 30 fixed by Fishingsnow (30) slovenian - 2 fixed by Necrolyte (2) ukrainian - 2 fixed by mad (2) ------------------------------------------------------------------------ r10410 | bjarni | 2007-07-02 16:37:12 +0000 (Mon, 02 Jul 2007) | 5 lines -Fix [FS458]: [OSX] if the resolution is changed to something that's too high for the monitor, then it's reduced to fit the monitor size (PinguTux) This solves a possible crash This also solves a graphical glitch where the titlebar can be drawn on top of the game area Those issues only aplied to window mode ------------------------------------------------------------------------ r10409 | rubidium | 2007-07-01 19:24:54 +0000 (Sun, 01 Jul 2007) | 2 lines -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class. ------------------------------------------------------------------------ r10408 | rubidium | 2007-07-01 19:11:47 +0000 (Sun, 01 Jul 2007) | 2 lines -Codechange: make GetImage a class method of Vehicle instead of Get(Aircraft|RoadVeh|Ship|Train)Image. ------------------------------------------------------------------------ r10407 | miham | 2007-07-01 18:12:59 +0000 (Sun, 01 Jul 2007) | 9 lines -Update: WebTranslator2 update to 2007-07-01 20:12:34 brazilian_portuguese - 2 fixed by tucalipe (2) catalan - 2 fixed by arnaullv (2) hungarian - 2 fixed by miham (2) italian - 1 changed by lorenzodv (1) japanese - 4 fixed by ickoonite (4) korean - 2 fixed by darkttd (2) spanish - 2 fixed by eusebio (2) ------------------------------------------------------------------------ r10406 | rubidium | 2007-07-01 17:21:25 +0000 (Sun, 01 Jul 2007) | 2 lines -Fix [FS#968]: only industries in the temperate climate should be affected by the "do not increase production" flag. ------------------------------------------------------------------------ r10405 | rubidium | 2007-07-01 17:11:24 +0000 (Sun, 01 Jul 2007) | 2 lines -Fix [FS#972]: do not try to determine the default railtype in the scenario editor. ------------------------------------------------------------------------ r10404 | peter1138 | 2007-07-01 12:25:08 +0000 (Sun, 01 Jul 2007) | 2 lines -Fix (r10266): Adding a cargo packet to cargo list could overflow. Now we detect this and just leave the cargo in its own packet. ------------------------------------------------------------------------ r10403 | peter1138 | 2007-06-30 19:46:18 +0000 (Sat, 30 Jun 2007) | 2 lines -Fix (r10323): 'message from company' text used {STRING1} instead of {COMPANY} ------------------------------------------------------------------------ r10402 | miham | 2007-06-30 19:33:02 +0000 (Sat, 30 Jun 2007) | 10 lines -Update: WebTranslator2 update to 2007-06-30 21:32:39 bulgarian - 10 fixed by kokobongo (10) french - 2 fixed by glx (2) italian - 2 fixed, 2 changed by lorenzodv (4) korean - 2 fixed, 2 changed by darkttd (4) polish - 43 fixed, 1 changed by meush (44) slovenian - 1 fixed by Necrolyte (1) spanish - 5 changed by eusebio (5) swedish - 2 fixed by giddorah (2) ------------------------------------------------------------------------ r10401 | peter1138 | 2007-06-30 17:51:50 +0000 (Sat, 30 Jun 2007) | 2 lines -Feature: new sign editor features including switching to previous/next sign (XeryusTC) ------------------------------------------------------------------------ r10399 | glx | 2007-06-30 15:02:21 +0000 (Sat, 30 Jun 2007) | 1 line -Fix (FS#962): [Windows] _wnd.has_focus was not properly set after using ALT-TAB ------------------------------------------------------------------------ r10398 | peter1138 | 2007-06-30 11:28:26 +0000 (Sat, 30 Jun 2007) | 2 lines -Fix (r10271): transparency menu option wasn't moved properly in the scenario editor ------------------------------------------------------------------------ r10397 | peter1138 | 2007-06-30 08:26:34 +0000 (Sat, 30 Jun 2007) | 2 lines -Fix [FS#969]: subsidy awarded messages broken due to {COMPANY} now taking 1 (not 2) parameters. also remove an unnecessary dereference. ------------------------------------------------------------------------ r10396 | peter1138 | 2007-06-30 06:31:49 +0000 (Sat, 30 Jun 2007) | 2 lines -Fix: When landscape generating, allow for 200ms between screen updates instead of updating every 200ms. Previously slow screen updates would result in very slow map generation (GeekToo) ------------------------------------------------------------------------ r10395 | KUDr | 2007-06-30 00:17:07 +0000 (Sat, 30 Jun 2007) | 1 line -Fix [YAPF]: missing include + some signed/unsigned comparison warnings ------------------------------------------------------------------------ r10394 | KUDr | 2007-06-29 23:55:16 +0000 (Fri, 29 Jun 2007) | 1 line -Fix [YAPF]: MP desync caused by incorrect last-red-signal penalties applied when cached segment was reused. Players that connected more recently (didn't have these segments cached yet) calculated those penalties correctly. This caused different YAPF results. ------------------------------------------------------------------------ r10393 | KUDr | 2007-06-29 23:50:42 +0000 (Fri, 29 Jun 2007) | 1 line -Fix [YAPF]: Trackdir needs 4 bits to store (not 3). The cached segment key didn't use the highest trackdir bit. It could confuse YAPF on bi-directional track segments. ------------------------------------------------------------------------ r10392 | KUDr | 2007-06-29 23:45:13 +0000 (Fri, 29 Jun 2007) | 1 line -Add [YAPF]: added structured dump support into some essential YAPF classes (node-list, nodes, keys, etc.) and CArrayT ------------------------------------------------------------------------ r10391 | KUDr | 2007-06-29 23:30:14 +0000 (Fri, 29 Jun 2007) | 2 lines -Add: debug support - structured dump of variables/classes/structures (with anti-recursion repository) into string ------------------------------------------------------------------------ r10390 | KUDr | 2007-06-29 22:39:50 +0000 (Fri, 29 Jun 2007) | 1 line -Fix: constness ------------------------------------------------------------------------ r10389 | KUDr | 2007-06-29 22:33:58 +0000 (Fri, 29 Jun 2007) | 1 line -Add: CStrA, CStrCiA, CStrW, CStrCiW - case sensitive/insensitive ANSI/UNICODE string classes that support formatted (sprintf like) output. ------------------------------------------------------------------------ r10388 | KUDr | 2007-06-29 22:16:15 +0000 (Fri, 29 Jun 2007) | 1 line -Cleanup: coding style (CBlobT & CBlobBaseSimple), removed CStrA ------------------------------------------------------------------------