Age | Commit message (Expand) | Author |
2010-06-09 | Disabled the mouse warping code, as it can be annoying in windowed mode | Filippos Karapetis |
2010-06-09 | Fixed compilation when the old sound code is used | Filippos Karapetis |
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 | 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 | 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 | Made reconstruct_stack() a member of SegManager | Filippos Karapetis |
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 |
2010-06-07 | Added support for SCI2+ base36 encoded patches (audio36 and sync36) | Filippos Karapetis |
2010-06-07 | Fixed regression from commit #49465 - there are in fact two restAdjust variab... | Filippos Karapetis |
2010-06-07 | Fix gcc warning about an comparison which is always false due to data type ra... | Johannes Schickel |
2010-06-07 | Allow for the other audio36 patch naming schemes (Mac and some Torin ones). | Matthew Hoops |
2010-06-07 | Some initial code for audio36 and sync36 patch support | Filippos Karapetis |
2010-06-07 | SCI: Relax signature of kCreateTextBitmap. | Walter van Niftrik |
2010-06-07 | SCI: Adjust kGetSaveFiles for SCI32. | Walter van Niftrik |
2010-06-07 | Change some kString subops to use the raw string directly instead of through ... | Matthew Hoops |
2010-06-06 | Now that EngineState is not deleted when loading games, we can move some more... | Filippos Karapetis |
2010-06-06 | Throw a warning in kString(At) if the index is out-of-bounds instead of havin... | Matthew Hoops |
2010-06-06 | Now opening all files via getVolumeFile() | Filippos Karapetis |
2010-06-05 | Replaced a leftover Common::File::exists() call in the fallback detector | Filippos Karapetis |
2010-06-05 | Fixed the cursor limiting code in GK1 | Filippos Karapetis |
2010-06-05 | Rewrote the remaining parts of the ResourceManager class to work with file st... | Filippos Karapetis |
2010-06-04 | SCI: Fix for Valgrind Warning in Palette. | David Turner |
2010-06-04 | Some more work on channel remapping: Moved the remapping code to the music lo... | Filippos Karapetis |
2010-06-04 | Simplified the channel monitoring code inside the SoundResource class | Filippos Karapetis |
2010-06-04 | SCI: Replace strncpy with Common::strlcpy | Walter van Niftrik |
2010-06-04 | SCI: Add savegame version check in CheckSaveGame | Walter van Niftrik |
2010-06-04 | SCI: Cleanup | Walter van Niftrik |
2010-06-03 | Replace two uses of ::qsort by Common::sort. | Johannes Schickel |
2010-06-03 | - Made some methods const | Johannes Schickel |
2010-06-03 | A first attempt at channel remapping (currently disabled) | Filippos Karapetis |
2010-06-03 | Added code to get which channels are used by a sound. Also, fixed a crash whe... | Filippos Karapetis |
2010-06-03 | Added channel remapping to MidiParser_SCI (currently unused) | Filippos Karapetis |
2010-06-03 | Re-enabled the cursor position limiting code | Filippos Karapetis |
2010-06-03 | Fixed crashing with wave file patches, a regression from commit #49391 | Filippos Karapetis |
2010-06-03 | The setCursor selector is no longer used for the detection of the kSetCursor(... | Filippos Karapetis |