aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/state.cpp
AgeCommit message (Expand)Author
2009-11-04Moved the audio CD handling code inside the AudioPlayer class. Some cleanupFilippos Karapetis
2009-11-04Moved most of the code for playing sound effects and speech into a separate c...Filippos Karapetis
2009-10-30- Removed status_bar_foreground and status_bar_background variables from the ...Filippos Karapetis
2009-10-28Wrapped some more oldgui-specific code around INCLUDE_OLDGFX safeguardsFilippos Karapetis
2009-10-28Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def...Filippos Karapetis
2009-10-25Add support for CD Audio in Jones in the Fast Lane CD and KQ6 CD.Matthew Hoops
2009-10-18SCI: Rename game_obj to _gameObjMax Horn
2009-10-18SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicitMax Horn
2009-10-16SCI: kAnimate now delays the first few calls less, otherwise sq3 will remove ...Martin Kiewitz
2009-10-14SCI: removed speed throttler (cause of kAnimate change)Martin Kiewitz
2009-10-13Fixed a bug in the graphics function detection code, and corrected the locati...Filippos Karapetis
2009-10-10Started rewriting the Object struct into a classFilippos Karapetis
2009-10-10SCI: kMessage() rewriteWalter van Niftrik
2009-10-09Removed the unused _flags variable from EngineStateFilippos Karapetis
2009-10-09Moved actor movement detection in state.cpp, together with the other detectio...Filippos Karapetis
2009-10-09Oops...Filippos Karapetis
2009-10-09Fixed an issue when examining callk calls in the new graphics functions detec...Filippos Karapetis
2009-10-09Finished the automatic detection of the graphics functions used in SCI0 games...Filippos Karapetis
2009-10-08SCI: Removed obsolete stringfrags codeMax Horn
2009-10-08Started rewriting the check for the graphics functions type (still not finis...Filippos Karapetis
2009-10-08Removed the unused game_time variable, and fixed the incorrect calculation of...Filippos Karapetis
2009-10-07- Cleaned up the cursor codeFilippos Karapetis
2009-10-04SCI: Rename EngineState::segMan to _segManMax Horn
2009-10-04SCI: Add SegManager::findObjectByName() method, make parse_reg_t() local to c...Max Horn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-30- Moved the list of synonyms and parser nodes inside the vocabulary classFilippos Karapetis
2009-09-25SCI: Remove EngineState::game_version, it was only used for saving anyway. Al...Max Horn
2009-09-23- Moved the SCI version in a global variableFilippos Karapetis
2009-09-17SCI: Add EngineState::_kernel member for convenienceMax Horn
2009-09-17SCI: Add a global getSciVersion() function and make use of itMax Horn
2009-09-17SCI: Rename selector_map_t -> SelectorCache and _selectorMap -> _selectorCacheMax Horn
2009-09-17Changed the way object selectors are accessed, by removing the relevant defin...Filippos Karapetis
2009-09-16SCI: Rename Script class members, change Script from struct to classMax Horn
2009-09-15Removed some unused variables from the engine stateFilippos Karapetis
2009-09-12- Made obj_get and obj_get_name methods of SegManager (getObject and getObjec...Filippos Karapetis
2009-09-06SCI: Rename resManager -> resMan; segManager -> segManMax Horn
2009-09-04Removed the animation_granularity variable from the engine state (it never ch...Filippos Karapetis
2009-09-02Some renaming:Filippos Karapetis
2009-08-30SCI: Fix missing 'else' in r43824.Walter van Niftrik
2009-08-30SCI: Add lofs detection.Walter van Niftrik
2009-08-30SCI: Add SetCursor detection. Cleanup.Walter van Niftrik
2009-08-26- Fix the opcode formats for some opcodes in SCI32 (some arguments are now wo...Matthew Hoops
2009-08-25- Replaced more cases of EngineState parametersFilippos Karapetis
2009-08-25- Simplified the parameters of some functionsFilippos Karapetis
2009-08-17SCI: Build fix.Walter van Niftrik
2009-08-17SCI: Add autodetection for DoSound. Cleanup.Walter van Niftrik
2009-08-15SCI: Rename sci_version_t to SciVersionWalter van Niftrik
2009-08-11SCI: Added a crude speed throttler.Walter van Niftrik
2009-08-10SCI: Improved multilanguage support for SCI1 and SCI1.1.Walter van Niftrik
2009-07-11Moved the kernel and the vocabulary outside of the engine state (they're stat...Filippos Karapetis