Commit Graph

7743 Commits (0d78109e3e3cfcaf689f4a423cc43d18245cc58a)

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 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 95bcee3fde (svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/ 15 years ago
rubidium 3013be391e (svn r17954) -Codechange: make the network client list nested 15 years ago
rubidium 5ff43d78b9 (svn r17953) -Fix: when you start giving money (input window for amount), then get moved to spectators and you click 'Ok' a crash would occur 15 years ago
rubidium 55a9b89233 (svn r17952) -Codechange: make the network client list popup nested 15 years ago
rubidium 8611df32f2 (svn r17951) -Codechange: simplify making the popup list, remove arbirary limitations and unused code/strings. 15 years ago
smatz c2f0845b92 (svn r17950) -Fix (r17776): _draw_mutex was never destroyed, _draw_thread was never joined 15 years ago
smatz bb56cd39b6 (svn r17949) -Fix (r17776): unlock mutex before deleting it when creating drawing thread failed 15 years ago
rubidium 719b995358 (svn r17948) -Codechange: remove some magic numbers from the network client list GUIs / use ResizeWindow instead of custom resize code. 15 years ago
rubidium c4c56ea04d (svn r17947) -Codechange: make the statusbar, chat input and news window know of eachothers size so they don't get overlapped and don't get invisible (bottoms) of windows when a larger font is used 15 years ago
rubidium 4cb1409391 (svn r17946) -Codechange: move the widget definition of the client list closer to the window 15 years ago
alberth e22b5ed872 (svn r17945) -Fix (r17940): Absence of main toolbar and/or status bar should not be fatal. 15 years ago
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
frosch 61fbba4dc1 (svn r17894) -Fix: Invalidate cache of vehicle vars 40-43 after testruns of certain commands, that change them temporarily. 15 years ago
rubidium f656dd4cf3 (svn r17893) -Feature [FS#2633]: make it possible to disable background saving, only via the config file/in game console though 15 years ago
rubidium 104128a145 (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 15 years ago
rubidium 3e83c0b1cb (svn r17891) -Feature [FS#1619]: Show maximum tractive effort in the 'exclusive test'/'early offer'/'engine preview' window 15 years ago
rubidium ac8482e82d (svn r17890) -Feature: double clicking on a NewGRF opens the parameters window 15 years ago
rubidium fdde27ff0a (svn r17889) -Feature: double click on a item in the refit list refits without the need to click on the refit button 15 years ago
translators 90f7fcb3ca (svn r17888) -Update from WebTranslator v3.0:
dutch - 1 changes by habell
german - 1 changes by planetmaker
serbian - 1 changes by etran
15 years ago
rubidium a592d22c5c (svn r17887) -Codechange: remove some (now) unneeded {SKIP}s 15 years ago
rubidium 4b83775e6f (svn r17886) -Codechange: make the 'start server' window nested 15 years ago
rubidium 8a703a8a80 (svn r17885) -Codechange: make the network lobby window nested 15 years ago
rubidium 4376af5b04 (svn r17884) -Codechange: remove (most) magic numbers from drawing the details of the network lobby and split detail drawing to its own function 15 years ago
smatz c82d2a1fa6 (svn r17883) -Codechange: little cleaning in md5.cpp and md5.h 15 years ago
rubidium 2894071583 (svn r17882) -Codechange: make the code to draw the details in the server list a seperate function and remove some magic numbers 15 years ago
smatz 1043abc176 (svn r17881) -Codechange: unify comment style in smallmap_gui.cpp a bit 15 years ago
smatz e895719e96 (svn r17880) -Codechange: pass 'blitter' as parameter instead of determining it again in DrawSmallMapStuff() 15 years ago
smatz 618f0cdae3 (svn r17879) -Codechange: convert awarded pax subsidies from old savegames using simple heuristic (instead of deleting them) 15 years ago
translators 39fa6f0eb1 (svn r17878) -Update from WebTranslator v3.0:
french - 6 changes by glx
german - 1 changes by dihedral
hungarian - 1 changes by alyr
15 years ago
rubidium e0c72d2c98 (svn r17877) -Fix (r1322/r1174/r464): do not hardcode 'Ban' for GUI purposes, i.e. make it translatable 15 years ago
rubidium 1a4fb59437 (svn r17876) -Codechange: make the network company password window nested 15 years ago
smatz 345ced24de (svn r17875) -Change [FS#3272]: prefer extmidi over allegro midi and allegro over null driver 15 years ago
alberth bf5fbf53b3 (svn r17874) -Codechange: vehicle details window uses pure nested widgets. 15 years ago
rubidium c23503659f (svn r17873) -Codechange: make the advanced settings window nested 15 years ago
smatz 4be740573c (svn r17872) -Codechange: apply coding style to splash.cpp
-Fix (r17871): missing variable declaration
15 years ago
smatz c782ccec5d (svn r17871) -Fix (r11342): memset() accepts only 1-byte argument 15 years ago
alberth b6679cfe25 (svn r17870) -Codechange: Use fontsize when drawing roadveh, ship, and aircraft details. 15 years ago
smatz 7921a5c7d0 (svn r17869) -Codechange: don't create OnScroll() event for zero delta 15 years ago
alberth af5c9167e3 (svn r17868) -Codechange: Vehicle list window uses nested widgets only. 15 years ago
alberth e08d3ec595 (svn r17867) -Codechange: Prepare BaseVehicleListWindow for nested widgets. 15 years ago
rubidium 8f7b58be35 (svn r17866) -Codechange: make the remaining graph windows nested 15 years ago
alberth 125ca20d45 (svn r17865) -Codechange: Remove references to specific widgets and step-heights from BaseVehicleListWindow::DrawVehicleListItems(). 15 years ago
rubidium 2eb67404ce (svn r17864) -Codechange: make the OSK nested 15 years ago
rubidium 4c089676f7 (svn r17863) -Codechange: make the build vehicle window nested 15 years ago
alberth edf0ae78e0 (svn r17862) -Codechange: Use edge positions of the matrix widget in DrawVehicleRefitWindow. 15 years ago
alberth d202296805 (svn r17861) -Fix (r17860): max(uint, int) does not exist. 15 years ago
alberth 6fbdad9e42 (svn r17860) -Codechange: Refit window uses pure nested widgets. 15 years ago
rubidium 5be6edc6e3 (svn r17859) -Codechange: make the fund/build/prospect industry window nested 15 years ago
frosch 3a470a37cf (svn r17858) -Codechange: Unindent some code. 15 years ago
frosch a6f09889e5 (svn r17857) -Fix (r10442): [NewGRF] 'subtract-in' is also signed for production callback version 0. 15 years ago
alberth 6ff8e78c48 (svn r17856) -Codechange: Don't get the selected cargo as a sife effect of drawing. 15 years ago
alberth 40477932f1 (svn r17855) -Codechange: Remove or move var declarations in DrawVehicleRefitWindow(). 15 years ago
alberth e284677c38 (svn r17854) -Codechange: Merge different cases of setting widget data together in the view vehicle window. 15 years ago
rubidium c1365b3cc1 (svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone. 15 years ago
alberth 5f11ca95a6 (svn r17852) -Codechange: Use viewport nested widget in the view-vehicle window. 15 years ago
alberth ab559623d6 (svn r17851) -Codechange: Use pure nested widgets for the view-vehicle window. 15 years ago
rubidium 51936e1903 (svn r17850) -Codechange: remove most usage of delta on OnResize 15 years ago
rubidium 343586484b (svn r17849) -Codechange: make the saveload windows nested 15 years ago
rubidium a5a1206bbe (svn r17848) -Codechange: allow overriding (some) settings of STACKED_SELECTION_ZERO_SIZE widgets via UpdateWidgetSize 15 years ago
translators 50e8e37853 (svn r17847) -Update from WebTranslator v3.0:
basque - 7 changes by Thadah
15 years ago
rubidium 5fb9f8cb24 (svn r17846) -Codechange: make the network content window nested 15 years ago
rubidium ac055da444 (svn r17843) -Codechange: move the details drawing code of the content window to a separate function 15 years ago
rubidium a1197e2513 (svn r17842) -Fix: DrawStringMultiLine would in some corner case, top = bottom + 1, draw the string 15 years ago
rubidium 6eba9654a2 (svn r17841) -Codechange: move state changes from OnPaint to OnInvalidate for the content gui. 15 years ago
rubidium 5f1e16027d (svn r17840) -Codechange: use the new pool's concepts (caching + not zeroing). Improves average CargoPacket con/destruction time by ~20%, MoveTo/Append by 5-10% and application performance by up to 2%. 15 years ago
rubidium 5ce38e4fdd (svn r17839) -Codechange: implement the concept of 'caching' pool items to pools, that is instead of 'free' push the unused items in a linked list and use them on 'malloc'. Also add the concept of zeroing, or actually not zeroing, on new for pool items. 15 years ago
rubidium 9321dccf1e (svn r17838) -Document: the Pool struct's template parameters 15 years ago
rubidium a30ac59fd2 (svn r17837) -Fix (r17812): comment erroneously mentioned feeder share 15 years ago
rubidium 61720eede3 (svn r17836) -Codechange: split the CargoPacket constructor for creating 'real' new CargoPackets and saveload. For saveload we do not need to set anything except two variables (the rest is always overwritten by the load), for new 'real' cargo also pass the source_xy; dereferencing st before calling is easier than resolving st->index back to st and then dereferencing. Also don't set loaded_at_xy because that is of no importance when not loaded in a vehicle. 15 years ago
smatz b124e9e874 (svn r17835) -Codechange: constify few variables 15 years ago
rubidium d4919d8e88 (svn r17834) -Fix [FS#3274] (r17808): you got paid a bit too much... ofcourse the index of the source station generally doesn't equal the location of said station. 15 years ago
alberth 862b8b6247 (svn r17833) -Codechange: Depot gui should use relative widget coordinates for clicking. 15 years ago
smatz 92b61b1a4a (svn r17832) -Codechange: make Alberth happier 15 years ago
smatz 0b213e866e (svn r17831) -Codechange: move code used for adding map indicators of the smallmap to separate functions 15 years ago
frosch 9259446b76 (svn r17830) -Fix [FS#3276]: Some windows already need their window_number when setting up smallest size (e.g. for DParams). So assign it earlier in Window::InitializeData instead of dealing with each window separately. 15 years ago
smatz 61474f5c1f (svn r17829) -Codechange: move code used for adding vehicles and town names to minimap to separate functions 15 years ago
alberth e05313e41d (svn r17828) -Codechange: Variable declaration code style, and a few comment typo-ish fixes. 15 years ago
frosch f6cc2c162b (svn r17827) -Codechange: Deduplicate some lines of code. 15 years ago
frosch 99d822723d (svn r17826) -Codechange: GetRoadVehLength() is only used in one file, make it static. 15 years ago
smatz ecdbc151e9 (svn r17825) -Change: 'animate' the 'center to current position' button in SmallMapWindow when pressed 15 years ago
frosch 7395177eb2 (svn r17824) -Fix (r4594): _date_fract runs from 0 to 73 since r2041. Variable 0x09 should not. 15 years ago
alberth 9669ae4869 (svn r17823) -Codechange: Use top of the matrix widget as offset for row calculation in autoreplace window. 15 years ago
smatz bcc7da4aa1 (svn r17822) -Codechange: move 'extra viewport' code from smallmap_gui.cpp to viewport_gui.cpp 15 years ago
smatz 270aa78257 (svn r17821) -Codechange: make more mathods of SmallMapWindow private 15 years ago
translators 04f95f25ed (svn r17820) -Update from WebTranslator v3.0:
traditional_chinese - 6 changes by josesun
indonesian - 1 changes by prof
15 years ago
smatz fef6d1057c (svn r17819) -Codechange: replace magic constant by symbolic constant 15 years ago
rubidium 0c06d279f0 (svn r17818) -Codechange: iterate the cargo list from the back when trying to merge packets. Chances are higher that the last packet (in the FIFO-ish queue) is mergeable with the to be added package. If a train gets loaded packets get split up and put into the different carriages, at unload they are unloaded in the same order so the last in the FIFO-ish queue is likely the packet it can merge with.
This results in a 5-10% performance improvement of CargoList's Append/MoveTo without performance degradation of AgeCargo.
15 years ago
rubidium c0efafc52d (svn r17817) -Codechange: MakeWater actually made sea tiles, so rename it to MakeSea and unduplicate the code to make sea, rivers and canals. 15 years ago
rubidium 079b7fa034 (svn r17816) -Codechange: move the CargoList invalidation-after-saveload to the function that handles the CargoPackets instead of spreading it around over the saveload files. Also add some code to validate whether the caches are valid; to be removed later when no problems turn up 15 years ago
rubidium 8e1f62993d (svn r17815) -Fix [SDL]: asynchronious drawing caused extra unresponsiveness during map generation; disable the threading while generating a map 15 years ago
rubidium 75c375de54 (svn r17814) -Codechange: there's no need to invalidate the cache in the constructor of a CargoList; the list is empty, the CargoList is calloc-ed so all caches are 0. 15 years ago
rubidium fe575367f9 (svn r17813) -Codechange: unify the CargoPacket related coding style 15 years ago
rubidium 3adaa57a2e (svn r17812) -Codechange: move the feeder_share cache from CargoList to VehicleCargoList; saves 512 bytes per station and 1-2% on CargoList::MoveTo. 15 years ago
rubidium 52f7987a14 (svn r17811) -Codechange: make HasEditBoxFocus a private function of QueryString because it's not meant to be used for determining whether the given widget actually has focus (it also checks the OSK edit box) 15 years ago
frosch 966d8d8f52 (svn r17810) -Codechange/Fix: Add assert_tcompile() and use it.
OTTD's traditional assert_compile() does not work inside templates for gcc compilers, static_assert() does though.
  The new assert_tcompile() resolves into static_assert() if present, or into a runtime assert() else.
15 years ago
frosch f1d37fab37 (svn r17809) -Fix: MSVC compilation. 15 years ago
rubidium 756f813040 (svn r17808) -Codechange: remove write 'access' from all of CargoPacket's variables 15 years ago
rubidium ef38feefda (svn r17807) -Codechange: move all 'updates' just after the 'load' constructor of CargoPackets to the constructor call itself 15 years ago
rubidium 93cc3e6106 (svn r17806) -Codechange: split CargoPacket's 'afterload' to a separate function 15 years ago
translators ea438793ba (svn r17805) -Update from WebTranslator v3.0:
norwegian_bokmal - 1 changes by Utvik
norwegian_nynorsk - 1 changes by Utvik
15 years ago
rubidium 8234230f9e (svn r17804) -Codechange: move the CargoPacket 'invalidation' when stations get removed to CargoPacket. 15 years ago
frosch 0557a47162 (svn r17803) -Codechange: Remove update_(left|right) in favour of the rebuild flag of GUIList. 15 years ago
frosch c1e005ac88 (svn r17802) -Feature(ette) [FS#1862]: [NewGRF] Textstack support for CB 37. 15 years ago
rubidium be57392ba3 (svn r17801) -Codechange: for StationCargoLists the 'loaded_at_xy' does not matter when merging CargoPackets 15 years ago
rubidium e553983e39 (svn r17800) -Codechange: first steps into making CargoList a template 15 years ago
alberth aa75552957 (svn r17799) -Codechange: industry view window uses pure nested widgets. 15 years ago
alberth 9c31915368 (svn r17798) -Codechange: Introduce new constant WD_PAR_VSEP_WIDE for large amount of space between text. 15 years ago
alberth 1f3dedea24 (svn r17797) -Codechange: Use parameters of new function, introduce constants for hardcoded numbers. 15 years ago
alberth 9b8030612f (svn r17796) -Codechange: Move drawing of the industry info to its own function. 15 years ago
rubidium 760a329622 (svn r17795) -Codechange: split cargolist into one for vehicles and one for stations. 15 years ago
michi_cc 685a7752f2 (svn r17794) -Feature: [OSX] Implement automatic fallback font selection for OSX. 15 years ago
michi_cc c1f6dc4342 (svn r17793) -Fix: [OSX] The splash image wasn't displayed if the Quartz video driver was used. 15 years ago
michi_cc 740d17f469 (svn r17792) -Fix [FS#3261]: [OSX] Fix (bogus) compiler warnings related to printf argument checking. 15 years ago
alberth 90d137ac44 (svn r17791) -Codechange: Highscore and endgame windows use pure nested widgets. 15 years ago
rubidium 0ee61a16ef (svn r17790) -Feature: translatable base sound/graphics set descriptions 15 years ago
translators 2e4cac9e50 (svn r17789) -Update from WebTranslator v3.0:
basque - 79 changes by Thadah
greek - 11 changes by fumantsu
norwegian_bokmal - 78 changes by Utvik
norwegian_nynorsk - 1 changes by Utvik
swedish - 233 changes by accatyyc
15 years ago
rubidium 4b903b80ac (svn r17788) -Fix [FS#3268] (r16702): don't fail hard when no soundcard could be detected; just fall back on the null-driver 15 years ago
rubidium 9e75e3db68 (svn r17787) -Codechange: be a bit more verbose about while allegro failed with some actions. 15 years ago
rubidium b72898c8a3 (svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows 15 years ago
alberth 36b28dd48a (svn r17785) -Codechange: autoreplace window uses pure nested widgets. 15 years ago
alberth d2a66d68c5 (svn r17784) -Codechange: Replace 'i' with 'side' when side is intended in the autoreplace window. 15 years ago
alberth 0bc7475032 (svn r17783) -Codechange: Remove local pointer variable 'widget' from autoreplace window. 15 years ago
rubidium 3855302822 (svn r17782) -Fix [FS#3270]: animation wasn't removed from station tiles when keeping the rail during removal 15 years ago
alberth 735c261633 (svn r17781) -Codechange: Remove local variable 'selected_group' from autoreplace window. 15 years ago
alberth 82a29ef80d (svn r17780) -Codechange: A bit more code style in the autoreplace window. 15 years ago
translators ee93b75b6e (svn r17779) -Update from WebTranslator v3.0:
basque - 5 changes by Thadah
hungarian - 1 changes by Petert
vietnamese - 31 changes by nglekhoi
15 years ago
rubidium 42ea146ce1 (svn r17778) -Fix: remove unneeded newline from 'TOC' debug lines. 15 years ago
translators a14f1455ed (svn r17777) -Update from WebTranslator v3.0:
basque - 7 changes by Thadah
danish - 8 changes by krak
greek - 47 changes by fumantsu
thai - 43 changes by sf_alpha
15 years ago
rubidium 0307d13d0a (svn r17776) -Codechange: [SDL] make "update the video card"-process asynchronious. Profiling with gprof etc. hasn't shown us that DrawSurfaceToScreen takes a significant amount of CPU; only using TIC/TOC it became apparant that it was a heavy CPU-cycle user or that it was waiting for something.
The benefit of making this function asynchronious ranges from 2%-25% (real time) during fast forward on dual core/hyperthreading-enabled CPUs; 8bpp improvements are, in my test cases, significantly smaller than 32bpp improvements.
On single core non-hyperthreading-enabled CPUs the extra locking/scheduling costs up to 1% extra realtime in fast forward. You can use -v sdl:no_threads to disable threading and undo this loss.
During normal non-fast-forwarded games the benefit/costs are negligable except when the gameloop takes more than about 90% of the time of a tick.
Note that allegro's performance does not improve with this system, likely due to their way of getting data to the video card. It is not implemented for the OS X/Windows video backends, unless (ofcourse) SDL is used there.
Funny is that the performance of the 32bpp(-anim) blitter is, at least in some test cases, significantly faster (more than 10%) than the 8bpp(-optimized) blitter when looking at real time in fast forward on a dual core CPU; it was slower.
The idea comes from a paper/report by Idar Borlaug and Knut Imar Hagen.
15 years ago
translators db7c91b647 (svn r17775) -Update from WebTranslator v3.0:
basque - 119 changes by Thadah
danish - 2 changes by krak
brazilian_portuguese - 1 changes by Tucalipe
15 years ago
rubidium 843401df94 (svn r17774) -Codechange: show the version of the (dynamically) linked library instead of the one we compiled against in the crash log 15 years ago
rubidium 2508e6b907 (svn r17773) -Cleanup: sdl.h isn't needed for allegro 15 years ago
rubidium aec99b1790 (svn r17772) -Fix [FS#3264]: CJK languages don't have spaces, so for adding newlines (multi line strings) we need to (properly) handle the case when there are no spaces instead of truncating the string. 15 years ago
rubidium abbfdb1396 (svn r17771) -Codechange: use the 'StringID' function instead of the 'const char *' function + custom code to resolve the 'const char *' from the 'StringID' 15 years ago
translators ff5f64dbe5 (svn r17770) -Update from WebTranslator v3.0:
basque - 20 changes by Thadah
vietnamese - 21 changes by nglekhoi
15 years ago
translators e2e8154aab (svn r17769) -Update from WebTranslator v3.0:
basque - 292 changes by Thadah
greek - 73 changes by fumantsu
15 years ago
michi_cc 8a097b48d7 (svn r17768) -Fix (r17715): [OSX] Newer GCC versions don't like jumping over variable definitions with goto's. (planetmaker) 15 years ago
michi_cc 6af205655d (svn r17767) -Fix [FS#3190]: [OSX] Don't check 64bit-ness when compiling strgen. 15 years ago
rubidium 73cc3110de (svn r17766) -Add: stub for a Basque translation 15 years ago
translators 53137bc8d0 (svn r17765) -Update from WebTranslator v3.0:
greek - 14 changes by fumantsu
italian - 2 changes by lorenzodv
turkish - 2 changes by niw3
15 years ago
alberth df39af7be8 (svn r17764) -Codechange: Replace 'list' class variable in ReplacceVehicleWindow by 'engines'. 15 years ago
alberth ab4e195072 (svn r17763) -Codechange: Rename 'wagon_btnstate' to 'replace_engines', and 'init_lists' to 'reset_sel_engine' in ReplaceVehicleWindow, add doxygen comments. 15 years ago
rubidium e0bd454fbb (svn r17762) -Fix [FS#3259]: don't let aircraft drive a while over the grass when landing at high altitude airports 15 years ago
alberth 628f175154 (svn r17761) -Codechange: Removed some unused/unneeded variables from ReplaceVehicleWindow. 15 years ago
alberth 0fdc77ef5a (svn r17760) -Revert (r17648): _local_company is less constant than you'd expect. 15 years ago
alberth e1533210b4 (svn r17759) -Codechange [FS#3257]: Return focus to the parent window using the function designed for it. 15 years ago
frosch 76ff3aaf8f (svn r17758) -Revert (r17208): Use assert_compile() if you cannot count.
-Fix (r7326): Powernaut Helicopter got wrong 'load amount'.
-Fix (r2639): Call the Evil by its name.
15 years ago
translators 140f1194b9 (svn r17757) -Update from WebTranslator v3.0:
hungarian - 35 changes by leiric
indonesian - 1 changes by prof
ukrainian - 49 changes by Madvin
15 years ago
alberth 16bc6380a8 (svn r17756) -Codechange: Company finances window uses pure nested widgets. 15 years ago
alberth 2592a45e4c (svn r17755) -Codechange: Allow for a zero-size display plane in a NWidgetStacked widget to hide its child widgets. 15 years ago
alberth 67f2a3cead (svn r17754) -Codechange: Make ExpensesList::GetHeight() return a uint. 15 years ago
alberth 2f6eb6fdfd (svn r17753) -Fix (r17750): Expenses amounts were printed two pixels too low. 15 years ago
rubidium fa1c023da5 (svn r17752) -Fix [FS#3231]: OSK could reset town name to an already used town name for the 'Generate Town' window 15 years ago
rubidium 6ba0dc05a7 (svn r17751) -Fix [FS#3253]: sometimes clicking on a for the user unfocused edit box would show the OSK (Zuu) 15 years ago
alberth 18bcbd08ef (svn r17750) -Codechange: Financial expenses panel handles different font size, replaced magic numbers by constants. 15 years ago