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-11-27
SCI: Fixed bug #3034713 - "ICEMAN Demo: Fails to find base object"
Filippos Karapetis
2010-11-18
SCI3: Add proper support for the calle instruction
Lars Skovlund
2010-11-17
SCI3: relocate operand of the lofsa opcode
Lars Skovlund
2010-11-17
SCI: More work on SCI3, based on a patch by lskovlun
Filippos Karapetis
2010-11-17
SCI: Some more work on SCI3, based on a patch by lskovlun
Filippos Karapetis
2010-11-17
SCI: Added the SCI3 equivalent of initialiseObjects(), from a patch by lskovlun
Filippos Karapetis
2010-11-08
SCI: Some changes regarding the string heap in saved games
Filippos Karapetis
2010-11-04
SCI: Renamed findBlock() to findBlockSCI0()
Filippos Karapetis
2010-09-13
SCI: Proper fix for bug #3038837 - "HOYLE3: EGA/VGA Crashes" and some cleanup
Filippos Karapetis
2010-08-06
SCI: Split the new script patch code in a separate file
Filippos Karapetis
2010-08-06
SCI: Added support for scripts that have more than one export table. Fixes bu...
Filippos Karapetis
2010-08-06
SCI: adding script patching
Martin Kiewitz
2010-08-06
SCI: some work on the script patcher
Martin Kiewitz
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