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
/
segment.h
Age
Commit message (
Expand
)
Author
2010-05-18
Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe...
Matthew Hoops
2010-05-14
Made locateVarSelector() a method of the Object class
Filippos Karapetis
2010-02-08
Search through arrays for outgoing references to fix possible garbage collect...
Matthew Hoops
2010-02-03
cleanup
Max Horn
2010-01-30
Add support for saving/loading Arrays/Strings in SCI32. It's possible to save...
Matthew Hoops
2010-01-26
SCI: Add string support for odd-offset pointers into reg_t-based segments.
Walter van Niftrik
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-24
SCI: Cleanup
Walter van Niftrik
2010-01-05
Zero the array before using it. You can go talk to Grace now, DrMcCoy.
Matthew Hoops
2010-01-01
SCI: Fix segfault in dual-language KQ5.
Walter van Niftrik
2009-12-31
Overload the = operator for SciArray which fixes the setType errors in GK1. S...
Matthew Hoops
2009-12-30
SCI32:
Matthew Hoops
2009-12-24
SCI32:
Matthew Hoops
2009-12-23
Some SCI32 (minor) String bug fixes and cleanup.
Matthew Hoops
2009-12-21
SCI32:
Matthew Hoops
2009-10-11
More work on the Object class
Filippos Karapetis
2009-10-10
Started rewriting the Object struct into a class
Filippos Karapetis
2009-10-08
SCI: Removed obsolete stringfrags code
Max Horn
2009-10-08
Change doxygen inline comments from "//!" to "///" as proposed on -devel
Max Horn
2009-09-28
SCI: Remove unsafe unmarkDeleted function.
Willem Jan Palenstijn
2009-09-27
SCI: Add utility functions for copying data between raw/non-raw segments
Willem Jan Palenstijn
2009-09-23
- Moved the SCI version in a global variable
Filippos Karapetis
2009-09-22
- Merged scriptObjInit0() and scriptObjInit11()
Filippos Karapetis
2009-09-22
SCI: Change SystemStrings to use RAW storage consistenly
Max Horn
2009-09-22
SCI: Add new type SegmentRef which ultimately will allow us to distinguish be...
Max Horn
2009-09-22
SCI: Change SystemString::name from char* to Common::String
Max Horn
2009-09-22
SCI: SegmentObj's now set their type in constructor; replace central SegmentO...
Max Horn
2009-09-21
SCI: Replace IntMapper Script::_objIndices and Common::Array Script::_objects...
Max Horn
2009-09-21
SCI: Rename Object::flags and pos to _flags and _pos; tweak scriptObjInit0 an...
Max Horn
2009-09-17
SCI: Move CallsStruct into vm.cpp, the only place it is being used
Max Horn
2009-09-17
SCI: Add a global getSciVersion() function and make use of it
Max Horn
2009-09-17
SCI: Rename engine/memobj.* to engine/segment.*
Max Horn
[prev]