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.
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
Thu, 21 Dec 2006 20:56:27 +0000 Darkvater (svn r7535) -Fix (r7326): Always unload cargo if the station accepts it, and always load cargo
Thu, 21 Dec 2006 14:44:19 +0000 matthijs (svn r7533) -Codechange [Debian]: Update debian packaging files
Thu, 21 Dec 2006 14:23:47 +0000 Darkvater (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Thu, 21 Dec 2006 11:34:50 +0000 Darkvater (svn r7525) -Fix (r6631): Invalidate the widget of 'many random industries' when it is raised (Maedhros)
Thu, 21 Dec 2006 10:41:10 +0000 rubidium (svn r7524) -Fix: remove empty strings that should not have been empty from the Ukrainian language file.
Thu, 21 Dec 2006 10:29:16 +0000 Darkvater (svn r7523) -Feature: Add the possibility to change the newgrf configuration of a running game.
Thu, 21 Dec 2006 10:09:43 +0000 Darkvater (svn r7522) -Codechange: Have CopyGRFConfigList clear the destination list before assigning
Thu, 21 Dec 2006 00:13:56 +0000 Darkvater (svn r7521) -Codechange: Rename UpdateAllWaypointCustomGraphics to AfterLoadWaypoints to be more conforming with other such functions.
Wed, 20 Dec 2006 23:44:39 +0000 rubidium (svn r7520) -Fix(r7348): memleak due to unconditionally overwriting the filename, name and info of a GRFConfig in IsGoodGRFConfigList.
Wed, 20 Dec 2006 23:41:24 +0000 KUDr (svn r7519) -Fix: [YAPF] Cache was not deleted when waypoint was built or removed (frosch)
Wed, 20 Dec 2006 21:17:33 +0000 Darkvater (svn r7518) -Codechange: more NULL pointer resets after free.