aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-05Fix input glitch regression, when examing items in PN.Travis Howell
2009-05-05SCI: Work around an 'Array used after being disposed' bug that occurs when a ...Max Horn
2009-05-05COMMON: Changed Array destructor to reset _storage and _size to 0 -- this hel...Max Horn
2009-05-05SCI: Fix my previous changes to internal_stringfrag_strcmp (side remark: Anot...Max Horn
2009-05-05SCI: Actually, it turns out the SystemString is more messed up than I thought...Max Horn
2009-05-05SCI: Simplified internal_stringfrag_strcmp and internal_stringfrag_strncmpMax Horn
2009-05-05SCI: Fixed out of bounds access in (still incomplete?) string frags codeMax Horn
2009-05-05Fix keymapper compilationEugene Sandulenko
2009-05-05SCI: Support for 0x4e control changes in new adlib driver, and some cleanup.Walter van Niftrik
2009-05-04Fix compilation without --enable-pnJoost Peters
2009-05-04This should fix linking on PSP.Johannes Schickel
2009-05-04Fix valgrind warningEugene Sandulenko
2009-05-04SCI: Got rid of heapmgr.h; further improve the Table codeMax Horn
2009-05-04TINSEL: Added FIXME comment about a valgrind warning (calling strcpy on overl...Max Horn
2009-05-04SCI: Unified serializing code for Table subclasses, using template specializa...Max Horn
2009-05-04SCI: Fixed savestate loadingMax Horn
2009-05-04COMMON: Made Array::resize() init/zero the memory it allocatesMax Horn
2009-05-04SCI: Added doxygen comment to MemObject::MemObjectMax Horn
2009-05-04Fixed new[] / delete mismatch in Common::StringMax Horn
2009-05-04Fix input been displayed during ending sequence in PN.Travis Howell
2009-05-04Fix the car chase scene in PN.Travis Howell
2009-05-04All versions of PN share the same saved game format.Travis Howell
2009-05-04Always reset VGA memory pointer, when load zone in PN, since only a single zo...Travis Howell
2009-05-04Add code different for PN in vc32_saveScreen(), to fix crashes.Travis Howell
2009-05-03SCI: Started adding methods to MemObject subclasses: constructors, destructor...Max Horn
2009-05-03SCI: Completed transition from MemObject (a union of various structs) to MemO...Max Horn
2009-05-03SCI: Changed SegManager to store the heap pointers in a Common::ArrrayMax Horn
2009-05-03COMMON: Optimized MemoryPool::freeUnusedPages (if many pages are phased out a...Max Horn
2009-05-03COMMON: Check for failed memory allocations; changed Common::String to use ne...Max Horn
2009-05-03SCI: Made SegManager::heap_size unsignedMax Horn
2009-05-03SCI: adlib support (work-in-progress) for the new music player.Walter van Niftrik
2009-05-03SCI: Continue transition from MemObject to MemObjectNEWMax Horn
2009-05-03SCI: Got rid of the LIST_ALL_DEALLOCATABLE macroMax Horn
2009-05-03SCI: Begun conversion of the MemObject union (used to implement poor man's fa...Max Horn
2009-05-03SCI: Renamed MemObject::type and ::segmgr_id to _type resp. _segmgrId, and ad...Max Horn
2009-05-03SCI: Changed SegManager to subclass Common::SerializableMax Horn
2009-05-03SCI: Changed various params of type MemObject* to the more specific type Script&Max Horn
2009-05-03SCI: Added SegManager::getScript method and modified code to make use of it; ...Max Horn
2009-05-03COMMON: Simplified Common::Stack methods using the recent Common::Array impro...Max Horn
2009-05-03SCI: Doxygenified various commentsMax Horn
2009-05-03SCI: Removed MEM_OBJ_RESERVED and related codeMax Horn
2009-05-03SCI: Removed dead codeMax Horn
2009-05-03SCI: Changed VM GC code to use Common::ArrayMax Horn
2009-05-03COMMON: Changed Array::resize to not shrink the internal storage if we shrink...Max Horn
2009-05-03Added unit test for Common::Array::resize()Max Horn
2009-05-03Gob - Added detection for WinGob 1, 2 & 3 german, Last dynasty interactive de...Arnaud Boutonné
2009-05-03Add DOS French demo of Gobliiins.Travis Howell
2009-05-03Nintendo DS hack should only apply to the CD version of Simon the Sorcerer 1.Travis Howell
2009-05-02Add alternative work around for bug in The Feeble Files.Travis Howell
2009-05-02Nintendo DS hack should only apply to the CD version of Simon the Sorcerer 1.Travis Howell