Age | Commit message (Expand) | Author |
2009-05-05 | AdLib emulator changes part1 (breaks compilation :-/): | Johannes Schickel |
2009-05-05 | Update SCI code for the upcoming AdLib emulator changes: | Johannes Schickel |
2009-05-05 | Gob - Fix Fascination CD file size thanks to joostp | Arnaud Boutonné |
2009-05-05 | Added detection entry for the German 16-colour version, which was included on | Torbjörn Andersson |
2009-05-05 | Fix input glitch regression again, by closer matching original PN code. | Travis Howell |
2009-05-05 | Fix input glitch regression, when examing items in PN. | Travis Howell |
2009-05-05 | SCI: Work around an 'Array used after being disposed' bug that occurs when a ... | Max Horn |
2009-05-05 | COMMON: Changed Array destructor to reset _storage and _size to 0 -- this hel... | Max Horn |
2009-05-05 | SCI: Fix my previous changes to internal_stringfrag_strcmp (side remark: Anot... | Max Horn |
2009-05-05 | SCI: Actually, it turns out the SystemString is more messed up than I thought... | Max Horn |
2009-05-05 | SCI: Simplified internal_stringfrag_strcmp and internal_stringfrag_strncmp | Max Horn |
2009-05-05 | SCI: Fixed out of bounds access in (still incomplete?) string frags code | Max Horn |
2009-05-05 | Fix keymapper compilation | Eugene Sandulenko |
2009-05-05 | SCI: Support for 0x4e control changes in new adlib driver, and some cleanup. | Walter van Niftrik |
2009-05-04 | Fix compilation without --enable-pn | Joost Peters |
2009-05-04 | This should fix linking on PSP. | Johannes Schickel |
2009-05-04 | Fix valgrind warning | Eugene Sandulenko |
2009-05-04 | SCI: Got rid of heapmgr.h; further improve the Table code | Max Horn |
2009-05-04 | TINSEL: Added FIXME comment about a valgrind warning (calling strcpy on overl... | Max Horn |
2009-05-04 | SCI: Unified serializing code for Table subclasses, using template specializa... | Max Horn |
2009-05-04 | SCI: Fixed savestate loading | Max Horn |
2009-05-04 | COMMON: Made Array::resize() init/zero the memory it allocates | Max Horn |
2009-05-04 | SCI: Added doxygen comment to MemObject::MemObject | Max Horn |
2009-05-04 | Fixed new[] / delete mismatch in Common::String | Max Horn |
2009-05-04 | Fix input been displayed during ending sequence in PN. | Travis Howell |
2009-05-04 | Fix the car chase scene in PN. | Travis Howell |
2009-05-04 | All versions of PN share the same saved game format. | Travis Howell |
2009-05-04 | Always reset VGA memory pointer, when load zone in PN, since only a single zo... | Travis Howell |
2009-05-04 | Add code different for PN in vc32_saveScreen(), to fix crashes. | Travis Howell |
2009-05-03 | SCI: Started adding methods to MemObject subclasses: constructors, destructor... | Max Horn |
2009-05-03 | SCI: Completed transition from MemObject (a union of various structs) to MemO... | Max Horn |
2009-05-03 | SCI: Changed SegManager to store the heap pointers in a Common::Arrray | Max Horn |
2009-05-03 | COMMON: Optimized MemoryPool::freeUnusedPages (if many pages are phased out a... | Max Horn |
2009-05-03 | COMMON: Check for failed memory allocations; changed Common::String to use ne... | Max Horn |
2009-05-03 | SCI: Made SegManager::heap_size unsigned | Max Horn |
2009-05-03 | SCI: adlib support (work-in-progress) for the new music player. | Walter van Niftrik |
2009-05-03 | SCI: Continue transition from MemObject to MemObjectNEW | Max Horn |
2009-05-03 | SCI: Got rid of the LIST_ALL_DEALLOCATABLE macro | Max Horn |
2009-05-03 | SCI: Begun conversion of the MemObject union (used to implement poor man's fa... | Max Horn |
2009-05-03 | SCI: Renamed MemObject::type and ::segmgr_id to _type resp. _segmgrId, and ad... | Max Horn |
2009-05-03 | SCI: Changed SegManager to subclass Common::Serializable | Max Horn |
2009-05-03 | SCI: Changed various params of type MemObject* to the more specific type Script& | Max Horn |
2009-05-03 | SCI: Added SegManager::getScript method and modified code to make use of it; ... | Max Horn |
2009-05-03 | COMMON: Simplified Common::Stack methods using the recent Common::Array impro... | Max Horn |
2009-05-03 | SCI: Doxygenified various comments | Max Horn |
2009-05-03 | SCI: Removed MEM_OBJ_RESERVED and related code | Max Horn |
2009-05-03 | SCI: Removed dead code | Max Horn |
2009-05-03 | SCI: Changed VM GC code to use Common::Array | Max Horn |
2009-05-03 | COMMON: Changed Array::resize to not shrink the internal storage if we shrink... | Max Horn |
2009-05-03 | Added unit test for Common::Array::resize() | Max Horn |