Thu, 28 Dec 2006 17:30:06 +0000 celestar (svn r7598) [cbh] - Codechange: Remove the functions IsTunnel() and IsBridge() as they are no longer needed. custombridgeheads
Thu, 28 Dec 2006 17:21:22 +0000 celestar (svn r7597) [cbh] - Codechange: Remove MP_TUNNELBRIDGE and introduce three new TileTypes: MP_TUNNEL, MP_STREET_BRIDGE, MP_RAILWAY_BRIDGE custombridgeheads
Thu, 28 Dec 2006 16:11:07 +0000 celestar (svn r7593) [cbh] - Created a branch to develop custombridgeheads. custombridgeheads
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.
Tue, 26 Dec 2006 21:48:15 +0000 Darkvater (svn r7568) -Fix [r7564]: buf+4 is the same as &buf[4], not buf[4] for a char*.
Tue, 26 Dec 2006 18:27:40 +0000 rubidium (svn r7566) -Fix: only send commands to the new client from the map, that is going to be transfered to the new client, is saved on the server and not while waiting for the 'map download slot' as that will add commands for already passed frames in the command queue of the new client.
Tue, 26 Dec 2006 17:36:18 +0000 Darkvater (svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debugging levels to
Tue, 26 Dec 2006 17:22:47 +0000 Darkvater (svn r7564) -Codechange: Some newgrf changes. FFIR/EVAW endian-swapping, functionalize
Tue, 26 Dec 2006 15:28:11 +0000 rubidium (svn r7563) -Fix (FS#468): removing towns in the scenario editor could leave subsidies with that town as source/destination, resulting in an assertion when displaying the Subsidies Window.
Tue, 26 Dec 2006 13:30:48 +0000 Darkvater (svn r7562) -Fix (r7060, 5874): It seems windows doesn't have the same functionality for CreateWindow when starting a program from the console or from the GUI. Because of this starting OpenTTD from the desktop wouldn't maximize the window, even if the config file said so. So work around this...
Tue, 26 Dec 2006 12:56:48 +0000 rubidium (svn r7561) -Fix (FS#431): core and (patches) GUI were not in-sync with respect to autorenew settings. This is only a temporary fix, as the definite fix needs to move the autorenew settings to a per-company settings window.
Tue, 26 Dec 2006 11:47:31 +0000 rubidium (svn r7560) -Fix (r2300): p2 is not a PlayerID when creating a new company, but the ClientID (index in _network_client_info). Therefore it was not possible to create a new company if 8 or more clients were connected. Thanks to FlashFF for noticing this bug.
Tue, 26 Dec 2006 00:33:07 +0000 rubidium (svn r7559) -Fix (FS#456): clicking the 'Full Load' button when the 'current' order is selected in the Order GUI and one has instructed the train to go to the depot, via the button in the Train View GUI, changed the depot order by switching from 'service at depot' to 'stop at depot' and vice versa.
Mon, 25 Dec 2006 16:14:36 +0000 rubidium (svn r7558) -Fix (FS#464): do not wait till a crashed vehicle is removed before starting to load other vehicles.
Mon, 25 Dec 2006 09:50:56 +0000 bjarni (svn r7557) -Fix: [OSX] FS#463 libfontconfig not present on OSX by default
Mon, 25 Dec 2006 01:40:33 +0000 belugas (svn r7556) -Fix(r7153): By handling the KeyEvent sooner in the events loops, the console command "screenshot no_con" did not had time to actually repaint the screen without the console before the screenshot. Forcing a redraw before it ensure that the feature acts as required. (to be ported to 0.5.0)
Sun, 24 Dec 2006 22:10:09 +0000 rubidium (svn r7555) -Fix (r5479): off-by-one error due do truncation on division by 2. Thanks to Ben_Robbins_ for providing the test case.
Sun, 24 Dec 2006 19:20:28 +0000 peter1138 (svn r7554) -Fix (r7496): In Action 0xE, don't deactivate the current GRF (to be ported to 0.5)
Sat, 23 Dec 2006 13:08:32 +0000 miham (svn r7553) WebTranslator2 update to 2006-12-23 14:07:59
Sat, 23 Dec 2006 10:42:48 +0000 miham (svn r7552) WebTranslator2 update to 2006-12-23 11:41:58
Sat, 23 Dec 2006 09:06:37 +0000 rubidium (svn r7551) -Fix (r7523): segmentation fault on showing NewGRF settings of a network game.
Sat, 23 Dec 2006 01:24:13 +0000 rubidium (svn r7550) -Fix (r7299): compilation of x64 binaries with MSVC 2005, due to not telling that helpers.cpp should be compiled as C++ for x64.
Fri, 22 Dec 2006 23:54:51 +0000 rubidium (svn r7549) -Fix (r7357): change the size of the NewGRF GUIs so any description of a GRF that is shown in TTDPatch without overflowing, does not overflow in OpenTTD.
Fri, 22 Dec 2006 15:06:27 +0000 Darkvater (svn r7548) -Codechange: Some MorphOS changes to get OpenTTD compiled, packaged (tokai)
Fri, 22 Dec 2006 13:16:40 +0000 KUDr (svn r7547) -Fix: The cost of rail station removal was calculated based on the area occupied by the station. This produced unreasonably large removal costs for non-uniform stations. Now it is based on number of station tiles actually removed.
Fri, 22 Dec 2006 01:19:32 +0000 Darkvater (svn r7541) -Set svn:eol-style native for some languages that missed it.
Fri, 22 Dec 2006 01:18:56 +0000 Darkvater (svn r7540) -Codechange: Print a summary of the number of errors/warnings of a language when strgen is run with the -w flag.
Fri, 22 Dec 2006 01:17:33 +0000 Darkvater (svn r7539) -Add Esperanto to VS project files and update changelog with added languages information.
Thu, 21 Dec 2006 21:56:10 +0000 Darkvater (svn r7537) -Forgot added VS80 support from Makefile
Mon, 24 Sep 2007 03:08:47 +0000 glx (svn r11153) [0.5] -Fix [FS#1251]: incorrect usage of {G} tag in slovak translation 0.5
Sat, 15 Sep 2007 11:17:42 +0000 rubidium (svn r11113) [0.5] -Prepare 0.5 branch for release of 0.5.3. 0.5 0.5.3
Sun, 09 Sep 2007 22:35:21 +0000 rubidium (svn r11077) [0.5] -Fix: Possible NULL pointer dereference. 0.5
Sun, 09 Sep 2007 20:52:54 +0000 rubidium (svn r11074) [0.5] -Backport from trunk (r11040): 0.5
Sun, 09 Sep 2007 20:36:15 +0000 rubidium (svn r11073) [0.5] -Backport from trunk (r11039, r11029, r11027, r11024, r11021, r11020, r11018): 0.5
Sun, 09 Sep 2007 16:59:56 +0000 rubidium (svn r11071) [0.5] -Fix [FS#1218]: crash when quiting the game in one of the end score windows. 0.5
Thu, 30 Aug 2007 21:06:52 +0000 bjarni (svn r11010) [0.5] -Prepare 0.5 branch for release of 0.5.3-RC3. 0.5 0.5.3-RC3
Thu, 30 Aug 2007 19:42:09 +0000 rubidium (svn r11008) [0.5] -Fix (r11007): CTRL-S (save) and CTRL-Z (undo) shouldn't be pressed simultaniously before committing. 0.5
Thu, 30 Aug 2007 19:21:12 +0000 rubidium (svn r11007) [0.5] -Backport from trunk (r11006) 0.5
Mon, 20 Aug 2007 15:17:24 +0000 glx (svn r10952) [0.5] -Backport from trunk (r10877, r10890, r10892, r10942, r10948): 0.5
Fri, 10 Aug 2007 22:03:12 +0000 truelight (svn r10849) [0.5] -Fix r10842: months of not-fully-correctly language syncing caused a small mess; this cleans that up 0.5
Fri, 10 Aug 2007 19:06:01 +0000 glx (svn r10848) [0.5] -Fix (r10841): 'mixed declaration and code' warning 0.5
Fri, 10 Aug 2007 18:36:35 +0000 truelight (svn r10846) [0.5] -Fix r10842: a few strings didn't make it through the automated sync system 0.5
Fri, 10 Aug 2007 18:01:19 +0000 truelight (svn r10843) [0.5] -Fix r10842: a few strings didn't make it through the automated sync system (more to come though) 0.5