Age | Commit message (Expand) | Author |
2010-03-10 | Fix warning | Max Horn |
2010-02-23 | SCI: Stop storing EngineState in SciGui32 | Max Horn |
2010-02-14 | Moved the reference to AudioPlayer inside SciEngine (as it doesn't have a sta... | Filippos Karapetis |
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-07 | With the new detection for setCursor, the game object and game ID are no long... | Filippos Karapetis |
2010-02-06 | SCI: adding more debug output to kPalVary, fixing loading savedgames (_gfxPai... | Martin Kiewitz |
2010-02-05 | SCI: moved onControl etc. into GfxCompare, now getting called directly. also ... | Martin Kiewitz |
2010-02-03 | Placed all the game feature detection code in a separate class | Filippos Karapetis |
2010-02-03 | cleanup | Max Horn |
2010-02-03 | SCI: Get rid of EngineState::stack_segment | Max Horn |
2010-02-02 | SCI: Use Common::List and Common::String to simplify breakpoint handling (unt... | Max Horn |
2010-02-01 | SCI: class menu renamed to GfxMenu - now getting called directly, also fix fo... | Martin Kiewitz |
2010-01-31 | SCI: Implement kMemorySegment(). | Walter van Niftrik |
2010-01-31 | SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, gfxc... | Martin Kiewitz |
2010-01-31 | Removed duplicate code. Some cleanup | Filippos Karapetis |
2010-01-30 | Fixed loading of saved games | Filippos Karapetis |
2010-01-30 | Add support for saving/loading Arrays/Strings in SCI32. It's possible to save... | Matthew Hoops |
2010-01-29 | SCI: Reduce header interdependencies a bit | Max Horn |
2010-01-27 | Corrected assert inside load_script. Fixes loading in SQ4CD | Filippos Karapetis |
2010-01-23 | - Moved all of the parser-related variables inside the Vocabulary class | Filippos Karapetis |
2010-01-23 | Cleanup. (And along with it add some additional asserts). | Johannes Schickel |
2010-01-22 | - The reverb value is now obtained from the music driver | Filippos Karapetis |
2010-01-08 | SCI: call gui-init right after loading a saved game, fixes weird gui issue th... | Martin Kiewitz |
2010-01-05 | Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose | Filippos Karapetis |
2010-01-05 | SCI: Removed the old graphics code | Filippos Karapetis |
2010-01-01 | SCI/newmusic: now clips volume against MUSIC_VOLUME_MAX (127) instead of the ... | Martin Kiewitz |
2010-01-01 | SCI: volume for sci0 now set to 127, now using constant instead of value | Martin Kiewitz |
2010-01-01 | Fixed broken savegames when saving with the new music code | Filippos Karapetis |
2010-01-01 | SCI: fixing saved game compatibility | Martin Kiewitz |
2010-01-01 | SCI/new music code: | Filippos Karapetis |
2009-12-31 | SCI/new music code: The loop selector for each music score is no longer cache... | Filippos Karapetis |
2009-12-28 | SCI: Start objectifying MusicEntry | Max Horn |
2009-12-28 | SCI/new sound code: | Filippos Karapetis |
2009-12-27 | SCI/new music code: | Filippos Karapetis |
2009-12-27 | SCI/new music code: | Filippos Karapetis |
2009-12-27 | Renamed gameName -> gameId, to keep the same vocabulary everywhere | Filippos Karapetis |
2009-12-27 | Really fixed compilation | Filippos Karapetis |
2009-12-27 | Hopefully fixed compilation | Filippos Karapetis |
2009-12-27 | SCI/new music code: | Filippos Karapetis |
2009-12-26 | Hopefully fixed the freezes/deadlocks in the new music code (e.g. in LSL5 and... | Filippos Karapetis |
2009-12-26 | - Made the music playlist private | Filippos Karapetis |
2009-12-26 | Some more work on the new music code | Filippos Karapetis |
2009-12-26 | SCI/new music code: Fixed a bug where music was stopped when saving. Some cle... | Filippos Karapetis |
2009-12-25 | SCI/newmusic: added filter support for kq4early and adlib | Martin Kiewitz |
2009-12-25 | Fixed variable capitalization | Filippos Karapetis |
2009-12-25 | Properly initialize the audio stream part of each music slot when loading | Filippos Karapetis |