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-04-29
Moved the AudioCDManager as well as class AudioStream and its (standard) subc...
Max Horn
2006-04-29
* Changed the createEngine() factory function of our plugins to return an err...
Max Horn
2006-04-26
Introduce and use Engine_Empty() and Engine::GUIErrorMessage()
Eugene Sandulenko
2006-04-25
Show GUI message when game data is not found.
Eugene Sandulenko
2006-04-16
Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ...
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-13
Fixes save/load.
Johannes Schickel
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
Removed extra exclamation marks in warning() calls as well.
Eugene Sandulenko
2006-04-04
Fix md5 for German IHNM
Eugene Sandulenko
2006-04-01
Removing superfluous addDefaultDirectory call
Max Horn
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
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-24
fix ITE SUNSPOT music loop
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
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