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
/
seg_manager.cpp
Age
Commit message (
Expand
)
Author
2017-10-29
SCI: Fix UB in SegManager memcpy/strcpy operations
Colin Snover
2017-07-30
SCI: Expose API for retrieving multiple objects with the same name
Colin Snover
2017-05-20
SCI: Stop leaking locals segments during script reuse
Colin Snover
2017-05-20
SCI: Find and store the original static names of objects
Colin Snover
2017-05-16
SCI: Let getClassAddress fail gracefully with SCRIPT_GET_DONT_LOAD
Willem Jan Palenstijn
2017-04-22
SCI: Move ScummVM save/restore to GuestAdditions and reimplement for SCI32
Colin Snover
2017-03-30
SCI: Ensure object name reg_ts are valid before dereferencing them
Colin Snover
2017-03-27
SCI: Implement bounds-checked reads of game resources
Colin Snover
2017-02-05
SCI: Fix more unsafe C-string usage
Colin Snover
2017-02-05
SCI: Use strnlen instead of strlen to avoid buffer overflows
Colin Snover
2017-01-09
SCI32: Ignore attempts to free null array reg_ts
Colin Snover
2016-12-18
SCI: Remove unused second parameter to SegManager::getString
Colin Snover
2016-12-03
SCI: Remove unnecessary lock in SegManager
Colin Snover
2016-10-09
SCI32: Clarify some identifiers
Colin Snover
2016-09-29
SCI32: Rewrite kArray & kString
Colin Snover
2016-08-13
SCI: Fix pointer invalidation caused by array storage moves
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-08-01
SCI32: Enable optional explicit memory management of hunk entries
Colin Snover
2016-03-25
SCI: Introduce accessors for SegmentObjTable entries.
Johannes Schickel
2016-02-08
SCI: Zero out dynamically allocated memory
Martin Kiewitz
2016-01-15
SCI: Use the actual segment in the segment manager for SCI3 games
Filippos Karapetis
2014-08-08
SCI: Show the address segment when trying to free hunks from an invalid
Filippos Karapetis
2014-02-18
SCI: Make GPL headers consistent in themselves.
Johannes Schickel
2013-12-04
SCI: script patcher is now a separate class
Martin Kiewitz
2013-10-30
SCI: Fix script bug #3615119 - "SCI: Crazy Nick Laura Bow - Uninitialized rea...
Filippos Karapetis
2013-05-01
SCI: Fix some non-initialized variables in SegManager - CID 1003116
Filippos Karapetis
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-07-03
SCI: Remove an unnecessary warning and related FIXME comments
Filippos Karapetis
2012-07-02
SCI: Add a hack for a bug in the script handling code
Filippos Karapetis
2012-06-18
SCI: Add setter/getter methods to reg_t's
Filippos Karapetis
2012-06-15
SCI: Change getClassAddress() to only require the caller segment
Filippos Karapetis
2012-06-15
SCI: Replace RAW_IS_OBJECT with a method
Filippos Karapetis
2012-06-15
Revert "SCI: Change Script::getObject() to accept a reg_t"
Filippos Karapetis
2012-06-15
SCI: Further cleanup of the script code
Filippos Karapetis
2012-06-15
SCI: Change Script::getObject() to accept a reg_t
Filippos Karapetis
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-11-11
SCI: Fix style
Willem Jan Palenstijn
2011-11-11
SCI: Fix const cast
Willem Jan Palenstijn
2011-11-05
SCI: Updated Script::getObjectMap()
Filippos Karapetis
2011-11-05
SCI: Made the object map hashmap of the Script class private
Filippos Karapetis
2011-11-05
SCI: Made more fields of the Script class private. Some cleanup.
Filippos Karapetis
2011-08-08
SCI: Remove dead code
Max Horn
2011-05-25
ALL: initialise -> initialize
Matthew Hoops
2011-05-25
ALL: behaviour -> behavior
Matthew Hoops
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-03-14
SCI: Got rid of VERIFY() and removed some newlines in error messages
md5
2011-03-10
SCI: Don't try to uninstantiate scripts marked as deleted
md5
2011-03-09
SCI: Removed unnecessary parameter from deallocate()
md5
2011-03-04
SCI: Use BE string handling for Mac games.
Walter van Niftrik
[next]