Age | Commit message (Expand) | Author |
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 | Document Normal2xAspect | Max Horn |
2010-02-13 | cleanup | Max Horn |
2010-02-13 | Hide ZipArchive implementation, only expose it via factory functions: makeZip... | 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 | Fix Rober Spalek & Hans-Joerg Frieden in the CPP resp. plain text versions of... | Max Horn |
2010-02-10 | SCI: Update said.y to match changes made to said.cpp; regenerate said.cpp usi... | Max Horn |
2010-02-10 | Hopefully fixing bug #2948858 "MP3 (CD Audio) Broken under SVN". | Johannes Schickel |
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 | Formatting. | Johannes Schickel |
2010-02-09 | Be a bit more forgiveful in case the SeekableAudioStream passed to SubLooping... | Johannes Schickel |
2010-02-09 | Stop SubLoopingAudioStream playback, in case reading from the parent stream f... | Johannes Schickel |
2010-02-09 | Make Audio::convertTimeToStreamPos return a frame-precision based result inst... | Johannes Schickel |
2010-02-09 | Add some additional tests for SubLoopingAudioStream and LoopingAudioStream. (... | Johannes Schickel |
2010-02-09 | Fix SubLoopingAudioStream's readBuffer implementation. | Johannes Schickel |
2010-02-09 | Add unit test for SubLoopingAudioStream. (Currently they fail though :-/) | Johannes Schickel |
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 | Add test cases for RawStream playing from a stream via a block list. | Johannes Schickel |
2010-02-09 | Moved text parsing to a new class. | Nicola Mettifogo |
2010-02-09 | Merged _headers and _filemap. | 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 | Make the "seek after the end of the stream" test case a bit "harder". | Johannes Schickel |
2010-02-08 | Fix RawStream::seek implementation. | Johannes Schickel |
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 | Mention that the music/sound effects support for KYRA1 AMIGA was from a GSoC ... | Johannes Schickel |