aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/state.cpp
AgeCommit message (Expand)Author
2010-02-23SCI: Turn kernel_sleep() into SciEvent::sleep()Max Horn
2010-02-23SCI: Move SciGui::wait to EngineState::waitMax Horn
2010-02-14Moved the reference to AudioPlayer inside SciEngine (as it doesn't have a sta...Filippos Karapetis
2010-02-13SCI: Move language related code from EngineState to SciEngineMax Horn
2010-02-13SCI: Remove EngineState::_kernel, use SciEngine::_kernel insteadMax Horn
2010-02-13SCI: Move GameFeatures from EngineState to SciEngineMax Horn
2010-02-13SCI: Get rid of EngineState::resManMax Horn
2010-02-13SCI: Move Gui/Gfx related permanent objects from EngineState to SciEngineMax Horn
2010-02-05SCI: Add a 'SELECTOR' macroMax Horn
2010-02-03Placed all the game feature detection code in a separate classFilippos Karapetis
2010-02-03SCI: Get rid of EngineState::stack_segmentMax Horn
2010-02-02SCI: Use Common::List and Common::String to simplify breakpoint handling (unt...Max Horn
2010-02-01SCI: fix getLanguage - fixes gk1 german (day number blood writing at the star...Martin Kiewitz
2010-01-31Make EngineState::getLanguage() check from the resource manager as to what la...Matthew Hoops
2010-01-31SCI: Implement kMemorySegment().Walter van Niftrik
2010-01-29SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo...Max Horn
2010-01-28Detect whether to use the modified SCI2 or SCI2.1 kernel table based on the k...Matthew Hoops
2010-01-28Improved kSetCursor() semantics detectionFilippos Karapetis
2010-01-25Fixed kSetCursor semantics detection for KQ5 Amiga, by making a hack for KQ5 ...Filippos Karapetis
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23- Moved all of the parser-related variables inside the Vocabulary classFilippos Karapetis
2010-01-23sfx_init_flags is not used in the new sound codeFilippos Karapetis
2010-01-17SCI: speed throttler changed, now gets triggered by kAnimate, removed initial...Martin Kiewitz
2010-01-10Silenced warnings ("this" isn't defined on object instantiation, and commente...Filippos Karapetis
2010-01-05Fix walking in SCI32. Gabriel now will walk and DrMcCoy can now hear his prec...Matthew Hoops
2010-01-05SCI: Removed the old graphics codeFilippos Karapetis
2010-01-03Renamed SCI_VERSION_AUTODETECT to SCI_VERSION_NONE to signify its actual purposeFilippos Karapetis
2010-01-03The "room" command can now set the current room number, too (more straightfor...Filippos Karapetis
2009-12-26Fixed graphics functions detection in an old version of SQ3 - my initial thou...Filippos Karapetis
2009-12-25- Introduced a new version in the sound version detection routine, as SCI0 ea...Filippos Karapetis
2009-12-09SCI: Paranoia tweak for EngineState::autoDetectFeatureMax Horn
2009-11-22Added a sanity check to the setCursor detectionFilippos Karapetis
2009-11-22Check which DoSound method is actually invoked from Sound::play, to remove a ...Filippos Karapetis
2009-11-21Removed duplicate code and simplified some feature detectionFilippos Karapetis
2009-11-20Fixed sound detection for Jones CDFilippos Karapetis
2009-11-20Simplified the doSound detection a bitFilippos Karapetis
2009-11-20- Removed the non-static selectors "overlay" and "setCursor" from the list of...Filippos Karapetis
2009-11-20Check the overridden game object when performing setCursor detection, which p...Filippos Karapetis
2009-11-20Added a game-specific workaround for setCursor detection in KQ5CD: the code f...Filippos Karapetis
2009-11-20Changed the lofs detection to iterate through all the methods of the Game obj...Filippos Karapetis
2009-11-20Some corrections for the lofs autodetection - SQ4 floppy works againFilippos Karapetis
2009-11-20Shifted some code aroundFilippos Karapetis
2009-11-20- Rewrote the lofs parameter type auto-detection codeFilippos Karapetis
2009-11-19- Simplified the different feature detection types, removed some duplicate co...Filippos Karapetis
2009-11-12Started objectifying kDoSound()Filippos Karapetis
2009-11-12The menu bar code is no longer used in the new graphics code, and the menu st...Filippos Karapetis
2009-11-04Removed unused variables and placed some more old code inside INCLUDE_OLDGFX ...Filippos Karapetis
2009-11-04- Changed the segment manager to be a static part of the engine, and stopped ...Filippos Karapetis
2009-11-04Removed the reference to SciGuiCursor from EngineStateFilippos Karapetis
2009-11-04priority_first and priority_last are not used by the new drawing code, thus t...Filippos Karapetis