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
/
engines
/
saga
/
game.cpp
Age
Commit message (
Expand
)
Author
2006-04-29
* Changed the createEngine() factory function of our plugins to return an err...
Max Horn
2006-04-16
Reduced dependencies on base/plugins.h
Max Horn
2006-04-16
Removed the directory parameter from md5_file
Max Horn
2006-04-15
- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...
Max Horn
2006-04-14
Changed File::open to take a Common::String as file name parameter
Max Horn
2006-04-08
Introduced language EN_ANY used for general English game entries. EN_USA and
Eugene Sandulenko
2006-04-08
Modified the REGISTER_PLUGIN macro so that it allows (and requires) a trailin...
Max Horn
2006-04-08
Removed common/map.h with the Common::Map template class (it was a very bad i...
Max Horn
2006-04-04
Fix md5 for German IHNM
Eugene Sandulenko
2006-03-28
Renamed various container isEmpty() methods to empty() to match STL conventions
Max Horn
2006-03-28
Removing bogus leftovers
Max Horn
2006-03-27
improve game detection:
Andrew Kurushin
2006-03-14
Compute the full game title when detecting games & creating engine instances,...
Max Horn
2006-03-09
Moved SAGA plugin interface code from saga.cpp to game.cpp
Max Horn
2006-03-09
Modified SAGA engine to use DetectedGame::updateDesc (note: there is a new TO...
Max Horn
2006-03-09
- added new toDetectedGame() template function (analog to toGameSettings)
Max Horn
2006-02-18
- Removed the 'features' field from GameSettings
Max Horn
2006-02-11
Moved engines to the new engines/ directory
Max Horn