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
/
script.h
Age
Commit message (
Expand
)
Author
2010-06-28
SCI: Clarify docs of GC related SegmentObj methods
Max Horn
2010-06-28
SCI: get rid of Script::allocateObject
Max Horn
2010-06-28
SCI: Revise GC interface: use Common::Array<reg_t> instead of callbacks
Max Horn
2010-06-28
SCI: Make Script member vars private; add const qualifiers
Max Horn
2010-06-27
Cleanup
Filippos Karapetis
2010-06-27
Made the script initialization/uninitialization methods part of the segment m...
Filippos Karapetis
2010-06-27
SCI: Made the code for initializing script classes, objects and locals part o...
Filippos Karapetis
2010-06-27
SCI: Moved all the script-related code inside script.cpp/.h, and all script o...
Filippos Karapetis
2010-06-15
Removed the now unused EngineState parameter of script_adjust_opcode_formats(...
Filippos Karapetis
2010-02-02
SCI: Use Common::List and Common::String to simplify breakpoint handling (unt...
Max Horn
2010-01-28
SCI: Add debug opcodes
Walter van Niftrik
2010-01-28
Changed run_vm() to use the sci_opcodes enum, and fixed several wrong opcodes...
Filippos Karapetis
2009-08-30
SCI: Add lofs detection.
Walter van Niftrik
2009-08-16
SCI: Stage 1 of the game detection overhaul. The end goal is to autodetect
Walter van Niftrik
2009-07-07
Removed unused define
Filippos Karapetis
2009-05-31
- Further objectification of the SCI vocabulary functions
Filippos Karapetis
2009-05-31
More objectification of the Vocabulary functions
Filippos Karapetis
2009-05-30
Started objectifying the vocabulary functions (WIP)
Filippos Karapetis
2009-05-14
SCI: Changed sci_obj_* enum value names to uppercase, in accordance with our ...
Max Horn
2009-05-12
Removed some unused code
Filippos Karapetis
2009-04-20
SCI: Renamed global array 'formats' to the slightly more descriptive g_opcode...
Max Horn
2009-02-28
Turned ResourceManager into a class, along with all related functions
Greg Frieger
2009-02-28
SCI: Renamed some kernel types and general cleanup
Jordi Vilalta Prat
2009-02-27
SCI: Moved almost all files from include/ to other dirs; only include/engine....
Max Horn