------------------------------------------------------------------------ r15754 | translators | 2009-03-17 18:42:54 +0000 (Tue, 17 Mar 2009) | 8 lines -Update: WebTranslator2 update to 2009-03-17 18:42:46 bulgarian - 63 fixed by thetitan (63) dutch - 4 fixed by habell (4) romanian - 3 fixed by kkmic (3) spanish - 3 fixed by eusebio (3) turkish - 3 fixed by Emin (3) ukrainian - 4 fixed by mad (4) ------------------------------------------------------------------------ r15753 | yexo | 2009-03-17 17:17:52 +0000 (Tue, 17 Mar 2009) | 1 line -Fix (r15702)[FS#2742]: Crash when clicking the small area between the savegame list and the save button in the save game window. ------------------------------------------------------------------------ r15752 | glx | 2009-03-17 16:28:21 +0000 (Tue, 17 Mar 2009) | 1 line -Fix: don't try to (un)draw the cursor when the screen is not ready ------------------------------------------------------------------------ r15750 | yexo | 2009-03-17 01:30:39 +0000 (Tue, 17 Mar 2009) | 1 line -Fix: The big ufo sometimes landed just outside the map. Instead of landing, just disappear (fly away) in those cases. ------------------------------------------------------------------------ r15749 | yexo | 2009-03-17 00:47:01 +0000 (Tue, 17 Mar 2009) | 1 line -Codechange: apply coding style to disaster_cmd.cpp ------------------------------------------------------------------------ r15748 | rubidium | 2009-03-16 23:23:33 +0000 (Mon, 16 Mar 2009) | 2 lines -Fix (r1722): the assumption that the number of tiles on the X side equals the number of tiles on the Y side does not hold anymore. As a result of this submarines could be created far outside of the map. Later in r15733 we would test whether that tile would be a water tile and we'd find out the tile isn't within the map. ------------------------------------------------------------------------ r15747 | rubidium | 2009-03-16 20:45:32 +0000 (Mon, 16 Mar 2009) | 2 lines -Fix [FS#2736]: road ownership getting lost when removing a road stop. ------------------------------------------------------------------------ r15746 | orudge | 2009-03-16 20:05:24 +0000 (Mon, 16 Mar 2009) | 1 line -Fix: Update threading code for OS/2, add mutex support ------------------------------------------------------------------------ r15745 | orudge | 2009-03-16 20:03:37 +0000 (Mon, 16 Mar 2009) | 1 line -Fix: Resolve compile error in fileio.cpp on OS/2 - base paths on OS/2 behave much like DOS ------------------------------------------------------------------------ r15744 | smatz | 2009-03-16 18:38:28 +0000 (Mon, 16 Mar 2009) | 1 line -Fix (r9667): when town generator failed to create requested number of towns, there were too many cities ------------------------------------------------------------------------ r15743 | yexo | 2009-03-16 17:30:49 +0000 (Mon, 16 Mar 2009) | 1 line -Codechange: move the definitions of some fake squirrel types to their own file. ------------------------------------------------------------------------ r15742 | yexo | 2009-03-16 14:40:32 +0000 (Mon, 16 Mar 2009) | 1 line -Fix (r15736): AIs with an invalid info.nut weren't ignored anymore. ------------------------------------------------------------------------ r15741 | smatz | 2009-03-16 12:49:55 +0000 (Mon, 16 Mar 2009) | 1 line -Fix (r15740): czech town name generator needs very long buffer, use different min size for each generator ------------------------------------------------------------------------ r15740 | smatz | 2009-03-16 10:51:49 +0000 (Mon, 16 Mar 2009) | 1 line -Codechange: make code in namegen.cpp ~50% faster, apply coding style and add comments ------------------------------------------------------------------------ r15739 | peter1138 | 2009-03-16 08:03:50 +0000 (Mon, 16 Mar 2009) | 2 lines -Codechange: Expose GRF ID of engines in var action property 0x25. ------------------------------------------------------------------------ r15736 | yexo | 2009-03-15 22:41:57 +0000 (Sun, 15 Mar 2009) | 1 line -Codechange: Split AIScanner/AIFileInfo to the more generic classes ScriptScanner/ScriptFileInfo. ------------------------------------------------------------------------ r15735 | rubidium | 2009-03-15 22:16:02 +0000 (Sun, 15 Mar 2009) | 2 lines -Update: trunk ain't going to 0.7 anymore ;) ------------------------------------------------------------------------ r15733 | yexo | 2009-03-15 21:49:37 +0000 (Sun, 15 Mar 2009) | 1 line -Fix: Enabling freeform edges could cause submarines to get stuck on land tiles. ------------------------------------------------------------------------ r15732 | rubidium | 2009-03-15 21:34:18 +0000 (Sun, 15 Mar 2009) | 2 lines -Fix: enumified constant name style ------------------------------------------------------------------------ r15731 | rubidium | 2009-03-15 21:29:07 +0000 (Sun, 15 Mar 2009) | 2 lines -Codechange: unify submarine creation ------------------------------------------------------------------------ r15730 | rubidium | 2009-03-15 21:22:08 +0000 (Sun, 15 Mar 2009) | 2 lines -Fix (r15727): regression wasn't updated. ------------------------------------------------------------------------ r15729 | rubidium | 2009-03-15 21:16:07 +0000 (Sun, 15 Mar 2009) | 2 lines -Fix: silence MSVC warning ------------------------------------------------------------------------ r15728 | translators | 2009-03-15 18:52:31 +0000 (Sun, 15 Mar 2009) | 10 lines -Update: WebTranslator2 update to 2009-03-15 18:52:21 czech - 7 fixed, 6 changed by SmatZ (13) danish - 4 fixed by MiR (4) german - 3 fixed by planetmaker (3) hungarian - 2 fixed by alyr (2) indonesian - 2 fixed by fanioz (2) korean - 4 fixed by darkttd (4) lithuanian - 43 fixed, 1 changed by Enternald (8), geckonas (36) norwegian_nynorsk - 12 fixed by Thor (12) ------------------------------------------------------------------------ r15727 | smatz | 2009-03-15 16:31:16 +0000 (Sun, 15 Mar 2009) | 2 lines -Codechange: apply coding style to namegen arrays -Fix (r1307): missing comma in _name_original_english_4 ------------------------------------------------------------------------ r15726 | smatz | 2009-03-15 16:04:39 +0000 (Sun, 15 Mar 2009) | 1 line -Codechange: unify coding style for const pointers ------------------------------------------------------------------------ r15725 | smatz | 2009-03-15 15:25:18 +0000 (Sun, 15 Mar 2009) | 1 line -Fix: centering on a vehicle didn't respect its z coordinate ------------------------------------------------------------------------ r15724 | rubidium | 2009-03-15 15:22:09 +0000 (Sun, 15 Mar 2009) | 2 lines -Codechange: some widget documentation/fixing of enumified constant names (Alberth) ------------------------------------------------------------------------ r15723 | rubidium | 2009-03-15 15:12:06 +0000 (Sun, 15 Mar 2009) | 2 lines -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth) ------------------------------------------------------------------------ r15722 | rubidium | 2009-03-15 14:35:12 +0000 (Sun, 15 Mar 2009) | 2 lines -Change: add a bit more information to the readme. ------------------------------------------------------------------------ r15721 | rubidium | 2009-03-15 14:33:40 +0000 (Sun, 15 Mar 2009) | 2 lines -Change: give a more useful (for 'normal' users) error message when there's no AI and they want to play with an AI ------------------------------------------------------------------------ r15720 | rubidium | 2009-03-15 14:28:46 +0000 (Sun, 15 Mar 2009) | 2 lines -Change: put a bit more information into the crash log ------------------------------------------------------------------------ r15719 | yexo | 2009-03-15 00:32:36 +0000 (Sun, 15 Mar 2009) | 1 line -Update: the credit section. ------------------------------------------------------------------------ r15718 | rubidium | 2009-03-15 00:32:18 +0000 (Sun, 15 Mar 2009) | 2 lines -Cleanup: apply some comment coding style on the rest of the sources too ------------------------------------------------------------------------ r15717 | rubidium | 2009-03-15 00:03:27 +0000 (Sun, 15 Mar 2009) | 2 lines -Cleanup: apply some documentation coding style upon the stuff in table/ ------------------------------------------------------------------------ r15716 | yexo | 2009-03-14 23:57:37 +0000 (Sat, 14 Mar 2009) | 1 line -Change [NoAI]: AI libraries should now be stored in ai/library// instead of ai/library///. Libraries inside tar files are not affected. ------------------------------------------------------------------------ r15715 | frosch | 2009-03-14 20:43:37 +0000 (Sat, 14 Mar 2009) | 1 line -Fix (r15714): Project files. (Thanks michi_cc) ------------------------------------------------------------------------ r15714 | frosch | 2009-03-14 19:52:41 +0000 (Sat, 14 Mar 2009) | 1 line -Remove: 'Original vehicle names' - err - language... Use the (static) newgrf on BaNaNaS if you care. ------------------------------------------------------------------------ r15713 | frosch | 2009-03-14 19:38:19 +0000 (Sat, 14 Mar 2009) | 1 line -Feature(ette): Allow static newgrfs to set 'GRF ID engine overrides', if the source GRF is static. ------------------------------------------------------------------------ r15712 | translators | 2009-03-14 18:39:10 +0000 (Sat, 14 Mar 2009) | 11 lines -Update: WebTranslator2 update to 2009-03-14 18:38:56 catalan - 4 fixed by arnaullv (4) finnish - 3 fixed by jpx_ (3) french - 3 fixed by glx (3) german - 3 fixed by planetmaker (3) hungarian - 1 fixed, 1 changed by alyr (2) italian - 3 fixed by lorenzodv (3) lithuanian - 17 fixed by geckonas (17) norwegian_nynorsk - 11 fixed by Thor (11) slovenian - 10 fixed by Necrolyte (10) ------------------------------------------------------------------------ r15711 | rubidium | 2009-03-14 18:16:29 +0000 (Sat, 14 Mar 2009) | 2 lines -Codechange: lots of whitespace cleanup/fixes ------------------------------------------------------------------------ r15710 | glx | 2009-03-14 15:42:53 +0000 (Sat, 14 Mar 2009) | 1 line -Fix (r15706): for non MSVC io.h needs to be included before defining unlink. Also remove redundant tchar.h includes as it is already in stdafx.h. ------------------------------------------------------------------------ r15709 | rubidium | 2009-03-14 15:34:30 +0000 (Sat, 14 Mar 2009) | 2 lines -Change [FS#2729]: be a tad more specific about the fact that you're building incompatible tracks when building incompatible track types on the same tile. ------------------------------------------------------------------------ r15708 | yexo | 2009-03-14 01:32:04 +0000 (Sat, 14 Mar 2009) | 1 line -Feature [FS#2728]: Pop up the AI Debug Window if one of the AIs crashed and show a message that the user should report the crash. ------------------------------------------------------------------------ r15707 | michi_cc | 2009-03-14 00:26:03 +0000 (Sat, 14 Mar 2009) | 1 line -Fix (r15686): The config file was not updated on Windows because rename() can't replace existing files. ------------------------------------------------------------------------ r15706 | michi_cc | 2009-03-14 00:25:59 +0000 (Sat, 14 Mar 2009) | 1 line -Fix: Make sure the filename passed to unlink() is always in file system encoding. ------------------------------------------------------------------------ r15705 | frosch | 2009-03-13 23:49:12 +0000 (Fri, 13 Mar 2009) | 1 line -Fix: Do not show passenger-/mail-capacity if the aircraft carries only cargo. ------------------------------------------------------------------------ r15704 | smatz | 2009-03-13 23:48:07 +0000 (Fri, 13 Mar 2009) | 1 line -Cleanup: remove further includes from recently split files ------------------------------------------------------------------------ r15703 | belugas | 2009-03-13 21:49:24 +0000 (Fri, 13 Mar 2009) | 2 lines -Codechange: split Cmd* from waypoint.cpp to waypoint_cmd.cpp. ------------------------------------------------------------------------ r15702 | rubidium | 2009-03-13 21:32:38 +0000 (Fri, 13 Mar 2009) | 2 lines -Feature(tte): direct content download 'links' in the play scenario/heightmap windows. ------------------------------------------------------------------------ r15701 | frosch | 2009-03-13 21:28:40 +0000 (Fri, 13 Mar 2009) | 1 line -Fix [FS#2595]: Blame NewGRFs returning inconsistent information in purchase-list/after building before users have a chance to blame OpenTTD for incorrectly autorenewing/-replacing. ------------------------------------------------------------------------ r15700 | rubidium | 2009-03-13 20:29:35 +0000 (Fri, 13 Mar 2009) | 2 lines -Codechange: split Cmd* from signs.cpp to signs_cmd.cpp. ------------------------------------------------------------------------ r15699 | rubidium | 2009-03-13 20:09:35 +0000 (Fri, 13 Mar 2009) | 2 lines -Codechange: split Cmd* from vehicle.cpp to vehicle_cmd.cpp. ------------------------------------------------------------------------ r15698 | translators | 2009-03-13 18:45:56 +0000 (Fri, 13 Mar 2009) | 9 lines -Update: WebTranslator2 update to 2009-03-13 18:45:47 dutch - 1 changed by Excel20 (1) english_US - 1 fixed by WhiteRabbit (1) finnish - 1 fixed by jpx_ (1) german - 1 fixed, 3 changed by planetmaker (4) italian - 1 fixed by lorenzodv (1) slovak - 1 fixed by James (1) turkish - 3 fixed by jnmbk (3) ------------------------------------------------------------------------ r15697 | rubidium | 2009-03-13 00:48:03 +0000 (Fri, 13 Mar 2009) | 2 lines -Fix (r15695): warning about comparing signed vs unsigned. ------------------------------------------------------------------------ r15696 | rubidium | 2009-03-13 00:30:26 +0000 (Fri, 13 Mar 2009) | 2 lines -Codechange: move the NewGRF language ID into the language file instead of maintaining a table in the code. ------------------------------------------------------------------------ r15695 | belugas | 2009-03-12 23:54:20 +0000 (Thu, 12 Mar 2009) | 6 lines -Feature [FS#2672]: Allow the number of towns that will be generated in the generate world window to be customized. Some warnings: -the maximum number of towns to be accepted is set to 5000 -the minimum number of towns to be accepted is set to 1 -the number that is specified is NOT guaranteed to be the exact number of towns generated. The normal mechanism of town creation has not been modified. So town placement can still fail. -setting a custom number of town will change your difficulty settings to custom as well ------------------------------------------------------------------------ r15694 | rubidium | 2009-03-12 20:43:03 +0000 (Thu, 12 Mar 2009) | 2 lines -Codechange/feature/fix: invert the order in which base graphics sets are queried making it fairly unlikely that downloaded graphics sets override the original graphics. ------------------------------------------------------------------------ r15693 | yexo | 2009-03-12 19:57:51 +0000 (Thu, 12 Mar 2009) | 1 line -Fix (r15691): The msvc project files weren't updated to include luxembourgish. ------------------------------------------------------------------------ r15692 | frosch | 2009-03-12 19:40:16 +0000 (Thu, 12 Mar 2009) | 1 line -Fix [FS#2721]: Just sell the old engines after autorenew/replace. Don't bother about trains exceeding the trainlimit, which will be sold anyway. ------------------------------------------------------------------------ r15691 | translators | 2009-03-12 18:42:25 +0000 (Thu, 12 Mar 2009) | 8 lines -Update: WebTranslator2 update to 2009-03-12 18:42:18 french - 1 fixed by glx (1) hungarian - 1 fixed by alyr (1) luxembourgish - 258 fixed, 3 changed by Gubius (261) persian - 146 fixed by ali sattari (146) russian - 1 fixed by Smoky555 (1) spanish - 1 fixed by eusebio (1) ------------------------------------------------------------------------ r15690 | rubidium | 2009-03-12 16:48:28 +0000 (Thu, 12 Mar 2009) | 2 lines -Feature(tte(tte)): CTRL-"New Game" skips the "World generation" window. ------------------------------------------------------------------------ r15689 | rubidium | 2009-03-12 15:14:22 +0000 (Thu, 12 Mar 2009) | 2 lines -Fix [FS#2720]: do not crash when the generate map doesn't contain a suitable location for a town. ------------------------------------------------------------------------ r15688 | rubidium | 2009-03-12 14:28:55 +0000 (Thu, 12 Mar 2009) | 2 lines -Codechange: unifiy cleaning up the map generation (normal and abort) ------------------------------------------------------------------------ r15687 | rubidium | 2009-03-12 14:23:23 +0000 (Thu, 12 Mar 2009) | 2 lines -Fix [FS#2723]: wrong/misleading error message when autorail builds nothing when trying to build over signals in the wrong way. ------------------------------------------------------------------------ r15686 | rubidium | 2009-03-12 14:22:17 +0000 (Thu, 12 Mar 2009) | 2 lines -Codechange: make it a bit harder for crashes to trash your config file. ------------------------------------------------------------------------ r15685 | rubidium | 2009-03-12 14:21:18 +0000 (Thu, 12 Mar 2009) | 2 lines -Fix [FS#2720]: do not crash when someone substitutes the "map generation" sprites with garbage. ------------------------------------------------------------------------ r15684 | yexo | 2009-03-12 11:43:40 +0000 (Thu, 12 Mar 2009) | 1 line -Add [NoAI]: AIOrder::SkipToOrder(). ------------------------------------------------------------------------ r15683 | yexo | 2009-03-12 11:36:18 +0000 (Thu, 12 Mar 2009) | 1 line -Fix (r15670): Removing town-owned bridges was no longer possible. ------------------------------------------------------------------------ r15682 | rubidium | 2009-03-12 11:28:03 +0000 (Thu, 12 Mar 2009) | 2 lines -Codechange: some coding style ------------------------------------------------------------------------ r15681 | rubidium | 2009-03-12 11:04:41 +0000 (Thu, 12 Mar 2009) | 2 lines -Cleanup: remove unneeded forward declaration. ------------------------------------------------------------------------ r15680 | smatz | 2009-03-12 10:42:02 +0000 (Thu, 12 Mar 2009) | 1 line -Cleanup: remove redundant comment ------------------------------------------------------------------------ r15679 | belugas | 2009-03-12 01:35:27 +0000 (Thu, 12 Mar 2009) | 1 line -Cleanup: Little code-style application ------------------------------------------------------------------------ r15678 | rubidium | 2009-03-11 23:35:32 +0000 (Wed, 11 Mar 2009) | 2 lines -Fix (r15676): crash when (re)applying newgrf settings ------------------------------------------------------------------------ r15677 | rubidium | 2009-03-11 23:23:08 +0000 (Wed, 11 Mar 2009) | 2 lines -Fix [FS#2546]: vehicle images would be determined during the process of moving the vehicle which means that only the (orientation) data for the vehicles in front of it is valid. Now the data for the vehicles behind the vehicle are valid too. ------------------------------------------------------------------------ r15676 | rubidium | 2009-03-11 20:43:14 +0000 (Wed, 11 Mar 2009) | 2 lines -Codechange: remove the need for BeginVehicleMove and merge VehiclePositionChanged and EndVehicleMove. ------------------------------------------------------------------------ r15675 | rubidium | 2009-03-11 19:50:19 +0000 (Wed, 11 Mar 2009) | 2 lines -Codechange: don't unnecessarily mark vehicles dirty before deleting them; it already happens in the destructor. ------------------------------------------------------------------------ r15674 | translators | 2009-03-11 18:52:19 +0000 (Wed, 11 Mar 2009) | 8 lines -Update: WebTranslator2 update to 2009-03-11 18:52:10 german - 9 changed by planetmaker (9) indonesian - 1 fixed by fanioz (1) luxembourgish - 121 fixed by Gubius (121) portuguese - 4 fixed by SnowFlake (4) russian - 1 fixed by Smoky555 (1) slovak - 3 fixed by James (3) ------------------------------------------------------------------------ r15673 | glx | 2009-03-11 17:40:49 +0000 (Wed, 11 Mar 2009) | 1 line -Fix: it was not possible to compile a win32 dedicated server (even if 'configure --enable-dedicated' passed) ------------------------------------------------------------------------ r15672 | rubidium | 2009-03-11 17:26:58 +0000 (Wed, 11 Mar 2009) | 2 lines -Codechange: (left,right,top,bottom)_coord -> coord.(left,right,top,bottom), i.e. use Rect. ------------------------------------------------------------------------ r15671 | rubidium | 2009-03-11 15:00:40 +0000 (Wed, 11 Mar 2009) | 2 lines -Codechange: bit of coding style/clarification. ------------------------------------------------------------------------ r15670 | yexo | 2009-03-11 10:58:42 +0000 (Wed, 11 Mar 2009) | 1 line -Fix (r15601): The owner of both the road and of the tram tracks was checked, but not the owner of the road itself. ------------------------------------------------------------------------ r15669 | yexo | 2009-03-11 09:21:11 +0000 (Wed, 11 Mar 2009) | 1 line -Change: Key presses that are not handles by an input box are no longer marked as handled but given to other OnKeyPress handlers. This makes the global shortcuts like F1 work again when an input box is open. ------------------------------------------------------------------------ r15668 | yexo | 2009-03-11 07:32:31 +0000 (Wed, 11 Mar 2009) | 1 line -Fix: a few typos. ------------------------------------------------------------------------ r15667 | yexo | 2009-03-10 23:16:45 +0000 (Tue, 10 Mar 2009) | 1 line -Fix (r15601)[FS#2718]: It was possible to remove rail tunnels/bridges and aqueducts build by rival companies. ------------------------------------------------------------------------ r15666 | rubidium | 2009-03-10 21:17:00 +0000 (Tue, 10 Mar 2009) | 2 lines -Fix [FS#2689]: sorting of engines in the purchase list didn't use the same numbers as the GUI showed, e.g. articulated parts weren't taken into accound when ordering by capacity. ------------------------------------------------------------------------ r15665 | peter1138 | 2009-03-10 18:54:33 +0000 (Tue, 10 Mar 2009) | 2 lines -Fix (r8973): Handling of aircraft crash counter did not take account of the reduced number of calls (from 6 down to 2) to the aircraft event handler, resulting in crashed aircraft taking three times longer than they should to clear. Compensate by increasing the counter by 3 on every call instead of 1. ------------------------------------------------------------------------ r15664 | glx | 2009-03-10 14:54:46 +0000 (Tue, 10 Mar 2009) | 1 line -Fix [FS#2716]: as always windows needs special handling when strings are involved ------------------------------------------------------------------------