log

age author description
Tue, 20 Oct 2009 20:01:56 +0000 frosch (svn r17827) -Codechange: Deduplicate some lines of code. draft
Tue, 20 Oct 2009 19:55:09 +0000 frosch (svn r17826) -Codechange: GetRoadVehLength() is only used in one file, make it static. draft
Tue, 20 Oct 2009 19:38:51 +0000 smatz (svn r17825) -Change: 'animate' the 'center to current position' button in SmallMapWindow when pressed draft
Tue, 20 Oct 2009 19:30:50 +0000 frosch (svn r17824) -Fix (r4594): _date_fract runs from 0 to 73 since r2041. Variable 0x09 should not. draft
Tue, 20 Oct 2009 18:39:45 +0000 alberth (svn r17823) -Codechange: Use top of the matrix widget as offset for row calculation in autoreplace window. draft
Tue, 20 Oct 2009 18:38:38 +0000 smatz (svn r17822) -Codechange: move 'extra viewport' code from smallmap_gui.cpp to viewport_gui.cpp draft
Tue, 20 Oct 2009 18:15:42 +0000 smatz (svn r17821) -Codechange: make more mathods of SmallMapWindow private draft
Tue, 20 Oct 2009 17:45:11 +0000 translators (svn r17820) -Update from WebTranslator v3.0: draft
Tue, 20 Oct 2009 17:36:06 +0000 smatz (svn r17819) -Codechange: replace magic constant by symbolic constant draft
Tue, 20 Oct 2009 16:36:35 +0000 rubidium (svn r17818) -Codechange: iterate the cargo list from the back when trying to merge packets. Chances are higher that the last packet (in the FIFO-ish queue) is mergeable with the to be added package. If a train gets loaded packets get split up and put into the different carriages, at unload they are unloaded in the same order so the last in the FIFO-ish queue is likely the packet it can merge with. draft
Tue, 20 Oct 2009 12:31:11 +0000 rubidium (svn r17817) -Codechange: MakeWater actually made sea tiles, so rename it to MakeSea and unduplicate the code to make sea, rivers and canals. draft
Tue, 20 Oct 2009 12:20:53 +0000 rubidium (svn r17816) -Codechange: move the CargoList invalidation-after-saveload to the function that handles the CargoPackets instead of spreading it around over the saveload files. Also add some code to validate whether the caches are valid; to be removed later when no problems turn up draft
Mon, 19 Oct 2009 20:32:05 +0000 rubidium (svn r17815) -Fix [SDL]: asynchronious drawing caused extra unresponsiveness during map generation; disable the threading while generating a map draft
Mon, 19 Oct 2009 15:36:35 +0000 rubidium (svn r17814) -Codechange: there's no need to invalidate the cache in the constructor of a CargoList; the list is empty, the CargoList is calloc-ed so all caches are 0. draft
Mon, 19 Oct 2009 09:15:47 +0000 rubidium (svn r17813) -Codechange: unify the CargoPacket related coding style draft
Mon, 19 Oct 2009 01:12:51 +0000 rubidium (svn r17812) -Codechange: move the feeder_share cache from CargoList to VehicleCargoList; saves 512 bytes per station and 1-2% on CargoList::MoveTo. draft
Sun, 18 Oct 2009 20:56:38 +0000 rubidium (svn r17811) -Codechange: make HasEditBoxFocus a private function of QueryString because it's not meant to be used for determining whether the given widget actually has focus (it also checks the OSK edit box) draft
Sun, 18 Oct 2009 20:26:29 +0000 frosch (svn r17810) -Codechange/Fix: Add assert_tcompile() and use it. draft
Sun, 18 Oct 2009 18:47:43 +0000 frosch (svn r17809) -Fix: MSVC compilation. draft
Sun, 18 Oct 2009 17:53:34 +0000 rubidium (svn r17808) -Codechange: remove write 'access' from all of CargoPacket's variables draft
Sun, 18 Oct 2009 17:52:44 +0000 rubidium (svn r17807) -Codechange: move all 'updates' just after the 'load' constructor of CargoPackets to the constructor call itself draft
Sun, 18 Oct 2009 17:47:38 +0000 rubidium (svn r17806) -Codechange: split CargoPacket's 'afterload' to a separate function draft
Sun, 18 Oct 2009 17:45:10 +0000 translators (svn r17805) -Update from WebTranslator v3.0: draft
Sun, 18 Oct 2009 17:26:10 +0000 rubidium (svn r17804) -Codechange: move the CargoPacket 'invalidation' when stations get removed to CargoPacket. draft
Sun, 18 Oct 2009 16:31:27 +0000 frosch (svn r17803) -Codechange: Remove update_(left|right) in favour of the rebuild flag of GUIList. draft
Sun, 18 Oct 2009 15:36:30 +0000 frosch (svn r17802) -Feature(ette) [FS#1862]: [NewGRF] Textstack support for CB 37. draft
Sun, 18 Oct 2009 14:30:37 +0000 rubidium (svn r17801) -Codechange: for StationCargoLists the 'loaded_at_xy' does not matter when merging CargoPackets draft
Sun, 18 Oct 2009 14:28:26 +0000 rubidium (svn r17800) -Codechange: first steps into making CargoList a template draft
Sun, 18 Oct 2009 14:10:59 +0000 alberth (svn r17799) -Codechange: industry view window uses pure nested widgets. draft
Sun, 18 Oct 2009 13:59:25 +0000 alberth (svn r17798) -Codechange: Introduce new constant WD_PAR_VSEP_WIDE for large amount of space between text. draft