aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
AgeCommit message (Expand)Author
2010-06-15SAGA: fix timers.Eugene Sandulenko
2010-06-15SAGA: Fix bug #2827504.Eugene Sandulenko
2010-06-15SAGA: Fix bug #2928923.Eugene Sandulenko
2010-06-15SAGA: Fix bug #2886130.Eugene Sandulenko
2010-06-15SAGA: Fix bug #2886141.Eugene Sandulenko
2010-06-15SAGA: Fix bug #2886151.Eugene Sandulenko
2010-06-15SAGA: Add debug output for sfLockUser()Eugene Sandulenko
2010-06-15SAGA: Fix bug #1970191.Eugene Sandulenko
2010-06-15SAGA: Add more thread-related output.Eugene Sandulenko
2010-06-15SAGA: Moved more code under ENABLE_IHNMEugene Sandulenko
2010-06-14Extended advancedDetector with depth parameter.Eugene Sandulenko
2010-06-12SAGA: Music code cleanup. The music driver is now placed inside the MusicPlay...Filippos Karapetis
2010-06-02OSYSTEM: Get rid of kFeatureAutoComputeDirtyRectsMax Horn
2010-05-18Started simplifying and removing a lot of unused code from the SAGA Mac resou...Filippos Karapetis
2010-05-18Added back video skipping in SAGA2 with the escape key or left mouse buttonFilippos Karapetis
2010-05-18Committing the rest of the VideoDecoder Rewrite from patch #2963496.Matthew Hoops
2010-05-16Added automatic detection of the IHNM demoFilippos Karapetis
2010-05-16Added automatic detection for the non-interactive ITE demosFilippos Karapetis
2010-05-04Reduce indirect header dependencies furtherMax Horn
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-05-04Get rid of Engine::_gameDataDir.Max Horn
2010-04-28SAGA: Avoid global constructor for pieceOrigins arrayMax Horn
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-04-01Remove extra semicolonsOri Avtalion
2010-03-24SAGA: Fix ScriptThread::operator=; some tweakingMax Horn
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-03-10Fix bug #2963556: SAGA: Memory leaks #2Andrew Kurushin
2010-03-10Fix a valgrind warning.Johannes Schickel
2010-03-10Fix bug #2963556: SAGA: Memory leaksAndrew Kurushin
2010-03-10Silenced some harmless cppcheck warnings about unreachable code after a return.Torbjörn Andersson
2010-02-26Fixed the music in some Mac versions of ITE and disabled some unused code for...Filippos Karapetis
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-02-03- Rename FlacStream to FLACStream.Johannes Schickel
2010-01-31Switch makeADPCMStream to DisposeAfterUse::FlagMax Horn
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-30- Mark makeRawDiskStream factory as deprecated.Johannes Schickel
2010-01-27Moved the Shorten decoder inside the SAGA engine, as it's the only one using ...Filippos Karapetis
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-23Disabled the unused resource loading code for the unsupported QT MIDI format,...Filippos Karapetis
2010-01-21Silenced some cppcheck warnings.Torbjörn Andersson
2010-01-20SAGA: Change Sound::playSoundBuffer to enable looping for all sound formatsMax Horn
2010-01-19Started to get rid of Audio::FLAG_LOOPMax Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Convert more engines from Mixer::playRaw to Mixer::playInputStreamMax Horn
2010-01-19SAGA: Move from Mixer::playRaw to playInputStream; add FIXME regarding sounds...Max Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-19Move raw audio streams to new header sound/raw.hMax Horn