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