------------------------------------------------------------------------ r15776 | truebrain | 2009-03-20 10:08:12 +0000 (Fri, 20 Mar 2009) | 2 lines -Fix [DoxyGen]: Our project is called OpenTTD, not openttd (which looks very ugly) ------------------------------------------------------------------------ r15774 | yexo | 2009-03-19 23:38:51 +0000 (Thu, 19 Mar 2009) | 1 line -Fix (r15708): Don't show the message about reporting an AI crash for the dummy AI. ------------------------------------------------------------------------ r15773 | rubidium | 2009-03-19 23:32:39 +0000 (Thu, 19 Mar 2009) | 2 lines -Fix [FS#2475]: number of active clients wasn't always properly ------------------------------------------------------------------------ r15772 | yexo | 2009-03-19 23:03:53 +0000 (Thu, 19 Mar 2009) | 1 line -Fix (r15767): MSVC can't find the right function anymore because the return value in the header was not updated. ------------------------------------------------------------------------ r15771 | yexo | 2009-03-19 22:37:41 +0000 (Thu, 19 Mar 2009) | 1 line -Fix (r13256): Settings from the [gameopt] section (from 0.6 config files) were overwritten with default values. ------------------------------------------------------------------------ r15770 | translators | 2009-03-19 18:49:31 +0000 (Thu, 19 Mar 2009) | 3 lines -Update: WebTranslator2 update to 2009-03-19 18:49:29 danish - 33 fixed by ThomasA (33) ------------------------------------------------------------------------ r15769 | translators | 2009-03-19 18:46:09 +0000 (Thu, 19 Mar 2009) | 8 lines -Update: WebTranslator2 update to 2009-03-19 18:46:01 arabic_egypt - 4 fixed, 1 changed by khaloofah (5) brazilian_portuguese - 5 fixed by tucalipe (5) esperanto - 9 fixed by maristo (9) polish - 7 fixed by Simek (7) slovak - 3 fixed by James (3) swedish - 6 fixed by Wiggelicous (6) ------------------------------------------------------------------------ r15768 | rubidium | 2009-03-19 18:23:51 +0000 (Thu, 19 Mar 2009) | 2 lines -Change: remove an "experimental" marker for something that has been working fine for a long time and remove the ununderstandable part of the description. ------------------------------------------------------------------------ r15767 | rubidium | 2009-03-19 17:58:25 +0000 (Thu, 19 Mar 2009) | 2 lines -Fix: infinite loop when skipping sprites when a GRF is invalid (or truncated). ------------------------------------------------------------------------ r15766 | rubidium | 2009-03-19 17:56:45 +0000 (Thu, 19 Mar 2009) | 2 lines -Fix [FS#2744]: Crash when opening the content list window twice; inconsistencies when clicking download twice. ------------------------------------------------------------------------ r15763 | frosch | 2009-03-18 19:32:13 +0000 (Wed, 18 Mar 2009) | 1 line -Codechange/Fix: Add Engine::GetDisplayDefaultCapacity() and use it everywhere, so CB 36 is also used everywhere. ------------------------------------------------------------------------ r15762 | glx | 2009-03-18 17:55:47 +0000 (Wed, 18 Mar 2009) | 1 line -Codechange: inlined utf8 chars are not handled properly on eastern version of windows so escape them ------------------------------------------------------------------------ r15761 | translators | 2009-03-18 17:48:58 +0000 (Wed, 18 Mar 2009) | 7 lines -Update: WebTranslator2 update to 2009-03-18 17:44:55 croatian - 10 fixed by tifached (10) indonesian - 4 fixed by adjayanto (4) japanese - 60 fixed by ickoonite (60) latvian - 5 fixed by silentKnight (5) russian - 4 fixed by Smoky555 (4) ------------------------------------------------------------------------ r15760 | rubidium | 2009-03-18 01:06:48 +0000 (Wed, 18 Mar 2009) | 2 lines -Codechange [FS#2704]: support that the resize box is at the left side of the window too (based on work by Alberth) ------------------------------------------------------------------------ r15758 | glx | 2009-03-18 00:55:10 +0000 (Wed, 18 Mar 2009) | 1 line -Fix (r15757): win9x compilation ------------------------------------------------------------------------ r15757 | glx | 2009-03-18 00:51:44 +0000 (Wed, 18 Mar 2009) | 1 line -Fix/hackaround (r15314): of course on some system searching a font using its english name fails. So now we search the font using the localised name and use the english name for the final 'validation' only. ------------------------------------------------------------------------ r15756 | rubidium | 2009-03-17 23:26:28 +0000 (Tue, 17 Mar 2009) | 2 lines -Codechange: remove the assumption that the second windget is always the title bar. Also replace a few magic numbers with a const. ------------------------------------------------------------------------ r15755 | frosch | 2009-03-17 19:40:10 +0000 (Tue, 17 Mar 2009) | 1 line -Fix: Number of houses in house variables 0x44, 0x60 and 0x61 were incorrect after 0xFF had been reached and could desync clients joining afterwards. ------------------------------------------------------------------------ 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. ------------------------------------------------------------------------