------------------------------------------------------------------------ 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. ------------------------------------------------------------------------ r7511 | glx | 2006-12-19 14:24:45 +0000 (Tue, 19 Dec 2006) | 1 line -Fix(r7505): Fix network game list selection by enlarging by two pixel and adding a new row to it ------------------------------------------------------------------------ r7509 | miham | 2006-12-19 06:14:29 +0000 (Tue, 19 Dec 2006) | 10 lines WebTranslator2 update to 2006-12-19 07:13:46 bulgarian - 5 fixed by kokobongo (5) catalan - 1 fixed, 4 changed by arnaullv (5) esperanto - 24 fixed by LaPingvino (24) estonian - 5 fixed by vermon (5) french - 1 fixed by glx (1) portuguese - 1 fixed by izhirahider (1) russian - 1 fixed by Smoky555 (1) ukrainian - 16 fixed by znikoz (16) ------------------------------------------------------------------------