summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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.
2009-10-28(svn r17897) -Fix [FS#3255]: CB15 and CB36 (capacity) were not always called ↵frosch
when they should. -Codechange: Move capacity calculation to a single function for all vehicle types, so the behaviour can be kept consistent easier.
2009-10-28(svn r17896) -Update from WebTranslator v3.0:translators
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
2009-10-27(svn r17895) -Codechange: Move drawing code of the vehicle details window ↵alberth
out of OnPaint, and remove hard-coded coordinate constants.
2009-10-27(svn r17894) -Fix: Invalidate cache of vehicle vars 40-43 after testruns of ↵frosch
certain commands, that change them temporarily.
2009-10-27(svn r17893) -Feature [FS#2633]: make it possible to disable background ↵rubidium
saving, only via the config file/in game console though
2009-10-27(svn r17892) -Feature [FS#1760]: automatically select the railtype with the ↵rubidium
most engines for the autoreplace window/try to avoid showing an empty autoreplace list
2009-10-27(svn r17891) -Feature [FS#1619]: Show maximum tractive effort in the ↵rubidium
'exclusive test'/'early offer'/'engine preview' window
2009-10-27(svn r17890) -Feature: double clicking on a NewGRF opens the parameters windowrubidium
2009-10-27(svn r17889) -Feature: double click on a item in the refit list refits ↵rubidium
without the need to click on the refit button
2009-10-27(svn r17888) -Update from WebTranslator v3.0:translators
dutch - 1 changes by habell german - 1 changes by planetmaker serbian - 1 changes by etran
2009-10-27(svn r17887) -Codechange: remove some (now) unneeded {SKIP}srubidium
2009-10-27(svn r17886) -Codechange: make the 'start server' window nestedrubidium
2009-10-27(svn r17885) -Codechange: make the network lobby window nestedrubidium
2009-10-27(svn r17884) -Codechange: remove (most) magic numbers from drawing the ↵rubidium
details of the network lobby and split detail drawing to its own function
2009-10-26(svn r17883) -Codechange: little cleaning in md5.cpp and md5.hsmatz
2009-10-26(svn r17882) -Codechange: make the code to draw the details in the server ↵rubidium
list a seperate function and remove some magic numbers
2009-10-26(svn r17881) -Codechange: unify comment style in smallmap_gui.cpp a bitsmatz
2009-10-26(svn r17880) -Codechange: pass 'blitter' as parameter instead of determining ↵smatz
it again in DrawSmallMapStuff()
2009-10-26(svn r17879) -Codechange: convert awarded pax subsidies from old savegames ↵smatz
using simple heuristic (instead of deleting them)
2009-10-26(svn r17878) -Update from WebTranslator v3.0:translators
french - 6 changes by glx german - 1 changes by dihedral hungarian - 1 changes by alyr
2009-10-26(svn r17877) -Fix (r1322/r1174/r464): do not hardcode 'Ban' for GUI ↵rubidium
purposes, i.e. make it translatable
2009-10-26(svn r17876) -Codechange: make the network company password window nestedrubidium
2009-10-25(svn r17875) -Change [FS#3272]: prefer extmidi over allegro midi and allegro ↵smatz
over null driver
2009-10-25(svn r17874) -Codechange: vehicle details window uses pure nested widgets.alberth
2009-10-25(svn r17873) -Codechange: make the advanced settings window nestedrubidium
2009-10-25(svn r17872) -Codechange: apply coding style to splash.cppsmatz
-Fix (r17871): missing variable declaration
2009-10-25(svn r17871) -Fix (r11342): memset() accepts only 1-byte argumentsmatz
2009-10-25(svn r17870) -Codechange: Use fontsize when drawing roadveh, ship, and ↵alberth
aircraft details.
2009-10-25(svn r17869) -Codechange: don't create OnScroll() event for zero deltasmatz
2009-10-25(svn r17868) -Codechange: Vehicle list window uses nested widgets only.alberth
2009-10-25(svn r17867) -Codechange: Prepare BaseVehicleListWindow for nested widgets.alberth
2009-10-25(svn r17866) -Codechange: make the remaining graph windows nestedrubidium