scummvm/engines/dreamweb
Johannes Schickel 7c5cf1b400 GUI: Add helper to SaveLoadChooser, which uses the currently active target.
This reduces the code duplication in all client code, which formerly duplicated
the querying of the plugin, game id etc. and now simply calls the newly added
method runModalWithCurrentTarget() on a SaveLoadChooser object.
2012-06-10 04:53:17 +02:00
..
backdrop.cpp DREAMWEB: Cleanup 2011-12-28 16:36:17 +01:00
console.cpp DREAMWEB: Add ScummVM headers, remove SVN keywords. 2011-07-19 11:26:40 +01:00
console.h DREAMWEB: Add ScummVM headers, remove SVN keywords. 2011-07-19 11:26:40 +01:00
detection_tables.h DREAMWEB: Fix bug #3528160 - "DREAMWEB: graphical glitch on UKV CD version loading screen" 2012-05-21 11:41:15 +03:00
detection.cpp DREAMWEB: Rename the dreamweb_originalsaveload option to originalsaveload 2012-03-25 17:50:22 +03:00
dreamweb.cpp DREAMWEB: Objectify Sound functions & data into DreamWebSound class. 2012-05-31 05:16:10 +01:00
dreamweb.h DREAMWEB: Objectify Sound functions & data into DreamWebSound class. 2012-05-31 05:16:10 +01:00
keypad.cpp DREAMWEB: Objectify Sound functions & data into DreamWebSound class. 2012-05-31 05:16:10 +01:00
module.mk DREAMWEB: Move all of the mouse cursor related code into a separate file 2012-04-22 16:06:25 +03:00
monitor.cpp DREAMWEB: Objectify Sound functions & data into DreamWebSound class. 2012-05-31 05:16:10 +01:00
mouse.cpp DREAMWEB: Slight cleanup 2012-04-22 16:32:52 +03:00
newplace.cpp DREAMWEB: Objectify Sound functions & data into DreamWebSound class. 2012-05-31 05:16:10 +01:00
object.cpp DREAMWEB: Replaced vsync() function with waitForVSync(). 2012-05-30 04:23:34 +01:00
pathfind.cpp DREAMWEB: Completely remove all of the runtime, and move everything into DreamWebEngine 2011-12-28 15:07:17 +02:00
people.cpp DREAMWEB: Objectify Sound functions & data into DreamWebSound class. 2012-05-31 05:16:10 +01:00
print.cpp DREAMWEB: Objectify Sound functions & data into DreamWebSound class. 2012-05-31 05:16:10 +01:00
rain.cpp DREAMWEB: Objectify Sound functions & data into DreamWebSound class. 2012-05-31 05:16:10 +01:00
saveload.cpp GUI: Add helper to SaveLoadChooser, which uses the currently active target. 2012-06-10 04:53:17 +02:00
sound.cpp DREAMWEB: Modify Sound code to better match original behaviour. 2012-06-05 01:00:01 +01:00
sound.h DREAMWEB: Modify Sound code to better match original behaviour. 2012-06-05 01:00:01 +01:00
sprite.cpp DREAMWEB: Objectify Sound functions & data into DreamWebSound class. 2012-05-31 05:16:10 +01:00
structs.h DREAMWEB: Dynamically allocate GraphicsFile::_frames. 2012-02-23 22:37:21 +01:00
stubs.cpp DREAMWEB: Remove irrelevant additions in SFX id 62 usage. 2012-05-31 05:39:08 +01:00
talk.cpp DREAMWEB: Remove irrelevant additions in SFX id 62 usage. 2012-05-31 05:39:08 +01:00
titles.cpp DREAMWEB: Remove irrelevant additions in SFX id 62 usage. 2012-05-31 05:39:08 +01:00
use.cpp DREAMWEB: Objectify Sound functions & data into DreamWebSound class. 2012-05-31 05:16:10 +01:00
vgafades.cpp DREAMWEB: Objectify Sound functions & data into DreamWebSound class. 2012-05-31 05:16:10 +01:00
vgagrafx.cpp DREAMWEB: Replaced vsync() function with waitForVSync(). 2012-05-30 04:23:34 +01:00