------------------------------------------------------------------------ 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) ------------------------------------------------------------------------ r7507 | rubidium | 2006-12-18 17:29:59 +0000 (Mon, 18 Dec 2006) | 2 lines -Fix (7505): the name of a GRF could be "", which causes a segmentation fault. So take the filename, which cannot be "", when the of the GRF name is "". Also check for "" length when receiving GRF names. ------------------------------------------------------------------------ r7506 | glx | 2006-12-18 15:34:12 +0000 (Mon, 18 Dec 2006) | 1 line -Codechange: [NewGRF] Add action 7/9/D variable 0x81 (current year) ------------------------------------------------------------------------ r7505 | rubidium | 2006-12-18 12:26:55 +0000 (Mon, 18 Dec 2006) | 3 lines -Feature: show NewGRFs used on a game server, show which NewGRFs you do and do not have. -Feature: show NewGRF compatability of network games in the Game List window; a green square if you got the same OpenTTD version and have the needed NewGRF, a red square if the version does not match and a yellow square if the version matches, but the client is missing at least one of the NewGRFs. ------------------------------------------------------------------------ r7503 | peter1138 | 2006-12-18 10:46:06 +0000 (Mon, 18 Dec 2006) | 2 lines -Codechange: [NewGRF] Add bounds checking for spriteset cargo types. (NewCargo support will change this rule a bit...) ------------------------------------------------------------------------