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
/
scumm
Age
Commit message (
Expand
)
Author
2006-04-29
Make use of the new scummLoop_* functions to move some SCUMM version specific...
Max Horn
2006-04-29
Split scummLoop into multiple functions, for easier maintanance & customizabi...
Max Horn
2006-04-29
* Changed the createEngine() factory function of our plugins to return an err...
Max Horn
2006-04-28
Report unknown MD5s again
Max Horn
2006-04-27
Fix compile of SCUMM engine
Travis Howell
2006-04-27
Insane is part of SCUMM V7, not V6
Max Horn
2006-04-26
cleanup
Max Horn
2006-04-26
Replaced _hFileTable by _hInFileTable/_hOutFileTable
Max Horn
2006-04-26
isSoundRunning always returns sound id in HE games
Travis Howell
2006-04-26
Print a slightly more verbose error message when Roland patch isn't found
Max Horn
2006-04-26
Replace unneeded File::exists calls
Max Horn
2006-04-26
Introduce and use Engine_Empty() and Engine::GUIErrorMessage()
Eugene Sandulenko
2006-04-25
- Check if path specified for a game in scummvm.ini really exists and complain
Eugene Sandulenko
2006-04-25
Files that are *not* 00.LFL or 000.LFL indicate V5+ games -> teach the detect...
Max Horn
2006-04-25
Somewhat improved detection when MD5 is not available/known
Max Horn
2006-04-23
Fix loading music/speech files in HE98+ games
Travis Howell
2006-04-23
Some more cleanup in class Scumm::Sound
Max Horn
2006-04-23
Fix for HE games which use the generic HE variants (d'oh)
Max Horn
2006-04-23
Detect (and error out) if readMAXS fails
Max Horn
2006-04-23
Fix access to .he2 in Sound::openSfxFile, too
Max Horn
2006-04-23
Fix access to .he3/.he4 files
Max Horn
2006-04-23
Added a comment regarding COMI disc changing
Max Horn
2006-04-23
Moved _heTimers to ScummEngine_v60he
Max Horn
2006-04-23
Move HE specific stuff from class Sound to its new subclass SoundHE
Max Horn
2006-04-23
Moved ScummEngine_v5 from cursor.cpp to scumm.cpp (seems to be more natural, ...
Max Horn
2006-04-23
Change some uses of ScummFile to the more generic BaseScummFile
Max Horn
2006-04-23
Modified openFile and openResourceFile to take a Common::String instead of a ...
Max Horn
2006-04-23
Behold, the new SCUMM detector finally has arrived. Unified detection & engin...
Max Horn
2006-04-23
Fixed MD5 entry for mac version of MI1
Max Horn
2006-04-23
Replaced _demoMode by GF_DEMO
Max Horn
2006-04-22
- Implemented MS ADPCM WAV format decoder used in Feeble Files. Still it is
Eugene Sandulenko
2006-04-19
Some more tweaks to the (still disabled) new detection / filename generation ...
Max Horn
2006-04-19
Added a small comment to ScummEngine::openRoom that explains why we check for...
Max Horn
2006-04-19
Removed wrong platform values from gameVariantsTable
Max Horn
2006-04-19
Let scumm engine handle EVENT_SCREEN_CHANGED and let the gui know. (Needed fo...
Johannes Schickel
2006-04-19
Merges SaveLoadChooser and SaveLoadChooserEx.
Johannes Schickel
2006-04-19
Updates scumm dialogs for runtime overlay resolution changes.
Johannes Schickel
2006-04-17
Call updateScreen() from waitForTimer() (instead of usually right before it)
Torbjörn Andersson
2006-04-17
Replaced o70_seekFilePos by o60_seekFilePos (both were identical)
Max Horn
2006-04-16
Should fix wrong thumbnail colors after a screen change, which changed bpp.
Johannes Schickel
2006-04-16
Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ...
Max Horn
2006-04-16
changed comments into real comments
Willem Jan Palenstijn
2006-04-16
Ignore the 'virtual' HE entries at the end of gameVariantsTable (this fixes a...
Max Horn
2006-04-16
Fixed broken svn:keywords values
Max Horn
2006-04-16
Removed the directory parameter from md5_file
Max Horn
2006-04-15
Removed unused #include
Max Horn
2006-04-15
- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...
Max Horn
2006-04-15
Removed GameDetector::_gameid in favor of using a config manager entry
Max Horn
2006-04-15
- Get rid of GameDetector::_dumpScripts and GameDetector::_force1xOverlay in ...
Max Horn
2006-04-15
Some more detector stub code (unused)
Max Horn
[next]