log

age author description
Sun, 03 Sep 2006 08:25:27 +0000 tron (svn r6353) -Codechange: Make DestinationID a typedef of uin16, which is as large as any type of destinataion (StationID, DepotID, WaypointID) it can hold draft
Sat, 02 Sep 2006 22:47:45 +0000 bjarni (svn r6352) -Fix: FS#322 Send to depot bug draft
Sat, 02 Sep 2006 21:52:06 +0000 tron (svn r6351) -Fix: Due to some off-by-one errors the width or height of a clipping rectangle could become 0, which isn't sensible. This should fix a very rare and hard to trigger assertion in GfxFillRect() draft
Sat, 02 Sep 2006 21:16:46 +0000 bjarni (svn r6350) -Codechange: moved some setup stuff into WE_CREATE in PlayerVehWndProc() draft
Sat, 02 Sep 2006 20:35:08 +0000 tron (svn r6348) -Codechange: Remove redundant assignment draft
Sat, 02 Sep 2006 20:34:33 +0000 tron (svn r6347) Undo draft
Sat, 02 Sep 2006 20:34:04 +0000 tron (svn r6346) -Codechange: Remove redundant assignment draft
Sat, 02 Sep 2006 20:09:16 +0000 bjarni (svn r6345) -Codechange: AllocateWindowDescFront() now ensures that window_number is set before calling the WE_CREATE event draft
Sat, 02 Sep 2006 09:35:03 +0000 bjarni (svn r6304) -Codechange r6295: Use !! instead of (bool) in commands to send vehicles to depots draft
Sat, 02 Sep 2006 08:14:16 +0000 tron (svn r6303) -Codechange: Remove dead code draft
Sat, 02 Sep 2006 07:13:21 +0000 tron (svn r6302) -Codechange: Remove dead code paths, because the lowest bit of Sprite::info is never unset draft
Sat, 02 Sep 2006 06:36:30 +0000 tron (svn r6301) -Codechange: if () cascades -> switch () draft
Fri, 01 Sep 2006 18:35:36 +0000 bjarni (svn r6300) -Fix: FS#321 autoreplace / wagon removal draft
Fri, 01 Sep 2006 14:02:00 +0000 miham (svn r6299) WebTranslator2 update to 2006-09-01 16:00:05 draft
Fri, 01 Sep 2006 13:48:43 +0000 glx (svn r6298) -Fix(r6297): add network_gui.h to MSVC projetc files draft
Fri, 01 Sep 2006 13:35:43 +0000 tron (svn r6297) -Codechange: Disentangle the query window mess a bit: Move the network game password handling somewhere were it belongs to draft
Fri, 01 Sep 2006 13:18:53 +0000 rubidium (svn r6296) -Fix (r6186): some more (YAPF) settings were affected by accident. Thanks to mart3p for noticing (and to SVN for failing to mark the changes as conflicts). draft
Fri, 01 Sep 2006 12:37:03 +0000 bjarni (svn r6295) -Feature: using goto depot with a different control selection will now alter the service/stopping in depot flag instead of cancelling the goto depot order draft
Fri, 01 Sep 2006 11:01:44 +0000 tron (svn r6294) -Cleanup: Add static draft
Fri, 01 Sep 2006 10:37:27 +0000 tron (svn r6293) -Codechange: Simply use KMOD_CTRL instead of KMOD_LCTRL | KMOD_RCTRL, same for KMOD_SHIFT draft
Fri, 01 Sep 2006 10:29:40 +0000 tron (svn r6292) -Cleanup: Indentation, bracing, etc. draft
Fri, 01 Sep 2006 10:24:15 +0000 bjarni (svn r6291) -Feature: Vehicle lists from the station window now also got the goto depot button draft
Fri, 01 Sep 2006 08:06:11 +0000 tron (svn r6290) -Feature: When automatically detecting the language try to first match language+territory (e.g. de_CH), then just language (e.g. de) and fall back to en_GB otherwise draft
Fri, 01 Sep 2006 02:56:02 +0000 belugas (svn r6289) -Fix(r6108) : case 0x48 (generic text) should not have been set over newstations. draft
Thu, 31 Aug 2006 22:07:49 +0000 tron (svn r6288) -Regression: Restore automatic language detection, which was broken in r4886 when the language codes got extended draft
Thu, 31 Aug 2006 20:51:33 +0000 tron (svn r6287) -Codechange: Remove a redundant check draft
Thu, 31 Aug 2006 20:06:31 +0000 tron (svn r6286) Nobody cares for the return value of GetAvailableVideoMode(), therefore remove it draft
Thu, 31 Aug 2006 19:29:24 +0000 truelight (svn r6285) -Fix r6143: of course deleting a waypoint should call the Delete wrapper, not the Destroy function (/me slaps hisself) draft
Thu, 31 Aug 2006 19:15:01 +0000 bjarni (svn r6284) -Code Cleanup r6282: cleaned up the code a bit draft
Thu, 31 Aug 2006 18:33:05 +0000 bjarni (svn r6283) -Code cleanup: fixed wrong indent in PlayerVehWndProc() draft