log

age author description
Wed, 17 Jan 2007 21:14:17 +0000 tron (svn r8207) -Fix draft
Wed, 17 Jan 2007 21:05:39 +0000 miham (svn r8206) [Translations] -Fix: Fixed r8193, converted the html notations back to UTF8 characters draft
Wed, 17 Jan 2007 20:37:25 +0000 miham (svn r8204) -Fix: reverted r8202, since it did not solve all the problems, since ALL language changes done today are garbage due to a quick bugfix in WT2 which introduced another, much more serious bug: put an utf8_to_htmlcode() call to a wrong place draft
Wed, 17 Jan 2007 20:34:29 +0000 tron (svn r8203) -Fix: draft
Wed, 17 Jan 2007 20:29:45 +0000 miham (svn r8202) -Fix: r8193: russian.txt changes somehow became garbage draft
Wed, 17 Jan 2007 19:55:18 +0000 rubidium (svn r8198) -Codechange: two global variables are not needed when network is disabled. draft
Wed, 17 Jan 2007 18:43:03 +0000 miham (svn r8193) -Update: WebTranslator2 update to 2007-01-17 19:42:11 draft
Wed, 17 Jan 2007 12:57:35 +0000 peter1138 (svn r8186) -Fix (FS#557): Apply railtype offset to station graphics if no custom station is in use. draft
Wed, 17 Jan 2007 11:15:51 +0000 celestar (svn r8185) -Codechange: Equipped Roadstops with new/delete operators and gave them proper constructors/destructors (Thanks to KUDr for a nice interactive C++ lesson) draft
Wed, 17 Jan 2007 06:54:03 +0000 tron (svn r8184) if cascade -> switch draft
Wed, 17 Jan 2007 06:33:23 +0000 tron (svn r8183) When iterating over the map in AfterLoadGame() do it the same way for all loops draft
Wed, 17 Jan 2007 00:01:55 +0000 rubidium (svn r8171) -Fix (FS#556): return SL_ERROR when unthreaded saves failed, to make sure we do not try to send zero-byte savegames. draft
Tue, 16 Jan 2007 23:01:06 +0000 Darkvater (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) draft
Tue, 16 Jan 2007 22:56:18 +0000 rubidium (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). draft
Tue, 16 Jan 2007 22:10:35 +0000 peter1138 (svn r8166) -Fix (r7797): Protect against out of bounds access to the sprite ptr draft
Tue, 16 Jan 2007 21:34:51 +0000 Darkvater (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. draft
Tue, 16 Jan 2007 20:16:30 +0000 Darkvater (svn r8164) -Codechange (r8159): Fix up some comments/doxygen for disasters and rename Submarine1/2 to small/big draft
Tue, 16 Jan 2007 19:27:28 +0000 miham (svn r8163) [Translations] Re-added cases for the czech language (they were removed either accidentally or on purpose, will look after it later draft
Tue, 16 Jan 2007 18:45:25 +0000 miham (svn r8162) WebTranslator2 update to 2007-01-16 19:44:34 draft
Tue, 16 Jan 2007 18:31:58 +0000 rubidium (svn r8161) -Fix (FS#555, r8144): enroute_from_xy was not set properly for old savegames. draft
Tue, 16 Jan 2007 17:44:59 +0000 maedhros (svn r8160) -Fix (r8151): Do not use HasSignals on tiles without railways. draft
Tue, 16 Jan 2007 16:54:06 +0000 Darkvater (svn r8159) -Cleanup: Sprinkle some coding-style and comments on the disaster code. draft
Tue, 16 Jan 2007 16:28:41 +0000 Darkvater (svn r8158) -Fix: The submarine disaster failed to move at all due to wrong masking of trackbits draft
Tue, 16 Jan 2007 15:45:20 +0000 rubidium (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. draft
Tue, 16 Jan 2007 15:20:22 +0000 bjarni (svn r8155) -Fix: fixed compilation when --disable-network is in use draft
Tue, 16 Jan 2007 15:18:02 +0000 peter1138 (svn r8154) -Codechange: Water can no longer be under bridge tiles, so don't check for it. draft
Tue, 16 Jan 2007 11:13:00 +0000 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. draft
Tue, 16 Jan 2007 08:10:29 +0000 tron (svn r8152) Fix a off-by-one error in the placement of the sticky box of the road build toolbar in the scenario editor draft
Mon, 15 Jan 2007 22:18:35 +0000 maedhros (svn r8151) -Feature: Automatically build semaphores before a configurable date, which can be set by each network player seperately. draft
Mon, 15 Jan 2007 18:28:27 +0000 miham (svn r8148) WebTranslator2 update to 2007-01-15 19:25:31 draft
Mon, 15 Jan 2007 17:32:42 +0000 bjarni (svn r8147) -Fix: [autoreplace] v->leave_depot_instantly was not always reset correctly draft
Mon, 15 Jan 2007 17:32:01 +0000 celestar (svn r8146) -Fix (FS#552, r8038): a C/C++ linkage problem on some very few incarnations of gcc draft
Mon, 15 Jan 2007 16:31:46 +0000 belugas (svn r8145) -Featurette: Allow for Tropic Farm to plant fields after producing cargo, like its counterpart in temperate climate. draft
Mon, 15 Jan 2007 14:42:24 +0000 celestar (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) draft
Mon, 15 Jan 2007 07:38:36 +0000 tron (svn r8143) Remove the landscaping button from the build toolbars. draft
Mon, 15 Jan 2007 00:58:18 +0000 bjarni (svn r8141) -Fix r8128: [OSX] now OSX can compile again. draft
Mon, 15 Jan 2007 00:09:25 +0000 Darkvater (svn r8140) -Fix [FS#54]: Combat helicopter flies past factory before it shoots. Chopper comes from the north-east, so it looks in +15 direction (forward), not -15 direction. Probably bad copy-paste from airplane-destroys-oil-refinery disaster. draft
Sun, 14 Jan 2007 23:43:59 +0000 KUDr (svn r8139) -Cleanup: simplify auto_ptr initialization (Tron) draft
Sun, 14 Jan 2007 23:36:25 +0000 KUDr (svn r8138) -Cleanup: comment style corrections draft
Sun, 14 Jan 2007 23:09:25 +0000 rubidium (svn r8137) -Fix (FS#551, r4259, r4320): roadstop->num_vehicles was wrong for savegames with version 24 or lower and do not calculate roadstop->num_vehicles when reading the roadstops as the vehicles might not be loaded at that moment. draft
Sun, 14 Jan 2007 23:02:12 +0000 KUDr (svn r8136) -Codechange: Station spread rectangle manipulators turned into StationRect::methods. draft
Sun, 14 Jan 2007 22:43:19 +0000 Darkvater (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. draft
Sun, 14 Jan 2007 22:39:53 +0000 Darkvater (svn r8134) -Fix (r8013): Add a newline after the ShowInfo console output draft
Sun, 14 Jan 2007 21:50:56 +0000 Darkvater (svn r8133) -Fix [FS#535]: "out of sprite memory" warning messages due to incorrect assumption of requested memory for sprites (smatz) draft
Sun, 14 Jan 2007 21:32:13 +0000 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. draft
Sun, 14 Jan 2007 21:03:21 +0000 KUDr (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. draft
Sun, 14 Jan 2007 20:00:25 +0000 tron (svn r8130) Provide struct GoodsEntry with a constructor draft
Sun, 14 Jan 2007 19:59:25 +0000 peter1138 (svn r8129) -Codechange: Change data tables to use split off palette map. And draft
Sun, 14 Jan 2007 19:57:49 +0000 peter1138 (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. draft
Sun, 14 Jan 2007 19:44:27 +0000 KUDr (svn r8127) -Fix (r8125): removed redundant free() call which is also in Station destructor (Tron) draft
Sun, 14 Jan 2007 19:29:21 +0000 KUDr (svn r8126) -Fix (r8125): missing #include fixes compilation error on g++ (still some warnings, working on it) draft
Sun, 14 Jan 2007 19:18:50 +0000 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). draft
Sun, 14 Jan 2007 19:13:36 +0000 KUDr (svn r8124) -Add [DEBUG]: _debug_station_level draft
Sun, 14 Jan 2007 19:06:11 +0000 maedhros (svn r8123) -Fix (r117): FindFirstBit now really returns the first bit. Fixes bug FS#538. draft
Sun, 14 Jan 2007 18:57:39 +0000 KUDr (svn r8122) -Fix[LANG]: terror in czech lang file (again) draft
Sun, 14 Jan 2007 18:41:48 +0000 miham (svn r8121) WebTranslator2 update to 2007-01-14 19:39:35 draft
Sun, 14 Jan 2007 18:38:40 +0000 peter1138 (svn r8120) -Fix (r8055): Station cargo waiting value clamp should be signed not unsigned. This resulted in cargo magically appearing... draft
Sun, 14 Jan 2007 17:17:30 +0000 Darkvater (svn r8119) -Fix (r8101): Uninitializing windows should be called before freeing dynamic variables as windows could use those variables during cleanup (eg WE_DESTROY calling GetStation(w->window_number). draft
Sun, 14 Jan 2007 16:44:52 +0000 rubidium (svn r8118) -Codechange: change the ordering of the network list a little: draft
Sun, 14 Jan 2007 13:21:02 +0000 KUDr (svn r8117) -Fix (r8114): 'no matching operator delete found' warning on VC8 draft