aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2006-02-23Cleanup to remove duplicate type definesTravis Howell
2006-02-23Fixed some of the compiler warnings.Torbjörn Andersson
2006-02-23Don't call exit() directly. Instead, use the backend's quit() method for normalTorbjörn Andersson
2006-02-22Initial version of Cinematique engine evo 1.Eugene Sandulenko
2006-02-22Fix bug #1386333: "FT DEMO: assertion triggered when playing movie".Eugene Sandulenko
2006-02-21Cleanup decompressWizImage() in HE gamesTravis Howell
2006-02-21Fix compiler error introduced by last commit.Eugene Sandulenko
2006-02-21Fix crash on floppy version of gob2Eugene Sandulenko
2006-02-21More GOB2 changes (Mult::loadMult()) + correcting some mistakes I madeSven Hesse
2006-02-21Removed the "extra bars/nodes" code, since nothing ever added the extra bars orTorbjörn Andersson
2006-02-21Improved layering of objects within rooms - for example, Ratpouch now properl...Paul Gilbert
2006-02-20Add German version of Simon the Sorcerer 2 (DOS Floppy)Travis Howell
2006-02-20Moved iMUSE code to the new directory engines/scumm/imuse/Max Horn
2006-02-20Fixing compiler (cast) warningMax Horn
2006-02-20Fixing up my previous commit: finished moving common/scaler* to graphicsMax Horn
2006-02-20Moved common/scaler* to graphics/Max Horn
2006-02-20Updated MD5 tables again, adding details to more HE game variantsMax Horn
2006-02-20Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si...Max Horn
2006-02-20Added / corrected some comments, and moved ScummGameSettings to scumm.hMax Horn
2006-02-20Use ptrdiff_t from stddef.h for our offsetof-clone (this should reduce warnin...Max Horn
2006-02-20Updated scumm-md5 table a bit moreMax Horn
2006-02-20Simplified puttrace entry in the (still unused) extra_versions tableMax Horn
2006-02-20Removing the GF_HE_985 from HE 99 games (I only was able to verify that this ...Max Horn
2006-02-20Fix for bug #1428261 (Solaris x86 build fails: variable name collision)Max Horn
2006-02-20Workaround for bug #1308033 (FOA: skips single line of dialogue)Max Horn
2006-02-20More tweaks to the still unused extra_versions tableMax Horn
2006-02-20Disable unchecked use of OSystem::setWindowCaption from SCUMM/HE scripts (thi...Max Horn
2006-02-19added experimental hook handle on 8,9 sub opcode musicPaweł Kołodziejski
2006-02-19Added more variant IDs for HE gamesMax Horn
2006-02-19Specify variant IDs for some HE games in scumm-md5.txt/.hMax Horn
2006-02-19Updated the (still unused) extra_versions table a bitMax Horn
2006-02-19- Added new extra_versions table -> work in progress and disabled for now.Max Horn
2006-02-19Fixed compiler warningMax Horn
2006-02-19Cleaned up the main game loop, improved handling for changing rooms, and impr...Paul Gilbert
2006-02-19Added basic support for conversations, as well as reworking the Hotspot class...Paul Gilbert
2006-02-19Converted mouse and events classes to use new getReference stylePaul Gilbert
2006-02-19Updated memory set method call to new namePaul Gilbert
2006-02-19Changed hotspot references to use updated hotspot methodsPaul Gilbert
2006-02-19Added handling for conversation data, as well as moved storing cursor data in...Paul Gilbert
2006-02-19Added new resources for conversations, cleaned up existing class names, and e...Paul Gilbert
2006-02-19Added display of talk dialogs during conversationsPaul Gilbert
2006-02-19Implemented several more script engine methodsPaul Gilbert
2006-02-19Added new class for displaying conversation talk dialogsPaul Gilbert
2006-02-19Added new definitions used by the conversation subsystemPaul Gilbert
2006-02-19Changed subsystem object create methods whose constructors I've switched to t...Paul Gilbert
2006-02-19Changed the menu subsystem to use getReference rather than being passed in th...Paul Gilbert
2006-02-19Changed the changed memset method to setBytes, which I like betterPaul Gilbert
2006-02-18- Merged GameDetector::detectGame() into GameDetector::detectMain()Max Horn
2006-02-18- renamed PLUGIN_getSupportedGames to PLUGIN_gameIDList for consistencyMax Horn
2006-02-18Enable gob2 detectionEugene Sandulenko