log

age author description
Mon, 02 Nov 2009 17:04:21 +0000 rubidium (svn r17956) -Document: CPU usage issues with SDL-ALSA-PulseAudo draft
Mon, 02 Nov 2009 16:07:09 +0000 rubidium (svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/ draft
Mon, 02 Nov 2009 16:03:17 +0000 rubidium (svn r17954) -Codechange: make the network client list nested draft
Mon, 02 Nov 2009 15:39:03 +0000 rubidium (svn r17953) -Fix: when you start giving money (input window for amount), then get moved to spectators and you click 'Ok' a crash would occur draft
Mon, 02 Nov 2009 15:37:54 +0000 rubidium (svn r17952) -Codechange: make the network client list popup nested draft
Mon, 02 Nov 2009 15:27:05 +0000 rubidium (svn r17951) -Codechange: simplify making the popup list, remove arbirary limitations and unused code/strings. draft
Mon, 02 Nov 2009 13:36:17 +0000 smatz (svn r17950) -Fix (r17776): _draw_mutex was never destroyed, _draw_thread was never joined draft
Mon, 02 Nov 2009 12:12:13 +0000 smatz (svn r17949) -Fix (r17776): unlock mutex before deleting it when creating drawing thread failed draft
Mon, 02 Nov 2009 10:52:57 +0000 rubidium (svn r17948) -Codechange: remove some magic numbers from the network client list GUIs / use ResizeWindow instead of custom resize code. draft
Mon, 02 Nov 2009 10:15:48 +0000 rubidium (svn r17947) -Codechange: make the statusbar, chat input and news window know of eachothers size so they don't get overlapped and don't get invisible (bottoms) of windows when a larger font is used draft
Mon, 02 Nov 2009 09:58:08 +0000 rubidium (svn r17946) -Codechange: move the widget definition of the client list closer to the window draft
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