Sun, 31 Dec 2006 11:25:06 +0000 Darkvater (svn r7693) -Codechange (r7540): print a newline after the summary (strgen).
Sun, 31 Dec 2006 11:12:49 +0000 Darkvater (svn r7692) -Fix: OpenTTD didn't compile without network enabled (newgrf sync code)
Sun, 31 Dec 2006 10:30:37 +0000 miham (svn r7689) [Translations] Translator manually handcrafted the czech translation to have proper accents
Sat, 30 Dec 2006 22:33:05 +0000 miham (svn r7658) WebTranslator2 update to 2006-12-30 23:32:34
Sat, 30 Dec 2006 21:41:15 +0000 rubidium (svn r7657) -Fix (r6291): 'Goto Depot' did not work for helicopters going to an airport without depot (mart3p).
Sat, 30 Dec 2006 18:21:33 +0000 miham (svn r7654) WebTranslator2 update to 2006-12-30 19:20:49
Sat, 30 Dec 2006 11:57:52 +0000 rubidium (svn r7642) -Codechange: unify all the different locations where the animation state is stored into a single location.
Sat, 30 Dec 2006 11:51:37 +0000 rubidium (svn r7641) -Codechange: remove the last direct map accesses from industry_cmd.
Sat, 30 Dec 2006 11:41:54 +0000 rubidium (svn r7640) -Codechange: move a table from industry_cmd.c to table/industry_land
Sat, 30 Dec 2006 11:28:26 +0000 bjarni (svn r7639) -Fix: FS#487 Changed music/qtmidi.c to not use functions deprecated by Apple (pvz)
Sat, 30 Dec 2006 01:52:09 +0000 Darkvater (svn r7638) -Codechange: Remove special window ShowJoinStatusWindowAfterJoin and shuffle around
Sat, 30 Dec 2006 01:17:53 +0000 Darkvater (svn r7637) -Codechange: Change ShowQueryString to use a window pointer as a parent. If the
Sat, 30 Dec 2006 01:14:00 +0000 Darkvater (svn r7636) -Cleanup: Remove unused window classes (sorry WC-mess) and use sizeof(array) instead
Sat, 30 Dec 2006 01:08:12 +0000 Darkvater (svn r7635) -Fix (r7618, r7621): Guard against recursive deletion. It is possible that when a
Sat, 30 Dec 2006 00:46:48 +0000 rubidium (svn r7632) -Codechange: several small code cleanups of texteff, like moving magic values and defines to an enum and fix coding/documentation style.
Sat, 30 Dec 2006 00:22:03 +0000 rubidium (svn r7631) -Fix (r1): some pointer arithmetic gave the number of entries instead of the number of bytes to move when removing the animated state from a tile. This caused desyncs between Little and Big Endian machines. Thanks to pv2b for helping me in locating the bug and to Darkvater for figuring out that the arithmetic returned the number of entries instead of bytes.
Sat, 30 Dec 2006 00:06:00 +0000 Darkvater (svn r7630) -Fix: At the end of the quarter the old economy numbers were shifted up, and
Fri, 29 Dec 2006 23:43:07 +0000 rubidium (svn r7629) -Fix: the CLI parameter for joining a network game is "-n ip:port#player", not "-n ip#player:port" as the help text suggests.
Fri, 29 Dec 2006 23:06:00 +0000 KUDr (svn r7628) -Fix: [YAPF] suppress 'Train is lost' message if pathfinding ended on the first two-way red signal due to yapf.rail_firstred_twoway_eol option.
Fri, 29 Dec 2006 21:46:21 +0000 bjarni (svn r7626) -Fix r7600: [OSX] building release dmg files no longer includes console.txt, since we don't have that file anymore (this made dmg building fail)
Fri, 29 Dec 2006 21:30:31 +0000 matthijs (svn r7625) * Change debian packaging version to support proper upgrading from/to release versions.
Fri, 29 Dec 2006 21:26:32 +0000 matthijs (svn r7624) -Fix (FS#470): Also install openttd.32.bmp on make install, used as window icon by SDL (to be ported to 0.5).
Fri, 29 Dec 2006 18:40:02 +0000 KUDr (svn r7623) - Fix: [YAPF] trains/roadvehs trying to enter the bridge ramp from under bridge rail/road (introduced by bridge merge r7573)
Fri, 29 Dec 2006 17:56:34 +0000 Darkvater (svn r7622) -Codechange: Convert some more windows to ShowQuery. This includes the depot
Fri, 29 Dec 2006 17:54:47 +0000 Darkvater (svn r7621) -Codechange: Rework ShowQuery into a general modal popup window. It gets passed
Fri, 29 Dec 2006 17:51:16 +0000 KUDr (svn r7620) -Fix: [OPF] signal update was incorrectly propagated:
Fri, 29 Dec 2006 17:16:12 +0000 Darkvater (svn r7619) -Feature (Internal): Add support for modal children. It's a window-child that
Fri, 29 Dec 2006 17:07:41 +0000 Darkvater (svn r7618) -Feature: Add support for a parent<>child relationship in Window terms. A child
Fri, 29 Dec 2006 16:40:22 +0000 rubidium (svn r7617) -Fix (7609): GetTrackBits only works (as intended) for plain rail tiles, so get the trackbits if it is certain it is a plain rail tile. Noticed by Tron.
Fri, 29 Dec 2006 13:59:48 +0000 Darkvater (svn r7616) -Cleanup:
Fri, 29 Dec 2006 11:28:39 +0000 miham (svn r7611) WebTranslator2 update to 2006-12-29 12:28:05
Fri, 29 Dec 2006 10:16:36 +0000 rubidium (svn r7609) -Codechange: remove some direct map accesses to m5 and some unneeded signal removal code in ClearTileTrack as it is done in CmdRemoveSingleRail too, which is called for every removed trackbit.
Fri, 29 Dec 2006 09:10:44 +0000 rubidium (svn r7607) -Codechange: remove direct map accesses for snow/desert on tunnels and bridges.
Fri, 29 Dec 2006 07:49:51 +0000 peter1138 (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
Fri, 29 Dec 2006 00:06:31 +0000 Darkvater (svn r7605) -Update documentation of MSVC and strgen in docs/ dir and remove directmusic.txt
Thu, 28 Dec 2006 19:49:31 +0000 rubidium (svn r7603) -Codechange (FS#481): update the Polish Town Name generator with Unicode characters (DDream).
Thu, 28 Dec 2006 19:38:09 +0000 Darkvater (svn r7602) -Fix (r7565): MSVC2003 and lower don't support variadic macros, so work around
Thu, 28 Dec 2006 18:45:24 +0000 miham (svn r7601) WebTranslator2 update to 2006-12-28 19:44:37
Thu, 28 Dec 2006 18:01:22 +0000 rubidium (svn r7600) -Remove: out-dated documentation about console and Mandrake Readme.
Thu, 28 Dec 2006 17:45:31 +0000 KUDr (svn r7599) -Fix: (r7585, r7590) assert on load game that has some station with bigger spread-out than _patches.station_spread value (Celestar)
Thu, 28 Dec 2006 17:03:36 +0000 peter1138 (svn r7596) -Codechange: Always display tractive effort in kN.
Thu, 28 Dec 2006 16:11:07 +0000 peter1138 (svn r7594) -Fix (r7522): GRF config list wasn't cleared when no GRFs should be used.
Thu, 28 Dec 2006 13:18:07 +0000 peter1138 (svn r7592) -Feature: Add support for tractive effort to 'realistic' acceleration.
Thu, 28 Dec 2006 11:52:12 +0000 KUDr (svn r7590) -Codechange: (r7585)
Thu, 28 Dec 2006 01:24:00 +0000 bjarni (svn r7588) -Change: [OSX] removed the flag JAGUAR since it didn't work anyway
Thu, 28 Dec 2006 01:13:55 +0000 bjarni (svn r7587) -Change: [OSX] updated readme about compiling a universal binary as the flag name changed, but didn't change in the readme
Thu, 28 Dec 2006 00:57:56 +0000 rubidium (svn r7586) -Fix (FS#473): remove the Landscaping toolbar option from the Road Construction toolbar in the scenario editor, as there is another Lanscaping GUI in the scenario editor and launching that one could confuse users.
Wed, 27 Dec 2006 23:11:43 +0000 KUDr (svn r7585) -Codechange: CheckStationSpreadOut() took too much CPU. Station rectangle is now maintained instead of calculating it each time by walking through whole map. Should help with the performance issue related to AIs trying to build road stops too often. (idea by Celestar)
Wed, 27 Dec 2006 18:29:34 +0000 peter1138 (svn r7583) -Fix (r7573): Merging of bridge branch broke (partially reverted?) automatic railtype conversion when building track on existing rail.
Wed, 27 Dec 2006 18:25:17 +0000 rubidium (svn r7582) -Fix (r7490): appending static GRFs to the list of to-be loaded GRF for a game could result in duplicate GRFs in that list, which can cause a segmentation fault while loading the GRFs.
Wed, 27 Dec 2006 16:18:59 +0000 rubidium (svn r7581) [Translations] -Change: overhaul of the Polish language file by MeusH to make use of the Unicode characters where needed.
Wed, 27 Dec 2006 16:14:21 +0000 Darkvater (svn r7580) -Fix (r7182): UTF8-merge changed the string handling a bit, now the str pointer for
Wed, 27 Dec 2006 14:51:55 +0000 celestar (svn r7579) -Fix: upon merging the bridge branch, I accidently reverted 7571. Re-revert it. Sorry.
Wed, 27 Dec 2006 14:34:09 +0000 bjarni (svn r7578) -Fix r7577: fixed typo
Wed, 27 Dec 2006 14:27:30 +0000 Darkvater (svn r7577) -Fix (r7565): Missed out some OSX files (Bjarni)
Wed, 27 Dec 2006 13:48:57 +0000 celestar (svn r7575) -Codechange: Allow the AI to build signals under bridges (revert r4911)
Wed, 27 Dec 2006 13:24:36 +0000 miham (svn r7574) WebTranslator2 update to 2006-12-27 14:23:53
Wed, 27 Dec 2006 12:38:02 +0000 celestar (svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals)
Wed, 27 Dec 2006 12:22:25 +0000 Darkvater (svn r7571) -Fix (r7565): Older GCC versions do not have __VA_ARGS__ support (C99), work around
Tue, 26 Dec 2006 22:04:53 +0000 rubidium (svn r7569) -Fix (r7565): cocoa files were (somehow) forgotten.