Commit Graph

13554 Commits (1b72fa84e25c38d3642acf9a7cbbaf8d59ecb9e8)
 

Author SHA1 Message Date
smatz a84921f8f5 (svn r18032) -Codechange: add one const 15 years ago
rubidium 88a7e23897 (svn r18031) -Codechange: since basically r7157 adding up 'all' mouse movement isn't needed anymore because after each even that movement is handled and the counter is reset. As such simply assigning instead of adding works. 15 years ago
rubidium cbf4b80b86 (svn r18030) -Fix: screen jumped a bit for at least SDL and Allegro when right-click-dragging 15 years ago
glx 85a910f02e (svn r18029) -Fix (r18028): AppendPathSeparator() should stay global 15 years ago
rubidium 860b9b1cea (svn r18028) -Codechange: unglobalise some functions 15 years ago
rubidium c2221885f4 (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 15 years ago
rubidium 3702746756 (svn r18026) -Codechange: make a lookup table static that doesn't need to be 'exported' 15 years ago
rubidium 6db598e408 (svn r18025) -Fix (r17217): more missing/extra parentheses (for compilers I've never heard of) 15 years ago
rubidium 29ee106efa (svn r18024) -Fix (r17217): missing ( 15 years ago
alberth 311534797a (svn r18023) -Codechange: Make the timetable window nested. 15 years ago
rubidium 85a3dce45c (svn r18022) -Cleanup: remove some (now) unused button resize functions 15 years ago
alberth efbdba72b3 (svn r18021) -Codechange: Have a widget for every cargo-type to eliminate searching. 15 years ago
alberth 7f1f105afa (svn r18020) -Codechange: Make the company station list window nested. 15 years ago
rubidium 53d80eebc8 (svn r18019) -Codechange: make the 'engine preview' window nested 15 years ago
rubidium 9cc07a1e98 (svn r18018) -Codechange: make the 'buy company' window nested 15 years ago
translators d8121cbb63 (svn r18017) -Update from WebTranslator v3.0:
arabic_egypt - 15 changes by kasakg
german - 1 changes by planetmaker
greek - 1 changes by fumantsu
hungarian - 1 changes by Petert
indonesian - 1 changes by prof
polish - 52 changes by silver_777
portuguese - 4 changes by SupSuper
15 years ago
frosch f48f73f060 (svn r18016) -Codechange: Move the arbitrary basecost multiplier offset (8) to newgrf loading and make the internal state zero-based instead. 15 years ago
rubidium 5d3fa80931 (svn r18015) -Codechange: redesign the world generation windows to make 'proper' use of nested widgets. 15 years ago
alberth 71c207048f (svn r18014) -Codechange: Station view window uses pure nested widgets. 15 years ago
alberth a2e6035f16 (svn r18013) -Codechange: Add possibility to change window size during ReInit(). 15 years ago
rubidium 4c06a9e549 (svn r18012) -Codechange: make the world generation windows nested; they'll need some tweaks to use the full potential though 15 years ago
frosch 6ca8f6e380 (svn r18011) -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 'running cost factor'. 15 years ago
alberth cc320dc4d0 (svn r18010) -Codechange: Split StationViewWindow::OnPaint in four functions. 15 years ago
rubidium 1eea96d636 (svn r18009) -Codechange: make the 'create scenario' window nested 15 years ago
frosch 3f5e42b04a (svn r18008) -Codechange: Rename NUM_PRICES to PR_END, and use the Price enum some more. 15 years ago
frosch e781929d7f (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 a6b362ff83 (svn r18006) -Codechange: make the world generation progress window nested 15 years ago
frosch ba1fc280e3 (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 15 years ago
frosch 7984d90c40 (svn r18004) -Codechange: Deduplicate some magic. 15 years ago
rubidium 618621e851 (svn r18003) -Cleanup: prune some unused functions from Window 15 years ago
rubidium 587c379c6f (svn r18002) -Change: add cases to Greek and use them (fumantsu) 15 years ago
peter1138 723c19571f (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 98d24c34e6 (svn r18000) -Update from WebTranslator v3.0:
greek - 1 changes by fumantsu
15 years ago
frosch 1519f7074f (svn r17999) -Fix: [NewGRF] Improve parsing of RIFF data. Skip unknown chunks and check chunk sizes. 15 years ago
alberth c341673cd5 (svn r17998) -Fix (r17994): Use a consistent item list width. 15 years ago
alberth 0bc03c25f4 (svn r17997) -Codechange: Introduce functions for querying top and bottom of the main view. 15 years ago
alberth b500170ac2 (svn r17995) -Codechange: PreventHiding() is used in one file, make it static. 15 years ago
alberth 3ae1b98d3a (svn r17994) -Codechange: Make the dropdown menu window use pure nested widgets. 15 years ago
alberth d03bf874fc (svn r17993) -Codechange: Move widget and data initialization into the dropdown menu class. 15 years ago
alberth 81796f10e5 (svn r17992) -Codechange: Merge some parameters of the dropdown menu. 15 years ago
alberth 61576c3184 (svn r17991) -Codechange: Use WD_VSCROLLBAR_WIDTH constant in dropdown menu window. 15 years ago
alberth 7dd10a684d (svn r17990) -Codechange: Add widgets enum for dropdown menu window. 15 years ago
rubidium 7f8a062f3f (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 1000445382 (svn r17985) -Codechange: make the toolbar container support non-resizable widgets and subclassing of itself. 15 years ago
rubidium 0c005f9cfa (svn r17984) -Codechange: make it possible to use MakeNWidgets using a custom container widget. 15 years ago
translators 8e9cceab4e (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 b012a75c47 (svn r17977) -Fix: Busses and trucks are distinguished by cargo class. 15 years ago
frosch 79627b4f89 (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
translators b92c6b3741 (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 828729344d (svn r17974) -Fix (r17926)[FS#3300]: C != T 15 years ago