Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel | |
svn-id: r35062 | |||
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn | |
svn-id: r34916 | |||
2008-10-02 | Engine class changed: | Max Horn | |
- Moved initCommonGFX() && GUIErrorMessage() out of class Engine - got rid of the _autosavePeriod member (this prevented users from changing the autosave period during runtime) - Got rid of an evil 'using GUI::Dialog' statement - Clarified some Doxygen comments svn-id: r34720 | |||
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily ↵ | Max Horn | |
confused with Engine::quitGame); also cleaned up engine.h a bit svn-id: r34700 | |||
2008-09-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn | |
svn-id: r34310 | |||
2008-07-25 | Added -x and --list-saves support for LURE | Christopher Page | |
svn-id: r33291 | |||
2008-07-15 | Reverted some incorrect changes and fixed sound settings issues for LURE. ↵ | Christopher Page | |
Fixed issues with quitting and calling GMM during intro sequences in LURE. Added a KEYCODE_MAINMENU in common/keyboard.h for the GMM. svn-id: r33081 | |||
2008-07-10 | Lure works with the new GMM implementation | Christopher Page | |
svn-id: r32996 | |||
2008-06-30 | Sound settings for Lure can be modified through the GMM | Christopher Page | |
svn-id: r32855 | |||
2008-06-25 | Kyra and Lure are now using the new _quit flag | Christopher Page | |
svn-id: r32772 | |||
2008-06-12 | LURE: Fixed memory leaks in the LURE engine | Christopher Page | |
svn-id: r32675 | |||
2008-05-28 | LURE: Fixed some memory leaks when returning to the launcher from the LURE ↵ | Christopher Page | |
engine svn-id: r32357 | |||
2008-05-24 | Implemented LureEngine::pauseEngineIntern | Paul Gilbert | |
svn-id: r32238 | |||
2008-02-15 | Merged lots of _mixer->isReady() warnings into a single one in Engine ↵ | Max Horn | |
constructor svn-id: r30871 | |||
2008-02-14 | Changed error dialog display to exit ScummVM through the standard execution ↵ | Paul Gilbert | |
path rather than using the exit() method svn-id: r30866 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-09 | Fix for #1866777 - adds saving of hotspot layer to savegames | Paul Gilbert | |
svn-id: r30347 | |||
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 | |||
2008-01-01 | Added support for the EGA introduction sequence | Paul Gilbert | |
svn-id: r30116 | |||
2007-12-16 | Hooked up the sound code to use the configuration for sfx and music, and ↵ | Paul Gilbert | |
added code from the original game that used the high bit of sounds to distinguish between the two svn-id: r29873 | |||
2007-12-10 | Changed over warning messages for save/load errors from the debug console to ↵ | Paul Gilbert | |
their own dialog svn-id: r29814 | |||
2007-12-09 | Added new debug category for string handling | Paul Gilbert | |
svn-id: r29772 | |||
2007-12-07 | Changed startup error messages to use a modal GUI dialog | Paul Gilbert | |
svn-id: r29745 | |||
2007-12-06 | Switch Lure engine to AdvancedDetector | Eugene Sandulenko | |
svn-id: r29734 | |||
2007-12-02 | Added some more code to the savegame load process to correctly handle ↵ | Paul Gilbert | |
previously saved savegames (from version 25) svn-id: r29693 | |||
2007-11-18 | Reordered savegame content to fix bug where restoring a savegame from after ↵ | Paul Gilbert | |
a fight caused the opponent to briefly appear alive again svn-id: r29549 | |||
2007-11-08 | Reordered construction of game instance so that the sounds played in the ↵ | Paul Gilbert | |
introduction can properly check the sound flag status svn-id: r29452 | |||
2007-10-28 | Added storing of playing sounds to savegame (note: only sounds flagged as ↵ | Paul Gilbert | |
restorable are restarted after loading a savegame) svn-id: r29271 | |||
2007-10-24 | Changed text speed flag, and added saving of it to savegames | Paul Gilbert | |
svn-id: r29250 | |||
2007-09-23 | Converted fields in data that were originally offsets (such as tick proc ↵ | Paul Gilbert | |
offsets) to use indexes, allowing for more generic handling of different language versions svn-id: r29073 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-16 | Initial sound implementation | Paul Gilbert | |
svn-id: r28917 | |||
2007-09-10 | Lots of source code formatting corrections | Max Horn | |
svn-id: r28887 | |||
2007-06-22 | Lots of bugfixes - game is now completable | Paul Gilbert | |
svn-id: r27606 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-27 | Reworked game saving so that restored games don't fire off hotspot ↵ | Paul Gilbert | |
activation scripts, and conversation bugfix to keep characters in place svn-id: r26955 | |||
2007-04-27 | Moved lure detection code into a new detection.cpp file | Max Horn | |
svn-id: r26625 | |||
2007-03-17 | Got rid of Lure::System | Max Horn | |
svn-id: r26155 | |||
2007-02-18 | Improved (I hope) the 'Unknown MD5' messages in our detectors a little bit | Max Horn | |
svn-id: r25695 | |||
2007-02-14 | Make use of md5_file_string | Max Horn | |
svn-id: r25593 | |||
2007-01-20 | First phase of detection-related plugins interface improvements. Now plugins | Eugene Sandulenko | |
return StringMap instead of fixed list of parameters. This adds great flexibility. Current patch should not alter any functionality, i.e. if there are regressions, submit a report. Phase 2 will benefit from these changes and will come later. svn-id: r25134 | |||
2006-10-02 | Added functionality to allow saving/loading the game state | Paul Gilbert | |
svn-id: r24070 | |||
2006-09-16 | Reduce code duplication | Max Horn | |
svn-id: r23888 | |||
2006-08-06 | Reduced MD5 checking to 1Kb, and recalculated MD5 strings | Paul Gilbert | |
svn-id: r23686 | |||
2006-07-31 | * Added copyright string to all engine plugins | Max Horn | |
* Modified about dialog to list all available plugins with their resp. copyright * Modified about dialog credits to show the GPL last (like movie end credits do with their legal text, too) svn-id: r23645 | |||
2006-07-22 | - let md5_file accept a FilesystemNode too | Johannes Schickel | |
- changes some engine detectors to use it svn-id: r23559 | |||
2006-07-22 | Using FilesystemNode::name instead of FilesystemNode::displayName in all ↵ | Johannes Schickel | |
game detectors. svn-id: r23558 | |||
2006-07-08 | Added support for ScummVM boot parameter values as well invoking the ↵ | Paul Gilbert | |
built-in debugger svn-id: r23413 | |||
2006-06-24 | Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp | Max Horn | |
Rationale: backend implementations belong to backends/, but portable APIs meant to be used by high level code is for common / sound / graphics / ... (compare also with backends/midi vs. sound/mididrv.h) svn-id: r23274 |