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.cpp
Age
Commit message (
Expand
)
Author
2016-10-11
SCI32: Fix garbage collection of objects stored in IntArrays
Colin Snover
2016-10-09
SCI32: Change storage type of int16 arrays to hold reg_ts instead
Colin Snover
2016-09-29
SCI32: Rewrite kArray & kString
Colin Snover
2016-08-01
SCI32: Fix invalid memory access after BitmapTable is extended
Colin Snover
2016-08-01
SCI32: Add bitmap segment and remove GC option from hunk segment
Colin Snover
2016-03-25
SCI: Introduce accessors for SegmentObjTable entries.
Johannes Schickel
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-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2012-01-15
SCI: Zero-terminate strings in SciString::fromString()
Filippos Karapetis
2011-11-03
SCI: Fixed a workaround
Filippos Karapetis
2011-11-03
SCI: Add fixme comment to a weird comparison
Eugene Sandulenko
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-03-08
SCI: Cleanup
md5
2011-03-08
SCI: Cleanup
md5
2011-02-28
SCI: Moved hunk pointer handling to the GC, and removed some related workarounds
md5
2011-01-01
SCI: debugC calls no longer require a debug level of 2 to show output
Filippos Karapetis
2010-12-07
SCI: Removed the system strings code and replaced it with a much more simplif...
Filippos Karapetis
2010-11-19
SCI: Moved the Object class in a separate file
Filippos Karapetis
2010-11-18
SCI: Added species selector functionality for SCI3
Filippos Karapetis
2010-11-18
Get rid of a const_cast.
Lars Skovlund
2010-11-17
SCI: Fixed the return values of Object::relocateSci3()
Filippos Karapetis
2010-11-17
SCI: More work on SCI3, based on a patch by lskovlun
Filippos Karapetis
2010-11-17
SCI: Some restructuring. Added some SCI3 placeholders/stubs
Filippos Karapetis
2010-11-01
ENGINES: Get rid of some (f)printfs
Max Horn
2010-08-06
SCI: fixing another warning
Martin Kiewitz
2010-06-28
SCI: Move a few remaining Script methods to engine/script.cpp
Max Horn
2010-06-28
SCI: Fix DEBUG_GC mode and permanently enable it
Max Horn
2010-06-28
SCI: Revise GC interface: use Common::Array<reg_t> instead of callbacks
Max Horn
2010-06-27
SCI: Moved all the script-related code inside script.cpp/.h, and all script o...
Filippos Karapetis
2010-06-27
Cleanup
Filippos Karapetis
2010-06-26
Removed the misleading getHeap() function (only valid for SCI0-SCI1), plus re...
Filippos Karapetis
2010-06-25
SCI: Introduce SciGameId enum
Max Horn
2010-06-25
SCI: Restrict some 'error' exceptions to the places they occur; cleanup
Max Horn
2010-06-24
Changed an error in LocalVariables::dereference() back to a warning, as it oc...
Filippos Karapetis
2010-06-22
Reverted the code which handles objects without a base object when loading, f...
Filippos Karapetis
2010-06-17
Strict mode: Changed several warnings due to logic bugs into errors. If an er...
Filippos Karapetis
2010-06-15
Add support for SCI32 segment types to seg_table and vr debug commands
Lars Skovlund
2010-06-14
Removed the code used for tracking script code block relocations in SCI0-SCI1...
Filippos Karapetis
2010-06-14
Really silence the warning with _bufSize
Filippos Karapetis
2010-06-14
Silenced warning
Filippos Karapetis
2010-06-14
Fixed a bug with commit #49640
Filippos Karapetis
2010-06-14
Some cleanup of the script locals code
Filippos Karapetis
2010-06-13
The offset of script local variables is now calculated when the script is loa...
Filippos Karapetis
2010-06-03
Moved several object-related defines inside vm.h into segment.h, where the Ob...
Filippos Karapetis
2010-06-02
Fixed regression from commit #49332 (merging of the SCI0 and SCI11 relocate f...
Filippos Karapetis
2010-05-31
Wrote the initialization code for the exports and synonyms table to make more...
Filippos Karapetis
2010-05-31
The save/load object init code is now unified with the regular object init code
Filippos Karapetis
2010-05-30
Limited access to the script export table and synonyms block
Filippos Karapetis
[next]