Commit Graph

13407 Commits

Author SHA1 Message Date
translators 4ee589d86d (svn r17925) -Update from WebTranslator v3.0:
finnish - 2 changes by jpx_
greek - 6 changes by fumantsu
slovak - 3 changes by JamesSVK
2009-10-31 17:45:14 +00:00
alberth bd8d70e012 (svn r17924) -Codechange: Replace y array with two area rectangles in the error message window. 2009-10-31 15:47:22 +00:00
rubidium c2c0d1e5d4 (svn r17923) -Feature: "port" OpenTTD to GNU/Hurd 2009-10-31 15:26:07 +00:00
rubidium 86fd0c0bce (svn r17922) -Fix [FS#3291]: crash when closing NewGRF parameter window with no NewGRF selected 2009-10-31 14:53:19 +00:00
alberth 617e7966f9 (svn r17921) -Documentation: Add doxygen comments in the ErrmsgWindow struct. 2009-10-31 14:33:07 +00:00
rubidium a5d005dd53 (svn r17920) -Codechange: add a 'filter' for numbers+spaces and use it for the NewGRF parameter list 2009-10-31 14:06:16 +00:00
alberth 70ebe13ee8 (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. 2009-10-31 13:43:34 +00:00
alberth 43abc7b51d (svn r17918) -Codechange: Move tooltip size calculation into the tooltip window class. 2009-10-31 13:29:53 +00:00
alberth 4374647cbe (svn r17917) -Codechange: Move tooltip initial position calculation into the tooltip window class. 2009-10-31 13:14:51 +00:00
alberth ceb57c8314 (svn r17916) -Codechange: Make tooltips window use pure nested widgets. 2009-10-31 13:01:52 +00:00
alberth 82e21df3a4 (svn r17915) -Codechange: Allow windows to compute their own initial position. 2009-10-31 11:34:43 +00:00
alberth 52b2d67200 (svn r17914) -Codechange: Use some constants in the size calculation, and pass the size as a combined value to the tooltip window. 2009-10-31 11:29:53 +00:00
alberth 8e7af56d53 (svn r17913) -Documentation: Add doxygen comments to the tooltip window class. 2009-10-31 11:13:31 +00:00
rubidium 1be5d92a9c (svn r17912) -Fix [FS#3289] (r17868): crash when opening the vehicle list (not group list) of a specific company 2009-10-31 10:07:40 +00:00
peter1138 bcb33b50ac (svn r17911) -Codechange: bool * is a pointer, not a bool 2009-10-31 08:15:46 +00:00
smatz fe78cd77bb (svn r17910) -Fix: 32bpp BMP screenshots were broken when screen width wasn't multiple of 4 2009-10-30 23:58:40 +00:00
smatz 86c40a17a9 (svn r17909) -Fix: 32bpp BMP screenshots were in wrong colours on big endian machines 2009-10-30 23:43:44 +00:00
rubidium ee2d790b34 (svn r17908) -Fix [FS#3288]: uninitialised values in some paths of loading TTO savegames 2009-10-30 23:24:17 +00:00
frosch abbaed60d3 (svn r17907) -Codechange: Deduplicate result interpretation of articulated vehicle callback. 2009-10-30 21:51:36 +00:00
alberth d135329860 (svn r17906) -Fix [FS#3286]: Fill the vehicle list before initializing the widgets of the vehicle list window. 2009-10-30 20:51:36 +00:00
rubidium 8cb8f81662 (svn r17905) -Codechange: make the network server list window nested (and increase the default size slightly) 2009-10-30 20:42:42 +00:00
translators 26e2365be4 (svn r17904) -Update from WebTranslator v3.0:
french - 396 changes by glx
greek - 129 changes by fumantsu
serbian - 1 changes by etran
2009-10-30 17:45:14 +00:00
rubidium 3bc0a4ed3e (svn r17903) -Codechange: don't get a modifiable NWidget from a const Window 2009-10-30 07:51:33 +00:00
rubidium 87ea1f1dcd (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 2009-10-29 22:11:16 +00:00
translators 1907cade77 (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
2009-10-29 17:45:17 +00:00
rubidium f315b11f1b (svn r17900) -Fix (r2497): ExtraPaletteValues' tables were all a factor 3 too big
-Codechange: replace some magic numbers related to palette animation with constants
2009-10-29 11:24:58 +00:00
frosch 00aca63b48 (svn r17899) -Codechange: Deduplicate code for refitting vehicles. 2009-10-28 21:09:37 +00:00
frosch d01f5e9e7e (svn r17898) -Fix: [NoAI] Improve behaviour of (AIEngine|AIEventEnginePreview)::GetCargoType() and AIEngine::CanRefitCargo() wrt. articulated vehicles. 2009-10-28 20:15:46 +00:00
frosch 83894809d0 (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.
2009-10-28 18:31:16 +00:00
translators 2a3c797138 (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
2009-10-28 17:45:31 +00:00
alberth 0279b4c7f2 (svn r17895) -Codechange: Move drawing code of the vehicle details window out of OnPaint, and remove hard-coded coordinate constants. 2009-10-27 20:50:47 +00:00
frosch 334b809644 (svn r17894) -Fix: Invalidate cache of vehicle vars 40-43 after testruns of certain commands, that change them temporarily. 2009-10-27 20:37:55 +00:00
rubidium 778f6533ea (svn r17893) -Feature [FS#2633]: make it possible to disable background saving, only via the config file/in game console though 2009-10-27 20:28:10 +00:00
rubidium 0b5698a5b0 (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 2009-10-27 20:19:05 +00:00
rubidium 955f48e0ac (svn r17891) -Feature [FS#1619]: Show maximum tractive effort in the 'exclusive test'/'early offer'/'engine preview' window 2009-10-27 19:56:00 +00:00
rubidium 2ef0746007 (svn r17890) -Feature: double clicking on a NewGRF opens the parameters window 2009-10-27 19:22:07 +00:00
rubidium 8a6ddc8706 (svn r17889) -Feature: double click on a item in the refit list refits without the need to click on the refit button 2009-10-27 19:21:42 +00:00
translators 09ee4f6764 (svn r17888) -Update from WebTranslator v3.0:
dutch - 1 changes by habell
german - 1 changes by planetmaker
serbian - 1 changes by etran
2009-10-27 17:45:16 +00:00
rubidium 4fd74e2f94 (svn r17887) -Codechange: remove some (now) unneeded {SKIP}s 2009-10-27 14:46:59 +00:00
rubidium 7b46503dfc (svn r17886) -Codechange: make the 'start server' window nested 2009-10-27 14:39:37 +00:00
rubidium 62f42f2131 (svn r17885) -Codechange: make the network lobby window nested 2009-10-27 12:43:08 +00:00
rubidium fc741b3334 (svn r17884) -Codechange: remove (most) magic numbers from drawing the details of the network lobby and split detail drawing to its own function 2009-10-27 12:03:12 +00:00
smatz 1bc7684ff0 (svn r17883) -Codechange: little cleaning in md5.cpp and md5.h 2009-10-26 23:03:03 +00:00
rubidium e61008b599 (svn r17882) -Codechange: make the code to draw the details in the server list a seperate function and remove some magic numbers 2009-10-26 22:10:09 +00:00
smatz 18d67f6442 (svn r17881) -Codechange: unify comment style in smallmap_gui.cpp a bit 2009-10-26 20:32:28 +00:00
smatz 5b8863ea57 (svn r17880) -Codechange: pass 'blitter' as parameter instead of determining it again in DrawSmallMapStuff() 2009-10-26 20:26:34 +00:00
smatz 1165817cf2 (svn r17879) -Codechange: convert awarded pax subsidies from old savegames using simple heuristic (instead of deleting them) 2009-10-26 18:16:39 +00:00
translators 72a6267284 (svn r17878) -Update from WebTranslator v3.0:
french - 6 changes by glx
german - 1 changes by dihedral
hungarian - 1 changes by alyr
2009-10-26 17:45:13 +00:00
rubidium 22db089c0d (svn r17877) -Fix (r1322/r1174/r464): do not hardcode 'Ban' for GUI purposes, i.e. make it translatable 2009-10-26 12:43:27 +00:00
rubidium fac3655a4c (svn r17876) -Codechange: make the network company password window nested 2009-10-26 12:24:14 +00:00