Age | Commit message (Expand) | Author |
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 |
2009-05-03 | Gob - Added detection for WinGob 1, 2 & 3 german, Last dynasty interactive de... | Arnaud Boutonné |
2009-05-03 | Add DOS French demo of Gobliiins. | Travis Howell |
2009-05-03 | Nintendo DS hack should only apply to the CD version of Simon the Sorcerer 1. | Travis Howell |
2009-05-02 | Add alternative work around for bug in The Feeble Files. | Travis Howell |
2009-05-02 | Nintendo DS hack should only apply to the CD version of Simon the Sorcerer 1. | Travis Howell |
2009-05-02 | Nintendo DS hack should only apply to the CD version of Simon the Sorcerer 1. | Travis Howell |
2009-05-02 | Updated xcode project | Oystein Eftevaag |
2009-05-02 | - Moved the extra information (like executable version, VERSION file contents... | Jordi Vilalta Prat |
2009-05-02 | Add English DOS demo of Leisure Suit Larry 2. | Travis Howell |
2009-05-02 | Add English DOS demo of Conquests of Camelot. | Travis Howell |
2009-05-02 | Add English DOS demo of Space Quest 3. | Travis Howell |
2009-05-02 | Add the DOS CD demo of Sam & Max. | Travis Howell |
2009-05-02 | Gob - Fix MSVC7, 7.1 and 9 VCPROJ, as compilation failed (demos classes were ... | Arnaud Boutonné |
2009-05-02 | Add German floppy demo of BASS. | Travis Howell |
2009-05-02 | Fix the ending of CD demo. | Travis Howell |
2009-05-01 | SAGA: move Actor::_pathList into a Common::Array<Point> | Andrew Kurushin |
2009-05-01 | Add bit2 and bit3 options to debugger. | Travis Howell |
2009-05-01 | Add the non-interactive German demo of Simon the Sorcerer 2. | Travis Howell |
2009-05-01 | SAGA: fix SAGA_DEBUG&ACTOR_DEBUG enabled compilation; move Actor::_debugPoint... | Andrew Kurushin |
2009-05-01 | Renamed aspectRatio to aspectRatioCorrection in the SDL backend to match the ... | Bertrand Augereau |
2009-05-01 | Gob : Fascination - put back o1_freesprite and switch to o1_animPalInit after... | Arnaud Boutonné |
2009-05-01 | Gob - Add MD5 for Addy 4 basis CD (supposedly used by all Addy 4) | Arnaud Boutonné |
2009-05-01 | Fix regression in the PC version of PN. | Travis Howell |
2009-05-01 | Fix inventory regression in the PC version of PN. | Travis Howell |
2009-04-30 | Adding a strdup-like inline function | Sven Hesse |
2009-04-30 | Plugging leaks | Sven Hesse |