Commit Graph

7655 Commits

Author SHA1 Message Date
alberth
d57223144d (svn r17913) -Documentation: Add doxygen comments to the tooltip window class. 2009-10-31 11:13:31 +00:00
rubidium
3ff08d08b0 (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
d2ee7941f5 (svn r17911) -Codechange: bool * is a pointer, not a bool 2009-10-31 08:15:46 +00:00
smatz
3d177abb14 (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
6b76afbc5c (svn r17909) -Fix: 32bpp BMP screenshots were in wrong colours on big endian machines 2009-10-30 23:43:44 +00:00
rubidium
d956d05024 (svn r17908) -Fix [FS#3288]: uninitialised values in some paths of loading TTO savegames 2009-10-30 23:24:17 +00:00
frosch
1996e93edf (svn r17907) -Codechange: Deduplicate result interpretation of articulated vehicle callback. 2009-10-30 21:51:36 +00:00
alberth
244b709420 (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
bca2397f5a (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
4d420e9b9c (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
ea24fbcc62 (svn r17903) -Codechange: don't get a modifiable NWidget from a const Window 2009-10-30 07:51:33 +00:00
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 2009-10-29 22:11:16 +00:00
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
2009-10-29 17:45:17 +00:00
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
2009-10-29 11:24:58 +00:00
frosch
020c53fc7e (svn r17899) -Codechange: Deduplicate code for refitting vehicles. 2009-10-28 21:09:37 +00:00
frosch
bc0e75ef60 (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
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.
2009-10-28 18:31:16 +00:00
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
2009-10-28 17:45:31 +00:00
alberth
dd3845232f (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
61fbba4dc1 (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
f656dd4cf3 (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
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 2009-10-27 20:19:05 +00:00
rubidium
3e83c0b1cb (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
ac8482e82d (svn r17890) -Feature: double clicking on a NewGRF opens the parameters window 2009-10-27 19:22:07 +00:00
rubidium
fdde27ff0a (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
90f7fcb3ca (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
a592d22c5c (svn r17887) -Codechange: remove some (now) unneeded {SKIP}s 2009-10-27 14:46:59 +00:00
rubidium
4b83775e6f (svn r17886) -Codechange: make the 'start server' window nested 2009-10-27 14:39:37 +00:00
rubidium
8a703a8a80 (svn r17885) -Codechange: make the network lobby window nested 2009-10-27 12:43:08 +00:00
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 2009-10-27 12:03:12 +00:00
smatz
c82d2a1fa6 (svn r17883) -Codechange: little cleaning in md5.cpp and md5.h 2009-10-26 23:03:03 +00:00
rubidium
2894071583 (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
1043abc176 (svn r17881) -Codechange: unify comment style in smallmap_gui.cpp a bit 2009-10-26 20:32:28 +00:00
smatz
e895719e96 (svn r17880) -Codechange: pass 'blitter' as parameter instead of determining it again in DrawSmallMapStuff() 2009-10-26 20:26:34 +00:00
smatz
618f0cdae3 (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
39fa6f0eb1 (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
e0c72d2c98 (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
1a4fb59437 (svn r17876) -Codechange: make the network company password window nested 2009-10-26 12:24:14 +00:00
smatz
345ced24de (svn r17875) -Change [FS#3272]: prefer extmidi over allegro midi and allegro over null driver 2009-10-25 21:47:32 +00:00
alberth
bf5fbf53b3 (svn r17874) -Codechange: vehicle details window uses pure nested widgets. 2009-10-25 21:42:04 +00:00
rubidium
c23503659f (svn r17873) -Codechange: make the advanced settings window nested 2009-10-25 21:18:12 +00:00
smatz
4be740573c (svn r17872) -Codechange: apply coding style to splash.cpp
-Fix (r17871): missing variable declaration
2009-10-25 17:55:13 +00:00
smatz
c782ccec5d (svn r17871) -Fix (r11342): memset() accepts only 1-byte argument 2009-10-25 17:36:24 +00:00
alberth
b6679cfe25 (svn r17870) -Codechange: Use fontsize when drawing roadveh, ship, and aircraft details. 2009-10-25 17:21:57 +00:00
smatz
7921a5c7d0 (svn r17869) -Codechange: don't create OnScroll() event for zero delta 2009-10-25 17:01:45 +00:00
alberth
af5c9167e3 (svn r17868) -Codechange: Vehicle list window uses nested widgets only. 2009-10-25 15:08:16 +00:00
alberth
e08d3ec595 (svn r17867) -Codechange: Prepare BaseVehicleListWindow for nested widgets. 2009-10-25 14:52:46 +00:00
rubidium
8f7b58be35 (svn r17866) -Codechange: make the remaining graph windows nested 2009-10-25 13:52:58 +00:00
alberth
125ca20d45 (svn r17865) -Codechange: Remove references to specific widgets and step-heights from BaseVehicleListWindow::DrawVehicleListItems(). 2009-10-25 13:33:56 +00:00
rubidium
2eb67404ce (svn r17864) -Codechange: make the OSK nested 2009-10-25 11:31:12 +00:00
rubidium
4c089676f7 (svn r17863) -Codechange: make the build vehicle window nested 2009-10-25 00:26:40 +00:00
alberth
edf0ae78e0 (svn r17862) -Codechange: Use edge positions of the matrix widget in DrawVehicleRefitWindow. 2009-10-24 21:10:57 +00:00
alberth
d202296805 (svn r17861) -Fix (r17860): max(uint, int) does not exist. 2009-10-24 20:28:54 +00:00
alberth
6fbdad9e42 (svn r17860) -Codechange: Refit window uses pure nested widgets. 2009-10-24 20:26:18 +00:00
rubidium
5be6edc6e3 (svn r17859) -Codechange: make the fund/build/prospect industry window nested 2009-10-24 19:36:24 +00:00
frosch
3a470a37cf (svn r17858) -Codechange: Unindent some code. 2009-10-24 19:16:18 +00:00
frosch
a6f09889e5 (svn r17857) -Fix (r10442): [NewGRF] 'subtract-in' is also signed for production callback version 0. 2009-10-24 18:51:21 +00:00
alberth
6ff8e78c48 (svn r17856) -Codechange: Don't get the selected cargo as a sife effect of drawing. 2009-10-24 18:37:23 +00:00
alberth
40477932f1 (svn r17855) -Codechange: Remove or move var declarations in DrawVehicleRefitWindow(). 2009-10-24 18:27:21 +00:00
alberth
e284677c38 (svn r17854) -Codechange: Merge different cases of setting widget data together in the view vehicle window. 2009-10-24 15:19:06 +00:00
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. 2009-10-24 14:53:55 +00:00
alberth
5f11ca95a6 (svn r17852) -Codechange: Use viewport nested widget in the view-vehicle window. 2009-10-24 13:58:18 +00:00
alberth
ab559623d6 (svn r17851) -Codechange: Use pure nested widgets for the view-vehicle window. 2009-10-24 13:49:04 +00:00
rubidium
51936e1903 (svn r17850) -Codechange: remove most usage of delta on OnResize 2009-10-24 09:47:02 +00:00
rubidium
343586484b (svn r17849) -Codechange: make the saveload windows nested 2009-10-23 21:10:36 +00:00
rubidium
a5a1206bbe (svn r17848) -Codechange: allow overriding (some) settings of STACKED_SELECTION_ZERO_SIZE widgets via UpdateWidgetSize 2009-10-23 21:10:24 +00:00
translators
50e8e37853 (svn r17847) -Update from WebTranslator v3.0:
basque - 7 changes by Thadah
2009-10-23 17:45:07 +00:00
rubidium
5fb9f8cb24 (svn r17846) -Codechange: make the network content window nested 2009-10-22 16:45:29 +00:00
rubidium
ac055da444 (svn r17843) -Codechange: move the details drawing code of the content window to a separate function 2009-10-22 14:26:18 +00:00
rubidium
a1197e2513 (svn r17842) -Fix: DrawStringMultiLine would in some corner case, top = bottom + 1, draw the string 2009-10-22 14:24:11 +00:00
rubidium
6eba9654a2 (svn r17841) -Codechange: move state changes from OnPaint to OnInvalidate for the content gui. 2009-10-22 13:57:39 +00:00
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%. 2009-10-21 19:42:49 +00:00
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. 2009-10-21 19:38:50 +00:00
rubidium
9321dccf1e (svn r17838) -Document: the Pool struct's template parameters 2009-10-21 15:40:50 +00:00
rubidium
a30ac59fd2 (svn r17837) -Fix (r17812): comment erroneously mentioned feeder share 2009-10-21 10:05:22 +00:00
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. 2009-10-20 22:24:34 +00:00
smatz
b124e9e874 (svn r17835) -Codechange: constify few variables 2009-10-20 22:17:39 +00:00
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. 2009-10-20 22:06:33 +00:00
alberth
862b8b6247 (svn r17833) -Codechange: Depot gui should use relative widget coordinates for clicking. 2009-10-20 21:41:44 +00:00
smatz
92b61b1a4a (svn r17832) -Codechange: make Alberth happier 2009-10-20 21:27:44 +00:00
smatz
0b213e866e (svn r17831) -Codechange: move code used for adding map indicators of the smallmap to separate functions 2009-10-20 21:26:56 +00:00
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. 2009-10-20 21:25:25 +00:00
smatz
61474f5c1f (svn r17829) -Codechange: move code used for adding vehicles and town names to minimap to separate functions 2009-10-20 20:57:30 +00:00
alberth
e05313e41d (svn r17828) -Codechange: Variable declaration code style, and a few comment typo-ish fixes. 2009-10-20 20:06:25 +00:00
frosch
f6cc2c162b (svn r17827) -Codechange: Deduplicate some lines of code. 2009-10-20 20:01:56 +00:00
frosch
99d822723d (svn r17826) -Codechange: GetRoadVehLength() is only used in one file, make it static. 2009-10-20 19:55:09 +00:00
smatz
ecdbc151e9 (svn r17825) -Change: 'animate' the 'center to current position' button in SmallMapWindow when pressed 2009-10-20 19:38:51 +00:00
frosch
7395177eb2 (svn r17824) -Fix (r4594): _date_fract runs from 0 to 73 since r2041. Variable 0x09 should not. 2009-10-20 19:30:50 +00:00
alberth
9669ae4869 (svn r17823) -Codechange: Use top of the matrix widget as offset for row calculation in autoreplace window. 2009-10-20 18:39:45 +00:00
smatz
bcc7da4aa1 (svn r17822) -Codechange: move 'extra viewport' code from smallmap_gui.cpp to viewport_gui.cpp 2009-10-20 18:38:38 +00:00
smatz
270aa78257 (svn r17821) -Codechange: make more mathods of SmallMapWindow private 2009-10-20 18:15:42 +00:00
translators
04f95f25ed (svn r17820) -Update from WebTranslator v3.0:
traditional_chinese - 6 changes by josesun
indonesian - 1 changes by prof
2009-10-20 17:45:11 +00:00
smatz
fef6d1057c (svn r17819) -Codechange: replace magic constant by symbolic constant 2009-10-20 17:36:06 +00:00
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.
2009-10-20 16:36:35 +00:00
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. 2009-10-20 12:31:11 +00:00
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 2009-10-20 12:20:53 +00:00
rubidium
8e1f62993d (svn r17815) -Fix [SDL]: asynchronious drawing caused extra unresponsiveness during map generation; disable the threading while generating a map 2009-10-19 20:32:05 +00:00
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. 2009-10-19 15:36:35 +00:00
rubidium
fe575367f9 (svn r17813) -Codechange: unify the CargoPacket related coding style 2009-10-19 09:15:47 +00:00
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. 2009-10-19 01:12:51 +00:00
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) 2009-10-18 20:56:38 +00:00
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.
2009-10-18 20:26:29 +00:00
frosch
f1d37fab37 (svn r17809) -Fix: MSVC compilation. 2009-10-18 18:47:43 +00:00
rubidium
756f813040 (svn r17808) -Codechange: remove write 'access' from all of CargoPacket's variables 2009-10-18 17:53:34 +00:00
rubidium
ef38feefda (svn r17807) -Codechange: move all 'updates' just after the 'load' constructor of CargoPackets to the constructor call itself 2009-10-18 17:52:44 +00:00
rubidium
93cc3e6106 (svn r17806) -Codechange: split CargoPacket's 'afterload' to a separate function 2009-10-18 17:47:38 +00:00
translators
ea438793ba (svn r17805) -Update from WebTranslator v3.0:
norwegian_bokmal - 1 changes by Utvik
norwegian_nynorsk - 1 changes by Utvik
2009-10-18 17:45:10 +00:00
rubidium
8234230f9e (svn r17804) -Codechange: move the CargoPacket 'invalidation' when stations get removed to CargoPacket. 2009-10-18 17:26:10 +00:00
frosch
0557a47162 (svn r17803) -Codechange: Remove update_(left|right) in favour of the rebuild flag of GUIList. 2009-10-18 16:31:27 +00:00
frosch
c1e005ac88 (svn r17802) -Feature(ette) [FS#1862]: [NewGRF] Textstack support for CB 37. 2009-10-18 15:36:30 +00:00
rubidium
be57392ba3 (svn r17801) -Codechange: for StationCargoLists the 'loaded_at_xy' does not matter when merging CargoPackets 2009-10-18 14:30:37 +00:00
rubidium
e553983e39 (svn r17800) -Codechange: first steps into making CargoList a template 2009-10-18 14:28:26 +00:00
alberth
aa75552957 (svn r17799) -Codechange: industry view window uses pure nested widgets. 2009-10-18 14:10:59 +00:00
alberth
9c31915368 (svn r17798) -Codechange: Introduce new constant WD_PAR_VSEP_WIDE for large amount of space between text. 2009-10-18 13:59:25 +00:00
alberth
1f3dedea24 (svn r17797) -Codechange: Use parameters of new function, introduce constants for hardcoded numbers. 2009-10-18 13:56:09 +00:00
alberth
9b8030612f (svn r17796) -Codechange: Move drawing of the industry info to its own function. 2009-10-18 13:40:11 +00:00
rubidium
760a329622 (svn r17795) -Codechange: split cargolist into one for vehicles and one for stations. 2009-10-18 13:39:00 +00:00
michi_cc
685a7752f2 (svn r17794) -Feature: [OSX] Implement automatic fallback font selection for OSX. 2009-10-17 22:36:43 +00:00
michi_cc
c1f6dc4342 (svn r17793) -Fix: [OSX] The splash image wasn't displayed if the Quartz video driver was used. 2009-10-17 22:36:39 +00:00
michi_cc
740d17f469 (svn r17792) -Fix [FS#3261]: [OSX] Fix (bogus) compiler warnings related to printf argument checking. 2009-10-17 22:36:35 +00:00
alberth
90d137ac44 (svn r17791) -Codechange: Highscore and endgame windows use pure nested widgets. 2009-10-17 20:38:27 +00:00
rubidium
0ee61a16ef (svn r17790) -Feature: translatable base sound/graphics set descriptions 2009-10-17 20:34:09 +00:00
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
2009-10-17 17:45:18 +00:00
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 2009-10-17 15:15:00 +00:00
rubidium
9e75e3db68 (svn r17787) -Codechange: be a bit more verbose about while allegro failed with some actions. 2009-10-17 14:39:43 +00:00
rubidium
b72898c8a3 (svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows 2009-10-17 14:29:10 +00:00
alberth
36b28dd48a (svn r17785) -Codechange: autoreplace window uses pure nested widgets. 2009-10-17 14:26:40 +00:00
alberth
d2a66d68c5 (svn r17784) -Codechange: Replace 'i' with 'side' when side is intended in the autoreplace window. 2009-10-17 08:18:55 +00:00
alberth
0bc7475032 (svn r17783) -Codechange: Remove local pointer variable 'widget' from autoreplace window. 2009-10-17 08:14:39 +00:00
rubidium
3855302822 (svn r17782) -Fix [FS#3270]: animation wasn't removed from station tiles when keeping the rail during removal 2009-10-17 08:12:39 +00:00
alberth
735c261633 (svn r17781) -Codechange: Remove local variable 'selected_group' from autoreplace window. 2009-10-17 08:10:46 +00:00
alberth
82a29ef80d (svn r17780) -Codechange: A bit more code style in the autoreplace window. 2009-10-17 07:47:59 +00:00
translators
ee93b75b6e (svn r17779) -Update from WebTranslator v3.0:
basque - 5 changes by Thadah
hungarian - 1 changes by Petert
vietnamese - 31 changes by nglekhoi
2009-10-16 17:45:12 +00:00
rubidium
42ea146ce1 (svn r17778) -Fix: remove unneeded newline from 'TOC' debug lines. 2009-10-15 20:15:12 +00:00
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
2009-10-15 17:45:13 +00:00
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.
2009-10-15 17:41:06 +00:00
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
2009-10-14 17:45:11 +00:00
rubidium
843401df94 (svn r17774) -Codechange: show the version of the (dynamically) linked library instead of the one we compiled against in the crash log 2009-10-14 08:20:42 +00:00
rubidium
2508e6b907 (svn r17773) -Cleanup: sdl.h isn't needed for allegro 2009-10-14 08:14:57 +00:00
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. 2009-10-13 20:19:34 +00:00
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' 2009-10-13 19:24:58 +00:00
translators
ff5f64dbe5 (svn r17770) -Update from WebTranslator v3.0:
basque - 20 changes by Thadah
vietnamese - 21 changes by nglekhoi
2009-10-13 17:45:08 +00:00
translators
e2e8154aab (svn r17769) -Update from WebTranslator v3.0:
basque - 292 changes by Thadah
greek - 73 changes by fumantsu
2009-10-12 17:45:09 +00:00
michi_cc
8a097b48d7 (svn r17768) -Fix (r17715): [OSX] Newer GCC versions don't like jumping over variable definitions with goto's. (planetmaker) 2009-10-12 00:19:11 +00:00
michi_cc
6af205655d (svn r17767) -Fix [FS#3190]: [OSX] Don't check 64bit-ness when compiling strgen. 2009-10-12 00:19:07 +00:00
rubidium
73cc3110de (svn r17766) -Add: stub for a Basque translation 2009-10-11 19:57:10 +00:00
translators
53137bc8d0 (svn r17765) -Update from WebTranslator v3.0:
greek - 14 changes by fumantsu
italian - 2 changes by lorenzodv
turkish - 2 changes by niw3
2009-10-11 17:45:13 +00:00
alberth
df39af7be8 (svn r17764) -Codechange: Replace 'list' class variable in ReplacceVehicleWindow by 'engines'. 2009-10-11 13:09:44 +00:00
alberth
ab4e195072 (svn r17763) -Codechange: Rename 'wagon_btnstate' to 'replace_engines', and 'init_lists' to 'reset_sel_engine' in ReplaceVehicleWindow, add doxygen comments. 2009-10-11 12:51:15 +00:00
rubidium
e0bd454fbb (svn r17762) -Fix [FS#3259]: don't let aircraft drive a while over the grass when landing at high altitude airports 2009-10-11 12:35:16 +00:00
alberth
628f175154 (svn r17761) -Codechange: Removed some unused/unneeded variables from ReplaceVehicleWindow. 2009-10-11 11:47:21 +00:00
alberth
0fdc77ef5a (svn r17760) -Revert (r17648): _local_company is less constant than you'd expect. 2009-10-11 08:23:30 +00:00
alberth
e1533210b4 (svn r17759) -Codechange [FS#3257]: Return focus to the parent window using the function designed for it. 2009-10-11 08:07:09 +00:00
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.
2009-10-10 18:48:13 +00:00
translators
140f1194b9 (svn r17757) -Update from WebTranslator v3.0:
hungarian - 35 changes by leiric
indonesian - 1 changes by prof
ukrainian - 49 changes by Madvin
2009-10-10 17:45:13 +00:00
alberth
16bc6380a8 (svn r17756) -Codechange: Company finances window uses pure nested widgets. 2009-10-10 15:18:20 +00:00
alberth
2592a45e4c (svn r17755) -Codechange: Allow for a zero-size display plane in a NWidgetStacked widget to hide its child widgets. 2009-10-10 14:20:38 +00:00
alberth
67f2a3cead (svn r17754) -Codechange: Make ExpensesList::GetHeight() return a uint. 2009-10-10 13:32:44 +00:00
alberth
2f6eb6fdfd (svn r17753) -Fix (r17750): Expenses amounts were printed two pixels too low. 2009-10-10 13:19:38 +00:00
rubidium
fa1c023da5 (svn r17752) -Fix [FS#3231]: OSK could reset town name to an already used town name for the 'Generate Town' window 2009-10-10 12:47:04 +00:00
rubidium
6ba0dc05a7 (svn r17751) -Fix [FS#3253]: sometimes clicking on a for the user unfocused edit box would show the OSK (Zuu) 2009-10-10 12:11:05 +00:00
alberth
18bcbd08ef (svn r17750) -Codechange: Financial expenses panel handles different font size, replaced magic numbers by constants. 2009-10-09 19:10:05 +00:00
translators
a9d916717b (svn r17749) -Update from WebTranslator v3.0:
catalan - 1 changes by arnau
romanian - 2 changes by kkmic
spanish - 1 changes by Terkhen
2009-10-09 17:45:13 +00:00
rubidium
24dbdac0ac (svn r17748) -Fix: crash when right clicking on the 'toggle' toolbar button 2009-10-09 17:35:01 +00:00
smatz
c2c23ec661 (svn r17746) -Codechange: 'operator new' doesn't return NULL, NetworkSend_Init() is useless 2009-10-09 11:03:00 +00:00
translators
33f2700c36 (svn r17745) -Update from WebTranslator v3.0:
simplified_chinese - 1 changes by Gavin
dutch - 1 changes by habell
finnish - 1 changes by jpx_
french - 1 changes by glx
german - 1 changes by planetmaker
italian - 1 changes by lorenzodv
russian - 1 changes by Lone_Wolf
serbian - 48 changes by AtzaMan
vietnamese - 14 changes by nglekhoi
2009-10-08 17:45:30 +00:00
rubidium
7312bdb362 (svn r17743) -Fix: (post 0.7) memory leak in server in case handling a packet caused the connection to be closed. Also force-close the connection on invalid packets. 2009-10-07 21:11:56 +00:00
rubidium
65f97fb38c (svn r17742) -Codechange: remove unused variable from Recv_Packet 2009-10-07 20:58:14 +00:00
rubidium
65d4612d2a (svn r17741) -Feature-ish [FS#3116]: show the nickname of the person you're PMing 2009-10-07 19:35:05 +00:00
alberth
2145e02fde (svn r17740) -Codechange: Extract financial expenses drawing routines. 2009-10-07 19:18:36 +00:00
rubidium
79a0aca3bc (svn r17739) -Cleanup: compiler didn't warn about an unused variable, fonsinchen did 2009-10-07 17:46:58 +00:00
translators
0f7152f7c9 (svn r17738) -Update from WebTranslator v3.0:
russian - 1 changes by Lone_Wolf
2009-10-07 17:45:07 +00:00
rubidium
3a9a88782b (svn r17737) -Codechange: remove the chat window when you were chatting with someone who lost his/her connection or when you were team chatting and moved out of the company. 2009-10-07 17:36:33 +00:00
rubidium
b7b1224ef3 (svn r17736) -Codechange [FS#3135]: rewrite CargoList::MoveTo; don't require the secondary list, use cache updates instead of rebuilds. This is usually faster because of primarily gradual loading that only moves a (small) part of the cargo each time. Based on patch by fonsinchen. 2009-10-07 08:31:42 +00:00
rubidium
de43874182 (svn r17735) -Codechange: update the cache one inserting/removing CargoPackets from the CargoList via Append/Truncate instead of rebuilding the whole cache. For Append this changes the O(n) cache rebuild into a O(1) cache update. For Truncate no temporary list is needed anymore (based on patch by fonsinchen) 2009-10-07 08:25:12 +00:00
rubidium
96d098e120 (svn r17734) -Fix (r17732): broke the assumption that 'this->packets == this', which broke loading old savegames. Now remove the (need for the) hack that needed that assumption. 2009-10-06 23:01:35 +00:00
rubidium
702deb8366 (svn r17733) -Codechange: store the 'days in transit' cache as the sum of the days in transit instead of the average; the variable isn't requested that often (primarily station NewGRFs) that the dividing/testing for dividing by 0 step needs to be cached. 2009-10-06 21:24:03 +00:00
rubidium
0a621eae7e (svn r17732) -Codechange: reorder some variables of cargo packets/cargo lists to get better alignment *and* smaller structs; both from 40 bytes to 32 bytes on 64 bits. 2009-10-06 21:19:20 +00:00
rubidium
27d62a7ec6 (svn r17731) -Codechange: do not cache a boolean which states whether some other variable is not 0. 2009-10-06 21:12:35 +00:00
rubidium
49739b3c67 (svn r17730) -Codechange: do not cache the source of a packet in the cargo list. It's only used for (some) GUI/NewGRF purposes so precalculating it costs more than calculating when it's actually used. 2009-10-06 21:06:26 +00:00
frosch
d26efe0433 (svn r17729) -Cleanup: Deduplicate some code. 2009-10-06 19:56:43 +00:00
frosch
241415e76a (svn r17728) -Cleanup: Remove some more unneeded/unused parameters. 2009-10-06 19:52:38 +00:00
rubidium
10428de7a3 (svn r17727) -Codechange: some coding style and documentation fixes 2009-10-06 19:52:27 +00:00
frosch
b25f03a447 (svn r17726) -Cleanup: Remove some unneeded/unused parameters. 2009-10-06 19:30:31 +00:00
frosch
4cb5a3e8a2 (svn r17725) -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when a Engine * is already present. 2009-10-06 19:17:07 +00:00
alberth
b6efdf108e (svn r17724) -Codechange: Merge magic height values toghether in finances window. 2009-10-06 18:24:06 +00:00
translators
4545e2c126 (svn r17723) -Update from WebTranslator v3.0:
traditional_chinese - 1 changes by josesun
2009-10-06 17:45:07 +00:00
rubidium
72dd637e92 (svn r17722) -Codechange: simplify the cargopacket constructor; unduplicate if and don't set a value to 0 if it already is 0. 2009-10-06 17:33:01 +00:00
rubidium
9b94441eb8 (svn r17721) -Codechange: replace a magic number with a constant 2009-10-06 17:28:06 +00:00
rubidium
ec3a0dc064 (svn r17720) -Codechange: guard the CargoPacket variables that are cached in CargoLists so they cannot be written from outside the CargoList class (based on patch by fonsinchen) 2009-10-06 17:23:15 +00:00
frosch
fd38bbe706 (svn r17719) -Change: [NoAI] Make AIEngine:CanRefitCargo() not report refittability to Mail by default for aircraft. It is not necessarily true, and the special case of carrying both passenger&mail is better handled by AIs themself than by the API. 2009-10-05 20:21:12 +00:00
translators
aa07782f8c (svn r17718) -Update from WebTranslator v3.0:
afrikaans - 35 changes by Maccie123
frisian - 50 changes by Minifan
2009-10-05 17:45:10 +00:00
michi_cc
a3b1717282 (svn r17717) -Codechange: [OSX] Replace deprecated variable type. 2009-10-04 21:39:12 +00:00
michi_cc
f4f5387537 (svn r17716) -Codechange: [OSX] Invoke a (semi-)private Objective-C method in a way that does not rely on the SDK version. 2009-10-04 21:39:08 +00:00
michi_cc
375fd4b2cf (svn r17715) -Cleanup: [OSX] And a final round of coding style and some cleaning. 2009-10-04 21:36:26 +00:00
michi_cc
997f1c191a (svn r17714) -Cleanup: [OSX] Apply more coding style. 2009-10-04 21:36:22 +00:00
michi_cc
c477544b92 (svn r17713) -Cleanup: [OSX] Move variable definitions to first use and apply more coding style. 2009-10-04 21:36:17 +00:00
michi_cc
9e3be2ff33 (svn r17712) -Codechange [FS#1411]: [OSX] Replace undocumented process manager API calls with a documented alternative. (pyth) 2009-10-04 21:33:36 +00:00
michi_cc
3bf4f13f3b (svn r17711) -Codechange: [OSX] Don't use deprecated methods to construct a Cocoa string. 2009-10-04 21:33:31 +00:00
michi_cc
5517e5371c (svn r17710) -Feature [FS#3223]: [OSX] Add a MIDI driver using Cocoa/CoreAudio. 2009-10-04 21:24:09 +00:00
michi_cc
d6da4f24ad (svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X. 2009-10-04 21:08:38 +00:00
michi_cc
434bd81ef0 (svn r17707) -Fix: [OSX] Show the OS mouse cursor when displaying a dialog box if it was hidden. 2009-10-04 21:08:34 +00:00
michi_cc
83e1f7358f (svn r17706) -Codechange: [OSX] Rework the crash handling to use the common CrashLog infrastructure. 2009-10-04 21:08:30 +00:00
michi_cc
9e85c8da66 (svn r17705) -Fix: [OSX] Re-enable signal handling on OSX 10.3.9. Trying to link with an undefined symbols that lives in the system library seems to confuse the loader on 10.3.9. Use a different function to circumvent it. 2009-10-04 21:08:25 +00:00
michi_cc
1c7e5658cd (svn r17704) -Codechange: [OSX] Improve detection of OS X version. (planetmaker) 2009-10-04 20:53:30 +00:00
michi_cc
e583861798 (svn r17702) -Change: [OSX] Assure that the minimal OSX version is defined in all cases.
-Codechange: [OSX] Improve conditional defines for OS version dependant code.
2009-10-04 20:53:22 +00:00
smatz
fa937901cb (svn r17701) -Codechange: don't start line with a space if it's not inside comment 2009-10-04 20:51:50 +00:00
frosch
2adc2f4324 (svn r17700) -Codechange: Integrate ShipVehicleInfo::refittable into EngineInfo::refit_mask during initialisation. 2009-10-04 20:33:18 +00:00
rubidium
67a11a5776 (svn r17699) -Codechange: move #ifdef ENABLE_NETWORK till after the 'generic' includes so compilation without network support doesn't get broken as easily by changes in header files 2009-10-04 20:00:56 +00:00
frosch
7866de8912 (svn r17698) -Fix (r17140) [FS#3205]: Convert endian after loading sounds from file. 2009-10-04 18:52:34 +00:00
rubidium
4d4b2b780a (svn r17697) -Codechange: coding style in the automatically generated squirrel wrapper code 2009-10-04 18:16:44 +00:00
rubidium
fabe2ea230 (svn r17696) -Fix (r17693): compile failure when compiling without freetype 2009-10-04 18:13:56 +00:00
translators
ba4071e2a4 (svn r17695) -Update from WebTranslator v3.0:
frisian - 37 changes by Minifan
hebrew - 133 changes by dnd_man
hungarian - 2 changes by alyr
thai - 66 changes by ityellow
vietnamese - 12 changes by nglekhoi
2009-10-04 17:45:14 +00:00
smatz
5994feb426 (svn r17694) -Codechange: don't break $ to two lines in squirrel_export.awk 2009-10-04 17:26:43 +00:00
rubidium
982b8ee5fc (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
smatz
7c74afb1c3 (svn r17692) -Codechange: minor coding style fixes 2009-10-04 17:10:57 +00:00
rubidium
cd3f93c8c6 (svn r17691) -Codechange: make the status bar nested 2009-10-04 15:38:16 +00:00
smatz
99cf23d42c (svn r17690) -Fix: minor coding style issue 2009-10-04 14:49:39 +00:00
glx
72af7550b8 (svn r17689) -Fix (r16307): depend could segfault in some case (TrueBrain) 2009-10-04 12:17:10 +00:00
smatz
be3ee603b1 (svn r17688) -Fix (r17684): incorrect comments 2009-10-04 04:57:01 +00:00
translators
f9527ee5ae (svn r17687) -Update from WebTranslator v3.0:
traditional_chinese - 8 changes by josesun
polish - 14 changes by amateja
spanish - 1 changes by Terkhen
vietnamese - 40 changes by nglekhoi
2009-10-03 17:45:16 +00:00
rubidium
7c675ce9a0 (svn r17686) -Fix [FS#3247]: make the -c <config file> location relative to the current directory instead of the directory of the binary 2009-10-03 14:51:30 +00:00
rubidium
dd01e6196a (svn r17685) -Fix: autounpausing kept trying to unpause a loaded game that was paused due to an error. Just reject such savegames in dedicated servers. 2009-10-03 14:48:12 +00:00
frosch
a9717da0d3 (svn r17684) -Fix: tcache.first_engine and rcache.first_engine need to be set before first callback/sprite-resolving. For RV fronts it was missing at all, causing livery selection to fail. 2009-10-03 14:46:48 +00:00
translators
31106e5531 (svn r17683) -Update from WebTranslator v3.0:
catalan - 1 changes by arnau
korean - 9 changes by telk5093
portuguese - 1 changes by SupSuper
brazilian_portuguese - 153 changes by Tucalipe
2009-10-02 17:45:17 +00:00
rubidium
ed8788d581 (svn r17682) -Codechange: remove erroneous space before some commas 2009-10-02 15:13:15 +00:00
rubidium
da2fe3293c (svn r17681) -Fix [FS#3248] (r17668): crash when the caption of the query window used parameters 2009-10-02 15:06:14 +00:00
translators
7112b51f84 (svn r17680) -Update from WebTranslator v3.0:
dutch - 1 changes by habell
brazilian_portuguese - 42 changes by Tucalipe
2009-10-01 17:45:10 +00:00
rubidium
1f70f9afde (svn r17676) -Codechange: make the NewGRF GUI nested 2009-09-30 21:49:24 +00:00
rubidium
ab48ce2ee0 (svn r17675) -Codechange: move the 'state' changes out of the OnPaint of the newgrf window 2009-09-30 21:11:29 +00:00
rubidium
0855ae61de (svn r17674) -Codechange: replace SetDirty + OnInvalidateData with InvalidateData (which does the same). Also call InvalidateData in a few cases where that was actually meant. 2009-09-30 21:07:54 +00:00
rubidium
e3bb9351a4 (svn r17673) -Codechange: make InvalidateThisWindowData a function of the window class 2009-09-30 21:00:35 +00:00
frosch
01737c0a52 (svn r17672) -Revert (r8081): 'last_value' and 'reseed' are shared between procedure and main chain.
-Fix (r8075): 'scope' and 'count' are not.
2009-09-30 20:25:59 +00:00
frosch
8c7bb55da2 (svn r17671) -Codechange: Move ResolverObject::info_view into u.vehicle as it is only needed for them. 2009-09-30 18:54:33 +00:00
frosch
7903e2be91 (svn r17670) -Cleanup (r12819): ResolverObject::procedure_call is not used anymore. 2009-09-30 18:36:18 +00:00
translators
31c9c1300e (svn r17669) -Update from WebTranslator v3.0:
simplified_chinese - 1 changes by Gavin
traditional_chinese - 7 changes by josesun
english_US - 4 changes by agenthh
hebrew - 9 changes by dnd_man
russian - 1 changes by Lone_Wolf
2009-09-30 17:45:20 +00:00
yexo
fb773a2016 (svn r17668) -Codechange: Query window uses nested widgets 2009-09-30 15:14:34 +00:00
rubidium
ae115cda83 (svn r17667) -Fix [FS#3245]: autopause tried to (un)pause the server every tick when the pause command only gets processed once every frame_freq ticks. So it would spam the console with duplicate attempts. 2009-09-30 13:32:39 +00:00
rubidium
dea1f46636 (svn r17665) -Codechange: make the extra viewport window nested 2009-09-29 20:16:03 +00:00
translators
efc3ac503a (svn r17664) -Update from WebTranslator v3.0:
esperanto - 1 changes by raskolnik
finnish - 1 changes by jpx_
indonesian - 1 changes by prof
italian - 1 changes by lorenzodv
romanian - 1 changes by kkmic
russian - 1 changes by Lone_Wolf
slovak - 18 changes by JamesSVK
spanish - 1 changes by Terkhen
ukrainian - 1 changes by Madvin
2009-09-29 17:45:30 +00:00
frosch
05d0c478fa (svn r17663) -Change: [NewGRF] Apply default refitmasks only when the NewGRF did not set any of the three refittability properties (xor mask, positive classes, negative classes). 2009-09-28 19:24:20 +00:00
rubidium
277a547f21 (svn r17662) -Codechange: make the sign edit window nested 2009-09-28 19:12:15 +00:00
translators
9e12e608d8 (svn r17661) -Update from WebTranslator v3.0:
traditional_chinese - 1 changes by josesun
esperanto - 25 changes by raskolnik
french - 1 changes by glx
german - 1 changes by dihedral
serbian - 1 changes by etran
vietnamese - 3 changes by nglekhoi
2009-09-28 17:45:21 +00:00
glx
a5f1ae78c5 (svn r17660) -Fix: StringID typo 2009-09-28 14:15:23 +00:00
rubidium
66227cfb88 (svn r17659) -Codechange: remove the last custom drawing from the signal GUI 2009-09-28 13:42:47 +00:00
rubidium
3649e86c15 (svn r17658) -Codechange: remove custom drawing of the signal density in the signal GUI
-Codechange: move the state updates from OnPaint
2009-09-28 12:38:35 +00:00
rubidium
244c17e4eb (svn r17657) -Fix [FS#3242]: some semaphore signals fell outside of the signal GUI. Now the signals are properly centered which should make that problem go away 2009-09-28 12:19:15 +00:00
rubidium
b3f7a582d2 (svn r17656) -Change: typo in function name. Also document the parameter (Terkhen) 2009-09-27 18:36:05 +00:00
translators
7cb8535c48 (svn r17655) -Update from WebTranslator v3.0:
english_US - 38 changes by agenthh
portuguese - 9 changes by SupSuper
2009-09-27 17:45:11 +00:00
rubidium
72fe81b401 (svn r17654) -Fix [FS#3220] (r17612): the edit box of the town fund window wasn't updated properly (based on patch of Terkhen) 2009-09-27 10:44:25 +00:00