index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
engine
/
selector.h
Age
Commit message (
Expand
)
Author
2017-10-09
SCI: Add QfG4 script patch to fix sliding down slope bug #9801
Martin Kiewitz
2017-09-28
SCI32: Add audio volume sync support for RAMA
Colin Snover
2017-09-23
SCI32: Add guest additions save/restore support for RAMA
Colin Snover
2017-09-23
SCI32: Support RAMA's custom save games through kFileIO
Colin Snover
2017-09-14
SCI32: Fix Phant2 "auto-save"
Colin Snover
2017-07-30
SCI32: Add load from launcher support for Phant2
Colin Snover
2017-07-30
SCI32: Implement Phant2 save/load integration
Colin Snover
2017-07-30
SCI32: Implement guest additions volume sync for Phant2
Colin Snover
2017-07-24
SCI32: Add music volume UI sync for MGDX
Colin Snover
2017-07-17
SCI32: Add guest additions support for LSL7
Colin Snover
2017-05-24
SCI32: Add script patch for lsl7 cheese maker priority bug
Martin Kiewitz
2017-04-23
SCI32: Fix mustSetViewVisible for SCI3
Colin Snover
2017-04-22
SCI: Implement delayed restore for SCI32 and move implementations to GuestAdd...
Colin Snover
2017-04-21
SCI: Improve audio volume & settings sync code
Colin Snover
2016-12-19
SCI32: Add support for alternate graphics selectors
Colin Snover
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-06-18
SCI: Add setter/getter methods to reg_t's
Filippos Karapetis
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-25
ALL: behaviour -> behavior
Matthew Hoops
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-17
SCI: Added some SCI3 selector related information
Filippos Karapetis
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-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-10
Unified invokeSelector() and invokeSelectorArgv(), and removed the INV_SEL kl...
Filippos Karapetis
2010-05-29
Mass renaming of selector-related functions, and removed some defines which w...
Filippos Karapetis
2010-03-08
SCI: Make EngineState parameter to INV_SEL explicit
Max Horn
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-05
SCI: Add a 'SELECTOR' macro
Max Horn
2010-01-29
SCI: Reduce header interdependencies a bit
Max Horn
2010-01-29
SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo...
Max Horn