Age | Commit message (Expand) | Author |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-05-23 | Made shrink_execution_stack() a member of EngineState | Filippos Karapetis |
2010-05-19 | Moved the breakpoint information inside the DebugState struct | Filippos Karapetis |
2010-04-19 | SCI: For Japanese system-font strings, convert half-width characters to | Walter van Niftrik |
2010-04-18 | SCI: Don't add subtitles for monolingual strings. | Walter van Niftrik |
2010-04-16 | SCI: dont switch to english on kanji text, also cut off text w/o spaces insid... | Martin Kiewitz |
2010-02-23 | SCI: Turn kernel_sleep() into SciEvent::sleep() | Max Horn |
2010-02-23 | SCI: Move SciGui::wait to EngineState::wait | 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: Move language related code from EngineState to SciEngine | 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-05 | SCI: Add a 'SELECTOR' macro | Max Horn |
2010-02-03 | Placed all the game feature detection code in a separate class | Filippos Karapetis |
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: fix getLanguage - fixes gk1 german (day number blood writing at the star... | Martin Kiewitz |
2010-01-31 | Make EngineState::getLanguage() check from the resource manager as to what la... | Matthew Hoops |
2010-01-31 | SCI: Implement kMemorySegment(). | Walter van Niftrik |
2010-01-29 | SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo... | Max Horn |
2010-01-28 | Detect whether to use the modified SCI2 or SCI2.1 kernel table based on the k... | Matthew Hoops |
2010-01-28 | Improved kSetCursor() semantics detection | Filippos Karapetis |
2010-01-25 | Fixed kSetCursor semantics detection for KQ5 Amiga, by making a hack for KQ5 ... | Filippos Karapetis |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-23 | - Moved all of the parser-related variables inside the Vocabulary class | Filippos Karapetis |
2010-01-23 | sfx_init_flags is not used in the new sound code | Filippos Karapetis |
2010-01-17 | SCI: speed throttler changed, now gets triggered by kAnimate, removed initial... | Martin Kiewitz |
2010-01-10 | Silenced warnings ("this" isn't defined on object instantiation, and commente... | Filippos Karapetis |
2010-01-05 | Fix walking in SCI32. Gabriel now will walk and DrMcCoy can now hear his prec... | Matthew Hoops |
2010-01-05 | SCI: Removed the old graphics code | Filippos Karapetis |
2010-01-03 | Renamed SCI_VERSION_AUTODETECT to SCI_VERSION_NONE to signify its actual purpose | Filippos Karapetis |
2010-01-03 | The "room" command can now set the current room number, too (more straightfor... | Filippos Karapetis |
2009-12-26 | Fixed 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-09 | SCI: Paranoia tweak for EngineState::autoDetectFeature | Max Horn |
2009-11-22 | Added a sanity check to the setCursor detection | Filippos Karapetis |
2009-11-22 | Check which DoSound method is actually invoked from Sound::play, to remove a ... | Filippos Karapetis |
2009-11-21 | Removed duplicate code and simplified some feature detection | Filippos Karapetis |
2009-11-20 | Fixed sound detection for Jones CD | Filippos Karapetis |
2009-11-20 | Simplified the doSound detection a bit | Filippos Karapetis |
2009-11-20 | - Removed the non-static selectors "overlay" and "setCursor" from the list of... | Filippos Karapetis |
2009-11-20 | Check the overridden game object when performing setCursor detection, which p... | Filippos Karapetis |
2009-11-20 | Added a game-specific workaround for setCursor detection in KQ5CD: the code f... | Filippos Karapetis |
2009-11-20 | Changed the lofs detection to iterate through all the methods of the Game obj... | Filippos Karapetis |
2009-11-20 | Some corrections for the lofs autodetection - SQ4 floppy works again | Filippos Karapetis |
2009-11-20 | Shifted some code around | Filippos Karapetis |
2009-11-20 | - Rewrote the lofs parameter type auto-detection code | Filippos Karapetis |
2009-11-19 | - Simplified the different feature detection types, removed some duplicate co... | Filippos Karapetis |