aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/segment.h
AgeCommit message (Expand)Author
2018-08-25SCI: Add a default case to the switch in toDebugString()Filippos Karapetis
2018-06-29SCI: Fix shadowing warningEugene Sandulenko
2017-10-06SCI32: Clean up scriptWidth/scriptHeight/screenWidth/screenHeightColin Snover
2017-10-06SCI32: Clean up CelObjColin Snover
2017-09-23Revert "SCI: Fix Warnings about Copy Constructor Failing to Call Base Class."Colin Snover
2017-09-23SCI32: Fix handling of array copiesColin Snover
2017-09-23SCI32: Remove unused shrink-to-fit function for string arraysColin Snover
2017-09-23SCI32: Fix size for dereferencing non-raw SCI32 arraysColin Snover
2017-07-06SCI32: Improve kPlayVMD renderingColin Snover
2017-05-26SCI32: Fix kArrayFillHein-Pieter van Braam
2017-04-23SCI: Fix support for 32-bit SCI3 script offsetsColin Snover
2017-03-30SCI32: Improve bounds checking in SciString trimColin Snover
2017-02-05SCI: Fix more unsafe C-string usageColin Snover
2017-01-14SCI: Fix Warnings about Copy Constructor Failing to Call Base Class.D G Turner
2017-01-06SCI32: Fix overlapped memory copies in SciStringColin Snover
2017-01-06SCI32: Fix a subtle bug in SciArray::trim()Filippos Karapetis
2017-01-05SCI32: Fix off-by-one error in array resizingColin Snover
2016-12-19SCI32: Undefine macro for SciBitmap when it is done being usedColin Snover
2016-12-19SCI32: Fix nitpicky output errors in SCI32 bitmap debuggingColin Snover
2016-12-19SCI32: Add segment table debugging info for SCI32 arraysColin Snover
2016-12-17SCI32: Improve SciBitmap segment table debugging outputColin Snover
2016-10-27SCI32: Read byte/string array values as signed in SCI2.1early-Colin Snover
2016-10-09SCI32: Clarify some identifiersColin Snover
2016-10-09SCI32: Change storage type of int16 arrays to hold reg_ts insteadColin Snover
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-09-29SCI32: Ease debugging of wrong array typesColin Snover
2016-09-29SCI32: Implement kBitmapCreateFromView and kBitmapGetInfoColin Snover
2016-09-29SCI32: Rewrite kArray & kStringColin Snover
2016-08-13SCI: Fix pointer invalidation caused by array storage movesColin Snover
2016-08-12SCI32: Fix crash when multiple nodes are deleted during kListEachElementDoColin Snover
2016-08-01SCI: Fix warningsEugene Sandulenko
2016-08-01SCI32: Implement bitmap save routineColin Snover
2016-08-01SCI32: Fix invalid memory access after BitmapTable is extendedColin Snover
2016-08-01SCI32: Add bitmap segment and remove GC option from hunk segmentColin Snover
2016-08-01SCI32: Enable optional explicit memory management of hunk entriesColin Snover
2016-03-25SCI: Use aggregation to store objects in SegmentObjTable.Johannes Schickel
2016-03-25SCI: Introduce accessors for SegmentObjTable entries.Johannes Schickel
2016-03-01SCI: Use uint32 instead of unsigned intFilippos Karapetis
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2012-02-10JANITORIAL: Fix template definition whitespaceTarek Soliman
2011-05-25ALL: analyse -> analyzeMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-24SCI: Close Memory Leak from kAnimate Calls.D G Turner
2011-03-08SCI: Cleanupmd5
2011-03-08SCI: Cleanupmd5
2011-02-28SCI: Moved hunk pointer handling to the GC, and removed some related workaroundsmd5
2010-12-07SCI: Removed the system strings code and replaced it with a much more simplif...Filippos Karapetis
2010-11-19SCI: Moved the Object class in a separate fileFilippos Karapetis
2010-11-18SCI: Added species selector functionality for SCI3Filippos Karapetis