Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-24 | (svn r7555) -Fix (r5479): off-by-one error due do truncation on division by ↵ | rubidium | |
2. Thanks to Ben_Robbins_ for providing the test case. | |||
2006-12-24 | (svn r7554) -Fix (r7496): In Action 0xE, don't deactivate the current GRF ↵ | peter1138 | |
(to be ported to 0.5) | |||
2006-12-23 | (svn r7553) WebTranslator2 update to 2006-12-23 14:07:59 | miham | |
american - 3 fixed by WhiteRabbit (3) hungarian - 4 fixed by miham (4) | |||
2006-12-23 | (svn r7552) WebTranslator2 update to 2006-12-23 11:41:58 | miham | |
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) | |||
2006-12-23 | (svn r7551) -Fix (r7523): segmentation fault on showing NewGRF settings of a ↵ | rubidium | |
network game. | |||
2006-12-23 | (svn r7550) -Fix (r7299): compilation of x64 binaries with MSVC 2005, due to ↵ | rubidium | |
not telling that helpers.cpp should be compiled as C++ for x64. | |||
2006-12-22 | (svn r7549) -Fix (r7357): change the size of the NewGRF GUIs so any ↵ | rubidium | |
description of a GRF that is shown in TTDPatch without overflowing, does not overflow in OpenTTD. | |||
2006-12-22 | (svn r7548) -Codechange: Some MorphOS changes to get OpenTTD compiled, ↵ | Darkvater | |
packaged (tokai) | |||
2006-12-22 | (svn r7547) -Fix: The cost of rail station removal was calculated based on ↵ | KUDr | |
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. | |||
2006-12-22 | (svn r7541) -Set svn:eol-style native for some languages that missed it. | Darkvater | |
2006-12-22 | (svn r7540) -Codechange: Print a summary of the number of errors/warnings of ↵ | Darkvater | |
a language when strgen is run with the -w flag. | |||
2006-12-22 | (svn r7539) -Add Esperanto to VS project files and update changelog with ↵ | Darkvater | |
added languages information. | |||
2006-12-21 | (svn r7537) -Forgot added VS80 support from Makefile | Darkvater | |
2006-12-21 | (svn r7535) -Fix (r7326): Always unload cargo if the station accepts it, and ↵ | Darkvater | |
always load cargo if it's available with full load any (Maedhros) | |||
2006-12-21 | (svn r7533) -Codechange [Debian]: Update debian packaging files | matthijs | |
- Update to latest standards version. - Fix rules to compile only once. | |||
2006-12-21 | (svn r7527) -Update appropiate files with release information for 0.5.0-RC1 | Darkvater | |
2006-12-21 | (svn r7525) -Fix (r6631): Invalidate the widget of 'many random industries' ↵ | Darkvater | |
when it is raised (Maedhros) | |||
2006-12-21 | (svn r7524) -Fix: remove empty strings that should not have been empty from ↵ | rubidium | |
the Ukrainian language file. | |||
2006-12-21 | (svn r7523) -Feature: Add the possibility to change the newgrf configuration ↵ | Darkvater | |
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. | |||
2006-12-21 | (svn r7522) -Codechange: Have CopyGRFConfigList clear the destination list ↵ | Darkvater | |
before assigning values to it. This cuts down on memleaks which could exist when the function was not used carefully. | |||
2006-12-21 | (svn r7521) -Codechange: Rename UpdateAllWaypointCustomGraphics to ↵ | Darkvater | |
AfterLoadWaypoints to be more conforming with other such functions. | |||
2006-12-20 | (svn r7520) -Fix(r7348): memleak due to unconditionally overwriting the ↵ | rubidium | |
filename, name and info of a GRFConfig in IsGoodGRFConfigList. | |||
2006-12-20 | (svn r7519) -Fix: [YAPF] Cache was not deleted when waypoint was built or ↵ | KUDr | |
removed (frosch) | |||
2006-12-20 | (svn r7518) -Codechange: more NULL pointer resets after free. | Darkvater | |
2006-12-20 | (svn r7517) -Codechange: Set pointers to NULL when freeing the newgrf config ↵ | Darkvater | |
variables and add the proper const to CopyGRFConfigList | |||
2006-12-20 | (svn r7516) -Codechange: Number the newgrf-gui widgets and use their ↵ | Darkvater | |
symbolic names for access with some const goodness. | |||
2006-12-20 | (svn r7515) -Codechange [newgrf]: Ignore ascii code 0x0A in text. Newline is ↵ | Darkvater | |
0x0D. | |||
2006-12-19 | (svn r7511) -Fix(r7505): Fix network game list selection by enlarging by two ↵ | glx | |
pixel and adding a new row to it | |||
2006-12-19 | (svn r7509) WebTranslator2 update to 2006-12-19 07:13:46 | miham | |
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) | |||
2006-12-18 | (svn r7507) -Fix (7505): the name of a GRF could be "", which causes a ↵ | rubidium | |
segmentation fault. So take the filename, which cannot be "", when the of the GRF name is "". Also check for "" length when receiving GRF names. | |||
2006-12-18 | (svn r7506) -Codechange: [NewGRF] Add action 7/9/D variable 0x81 (current year) | glx | |
2006-12-18 | (svn r7505) -Feature: show NewGRFs used on a game server, show which NewGRFs ↵ | rubidium | |
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. | |||
2006-12-18 | (svn r7503) -Codechange: [NewGRF] Add bounds checking for spriteset cargo ↵ | peter1138 | |
types. (NewCargo support will change this rule a bit...) | |||
2006-12-15 | (svn r7501) WebTranslator2 update to 2006-12-15 19:51:16 | miham | |
esperanto - 18 fixed by LaPingvino (18) | |||
2006-12-15 | (svn r7500) -Fix (r7460): GetEnvironmentVariable and strncat take the number ↵ | Darkvater | |
of characters and not the number of bytes as an argument. Thanks Tron. | |||
2006-12-15 | (svn r7499) WebTranslator2 update to 2006-12-15 10:49:50 | miham | |
esperanto - 35 fixed, 2 changed by LaPingvino (37) slovak - 1 fixed by lengyel (1) turkish - 5 fixed by jnmbk (5) | |||
2006-12-14 | (svn r7496) -Codechange: [NewGRF] Skip processing a GRF if it deactivated ↵ | peter1138 | |
itself. | |||
2006-12-14 | (svn r7495) -Fix (r7354): [NewGRF] Deactivate the target GRF, not the ↵ | peter1138 | |
current GRF. | |||
2006-12-13 | (svn r7494) -Fix: Really disable AI's in Multiplayer if you tell it so. In ↵ | Darkvater | |
loaded games with AI's the setting didn't take effect, resulting in immediate desyncs. | |||
2006-12-13 | (svn r7492) [Translations] Moved esperanto from unfinished, as it is nearly ↵ | miham | |
complete | |||
2006-12-13 | (svn r7491) WebTranslator2 update to 2006-12-13 19:43:22 | miham | |
esperanto - 238 fixed, 6 changed by LaPingvino (244) russian - 252 changed by Smoky555 (252) | |||
2006-12-12 | (svn r7490) -Feature: Load a list of NewGRFs from the config (in the ↵ | peter1138 | |
[newgrf-static] section) that should always be loaded. These will also be active during the intro screen, and in multiplayer games. Only "network-safe" NewGRFs are permitted, such as fonts and sprite replacement sets. | |||
2006-12-12 | (svn r7489) WebTranslator2 update to 2006-12-12 19:57:02 | miham | |
esperanto - 69 fixed by LaPingvino (69) | |||
2006-12-12 | (svn r7488) WebTranslator2 update to 2006-12-12 19:19:02 | miham | |
esperanto - 39 fixed by LaPingvino (39) | |||
2006-12-12 | (svn r7487) [Translations] Readded language name as it disappeared because ↵ | miham | |
of several, clear reasons. For more information, please write mail to miham-devnull@xenon.bibl.u-szeged.hu | |||
2006-12-12 | (svn r7486) WebTranslator2 update to 2006-12-12 14:47:37 | miham | |
esperanto - 146 fixed by LaPingvino (146) romanian - 1 fixed, 1 changed by kneekoo (2) russian - 8 fixed, 935 changed by Smoky555 (943) | |||
2006-12-12 | (svn r7485) -Codechange: [NewGRF] Add debug warning for unsupported running ↵ | peter1138 | |
cost bases for rail vehicles. | |||
2006-12-12 | (svn r7484) WebTranslator2 update to 2006-12-12 08:39:41 | miham | |
esperanto - 72 fixed by LaPingvino (72) polish - 1 changed by meush (1) russian - 299 fixed, 351 changed by Smoky555 (650) | |||
2006-12-11 | (svn r7482) WebTranslator2 update to 2006-12-11 21:26:12 | miham | |
esperanto - 180 fixed by LaPingvino (180) | |||
2006-12-11 | (svn r7480) WebTranslator2 update to 2006-12-11 19:29:26 | miham | |
croatian - 126 fixed, 45 changed by knovak (171) danish - 9 fixed, 3 changed by ThomasA (12) dutch - 4 fixed by habell (4) esperanto - 246 fixed, 1 changed by LaPingvino (247) |