Mercurial > hg > openttd
graph
-
(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
-
(svn r8134) -Fix (r8013): Add a newline after the ShowInfo console output draftSun, 14 Jan 2007 22:39:53 +0000, by Darkvater
-
(svn r8133) -Fix [FS#535]: "out of sprite memory" warning messages due to incorrect assumption of requested memory for sprites (smatz) draftSun, 14 Jan 2007 21:50:56 +0000, by Darkvater
-
(svn r8132) -Fix (r6824): The game could crash when the chat key (<ENTER>) is pressed too vehemently during the join of the game. Your client's id does not exist in the clients list yet, and returns NULL. draftSun, 14 Jan 2007 21:32:13 +0000, by Darkvater
-
(svn r8131) -Fix (r8125): g++ warning: 'invalid access to non-static data member ‘<class>::<member>’ of NULL object'. It is weird, but renaming the 'offsetof' macro helped. draftSun, 14 Jan 2007 21:03:21 +0000, by KUDr
-
(svn r8130) Provide struct GoodsEntry with a constructor draftSun, 14 Jan 2007 20:00:25 +0000, by tron
-
(svn r8129) -Codechange: Change data tables to use split off palette map. And draftSun, 14 Jan 2007 19:59:25 +0000, by peter1138
-
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. draftSun, 14 Jan 2007 19:57:49 +0000, by peter1138
-
(svn r8127) -Fix (r8125): removed redundant free() call which is also in Station destructor (Tron) draftSun, 14 Jan 2007 19:44:27 +0000, by KUDr
-
(svn r8126) -Fix (r8125): missing #include fixes compilation error on g++ (still some warnings, working on it) draftSun, 14 Jan 2007 19:29:21 +0000, by KUDr
-
(svn r8125) -Codechange: Station is now constructed/destroyed using new/delete operators (don't worry, they still use the same memory pool). Few station related functions turned into Station::methods (just first step). All this new stuff moved from station_cmd.cpp to the new file (station.cpp). draftSun, 14 Jan 2007 19:18:50 +0000, by KUDr
-
(svn r8123) -Fix (r117): FindFirstBit now really returns the first bit. Fixes bug FS#538. draftSun, 14 Jan 2007 19:06:11 +0000, by maedhros
-
(svn r8122) -Fix[LANG]: terror in czech lang file (again) draftSun, 14 Jan 2007 18:57:39 +0000, by KUDr