Commit Graph

13486 Commits (aa5f72f61437defe22896728ef5c0cc27d51401b)
 

Author SHA1 Message Date
alberth aa5f72f614 (svn r18014) -Codechange: Station view window uses pure nested widgets. 15 years ago
alberth ade53126b4 (svn r18013) -Codechange: Add possibility to change window size during ReInit(). 15 years ago
rubidium 9e39af5230 (svn r18012) -Codechange: make the world generation windows nested; they'll need some tweaks to use the full potential though 15 years ago
frosch 1bd8a982d5 (svn r18011) -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 'running cost factor'. 15 years ago
alberth c08a37c114 (svn r18010) -Codechange: Split StationViewWindow::OnPaint in four functions. 15 years ago
rubidium 2b1ca0c513 (svn r18009) -Codechange: make the 'create scenario' window nested 15 years ago
frosch d6e65fc173 (svn r18008) -Codechange: Rename NUM_PRICES to PR_END, and use the Price enum some more. 15 years ago
frosch 17039eaf42 (svn r18007) -Codechange: No need to call CB 36 'running cost factor' if the vehicle has no running cost class anyway. 15 years ago
rubidium 3f06d32080 (svn r18006) -Codechange: make the world generation progress window nested 15 years ago
frosch 040404c5d3 (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 15 years ago
frosch a36db7d8f6 (svn r18004) -Codechange: Deduplicate some magic. 15 years ago
rubidium 79a039b0df (svn r18003) -Cleanup: prune some unused functions from Window 15 years ago
rubidium 6c107011fc (svn r18002) -Change: add cases to Greek and use them (fumantsu) 15 years ago
peter1138 0314ad1a38 (svn r18001) -Codechange: [SDL] When the mouse cursor is locked into position when scrolling a viewport, warp the mouse pointer to the centre of the window. This gives maximum freedom of movement. The pointer position is restored when the lock is removed. Visually the mouse cursor stays where it was. 15 years ago
translators b4b50e8c37 (svn r18000) -Update from WebTranslator v3.0:
greek - 1 changes by fumantsu
15 years ago
frosch d86a79bfad (svn r17999) -Fix: [NewGRF] Improve parsing of RIFF data. Skip unknown chunks and check chunk sizes. 15 years ago
alberth 58b6fb8417 (svn r17998) -Fix (r17994): Use a consistent item list width. 15 years ago
alberth c7ca4691c4 (svn r17997) -Codechange: Introduce functions for querying top and bottom of the main view. 15 years ago
alberth 0fa6870eca (svn r17995) -Codechange: PreventHiding() is used in one file, make it static. 15 years ago
alberth da20ee30a2 (svn r17994) -Codechange: Make the dropdown menu window use pure nested widgets. 15 years ago
alberth abe3dc1f34 (svn r17993) -Codechange: Move widget and data initialization into the dropdown menu class. 15 years ago
alberth 2ae6969b49 (svn r17992) -Codechange: Merge some parameters of the dropdown menu. 15 years ago
alberth 55c5565d1f (svn r17991) -Codechange: Use WD_VSCROLLBAR_WIDTH constant in dropdown menu window. 15 years ago
alberth 46b819bba0 (svn r17990) -Codechange: Add widgets enum for dropdown menu window. 15 years ago
rubidium 6be5448536 (svn r17986) -Codechange: make the scenario 'main' toolbar nested. Also make it implement the 'switch' toolbar feature when it gets really small. 15 years ago
rubidium c4c6ed7df0 (svn r17985) -Codechange: make the toolbar container support non-resizable widgets and subclassing of itself. 15 years ago
rubidium f722df46c0 (svn r17984) -Codechange: make it possible to use MakeNWidgets using a custom container widget. 15 years ago
translators 9ba1522c00 (svn r17983) -Update from WebTranslator v3.0:
finnish - 1 changes by jpx_
italian - 1 changes by lorenzodv
lithuanian - 86 changes by Devastator
serbian - 1 changes by etran
spanish - 1 changes by Terkhen
15 years ago
frosch 4691a2069a (svn r17977) -Fix: Busses and trucks are distinguished by cargo class. 15 years ago
frosch 3cb949a17d (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
translators 4fe380b10e (svn r17975) -Update from WebTranslator v3.0:
catalan - 5 changes by arnau
traditional_chinese - 4 changes by josesun
dutch - 1 changes by habell
french - 1 changes by glx
german - 1 changes by planetmaker
greek - 5 changes by fumantsu
15 years ago
frosch f9c3055445 (svn r17974) -Fix (r17926)[FS#3300]: C != T 15 years ago
rubidium 752c4e30c5 (svn r17973) -Fix: 'save' toolbar button didn't change when clicking it
-Fix: wrong widgets (e.g. finances and company) could be visually disabled, based on the state of the zoom in/out buttons. However, they were still clickable
-Codechange: make the main toolbar a nested window
15 years ago
translators aedb678130 (svn r17972) -Update from WebTranslator v3.0:
simplified_chinese - 2 changes by Gavin
15 years ago
rubidium 9fc2e8d269 (svn r17971) -Codechange: make the code of the toolbar more uniform; give the switch bar a tooltip and unify the naming of sprites. 15 years ago
rubidium c3243891a4 (svn r17970) -Codechange: some coding style / improvement of constant usage 15 years ago
rubidium f6e661a3d0 (svn r17969) -Codechange: use the toolbar switch button lowered state as a way to tell which of the configurations it's showing 15 years ago
alberth 171fa9d16b (svn r17967) -Codechange: Specify that the buttons of the query string window should be equal in size. 15 years ago
alberth 95990e6d10 (svn r17966) -Fix (r17965): The Default button should be disabled in some cases rather than the Ok button. 15 years ago
alberth cc0906a49c (svn r17965) -Codechange: query string window uses pure nested widgets. 15 years ago
translators ec93425c86 (svn r17964) -Update from WebTranslator v3.0:
estonian - 27 changes by KSiimson
greek - 1 changes by fumantsu
15 years ago
rubidium 318c2fad7c (svn r17963) -Codechange: some documentation style 15 years ago
rubidium 1bc11b299f (svn r17962) -Fix: some spelling 15 years ago
rubidium 8def1e2e6f (svn r17961) -Document: also document the hanging of SDL on quiting if it 'talks' to PulseAudio via its virtual ALSA device 15 years ago
rubidium 4fccffabbd (svn r17960) -Change: plural type of greek 15 years ago
rubidium f2cf272cc4 (svn r17959) -Cleanup: remove unused function 15 years ago
rubidium 483ff921ae (svn r17958) -Codechange: make the join progress window nested 15 years ago
translators 11fb18c1a1 (svn r17957) -Update from WebTranslator v3.0:
greek - 5 changes by fumantsu
norwegian_nynorsk - 21 changes by Utvik
spanish - 2 changes by Terkhen
15 years ago
rubidium 52d83b65a5 (svn r17956) -Document: CPU usage issues with SDL-ALSA-PulseAudo 15 years ago
rubidium 95bcee3fde (svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/ 15 years ago