log

age author description
Mon, 02 Nov 2009 05:12:58 +0000 alberth (svn r17945) -Fix (r17940): Absence of main toolbar and/or status bar should not be fatal. draft
Sun, 01 Nov 2009 21:05:48 +0000 alberth (svn r17944) -Codechange (r11848): Removed the second counter variable that ran in sync with the first one. draft
Sun, 01 Nov 2009 20:54:21 +0000 smatz (svn r17943) -Change: use 24bpp BMP format instead of 32bpp for screenshots. Saves space and is supported by more image viewers draft
Sun, 01 Nov 2009 20:50:00 +0000 alberth (svn r17942) -Documentation: Add a few doxygen comments to the dropdown code. draft
Sun, 01 Nov 2009 20:40:36 +0000 smatz (svn r17941) -Fix: close BMP file when making screenshot fails draft
Sun, 01 Nov 2009 19:19:14 +0000 alberth (svn r17940) -Codechange: Use real y position of the main toolbar and status bar instead of hardcoded sizes for tooltip and for error message windows. draft
Sun, 01 Nov 2009 18:17:01 +0000 smatz (svn r17939) -Fix (r17938): debug code sneaked in draft
Sun, 01 Nov 2009 18:15:35 +0000 smatz (svn r17938) -Feature: non-automatic screenshot name can be entered in console draft
Sun, 01 Nov 2009 18:08:58 +0000 smatz (svn r17937) -Codechange: rename current_screenshot_type to _screenshot_type draft
Sun, 01 Nov 2009 17:49:23 +0000 smatz (svn r17936) -Fix: deadlock when trying to create screenshot with too long name (including path) draft
Sun, 01 Nov 2009 17:45:24 +0000 alberth (svn r17935) -Fix (r17933): Compensate for being inside a class. draft
Sun, 01 Nov 2009 17:45:20 +0000 translators (svn r17934) -Update from WebTranslator v3.0: draft
Sun, 01 Nov 2009 17:38:14 +0000 alberth (svn r17933) -Codechange: Move position calculation of error message window into the class. draft
Sun, 01 Nov 2009 17:20:28 +0000 alberth (svn r17932) -Fix: Don't let the tooltip go under the status bar. draft
Sun, 01 Nov 2009 14:28:53 +0000 alberth (svn r17931) -Codechange: Error message window uses pure nested widgets. draft
Sun, 01 Nov 2009 08:48:16 +0000 frosch (svn r17930) -Fix (r17926): Aircraft were not carrying mail anymore, when CB15 was in use. draft
Sat, 31 Oct 2009 20:09:37 +0000 alberth (svn r17929) -Fix (r2391): STR_NULL does not seem very useful as file save error summary. draft
Sat, 31 Oct 2009 19:46:51 +0000 alberth (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. draft
Sat, 31 Oct 2009 18:22:39 +0000 alberth (svn r17927) -Codechange: Rename error message string variables. draft
Sat, 31 Oct 2009 17:48:09 +0000 frosch (svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail consistent. Now always the cargo class decides. draft
Sat, 31 Oct 2009 17:45:14 +0000 translators (svn r17925) -Update from WebTranslator v3.0: draft
Sat, 31 Oct 2009 15:47:22 +0000 alberth (svn r17924) -Codechange: Replace y array with two area rectangles in the error message window. draft
Sat, 31 Oct 2009 15:26:07 +0000 rubidium (svn r17923) -Feature: "port" OpenTTD to GNU/Hurd draft
Sat, 31 Oct 2009 14:53:19 +0000 rubidium (svn r17922) -Fix [FS#3291]: crash when closing NewGRF parameter window with no NewGRF selected draft
Sat, 31 Oct 2009 14:33:07 +0000 alberth (svn r17921) -Documentation: Add doxygen comments in the ErrmsgWindow struct. draft
Sat, 31 Oct 2009 14:06:16 +0000 rubidium (svn r17920) -Codechange: add a 'filter' for numbers+spaces and use it for the NewGRF parameter list draft
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