log

age author description
Sat, 31 Oct 2009 13:43:34 +0000 alberth (svn r17919) -Codechange (r17849): Remove the outermost NWID_LAYERED and NWID_VERTICAL containers from the load and save nested widget parts, since they do nothing. draft
Sat, 31 Oct 2009 13:29:53 +0000 alberth (svn r17918) -Codechange: Move tooltip size calculation into the tooltip window class. draft
Sat, 31 Oct 2009 13:14:51 +0000 alberth (svn r17917) -Codechange: Move tooltip initial position calculation into the tooltip window class. draft
Sat, 31 Oct 2009 13:01:52 +0000 alberth (svn r17916) -Codechange: Make tooltips window use pure nested widgets. draft
Sat, 31 Oct 2009 11:34:43 +0000 alberth (svn r17915) -Codechange: Allow windows to compute their own initial position. draft
Sat, 31 Oct 2009 11:29:53 +0000 alberth (svn r17914) -Codechange: Use some constants in the size calculation, and pass the size as a combined value to the tooltip window. draft
Sat, 31 Oct 2009 11:13:31 +0000 alberth (svn r17913) -Documentation: Add doxygen comments to the tooltip window class. draft
Sat, 31 Oct 2009 10:07:40 +0000 rubidium (svn r17912) -Fix [FS#3289] (r17868): crash when opening the vehicle list (not group list) of a specific company draft
Sat, 31 Oct 2009 08:15:46 +0000 peter1138 (svn r17911) -Codechange: bool * is a pointer, not a bool draft
Fri, 30 Oct 2009 23:58:40 +0000 smatz (svn r17910) -Fix: 32bpp BMP screenshots were broken when screen width wasn't multiple of 4 draft
Fri, 30 Oct 2009 23:43:44 +0000 smatz (svn r17909) -Fix: 32bpp BMP screenshots were in wrong colours on big endian machines draft
Fri, 30 Oct 2009 23:24:17 +0000 rubidium (svn r17908) -Fix [FS#3288]: uninitialised values in some paths of loading TTO savegames draft
Fri, 30 Oct 2009 21:51:36 +0000 frosch (svn r17907) -Codechange: Deduplicate result interpretation of articulated vehicle callback. draft
Fri, 30 Oct 2009 20:51:36 +0000 alberth (svn r17906) -Fix [FS#3286]: Fill the vehicle list before initializing the widgets of the vehicle list window. draft
Fri, 30 Oct 2009 20:42:42 +0000 rubidium (svn r17905) -Codechange: make the network server list window nested (and increase the default size slightly) draft
Fri, 30 Oct 2009 17:45:14 +0000 translators (svn r17904) -Update from WebTranslator v3.0: draft
Fri, 30 Oct 2009 07:51:33 +0000 rubidium (svn r17903) -Codechange: don't get a modifiable NWidget from a const Window draft
Thu, 29 Oct 2009 22:11:16 +0000 rubidium (svn r17902) -Fix: make the plane speed setting unchangeable in network games because it can be read by NewGRFs on game load and thus if it changes cause desyncs draft
Thu, 29 Oct 2009 17:45:17 +0000 translators (svn r17901) -Update from WebTranslator v3.0: draft
Thu, 29 Oct 2009 11:24:58 +0000 rubidium (svn r17900) -Fix (r2497): ExtraPaletteValues' tables were all a factor 3 too big draft
Wed, 28 Oct 2009 21:09:37 +0000 frosch (svn r17899) -Codechange: Deduplicate code for refitting vehicles. draft
Wed, 28 Oct 2009 20:15:46 +0000 frosch (svn r17898) -Fix: [NoAI] Improve behaviour of (AIEngine|AIEventEnginePreview)::GetCargoType() and AIEngine::CanRefitCargo() wrt. articulated vehicles. draft
Wed, 28 Oct 2009 18:31:16 +0000 frosch (svn r17897) -Fix [FS#3255]: CB15 and CB36 (capacity) were not always called when they should. draft
Wed, 28 Oct 2009 17:45:31 +0000 translators (svn r17896) -Update from WebTranslator v3.0: draft
Tue, 27 Oct 2009 20:50:47 +0000 alberth (svn r17895) -Codechange: Move drawing code of the vehicle details window out of OnPaint, and remove hard-coded coordinate constants. draft
Tue, 27 Oct 2009 20:37:55 +0000 frosch (svn r17894) -Fix: Invalidate cache of vehicle vars 40-43 after testruns of certain commands, that change them temporarily. draft
Tue, 27 Oct 2009 20:28:10 +0000 rubidium (svn r17893) -Feature [FS#2633]: make it possible to disable background saving, only via the config file/in game console though draft
Tue, 27 Oct 2009 20:19:05 +0000 rubidium (svn r17892) -Feature [FS#1760]: automatically select the railtype with the most engines for the autoreplace window/try to avoid showing an empty autoreplace list draft
Tue, 27 Oct 2009 19:56:00 +0000 rubidium (svn r17891) -Feature [FS#1619]: Show maximum tractive effort in the 'exclusive test'/'early offer'/'engine preview' window draft
Tue, 27 Oct 2009 19:22:07 +0000 rubidium (svn r17890) -Feature: double clicking on a NewGRF opens the parameters window draft
Tue, 27 Oct 2009 19:21:42 +0000 rubidium (svn r17889) -Feature: double click on a item in the refit list refits without the need to click on the refit button draft
Tue, 27 Oct 2009 17:45:16 +0000 translators (svn r17888) -Update from WebTranslator v3.0: draft
Tue, 27 Oct 2009 14:46:59 +0000 rubidium (svn r17887) -Codechange: remove some (now) unneeded {SKIP}s draft
Tue, 27 Oct 2009 14:39:37 +0000 rubidium (svn r17886) -Codechange: make the 'start server' window nested draft
Tue, 27 Oct 2009 12:43:08 +0000 rubidium (svn r17885) -Codechange: make the network lobby window nested draft
Tue, 27 Oct 2009 12:03:12 +0000 rubidium (svn r17884) -Codechange: remove (most) magic numbers from drawing the details of the network lobby and split detail drawing to its own function draft
Mon, 26 Oct 2009 23:03:03 +0000 smatz (svn r17883) -Codechange: little cleaning in md5.cpp and md5.h draft
Mon, 26 Oct 2009 22:10:09 +0000 rubidium (svn r17882) -Codechange: make the code to draw the details in the server list a seperate function and remove some magic numbers draft
Mon, 26 Oct 2009 20:32:28 +0000 smatz (svn r17881) -Codechange: unify comment style in smallmap_gui.cpp a bit draft
Mon, 26 Oct 2009 20:26:34 +0000 smatz (svn r17880) -Codechange: pass 'blitter' as parameter instead of determining it again in DrawSmallMapStuff() draft
Mon, 26 Oct 2009 18:16:39 +0000 smatz (svn r17879) -Codechange: convert awarded pax subsidies from old savegames using simple heuristic (instead of deleting them) draft
Mon, 26 Oct 2009 17:45:13 +0000 translators (svn r17878) -Update from WebTranslator v3.0: draft
Mon, 26 Oct 2009 12:43:27 +0000 rubidium (svn r17877) -Fix (r1322/r1174/r464): do not hardcode 'Ban' for GUI purposes, i.e. make it translatable draft
Mon, 26 Oct 2009 12:24:14 +0000 rubidium (svn r17876) -Codechange: make the network company password window nested draft
Sun, 25 Oct 2009 21:47:32 +0000 smatz (svn r17875) -Change [FS#3272]: prefer extmidi over allegro midi and allegro over null driver draft
Sun, 25 Oct 2009 21:42:04 +0000 alberth (svn r17874) -Codechange: vehicle details window uses pure nested widgets. draft
Sun, 25 Oct 2009 21:18:12 +0000 rubidium (svn r17873) -Codechange: make the advanced settings window nested draft
Sun, 25 Oct 2009 17:55:13 +0000 smatz (svn r17872) -Codechange: apply coding style to splash.cpp draft
Sun, 25 Oct 2009 17:36:24 +0000 smatz (svn r17871) -Fix (r11342): memset() accepts only 1-byte argument draft
Sun, 25 Oct 2009 17:21:57 +0000 alberth (svn r17870) -Codechange: Use fontsize when drawing roadveh, ship, and aircraft details. draft
Sun, 25 Oct 2009 17:01:45 +0000 smatz (svn r17869) -Codechange: don't create OnScroll() event for zero delta draft
Sun, 25 Oct 2009 15:08:16 +0000 alberth (svn r17868) -Codechange: Vehicle list window uses nested widgets only. draft
Sun, 25 Oct 2009 14:52:46 +0000 alberth (svn r17867) -Codechange: Prepare BaseVehicleListWindow for nested widgets. draft
Sun, 25 Oct 2009 13:52:58 +0000 rubidium (svn r17866) -Codechange: make the remaining graph windows nested draft
Sun, 25 Oct 2009 13:33:56 +0000 alberth (svn r17865) -Codechange: Remove references to specific widgets and step-heights from BaseVehicleListWindow::DrawVehicleListItems(). draft
Sun, 25 Oct 2009 11:31:12 +0000 rubidium (svn r17864) -Codechange: make the OSK nested draft
Sun, 25 Oct 2009 00:26:40 +0000 rubidium (svn r17863) -Codechange: make the build vehicle window nested draft
Sat, 24 Oct 2009 21:10:57 +0000 alberth (svn r17862) -Codechange: Use edge positions of the matrix widget in DrawVehicleRefitWindow. draft
Sat, 24 Oct 2009 20:28:54 +0000 alberth (svn r17861) -Fix (r17860): max(uint, int) does not exist. draft
Sat, 24 Oct 2009 20:26:18 +0000 alberth (svn r17860) -Codechange: Refit window uses pure nested widgets. draft