Age | Commit message (Expand) | Author |
2008-11-09 | - The GMM save dialog is now working for all engines which support the approp... | Filippos Karapetis |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-11-05 | Got rid of the unused 'filename' attribute in SaveStateDescriptor | Max Horn |
2008-11-04 | Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat... | Max Horn |
2008-10-26 | Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ... | Filippos Karapetis |
2008-10-05 | Changed NPC schedules to be loaded when an NPC is activated - this avoids an ... | Paul Gilbert |
2008-10-04 | Bugfix to prevent NPC characters managing to walk beyond room exits without l... | Paul Gilbert |
2008-10-02 | Engine class changed: | Max Horn |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-11 | Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState". | Johannes Schickel |
2008-09-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn |
2008-09-01 | Merging more of the GSoC 2008 RTL branch: LURE | Max Horn |
2008-08-16 | Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ... | Christopher Page |
2008-08-15 | Defined some MetaEngineFeatures for the engines, the launcher uses these feat... | Christopher Page |
2008-08-05 | Fixed more warnings | Christopher Page |
2008-07-25 | Added -x and --list-saves support for LURE | Christopher Page |
2008-07-21 | Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,... | Christopher Page |
2008-07-16 | Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,... | Christopher Page |
2008-07-15 | Reverted some incorrect changes and fixed sound settings issues for LURE. Fi... | Christopher Page |
2008-07-14 | Fix for missing data in the savegame format that could result in not being ab... | Paul Gilbert |
2008-07-10 | Lure works with the new GMM implementation | Christopher Page |
2008-07-07 | LURE: Made sure to lock _soundMutex in syncSounds() | Christopher Page |
2008-06-30 | Fixed some warnings | Christopher Page |
2008-06-30 | Sound settings for Lure can be modified through the GMM | Christopher Page |
2008-06-25 | Kyra and Lure are now using the new _quit flag | Christopher Page |
2008-06-16 | Cleaned up some unnecessary comments | Christopher Page |
2008-06-12 | LURE: Fixed memory leaks in the LURE engine | Christopher Page |
2008-05-28 | LURE: Fixed some memory leaks when returning to the launcher from the LURE en... | Christopher Page |
2008-05-24 | Fixed compiler warning of unused variable | Paul Gilbert |
2008-05-24 | Implemented LureEngine::pauseEngineIntern | Paul Gilbert |
2008-05-24 | Changed the delayed sequence list from using a system milliseconds expiry poi... | Paul Gilbert |
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel |
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat |
2008-04-19 | Added a debugger command 'script' to allow execution of script engine methods | Paul Gilbert |
2008-04-06 | Fixed warning. (The 'anim' variable shadowed the anim() function.) | Torbjörn Andersson |
2008-04-06 | Replaced ManagedList with Common::SharedPtr in the rest of the lure engine | Filippos Karapetis |
2008-04-06 | Replaced ManagedList with Common::SharedPtr in lure's sound system | Filippos Karapetis |
2008-04-05 | Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, kAD... | Max Horn |
2008-04-02 | Changed spaces to tabs. | Torbjörn Andersson |
2008-03-19 | Commit of Hans de Goede's patches to the sound handling code | Paul Gilbert |
2008-03-19 | Removed some unportable and unused code ;-) | 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-16 | Bugfix for loading older savegame versions | Paul Gilbert |
2008-02-15 | Merged lots of _mixer->isReady() warnings into a single one in Engine constru... | Max Horn |
2008-02-14 | Changed error dialog display to exit ScummVM through the standard execution p... | Paul Gilbert |
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 |