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
Age
Commit message (
Expand
)
Author
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
Made sure the generic ITE description matches the 'special' ones in game.cpp
Max Horn
2006-03-09
- Renamed GameSettings to PlainGameDescriptor
Max Horn
2006-03-09
- added new toDetectedGame() template function (analog to toGameSettings)
Max Horn
2006-03-08
Fixed tons of format string warnings for debug/error calls (including several...
Max Horn
2006-03-03
Hiding the implementation of ADPCMInputStream from the public, in favor of a ...
Max Horn
2006-03-02
Fix for bug #1438822 (Targets are case sensitive)
Max Horn
2006-03-02
apply CYX mem-leak fix patch
Andrew Kurushin
2006-02-25
Removed last two uses of MKID
Max Horn
2006-02-18
- renamed PLUGIN_getSupportedGames to PLUGIN_gameIDList for consistency
Max Horn
2006-02-18
- Removed the 'features' field from GameSettings
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-14
Move addDefaultDirectory() calls out of init() method to constructor.
Eugene Sandulenko
2006-02-12
Reduced data duplication in module.mk files; added module.mk files for null a...
Max Horn
2006-02-11
Moved engines to the new engines/ directory
Max Horn