Age | Commit message (Expand) | Author |
2016-03-06 | SCI32: Implement kEditText | Colin Snover |
2016-03-01 | SCI32: Fix index/offset mixup in updateInfoFlagViewVisible | Willem Jan Palenstijn |
2016-02-27 | SCI32: Update InfoFlagViewVisible in VM opcodes | Willem Jan Palenstijn |
2016-02-21 | SCI32: Implement syncing planes+screen items from VM for restore | Martin Kiewitz |
2016-02-18 | SCI: WIP GfxText32 code | Colin Snover |
2016-02-18 | SCI: Implement accurate renderer architecture for SCI32 | Colin Snover |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-05-14 | SCI: Check for object visibility, if an object defines it | Filippos Karapetis |
2011-10-28 | SCI: Fixed text background color and text transparency for SCI32 games | Filippos Karapetis |
2011-10-11 | SCI: Proper implementation of text drawing for SCI2+ | Filippos Karapetis |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-09 | SCI: Implement Mac iconbar event handling. | Walter van Niftrik |
2010-11-02 | SCI: Remove any use of printf | Max Horn |
2010-09-03 | SCI: kClone/kDisposeClone behaviour more accurate | Martin Kiewitz |
2010-08-29 | SCI: adding virtual lists for qfg-import rooms | Martin Kiewitz |
2010-08-24 | SCI: Removed a now unused selector from the selector cache | Filippos Karapetis |
2010-08-05 | SCI: changing hoyle 4 workaround | Martin Kiewitz |
2010-07-24 | SCI: support useInsetRect in kFrameout | Martin Kiewitz |
2010-07-22 | SCI: some work on priority in sci32 | Martin Kiewitz |
2010-07-20 | SCI: Removed the restoring parameter of the run_vm() function | Filippos Karapetis |
2010-07-16 | SCI: kDoBresen - save last position of client inside mover - fixes lsl6 tram ... | Martin Kiewitz |
2010-06-28 | SCI: More changes to the code for loading from the launcher | Filippos Karapetis |
2010-06-27 | SCI: Removed the hack for loading games from the launcher from run_vm(). This... | Filippos Karapetis |
2010-06-23 | Moved the SelectorCache struct inside selector.h, where it belongs, and fixed... | Filippos Karapetis |
2010-06-23 | SCI: adding some more global scaling code, adding vanishingY and vanishingX a... | Martin Kiewitz |
2010-06-23 | SCI: some initial work on global scaling | Martin Kiewitz |
2010-06-17 | Strict mode: Changed several warnings due to logic bugs into errors. If an er... | Filippos Karapetis |
2010-06-10 | SCI: cleanup | Max Horn |
2010-06-10 | Unified invokeSelector() and invokeSelectorArgv(), and removed the INV_SEL kl... | Filippos Karapetis |
2010-06-03 | The setCursor selector is no longer used for the detection of the kSetCursor(... | Filippos Karapetis |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-05-26 | SCI: Making various object and script related things const | Max Horn |
2010-05-24 | Add support for showing the icon bar in SCI1.1 Mac. | Matthew Hoops |
2010-05-14 | Made locateVarSelector() a method of the Object class | Filippos Karapetis |
2010-02-13 | SCI: Remove EngineState::_kernel, use SciEngine::_kernel instead | Max Horn |
2010-02-13 | SCI: Add global g_sci pointer to the active SciEngine instance | Max Horn |
2010-02-04 | SCI: adding back selector for sci32 | Martin Kiewitz |
2010-02-04 | SCI: adding selectors bottom and right | Martin Kiewitz |
2010-02-04 | SCI: adding support for resX, resY selectors for sci32 | Martin Kiewitz |
2010-02-03 | Initial implementation of text drawing for SCI2 (it's a hack for now, done th... | Filippos Karapetis |
2010-02-03 | SCI: restoring param of run_vm is a bool, not an int | Max Horn |
2010-02-02 | SCI: Move some code around (no code changes) | Max Horn |
2010-01-29 | SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo... | Max Horn |
2010-01-28 | SCI: Cleanup | Walter van Niftrik |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2009-12-26 | Throw a warning when we're trying to invoke a variable selector, instead of s... | Filippos Karapetis |
2009-12-26 | Removed the file and line parameters from the selector handling functions | Filippos Karapetis |
2009-10-11 | More work on the Object class | Filippos Karapetis |
2009-10-10 | Started rewriting the Object struct into a class | Filippos Karapetis |