Age | Commit message (Expand) | Author |
2008-12-18 | KYRA1: fixed Serpent Cave/Malcolm scene (where Brandon would instantly get ki... | Florian Kagerer |
2008-12-18 | Clean up cursor stack on engine quit properly. | Johannes Schickel |
2008-12-18 | Cleanup. | Johannes Schickel |
2008-12-16 | Switched kyra1 to use the same input functionality as kyra2 and kyra3. | Johannes Schickel |
2008-12-14 | Added code to initialize MT-32 properly for Lands of Lore. | Johannes Schickel |
2008-12-11 | Whoops changed integer size of variables storing volume information, now volu... | Johannes Schickel |
2008-12-11 | Midi code now allows volume values to be [0, 256] instead of [0, 255] like be... | Johannes Schickel |
2008-12-07 | Cleanup. | Johannes Schickel |
2008-12-07 | Prevent MIDI files from being load, when they are already loaded. | Johannes Schickel |
2008-12-04 | Removed obsolete refs to OSystem::kFeatureAutoComputeDirtyRects | Max Horn |
2008-11-30 | Fixed some looping MIDI sound effects. | Johannes Schickel |
2008-11-30 | Added MIDI SFX Map, fixes SFX in HoF. | Johannes Schickel |
2008-11-30 | - Extended MidiDriver::sysEx to allow 264 byte sysEx messages | Johannes Schickel |
2008-11-30 | Cleanup. | Johannes Schickel |
2008-11-30 | - Fix some valgrind warnings | Johannes Schickel |
2008-11-30 | Implement fade out support for MIDI. | Johannes Schickel |
2008-11-30 | Cleanup. | Johannes Schickel |
2008-11-30 | Initial version of proper MIDI support for KYRA. | Johannes Schickel |
2008-11-21 | Added ArchiveMember::getDisplayName() method; changed ArchiveMember::getName(... | Max Horn |
2008-11-18 | Don't rename slots anymore when deleting them via the GMM. | Johannes Schickel |
2008-11-16 | fixed bug | Florian Kagerer |
2008-11-16 | cleanup | Florian Kagerer |
2008-11-16 | Fixed valgrind warning. | Johannes Schickel |
2008-11-16 | Fixed various g++ warnings ("format not a string literal and no format argume... | Johannes Schickel |
2008-11-16 | KYRA 1/2: more fixes for valgrind warnings | Florian Kagerer |
2008-11-15 | (hopefully) fix valgrind warnings | Florian Kagerer |
2008-11-15 | svn-id: r35080 | Florian Kagerer |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-10 | Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine. | Vicent Marti |
2008-11-09 | Disallow overwriting of slot 0, quicksave and autosave slots. | Johannes Schickel |
2008-11-09 | - The GMM save dialog is now working for all engines which support the approp... | Filippos Karapetis |
2008-11-09 | Error out on savegame load failure (again). | Johannes Schickel |
2008-11-09 | - Implemented Engine::saveGameState for KYRA | Johannes Schickel |
2008-11-09 | Implemented Engine::syncSoundSettings properly for MIDI output. | Johannes Schickel |
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-11-03 | Preliminary support for loading via GMM for KYRA engine. | Johannes Schickel |
2008-11-01 | Commit of patch #2207782 "ARCHIVE: New method 'getMember'". | Johannes Schickel |
2008-10-26 | Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ... | Filippos Karapetis |
2008-10-22 | Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedP... | Johannes Schickel |
2008-10-21 | Cleanup. | Johannes Schickel |
2008-10-13 | - fix installer file support for Kyra 2 and 3 | Florian Kagerer |
2008-10-04 | Renamed some MetaEngine feature flags; removed explicit numbers from this fea... | Max Horn |
2008-10-03 | Cleanup. | Johannes Schickel |
2008-10-03 | Check all 'kyra.dat' files in setup paths instead of only the first one found. | Johannes Schickel |
2008-10-03 | Committed slightly modified patch #2034983 "Case-insensitivy and directory ha... | Johannes Schickel |
2008-10-02 | Engine class changed: | Max Horn |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |