------------------------------------------------------------------------ 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 ------------------------------------------------------------------------ r10387 | glx | 2007-06-29 14:35:29 +0000 (Fri, 29 Jun 2007) | 1 line -Fix (r10326, r10330): update unfinished langs ------------------------------------------------------------------------ r10386 | miham | 2007-06-29 13:32:28 +0000 (Fri, 29 Jun 2007) | 1 line -Fix: [translations] croatian translators made a few type which prevented croatian langfile to be compiled. reported by boekabart ------------------------------------------------------------------------ r10385 | miham | 2007-06-29 12:27:13 +0000 (Fri, 29 Jun 2007) | 1 line -Change: [Translations] Croatian is an accepted language ------------------------------------------------------------------------ r10384 | miham | 2007-06-29 12:04:40 +0000 (Fri, 29 Jun 2007) | 7 lines -Update: WebTranslator2 update to 2007-06-29 14:03:32 croatian - 261 fixed, 9 changed by tperic (270) finnish - 2 changed by habazi (2) hungarian - 1 fixed by miham (1) romanian - 1 fixed, 38 changed by CrystyB (39) ukrainian - 1 fixed by mad (1) ------------------------------------------------------------------------ r10382 | rubidium | 2007-06-28 22:58:59 +0000 (Thu, 28 Jun 2007) | 2 lines -Fix (strgen): it was not possible to use --warning and --todo at the same time. ------------------------------------------------------------------------ r10381 | rubidium | 2007-06-28 22:03:34 +0000 (Thu, 28 Jun 2007) | 2 lines -Fix [FS#951]: skipping an order made train reverse immediatelly. Patch by boekabart. ------------------------------------------------------------------------ r10380 | peter1138 | 2007-06-28 19:14:29 +0000 (Thu, 28 Jun 2007) | 2 lines -Fix (r10364): when checking for unique names, only check vehicles that can have names, and skip inactive players. ------------------------------------------------------------------------ r10379 | belugas | 2007-06-28 19:03:14 +0000 (Thu, 28 Jun 2007) | 2 lines -Codechange: silence a compiler warning (which was right) about a variable too little for what's been asked to do ------------------------------------------------------------------------ r10378 | rubidium | 2007-06-28 19:02:59 +0000 (Thu, 28 Jun 2007) | 2 lines -Merge: release changes from 0.5. ------------------------------------------------------------------------ r10377 | miham | 2007-06-28 18:46:35 +0000 (Thu, 28 Jun 2007) | 11 lines -Update: WebTranslator2 update to 2007-06-28 20:46:13 brazilian_portuguese - 1 fixed by fukumori (1) catalan - 1 fixed, 2 changed by arnaullv (3) dutch - 10 fixed by webfreakz (10) french - 1 fixed by glx (1) hungarian - 1 fixed by miham (1) italian - 1 fixed by lorenzodv (1) portuguese - 20 fixed by supra90 (20) russian - 4 fixed by Smoky555 (4) spanish - 2 fixed by eusebio (2) ------------------------------------------------------------------------ r10371 | peter1138 | 2007-06-28 11:53:22 +0000 (Thu, 28 Jun 2007) | 2 lines -Fix (r9874): Remove never-used GetGroupName() function ------------------------------------------------------------------------ r10370 | peter1138 | 2007-06-28 10:50:26 +0000 (Thu, 28 Jun 2007) | 2 lines -Fix: Heightmap GUI abused custom name system and used unnecessary globals. All details are now kept within the window's custom data. ------------------------------------------------------------------------ r10369 | belugas | 2007-06-28 02:14:40 +0000 (Thu, 28 Jun 2007) | 2 lines -Codechange: Add the IndustryType parameter to the GetIndustryCallback function. Sometimes, the industry might not be able to provide its type, since it does not exists at all ------------------------------------------------------------------------ r10368 | peter1138 | 2007-06-27 23:40:21 +0000 (Wed, 27 Jun 2007) | 2 lines -Fix: when renaming waypoints, ownership was only checked client-side, not in the command. ------------------------------------------------------------------------ r10367 | rubidium | 2007-06-27 23:26:40 +0000 (Wed, 27 Jun 2007) | 2 lines -Fix: do not crash horribly when the file you are trying to load is too short or decompressing it fails. ------------------------------------------------------------------------ r10366 | KUDr | 2007-06-27 22:29:57 +0000 (Wed, 27 Jun 2007) | 3 lines -Codechange [YAPF]: added DEBUG_YAPF_CACHE macro that (when set to 1) allows to track YAPF "cache errors". They are probably responsible for current MP desyncs. (thanks Rubidium for this great idea!). I will deal with those errors/desyncs tomorrow. ------------------------------------------------------------------------ r10365 | rubidium | 2007-06-27 22:26:27 +0000 (Wed, 27 Jun 2007) | 2 lines -Fix: compiling without png and networking support under MSVC. ------------------------------------------------------------------------ r10364 | peter1138 | 2007-06-27 20:53:25 +0000 (Wed, 27 Jun 2007) | 2 lines -Fix [FS#706]: checking for duplicate custom names was inconsistent, and tested all 'namespaces'. now only check names of the same type. ------------------------------------------------------------------------ r10363 | peter1138 | 2007-06-27 20:40:20 +0000 (Wed, 27 Jun 2007) | 2 lines -Fix [FS#911]: invalidating autoreplace windows didn't take account of vehicle group (Matthias Wolf) ------------------------------------------------------------------------ r10362 | rubidium | 2007-06-27 19:00:14 +0000 (Wed, 27 Jun 2007) | 2 lines -Codechange: make tunnel costs less exponential for (very) long tunnels. ------------------------------------------------------------------------ r10361 | miham | 2007-06-27 18:59:42 +0000 (Wed, 27 Jun 2007) | 15 lines -Update: WebTranslator2 update to 2007-06-27 20:59:10 brazilian_portuguese - 3 fixed by tucalipe (3) bulgarian - 5 fixed by thetitan (5) catalan - 3 fixed by arnaullv (3) estonian - 6 fixed, 4 changed by vermon (10) french - 1 fixed by glx (1) italian - 1 fixed, 17 changed by lorenzodv (18) norwegian_nynorsk - 20 fixed by pollux (20) piglatin - 25 fixed by adammw (25) polish - 5 fixed by meush (5) slovak - 1 fixed by lengyel (1) slovenian - 20 fixed by Necrolyte (20) spanish - 4 fixed, 4 changed by eusebio (8) ukrainian - 3 fixed, 2 changed by mad (5) ------------------------------------------------------------------------ r10360 | rubidium | 2007-06-27 18:53:24 +0000 (Wed, 27 Jun 2007) | 2 lines -Fix (r10359): make should always do "make all" by default ------------------------------------------------------------------------ r10359 | rubidium | 2007-06-27 18:50:18 +0000 (Wed, 27 Jun 2007) | 2 lines -Codechange [FS#935]: add some explanations what the different make "commands" do. ------------------------------------------------------------------------