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
/
lure
/
lure.cpp
Age
Commit message (
Expand
)
Author
2008-05-24
Implemented LureEngine::pauseEngineIntern
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-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2008-01-09
Fix for #1866777 - adds saving of hotspot layer to savegames
Paul Gilbert
2008-01-05
Fix to remove a tab character from the GPL header
Paul Gilbert
2008-01-01
Added support for the EGA introduction sequence
Paul Gilbert
2007-12-16
Hooked up the sound code to use the configuration for sfx and music, and adde...
Paul Gilbert
2007-12-10
Changed over warning messages for save/load errors from the debug console to ...
Paul Gilbert
2007-12-09
Added new debug category for string handling
Paul Gilbert
2007-12-07
Changed startup error messages to use a modal GUI dialog
Paul Gilbert
2007-12-06
Switch Lure engine to AdvancedDetector
Eugene Sandulenko
2007-12-02
Added some more code to the savegame load process to correctly handle previou...
Paul Gilbert
2007-11-18
Reordered savegame content to fix bug where restoring a savegame from after a...
Paul Gilbert
2007-11-08
Reordered construction of game instance so that the sounds played in the intr...
Paul Gilbert
2007-10-28
Added storing of playing sounds to savegame (note: only sounds flagged as res...
Paul Gilbert
2007-10-24
Changed text speed flag, and added saving of it to savegames
Paul Gilbert
2007-09-23
Converted fields in data that were originally offsets (such as tick proc offs...
Paul Gilbert
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-09-16
Initial sound implementation
Paul Gilbert
2007-09-10
Lots of source code formatting corrections
Max Horn
2007-06-22
Lots of bugfixes - game is now completable
Paul Gilbert
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-27
Reworked game saving so that restored games don't fire off hotspot activation...
Paul Gilbert
2007-04-27
Moved lure detection code into a new detection.cpp file
Max Horn
2007-03-17
Got rid of Lure::System
Max Horn
2007-02-18
Improved (I hope) the 'Unknown MD5' messages in our detectors a little bit
Max Horn
2007-02-14
Make use of md5_file_string
Max Horn
2007-01-20
First phase of detection-related plugins interface improvements. Now plugins
Eugene Sandulenko
2006-10-02
Added functionality to allow saving/loading the game state
Paul Gilbert
2006-09-16
Reduce code duplication
Max Horn
2006-08-06
Reduced MD5 checking to 1Kb, and recalculated MD5 strings
Paul Gilbert
2006-07-31
* Added copyright string to all engine plugins
Max Horn
2006-07-22
- let md5_file accept a FilesystemNode too
Johannes Schickel
2006-07-22
Using FilesystemNode::name instead of FilesystemNode::displayName in all game...
Johannes Schickel
2006-07-08
Added support for ScummVM boot parameter values as well invoking the built-in...
Paul Gilbert
2006-06-24
Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp
Max Horn
2006-05-01
It's wrong to assume a given file is located in gameDataPath, so do not use t...
Max Horn
2006-04-29
* Changed the createEngine() factory function of our plugins to return an err...
Max Horn
2006-04-16
Removed the directory parameter from md5_file
Max Horn
2006-04-15
- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...
Max Horn
2006-04-08
Introduced language EN_ANY used for general English game entries. EN_USA and
Eugene Sandulenko
2006-04-08
Modified the REGISTER_PLUGIN macro so that it allows (and requires) a trailin...
Max Horn
2006-04-08
Renamed various *GameSettings to GameSettings (our namespaces are enough to d...
Max Horn
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-03-28
Renamed various container isEmpty() methods to empty() to match STL conventions
Max Horn
2006-03-25
- Implemented case insensitive file reading. Left old system as a fallback
Eugene Sandulenko
2006-03-09
Replaced GF_ENGLISH in LureGameSettings by a proper Common::Language member v...
Max Horn
2006-03-09
Make use of DetectedGame::updateDesc in the kyra & lure engines
Max Horn
2006-03-09
- Renamed GameSettings to PlainGameDescriptor
Max Horn
[next]