------------------------------------------------------------------------ r7566 | rubidium | 2006-12-26 18:27:40 +0000 (Tue, 26 Dec 2006) | 2 lines -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. ------------------------------------------------------------------------ r7565 | Darkvater | 2006-12-26 17:36:18 +0000 (Tue, 26 Dec 2006) | 2 lines -Codechange: Rework DEBUG functionality. Look for appropiate debugging levels to use in debug.h. grfmsg() is now used as a specific debug-function for grf. ------------------------------------------------------------------------ r7564 | Darkvater | 2006-12-26 17:22:47 +0000 (Tue, 26 Dec 2006) | 3 lines -Codechange: Some newgrf changes. FFIR/EVAW endian-swapping, functionalize check_length, don't print copyright message for grfinfo (it is shown in newgrf window), have action 0x0B print out the messages with severity 0. ------------------------------------------------------------------------ r7563 | rubidium | 2006-12-26 15:28:11 +0000 (Tue, 26 Dec 2006) | 2 lines -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. ------------------------------------------------------------------------ r7562 | Darkvater | 2006-12-26 13:30:48 +0000 (Tue, 26 Dec 2006) | 1 line -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... ------------------------------------------------------------------------ r7561 | rubidium | 2006-12-26 12:56:48 +0000 (Tue, 26 Dec 2006) | 2 lines -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. ------------------------------------------------------------------------ r7560 | rubidium | 2006-12-26 11:47:31 +0000 (Tue, 26 Dec 2006) | 2 lines -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. ------------------------------------------------------------------------ r7559 | rubidium | 2006-12-26 00:33:07 +0000 (Tue, 26 Dec 2006) | 2 lines -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. ------------------------------------------------------------------------ r7558 | rubidium | 2006-12-25 16:14:36 +0000 (Mon, 25 Dec 2006) | 2 lines -Fix (FS#464): do not wait till a crashed vehicle is removed before starting to load other vehicles. ------------------------------------------------------------------------ r7557 | bjarni | 2006-12-25 09:50:56 +0000 (Mon, 25 Dec 2006) | 4 lines -Fix: [OSX] FS#463 libfontconfig not present on OSX by default By adding CUSTOM_FONTCONFIG flag to the Makefile (not Makefile.config) to overwrite default locations of this library This allows static linking ------------------------------------------------------------------------ r7556 | belugas | 2006-12-25 01:40:33 +0000 (Mon, 25 Dec 2006) | 2 lines -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) (thanks glx) ------------------------------------------------------------------------ r7555 | rubidium | 2006-12-24 22:10:09 +0000 (Sun, 24 Dec 2006) | 2 lines -Fix (r5479): off-by-one error due do truncation on division by 2. Thanks to Ben_Robbins_ for providing the test case. ------------------------------------------------------------------------ r7554 | peter1138 | 2006-12-24 19:20:28 +0000 (Sun, 24 Dec 2006) | 2 lines -Fix (r7496): In Action 0xE, don't deactivate the current GRF (to be ported to 0.5) ------------------------------------------------------------------------ r7553 | miham | 2006-12-23 13:08:32 +0000 (Sat, 23 Dec 2006) | 4 lines WebTranslator2 update to 2006-12-23 14:07:59 american - 3 fixed by WhiteRabbit (3) hungarian - 4 fixed by miham (4) ------------------------------------------------------------------------ r7552 | miham | 2006-12-23 10:42:48 +0000 (Sat, 23 Dec 2006) | 13 lines WebTranslator2 update to 2006-12-23 11:41:58 american - 1 fixed by WhiteRabbit (1) bulgarian - 1 changed by kokobongo (1) catalan - 2 fixed, 3 changed by arnaullv (5) dutch - 3 fixed by habell (3) french - 2 fixed by glx (2) german - 2 fixed by Neonox (2) italian - 3 fixed by sidew (3) portuguese - 2 fixed by izhirahider (2) russian - 2 fixed by Smoky555 (2) slovak - 1 fixed by lengyel (1) turkish - 3 fixed by jnmbk (3) ------------------------------------------------------------------------ r7551 | rubidium | 2006-12-23 09:06:37 +0000 (Sat, 23 Dec 2006) | 2 lines -Fix (r7523): segmentation fault on showing NewGRF settings of a network game. ------------------------------------------------------------------------ r7550 | rubidium | 2006-12-23 01:24:13 +0000 (Sat, 23 Dec 2006) | 2 lines -Fix (r7299): compilation of x64 binaries with MSVC 2005, due to not telling that helpers.cpp should be compiled as C++ for x64. ------------------------------------------------------------------------ r7549 | rubidium | 2006-12-22 23:54:51 +0000 (Fri, 22 Dec 2006) | 2 lines -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. ------------------------------------------------------------------------ r7548 | Darkvater | 2006-12-22 15:06:27 +0000 (Fri, 22 Dec 2006) | 1 line -Codechange: Some MorphOS changes to get OpenTTD compiled, packaged (tokai) ------------------------------------------------------------------------ r7547 | KUDr | 2006-12-22 13:16:40 +0000 (Fri, 22 Dec 2006) | 1 line -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. ------------------------------------------------------------------------ r7541 | Darkvater | 2006-12-22 01:19:32 +0000 (Fri, 22 Dec 2006) | 1 line -Set svn:eol-style native for some languages that missed it. ------------------------------------------------------------------------ r7540 | Darkvater | 2006-12-22 01:18:56 +0000 (Fri, 22 Dec 2006) | 1 line -Codechange: Print a summary of the number of errors/warnings of a language when strgen is run with the -w flag. ------------------------------------------------------------------------ r7539 | Darkvater | 2006-12-22 01:17:33 +0000 (Fri, 22 Dec 2006) | 1 line -Add Esperanto to VS project files and update changelog with added languages information. ------------------------------------------------------------------------ r7537 | Darkvater | 2006-12-21 21:56:10 +0000 (Thu, 21 Dec 2006) | 1 line -Forgot added VS80 support from Makefile ------------------------------------------------------------------------ r7535 | Darkvater | 2006-12-21 20:56:27 +0000 (Thu, 21 Dec 2006) | 2 lines -Fix (r7326): Always unload cargo if the station accepts it, and always load cargo if it's available with full load any (Maedhros) ------------------------------------------------------------------------ r7533 | matthijs | 2006-12-21 14:44:19 +0000 (Thu, 21 Dec 2006) | 4 lines -Codechange [Debian]: Update debian packaging files - Update to latest standards version. - Fix rules to compile only once. ------------------------------------------------------------------------ r7527 | Darkvater | 2006-12-21 14:23:47 +0000 (Thu, 21 Dec 2006) | 1 line -Update appropiate files with release information for 0.5.0-RC1 ------------------------------------------------------------------------ r7525 | Darkvater | 2006-12-21 11:34:50 +0000 (Thu, 21 Dec 2006) | 1 line -Fix (r6631): Invalidate the widget of 'many random industries' when it is raised (Maedhros) ------------------------------------------------------------------------ r7524 | rubidium | 2006-12-21 10:41:10 +0000 (Thu, 21 Dec 2006) | 2 lines -Fix: remove empty strings that should not have been empty from the Ukrainian language file. ------------------------------------------------------------------------ r7523 | Darkvater | 2006-12-21 10:29:16 +0000 (Thu, 21 Dec 2006) | 4 lines -Feature: Add the possibility to change the newgrf configuration of a running game. This is only possible in SP (or in the intro menu). During game play you will get a confirmation window when applying the changes as some actions can crash OpenTTD and/or make your current game unplayable. ------------------------------------------------------------------------ r7522 | Darkvater | 2006-12-21 10:09:43 +0000 (Thu, 21 Dec 2006) | 3 lines -Codechange: Have CopyGRFConfigList clear the destination list before assigning values to it. This cuts down on memleaks which could exist when the function was not used carefully. ------------------------------------------------------------------------ r7521 | Darkvater | 2006-12-21 00:13:56 +0000 (Thu, 21 Dec 2006) | 1 line -Codechange: Rename UpdateAllWaypointCustomGraphics to AfterLoadWaypoints to be more conforming with other such functions. ------------------------------------------------------------------------ r7520 | rubidium | 2006-12-20 23:44:39 +0000 (Wed, 20 Dec 2006) | 2 lines -Fix(r7348): memleak due to unconditionally overwriting the filename, name and info of a GRFConfig in IsGoodGRFConfigList. ------------------------------------------------------------------------ r7519 | KUDr | 2006-12-20 23:41:24 +0000 (Wed, 20 Dec 2006) | 1 line -Fix: [YAPF] Cache was not deleted when waypoint was built or removed (frosch) ------------------------------------------------------------------------ r7518 | Darkvater | 2006-12-20 21:17:33 +0000 (Wed, 20 Dec 2006) | 1 line -Codechange: more NULL pointer resets after free. ------------------------------------------------------------------------ r7517 | Darkvater | 2006-12-20 20:43:52 +0000 (Wed, 20 Dec 2006) | 1 line -Codechange: Set pointers to NULL when freeing the newgrf config variables and add the proper const to CopyGRFConfigList ------------------------------------------------------------------------ r7516 | Darkvater | 2006-12-20 19:16:44 +0000 (Wed, 20 Dec 2006) | 1 line -Codechange: Number the newgrf-gui widgets and use their symbolic names for access with some const goodness. ------------------------------------------------------------------------ r7515 | Darkvater | 2006-12-20 17:03:14 +0000 (Wed, 20 Dec 2006) | 1 line -Codechange [newgrf]: Ignore ascii code 0x0A in text. Newline is 0x0D. ------------------------------------------------------------------------