Mercurial > hg > openttd
graph
-
(svn r8168) -Regression (r6783): ParseConnectionstring didn't use the port parameter if a player was also specified. (both IP#Player:Port and IP:Port#Player btw) draftTue, 16 Jan 2007 23:01:06 +0000, by Darkvater
-
(svn r8167) -Fix (FS#556): a network client crashes, due to a division by zero, when the connection gets lost at the right moment or when the packet is malformed (server sends size 0 for the map). draftTue, 16 Jan 2007 22:56:18 +0000, by rubidium
-
(svn r8166) -Fix (r7797): Protect against out of bounds access to the sprite ptr draftTue, 16 Jan 2007 22:10:35 +0000, by peter1138
-
(svn r8165) -Revert r8107 and show the MD5SUM of the *REPLACEMENT* grf file, NOT the original one. Reason for this is that this md5sum is saved, and otherwise a wrong md5sum would be stored in a savegame. draftTue, 16 Jan 2007 21:34:51 +0000, by Darkvater
-
(svn r8164) -Codechange (r8159): Fix up some comments/doxygen for disasters and rename Submarine1/2 to small/big draftTue, 16 Jan 2007 20:16:30 +0000, by Darkvater
-
(svn r8163) [Translations] Re-added cases for the czech language (they were removed either accidentally or on purpose, will look after it later draftTue, 16 Jan 2007 19:27:28 +0000, by miham
-
(svn r8162) WebTranslator2 update to 2007-01-16 19:44:34 draftTue, 16 Jan 2007 18:45:25 +0000, by miham
-
(svn r8161) -Fix (FS#555, r8144): enroute_from_xy was not set properly for old savegames. draftTue, 16 Jan 2007 18:31:58 +0000, by rubidium
-
(svn r8160) -Fix (r8151): Do not use HasSignals on tiles without railways. draftTue, 16 Jan 2007 17:44:59 +0000, by maedhros
-
(svn r8159) -Cleanup: Sprinkle some coding-style and comments on the disaster code. draftTue, 16 Jan 2007 16:54:06 +0000, by Darkvater
-
(svn r8158) -Fix: The submarine disaster failed to move at all due to wrong masking of trackbits draftTue, 16 Jan 2007 16:28:41 +0000, by Darkvater
-
(svn r8157) -Fix (r3136): moving cargo during auto replaces did not update the cached vehicle weight for trains properly. This caused (in network games) the server to have a different cached vehicle weight than newly joined clients would have, which causes desyncs. draftTue, 16 Jan 2007 15:45:20 +0000, by rubidium
-
(svn r8155) -Fix: fixed compilation when --disable-network is in use draftTue, 16 Jan 2007 15:20:22 +0000, by bjarni
-
(svn r8154) -Codechange: Water can no longer be under bridge tiles, so don't check for it. draftTue, 16 Jan 2007 15:18:02 +0000, by peter1138
-
(svn r8153) -Codechange: Change UpdateStationAcceptance() and ShowRejectOrAcceptNews() to work with cargo IDs instead of cargo names, and explicitly list the different strings to use. draftTue, 16 Jan 2007 11:13:00 +0000, by peter1138
-
(svn r8152) Fix a off-by-one error in the placement of the sticky box of the road build toolbar in the scenario editor draftTue, 16 Jan 2007 08:10:29 +0000, by tron
-
(svn r8151) -Feature: Automatically build semaphores before a configurable date, which can be set by each network player seperately. draftMon, 15 Jan 2007 22:18:35 +0000, by maedhros
-
(svn r8148) WebTranslator2 update to 2007-01-15 19:25:31 draftMon, 15 Jan 2007 18:28:27 +0000, by miham
-
(svn r8147) -Fix: [autoreplace] v->leave_depot_instantly was not always reset correctly draftMon, 15 Jan 2007 17:32:42 +0000, by bjarni
-
(svn r8146) -Fix (FS#552, r8038): a C/C++ linkage problem on some very few incarnations of gcc draftMon, 15 Jan 2007 17:32:01 +0000, by celestar
-
(svn r8145) -Featurette: Allow for Tropic Farm to plant fields after producing cargo, like its counterpart in temperate climate. draftMon, 15 Jan 2007 16:31:46 +0000, by belugas
-
(svn r8144) -Fix: [FS#163] When a station is removed, vehicles do not get excessive payment any longer, as the origin TILE is now stored as long as the origin STATION for the transported cargos. Basically this is only a temporary fix until cargopackets are implemented, but it fixes one of the oldest known bugs (Special Thanks to Darkvater for lots of testing) draftMon, 15 Jan 2007 14:42:24 +0000, by celestar
-
(svn r8143) Remove the landscaping button from the build toolbars. draftMon, 15 Jan 2007 07:38:36 +0000, by tron
-
(svn r8141) -Fix r8128: [OSX] now OSX can compile again. draftMon, 15 Jan 2007 00:58:18 +0000, by bjarni
-
(svn r8139) -Cleanup: simplify auto_ptr initialization (Tron) draftSun, 14 Jan 2007 23:43:59 +0000, by KUDr
-
(svn r8136) -Codechange: Station spread rectangle manipulators turned into StationRect::methods. draftSun, 14 Jan 2007 23:02:12 +0000, by KUDr
-
(svn r8135) -Fix (r7582): Don't assert on duplicate non-static grfs when removing duplicates as the PEBKAC effect can result in the user adding the same grf's in the config file. draftSun, 14 Jan 2007 22:43:19 +0000, by Darkvater