Age | Commit message (Expand) | Author |
2010-06-10 | Added extra code and support methods for properly clearing up backgrounds and... | Paul Gilbert |
2010-06-10 | SCI: set picport when loading saved games | Martin Kiewitz |
2010-06-10 | Unified invokeSelector() and invokeSelectorArgv(), and removed the INV_SEL kl... | Filippos Karapetis |
2010-06-10 | Use the SELECTOR() macro for readability | Filippos Karapetis |
2010-06-10 | Removed the pointer to the game object from the EngineState class | Filippos Karapetis |
2010-06-10 | Moved the MoveCountType enum above the GameFeatures class, as it's the only c... | Filippos Karapetis |
2010-06-10 | Fixed compilation with the old music code | Filippos Karapetis |
2010-06-10 | Moved all of the game init/run/exit logic inside the SciEngine class | Filippos Karapetis |
2010-06-10 | Removed some unnecessary whitespace. (Or should I have saved that for the | Torbjörn Andersson |
2010-06-09 | The segment manager is now initialized before the graphics subsystem. Fixes t... | Filippos Karapetis |
2010-06-09 | Fix dirty tracking in paletted textures. | Angus Lees |
2010-06-09 | Improve build instructions to include themeengine patch and | Angus Lees |
2010-06-09 | SCI: document raw lipsync data skipping in readAudioMapSCI11() | Martin Kiewitz |
2010-06-09 | The EngineState is no longer recreated when a game is restored, thus we don't... | Filippos Karapetis |
2010-06-09 | Fixed crash in SCI2.1 games | Filippos Karapetis |
2010-06-09 | Limit kPortrait to be used in the Windows version of KQ6 only | Filippos Karapetis |
2010-06-09 | Proper fix for kernel name loading (regression from commit #49537) | Filippos Karapetis |
2010-06-09 | Fixed regression from commit #49537 | Filippos Karapetis |
2010-06-09 | Disabled the mouse warping code, as it can be annoying in windowed mode | Filippos Karapetis |
2010-06-09 | PSP: fixed missing frame issue with kyrandia and possibly other games by call... | Yotam Barnoy |
2010-06-09 | Fixed compilation when the old sound code is used | Filippos Karapetis |
2010-06-09 | Rewind the underlying audio stream on LoopingAudioStream creation. | Johannes Schickel |
2010-06-09 | SCI: fix multiple playing of the same sound in a row (without using looping) ... | Martin Kiewitz |
2010-06-09 | Merged script_init_engine() and game_init() and cleaned up SciEngine::run() a... | Filippos Karapetis |
2010-06-09 | Globals from script 0 are now initialized in script_init_engine(), and are ac... | Filippos Karapetis |
2010-06-09 | Fix compile errors | Willem Jan Palenstijn |
2010-06-09 | Renamed the SciEvent class to EventManager, to separate it from the sciEvent ... | Filippos Karapetis |
2010-06-09 | Merged restAdjust and restAdjustCur, as we don't save the restAdjust modifier... | Filippos Karapetis |
2010-06-08 | chmod +x mkmanifest.pl | Angus Lees |
2010-06-08 | Don't shrink the stack after reconstructing it, when loading a saved game. Fi... | Filippos Karapetis |
2010-06-08 | SCI: set default palette after initializing music driver, fixes palette getti... | Martin Kiewitz |
2010-06-08 | Cleanup | Filippos Karapetis |
2010-06-08 | SCI: check for SOL header in audio36 patches | Martin Kiewitz |
2010-06-08 | Merged the restarting_flags, script_abort_flag, and restoring members of the ... | Filippos Karapetis |
2010-06-08 | Modification to remove false positive "Possible divide by zero" warnings give... | David Turner |
2010-06-08 | Fixed compilation when the SCI32 code is disabled | Filippos Karapetis |
2010-06-08 | Merged _game_run() inside game_run(). Some cleanup | Filippos Karapetis |
2010-06-08 | Merged sync_SegManagerPtr() inside EngineState::saveLoadWithSerializer() | Filippos Karapetis |
2010-06-08 | SCI: use base36 sync/audio patches for sci1.1 as well and also check if patch... | Martin Kiewitz |
2010-06-08 | Add png icon files that were too binary to be part of original Android patch. | Angus Lees |
2010-06-08 | Whitespace fixup in last submit. I'll get the hang of this eventually :/ | Angus Lees |
2010-06-08 | Provide a replacement for bionic's __assert(). | Angus Lees |
2010-06-08 | Remove obsolete ANDROID_VERSION_GE macro | Angus Lees |
2010-06-08 | Remove unnecessary explicit _endian=little for Android | Angus Lees |
2010-06-08 | Made reconstruct_stack() a member of SegManager | Filippos Karapetis |
2010-06-08 | Add a few files mistakenly left out of initial Android patch :( | Angus Lees |
2010-06-08 | Add a version check for base36 encoded patches - they were introduced in SCI2 | Filippos Karapetis |
2010-06-08 | SCI: if song isn't playing, set signal and don't set fadeout/fadein variables... | Martin Kiewitz |
2010-06-07 | SCI: slight cleanup on processPatch, etc. | Martin Kiewitz |
2010-06-07 | SCI: fix regression from #49484, we were ignoring 65535 patches and this brok... | Martin Kiewitz |