aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2010-02-16Correct a rogue typo.Matthew Hoops
2010-02-15Playtoons - "Fascination" workaround for text is also required for Playtoons.Arnaud Boutonné
2010-02-15SCI32 reorders the REF* subops in kMessage; fixes GK1 conversations.Matthew Hoops
2010-02-15TINSEL: Cleanup the 'script workaround' code a bit.Max Horn
2010-02-15SCI: No need to set _executionStackPosChanged in kDisposeScript, as the callk...Max Horn
2010-02-15SCI: Remove sound/audio.h include from engine/state.hMax Horn
2010-02-14Mohawk : Corrected Myst Opcode 200/300 in Intro/Demo stack to correctly call ...David Turner
2010-02-14Fascination - Put correct protracker functions as Paula now accept sample siz...Arnaud Boutonné
2010-02-14Fixed typoFilippos Karapetis
2010-02-14Moved the reference to AudioPlayer inside SciEngine (as it doesn't have a sta...Filippos Karapetis
2010-02-14Remove an obsolete TODO.Matthew Hoops
2010-02-13Implement background video support for Riven; some VideoManager/QTPlayer clea...Matthew Hoops
2010-02-13Fascination: REAL fix. Thanks DrMcCoy.Arnaud Boutonné
2010-02-13Fix a crash in previous commitArnaud Boutonné
2010-02-13Fascination:Arnaud Boutonné
2010-02-13SCI: Move language related code from EngineState to SciEngineMax Horn
2010-02-13SCI: Fix compiling with USE_OLD_MUSIC_FUNCTIONS enabledMax Horn
2010-02-13SCI: Remove EngineState::_kernel, use SciEngine::_kernel insteadMax Horn
2010-02-13SCI: Move GameFeatures from EngineState to SciEngineMax Horn
2010-02-13SCI: Get rid of EngineState::resManMax Horn
2010-02-13SCI: Move Gui/Gfx related permanent objects from EngineState to SciEngineMax Horn
2010-02-13SCI: Add global g_sci pointer to the active SciEngine instanceMax Horn
2010-02-13Cruise detection entry for english AtariST KixxXL editionFabio Battaglia
2010-02-13SCI: Change getSciVersionDesc() to return 'const char *' instead of 'Common::...Max Horn
2010-02-13SCI: Remove unused PARSE_HEAP_SIZEMax Horn
2010-02-13Added the beginnings of scene set-up logicPaul Gilbert
2010-02-13Added command variation for dumping quotes and vocabPaul Gilbert
2010-02-12Fix trap book external commands.Matthew Hoops
2010-02-12SCI: Revert r47929 (bad idea, as we may run out of offsets). Instead, adapt S...Walter van Niftrik
2010-02-10Fix a potential problem for some compilers with having multiple stream reads.Matthew Hoops
2010-02-10SCI: Update said.y to match changes made to said.cpp; regenerate said.cpp usi...Max Horn
2010-02-10Fix warningWillem Jan Palenstijn
2010-02-10Separated scene info console method between M4 and MADS classes, and cleaned ...Paul Gilbert
2010-02-10Bugfix for crash when view gets focus based on a key eventPaul Gilbert
2010-02-10Add support for the Motion JPEG codec (used in some Myst ME 10th Anniversary ...Matthew Hoops
2010-02-09Remove last traces of File::addDefaultDirectoryMax Horn
2010-02-09LOL: fixed script bug in castle cimmeria that would cause out of bounds mem a...Florian Kagerer
2010-02-09SCI: also reset some variables inside reset(), so we dont error() out in lsl2...Martin Kiewitz
2010-02-09Moved text parsing to a new class.Nicola Mettifogo
2010-02-08Fascination: - Suppress the recently added oFascin_keyFunc, replace it with a...Arnaud Boutonné
2010-02-08Reduce header interdependenciesMax Horn
2010-02-08Introduce factory function makeArjArchive, hide ArjArchive class implementationMax Horn
2010-02-08Get rid of the workaround for a g++ (code generation) bug on AMD64, by passin...Johannes Schickel
2010-02-08According to Buddha^ it should be fine to calculate (and set) the AMIGA dim p...Johannes Schickel
2010-02-08Renamed variable to fix warning.Torbjörn Andersson
2010-02-08Renamed ArjFile to ArchiveMan, and _arj to _archives.Nicola Mettifogo
2010-02-08Moved ArjFile to drascula.Nicola Mettifogo
2010-02-08Let ArjFile return a SeekableReadStream instead of implementingNicola Mettifogo
2010-02-08Reduced references to _arj to the minimum. It is passed as aNicola Mettifogo
2010-02-08Pass the input stream to text parser functions.Nicola Mettifogo