summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-11-02(svn r17947) -Codechange: make the statusbar, chat input and news window ↵rubidium
know of eachothers size so they don't get overlapped and don't get invisible (bottoms) of windows when a larger font is used
2009-11-02(svn r17946) -Codechange: move the widget definition of the client list ↵rubidium
closer to the window
2009-11-02(svn r17945) -Fix (r17940): Absence of main toolbar and/or status bar should ↵alberth
not be fatal.
2009-11-01(svn r17944) -Codechange (r11848): Removed the second counter variable that ↵alberth
ran in sync with the first one.
2009-11-01(svn r17943) -Change: use 24bpp BMP format instead of 32bpp for screenshots. ↵smatz
Saves space and is supported by more image viewers
2009-11-01(svn r17942) -Documentation: Add a few doxygen comments to the dropdown code.alberth
2009-11-01(svn r17941) -Fix: close BMP file when making screenshot failssmatz
2009-11-01(svn r17940) -Codechange: Use real y position of the main toolbar and status ↵alberth
bar instead of hardcoded sizes for tooltip and for error message windows.
2009-11-01(svn r17939) -Fix (r17938): debug code sneaked insmatz
2009-11-01(svn r17938) -Feature: non-automatic screenshot name can be entered in consolesmatz
2009-11-01(svn r17937) -Codechange: rename current_screenshot_type to _screenshot_typesmatz
2009-11-01(svn r17936) -Fix: deadlock when trying to create screenshot with too long ↵smatz
name (including path)
2009-11-01(svn r17935) -Fix (r17933): Compensate for being inside a class.alberth
2009-11-01(svn r17934) -Update from WebTranslator v3.0:translators
traditional_chinese - 1 changes by josesun german - 2 changes by planetmaker greek - 125 changes by fumantsu hungarian - 1 changes by Petert spanish - 3 changes by Terkhen
2009-11-01(svn r17933) -Codechange: Move position calculation of error message window ↵alberth
into the class.
2009-11-01(svn r17932) -Fix: Don't let the tooltip go under the status bar.alberth
2009-11-01(svn r17931) -Codechange: Error message window uses pure nested widgets.alberth
2009-11-01(svn r17930) -Fix (r17926): Aircraft were not carrying mail anymore, when ↵frosch
CB15 was in use.
2009-10-31(svn r17929) -Fix (r2391): STR_NULL does not seem very useful as file save ↵alberth
error summary.
2009-10-31(svn r17928) -Codechange: ShowErrorMessage() now takes the summary string ↵alberth
before the details string. Gentlemen, swap your string parameters.
2009-10-31(svn r17927) -Codechange: Rename error message string variables.alberth
2009-10-31(svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail ↵frosch
consistent. Now always the cargo class decides.
2009-10-31(svn r17925) -Update from WebTranslator v3.0:translators
finnish - 2 changes by jpx_ greek - 6 changes by fumantsu slovak - 3 changes by JamesSVK
2009-10-31(svn r17924) -Codechange: Replace y array with two area rectangles in the ↵alberth
error message window.
2009-10-31(svn r17923) -Feature: "port" OpenTTD to GNU/Hurdrubidium
2009-10-31(svn r17922) -Fix [FS#3291]: crash when closing NewGRF parameter window with ↵rubidium
no NewGRF selected
2009-10-31(svn r17921) -Documentation: Add doxygen comments in the ErrmsgWindow struct.alberth
2009-10-31(svn r17920) -Codechange: add a 'filter' for numbers+spaces and use it for ↵rubidium
the NewGRF parameter list
2009-10-31(svn r17919) -Codechange (r17849): Remove the outermost NWID_LAYERED and ↵alberth
NWID_VERTICAL containers from the load and save nested widget parts, since they do nothing.
2009-10-31(svn r17918) -Codechange: Move tooltip size calculation into the tooltip ↵alberth
window class.
2009-10-31(svn r17917) -Codechange: Move tooltip initial position calculation into the ↵alberth
tooltip window class.
2009-10-31(svn r17916) -Codechange: Make tooltips window use pure nested widgets.alberth
2009-10-31(svn r17915) -Codechange: Allow windows to compute their own initial position.alberth
2009-10-31(svn r17914) -Codechange: Use some constants in the size calculation, and ↵alberth
pass the size as a combined value to the tooltip window.
2009-10-31(svn r17913) -Documentation: Add doxygen comments to the tooltip window class.alberth
2009-10-31(svn r17912) -Fix [FS#3289] (r17868): crash when opening the vehicle list ↵rubidium
(not group list) of a specific company
2009-10-31(svn r17911) -Codechange: bool * is a pointer, not a boolpeter1138
2009-10-30(svn r17910) -Fix: 32bpp BMP screenshots were broken when screen width ↵smatz
wasn't multiple of 4
2009-10-30(svn r17909) -Fix: 32bpp BMP screenshots were in wrong colours on big endian ↵smatz
machines
2009-10-30(svn r17908) -Fix [FS#3288]: uninitialised values in some paths of loading ↵rubidium
TTO savegames
2009-10-30(svn r17907) -Codechange: Deduplicate result interpretation of articulated ↵frosch
vehicle callback.
2009-10-30(svn r17906) -Fix [FS#3286]: Fill the vehicle list before initializing the ↵alberth
widgets of the vehicle list window.
2009-10-30(svn r17905) -Codechange: make the network server list window nested (and ↵rubidium
increase the default size slightly)
2009-10-30(svn r17904) -Update from WebTranslator v3.0:translators
french - 396 changes by glx greek - 129 changes by fumantsu serbian - 1 changes by etran
2009-10-30(svn r17903) -Codechange: don't get a modifiable NWidget from a const Windowrubidium
2009-10-29(svn r17902) -Fix: make the plane speed setting unchangeable in network ↵rubidium
games because it can be read by NewGRFs on game load and thus if it changes cause desyncs
2009-10-29(svn r17901) -Update from WebTranslator v3.0:translators
catalan - 2 changes by arnau traditional_chinese - 1 changes by josesun greek - 135 changes by fumantsu ukrainian - 2 changes by Madvin
2009-10-29(svn r17900) -Fix (r2497): ExtraPaletteValues' tables were all a factor 3 ↵rubidium
too big -Codechange: replace some magic numbers related to palette animation with constants
2009-10-28(svn r17899) -Codechange: Deduplicate code for refitting vehicles.frosch
2009-10-28(svn r17898) -Fix: [NoAI] Improve behaviour of ↵frosch
(AIEngine|AIEventEnginePreview)::GetCargoType() and AIEngine::CanRefitCargo() wrt. articulated vehicles.