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
/
igor
Age
Commit message (
Expand
)
Author
2009-06-06
Added game GUI options to advancedDetector and updated all engines
Eugene Sandulenko
2009-03-05
Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...
Jordi Vilalta Prat
2009-03-01
Engines: Fused several init&go methods into a single run method
Max Horn
2009-03-01
Merged Engine::go() and ::init() into a new run() method (currently implement...
Max Horn
2009-02-07
Fix sound noise regression in CD32 version of Simon the Sorcerer 1.
Travis Howell
2009-01-30
Renamed SpecialDebugLevel to DebugChannel
Max Horn
2009-01-29
Moved AdvancedDetector from common/ to engines/
Max Horn
2008-11-14
Added license header, and guard against multiple inclusion.
Torbjörn Andersson
2008-11-14
Oops, my last commit introduced some warnings.
Torbjörn Andersson
2008-11-14
Committed my patch #2123680 "SDL: Backend transaction / rollback support".
Johannes Schickel
2008-11-06
Switched various Engine APIs to use Common::Error
Max Horn
2008-11-03
Patch #2122869: ALL: Common load dialog
Max Horn
2008-09-10
Fix in the Igor engine for bug #2101083 - "ANY - MSVC71 compilation fails due...
Filippos Karapetis
2008-07-11
Don't use kPlainSoundType if you don't have to
Max Horn
2008-05-06
Allow static and dynamic plugins to be used at the same time
Jordi Vilalta Prat
2008-04-05
Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, kAD...
Max Horn
2008-03-14
Started to get rid of Common::EncapsulatedADGameDesc (using plain Common::ADG...
Max Horn
2008-03-14
Advanced Detector: Changed fallback detector from a callback function pointer...
Max Horn
2008-02-08
Initial support for plugin types
Jordi Vilalta Prat
2008-02-03
Revised Engine plugin API to only provide a single func which returns a MetaE...
Max Horn
2008-02-03
Changed "COMPATIBLITY" to "COMPATIBILITY".
Torbjörn Andersson
2008-02-02
Moved AdvancedMetaEngine to namespace Common
Max Horn
2008-02-02
Fix a typo
Jordi Vilalta Prat
2008-02-02
Converted the remaining engines to use MetaEngine
Jordi Vilalta Prat
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-11-30
sync'ing with local tree for now
Gregory Montoir
2007-11-25
- enabled speech sounds
Gregory Montoir
2007-11-21
sync with latest IGOR.TBL
Gregory Montoir
2007-11-18
- added CTMF music support
Gregory Montoir
2007-11-04
added saveload code, fixed calls to debugC
Gregory Montoir
2007-11-04
switched igor detection code to AdvancedDetector
Gregory Montoir
2007-11-01
added bootparam handling, minor cleanup
Gregory Montoir
2007-10-31
- minor changes to detection code
Gregory Montoir
2007-10-30
- added detection of second demo version
Gregory Montoir
2007-10-30
Renamed a variable which is declared twice
Filippos Karapetis
2007-10-30
Fix compile warning.
Travis Howell
2007-10-29
Fix compile warning, looks like this memcpy should be a memset.
Travis Howell
2007-10-29
added 'igor' engine for the game 'Igor: Objective Uikokahonia'
Gregory Montoir