index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
base
/
engine.h
Age
Commit message (
Expand
)
Author
2006-04-29
* Changed the createEngine() factory function of our plugins to return an err...
Max Horn
2006-04-26
Return correct value from Engine_Empty::init() method.
Eugene Sandulenko
2006-04-26
Introduce and use Engine_Empty() and Engine::GUIErrorMessage()
Eugene Sandulenko
2006-04-15
Moved (Plain)GameDescriptor from base/gameDetector.h to the new base/game.h h...
Max Horn
2006-04-15
- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...
Max Horn
2006-04-01
Removed yet another superfluous addDefaultDirectory call, and removed the unu...
Max Horn
2006-02-17
Reduced use of GF_DEFAULT_TO_1X_SCALER in favor of a new param to Engine::ini...
Max Horn
2006-02-12
No need to force engines to implement errorString()
Max Horn
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-11-23
Made the autosave period a configuration option and updated the engines using...
Gregory Montoir
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-06-21
Patches needed to build for SYMBIAN32 WINS/GCC added.
Lars Persson
2005-06-14
Applied patch #1208299. A warning message about the "playing from CD under
Torbjörn Andersson
2005-05-10
Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...
Max Horn
2005-05-10
Moved (In/Out)SaveFile(Manager) and Timer to namespace Common
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-12-27
Reducing header dependencies a bit
Max Horn
2004-11-27
Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory'...
Max Horn
2004-11-24
Fix a`ll engines. They work, though current fix is just temporary.
Eugene Sandulenko
2004-11-23
Added Engine::init() method; added return value to Engine::go()
Max Horn
2004-11-20
Removing walkthrough stuff again (talked to aquadran about this, he had no ob...
Max Horn
2004-11-19
added walkthrough
Paweł Kołodziejski
2004-06-25
Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage again
Max Horn
2004-02-09
Modified version of patch #892795 (Let scumvm -v show supported libs)
Max Horn
2004-01-06
updated copyright notice
Max Horn
2003-11-29
cleanup / added Engine::getGameDataPath()
Max Horn
2003-11-10
cut down on unnecessary GameDetector references
Max Horn
2003-10-28
cleanup: removed version/id from GameSettings
Max Horn
2003-10-12
some renaming for more consistent terminology (although we might want to reev...
Max Horn
2003-10-10
some cleanup
Max Horn
2003-10-10
constness
Max Horn
2003-09-28
removed duplicate g_timer object (one was global, one was static to timer.cpp...
Max Horn
2003-09-28
queen initial import
Joost Peters
2003-09-18
moved engine.* to base; this fixes some linking issues when building a barebo...
Max Horn