Commit Graph

13576 Commits (407cf856befa10a06dd7dc405857adfc1f04a84d)
 

Author SHA1 Message Date
alberth 3fe117133c (svn r17944) -Codechange (r11848): Removed the second counter variable that ran in sync with the first one. 15 years ago
smatz 2d008c9cfd (svn r17943) -Change: use 24bpp BMP format instead of 32bpp for screenshots. Saves space and is supported by more image viewers 15 years ago
alberth f37f2d037c (svn r17942) -Documentation: Add a few doxygen comments to the dropdown code. 15 years ago
smatz c7eb1c97dd (svn r17941) -Fix: close BMP file when making screenshot fails 15 years ago
alberth 06f7a2fc76 (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. 15 years ago
smatz e920f3004b (svn r17939) -Fix (r17938): debug code sneaked in 15 years ago
smatz a80f582a8a (svn r17938) -Feature: non-automatic screenshot name can be entered in console 15 years ago
smatz 1dce59ed50 (svn r17937) -Codechange: rename current_screenshot_type to _screenshot_type 15 years ago
smatz 90c6a75bfa (svn r17936) -Fix: deadlock when trying to create screenshot with too long name (including path) 15 years ago
alberth 869370dd2a (svn r17935) -Fix (r17933): Compensate for being inside a class. 15 years ago
translators 900fdd48f5 (svn r17934) -Update from WebTranslator v3.0:
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
15 years ago
alberth b4f8ea259a (svn r17933) -Codechange: Move position calculation of error message window into the class. 15 years ago
alberth 74a9be4f59 (svn r17932) -Fix: Don't let the tooltip go under the status bar. 15 years ago
alberth 57cdbcb418 (svn r17931) -Codechange: Error message window uses pure nested widgets. 15 years ago
frosch 6fba936a1f (svn r17930) -Fix (r17926): Aircraft were not carrying mail anymore, when CB15 was in use. 15 years ago
alberth a66c2b8978 (svn r17929) -Fix (r2391): STR_NULL does not seem very useful as file save error summary. 15 years ago
alberth 5a97b64d73 (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string.
Gentlemen, swap your string parameters.
15 years ago
alberth 173c6ae977 (svn r17927) -Codechange: Rename error message string variables. 15 years ago
frosch 9fafef56d0 (svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail consistent. Now always the cargo class decides. 15 years ago
translators 651e176193 (svn r17925) -Update from WebTranslator v3.0:
finnish - 2 changes by jpx_
greek - 6 changes by fumantsu
slovak - 3 changes by JamesSVK
15 years ago
alberth ae3c6b0935 (svn r17924) -Codechange: Replace y array with two area rectangles in the error message window. 15 years ago
rubidium c27ee70ddc (svn r17923) -Feature: "port" OpenTTD to GNU/Hurd 15 years ago
rubidium 8742314bb8 (svn r17922) -Fix [FS#3291]: crash when closing NewGRF parameter window with no NewGRF selected 15 years ago
alberth 9059383676 (svn r17921) -Documentation: Add doxygen comments in the ErrmsgWindow struct. 15 years ago
rubidium c3525c3c5c (svn r17920) -Codechange: add a 'filter' for numbers+spaces and use it for the NewGRF parameter list 15 years ago
alberth 8e6f96e322 (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. 15 years ago
alberth 9deb0eb32b (svn r17918) -Codechange: Move tooltip size calculation into the tooltip window class. 15 years ago
alberth e6c50f7e7d (svn r17917) -Codechange: Move tooltip initial position calculation into the tooltip window class. 15 years ago
alberth 141be7b048 (svn r17916) -Codechange: Make tooltips window use pure nested widgets. 15 years ago
alberth 2a7d0de0b0 (svn r17915) -Codechange: Allow windows to compute their own initial position. 15 years ago
alberth 256adf9c8a (svn r17914) -Codechange: Use some constants in the size calculation, and pass the size as a combined value to the tooltip window. 15 years ago
alberth d57223144d (svn r17913) -Documentation: Add doxygen comments to the tooltip window class. 15 years ago
rubidium 3ff08d08b0 (svn r17912) -Fix [FS#3289] (r17868): crash when opening the vehicle list (not group list) of a specific company 15 years ago
peter1138 d2ee7941f5 (svn r17911) -Codechange: bool * is a pointer, not a bool 15 years ago
smatz 3d177abb14 (svn r17910) -Fix: 32bpp BMP screenshots were broken when screen width wasn't multiple of 4 15 years ago
smatz 6b76afbc5c (svn r17909) -Fix: 32bpp BMP screenshots were in wrong colours on big endian machines 15 years ago
rubidium d956d05024 (svn r17908) -Fix [FS#3288]: uninitialised values in some paths of loading TTO savegames 15 years ago
frosch 1996e93edf (svn r17907) -Codechange: Deduplicate result interpretation of articulated vehicle callback. 15 years ago
alberth 244b709420 (svn r17906) -Fix [FS#3286]: Fill the vehicle list before initializing the widgets of the vehicle list window. 15 years ago
rubidium bca2397f5a (svn r17905) -Codechange: make the network server list window nested (and increase the default size slightly) 15 years ago
translators 4d420e9b9c (svn r17904) -Update from WebTranslator v3.0:
french - 396 changes by glx
greek - 129 changes by fumantsu
serbian - 1 changes by etran
15 years ago
rubidium ea24fbcc62 (svn r17903) -Codechange: don't get a modifiable NWidget from a const Window 15 years ago
rubidium d5f168ce27 (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 15 years ago
translators 1f27d7dff7 (svn r17901) -Update from WebTranslator v3.0:
catalan - 2 changes by arnau
traditional_chinese - 1 changes by josesun
greek - 135 changes by fumantsu
ukrainian - 2 changes by Madvin
15 years ago
rubidium e87f2ece70 (svn r17900) -Fix (r2497): ExtraPaletteValues' tables were all a factor 3 too big
-Codechange: replace some magic numbers related to palette animation with constants
15 years ago
frosch 020c53fc7e (svn r17899) -Codechange: Deduplicate code for refitting vehicles. 15 years ago
frosch bc0e75ef60 (svn r17898) -Fix: [NoAI] Improve behaviour of (AIEngine|AIEventEnginePreview)::GetCargoType() and AIEngine::CanRefitCargo() wrt. articulated vehicles. 15 years ago
frosch 23980e6486 (svn r17897) -Fix [FS#3255]: CB15 and CB36 (capacity) were not always called when they should.
-Codechange: Move capacity calculation to a single function for all vehicle types, so the behaviour can be kept consistent easier.
15 years ago
translators 9b44d7c1fe (svn r17896) -Update from WebTranslator v3.0:
dutch - 1 changes by habell
french - 1 changes by glx
german - 1 changes by planetmaker
greek - 100 changes by fumantsu
indonesian - 2 changes by prof
italian - 2 changes by lorenzodv
romanian - 2 changes by kkmic
russian - 4 changes by Lone_Wolf
15 years ago
alberth dd3845232f (svn r17895) -Codechange: Move drawing code of the vehicle details window out of OnPaint, and remove hard-coded coordinate constants. 15 years ago