This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-02-01 08:23:15 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
base
History
Max Horn
81b6e9e1e6
Get rid of the useless & troublesome master_volume
...
svn-id: r16328
2004-12-25 23:43:05 +00:00
..
.cvsignore
new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (this removes the need for an ugly hack in the build system, and is also conceptionally cleaner)
2003-09-17 22:41:01 +00:00
engine.cpp
- fix win32 with USE_WINDBG compile error
2004-12-25 19:58:00 +00:00
engine.h
Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory' parameter from SaveFileManager::openSavefile and listSavefiles (they always use getSavePath() now, which is what we did anyway)
2004-11-27 00:26:11 +00:00
gameDetector.cpp
Get rid of the useless & troublesome master_volume
2004-12-25 23:43:05 +00:00
gameDetector.h
Moved MidiDriver creation code into the MidiDriver class (as static methods), same for some other MIDI related stuff
2004-12-02 00:33:42 +00:00
main.cpp
Make ESC key work in the launcher
2004-12-25 22:13:44 +00:00
module.mk
Various changes to the build system which allow building ScummVM in an external directory (and as such, allow you to have a debug, a profiling, and a release build from the same set of source files in parallel). Work in progress
2004-01-30 21:54:28 +00:00
plugins.cpp
Provide unloading of unneeded plugins.
2004-08-29 19:08:08 +00:00
plugins.h
Provide unloading of unneeded plugins.
2004-08-29 19:08:08 +00:00
version.h
Modified version of patch
#892795
(Let scumvm -v show supported libs)
2004-02-09 01:27:27 +00:00