Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-04 | All versions of PN share the same saved game format. | Travis Howell | |
svn-id: r40298 | |||
2009-05-04 | Always reset VGA memory pointer, when load zone in PN, since only a single ↵ | Travis Howell | |
zone is used. svn-id: r40297 | |||
2009-05-04 | Add code different for PN in vc32_saveScreen(), to fix crashes. | Travis Howell | |
svn-id: r40296 | |||
2009-05-03 | SCI: Started adding methods to MemObject subclasses: constructors, ↵ | Max Horn | |
destructors, dereference() (and currently commented out refs to Common::Serializable svn-id: r40295 | |||
2009-05-03 | SCI: Completed transition from MemObject (a union of various structs) to ↵ | Max Horn | |
MemObjectNEW (a baseclass for these structs) svn-id: r40294 | |||
2009-05-03 | SCI: Changed SegManager to store the heap pointers in a Common::Arrray | Max Horn | |
svn-id: r40293 | |||
2009-05-03 | COMMON: Optimized MemoryPool::freeUnusedPages (if many pages are phased out ↵ | Max Horn | |
at once, don't copy everything multiple times around) svn-id: r40292 | |||
2009-05-03 | COMMON: Check for failed memory allocations; changed Common::String to use ↵ | Max Horn | |
new/delete instead of malloc/free svn-id: r40291 | |||
2009-05-03 | SCI: Made SegManager::heap_size unsigned | Max Horn | |
svn-id: r40290 | |||
2009-05-03 | SCI: adlib support (work-in-progress) for the new music player. | Walter van Niftrik | |
svn-id: r40287 | |||
2009-05-03 | SCI: Continue transition from MemObject to MemObjectNEW | Max Horn | |
svn-id: r40274 | |||
2009-05-03 | SCI: Got rid of the LIST_ALL_DEALLOCATABLE macro | Max Horn | |
svn-id: r40273 | |||
2009-05-03 | SCI: Begun conversion of the MemObject union (used to implement poor man's ↵ | Max Horn | |
fake inheritance) into a base class of all the various union members svn-id: r40272 | |||
2009-05-03 | SCI: Renamed MemObject::type and ::segmgr_id to _type resp. _segmgrId, and ↵ | Max Horn | |
added accessor methods getType() and getSegMgrId() svn-id: r40271 | |||
2009-05-03 | SCI: Changed SegManager to subclass Common::Serializable | Max Horn | |
svn-id: r40270 | |||
2009-05-03 | SCI: Changed various params of type MemObject* to the more specific type Script& | Max Horn | |
svn-id: r40269 | |||
2009-05-03 | SCI: Added SegManager::getScript method and modified code to make use of it; ↵ | Max Horn | |
moved VERIFY from seg_manager.h to seg_manager.cpp svn-id: r40268 | |||
2009-05-03 | COMMON: Simplified Common::Stack methods using the recent Common::Array ↵ | Max Horn | |
improvements svn-id: r40267 | |||
2009-05-03 | SCI: Doxygenified various comments | Max Horn | |
svn-id: r40266 | |||
2009-05-03 | SCI: Removed MEM_OBJ_RESERVED and related code | Max Horn | |
svn-id: r40265 | |||
2009-05-03 | SCI: Removed dead code | Max Horn | |
svn-id: r40264 | |||
2009-05-03 | SCI: Changed VM GC code to use Common::Array | Max Horn | |
svn-id: r40263 | |||
2009-05-03 | COMMON: Changed Array::resize to not shrink the internal storage if we ↵ | Max Horn | |
shrink the array svn-id: r40262 | |||
2009-05-03 | Added unit test for Common::Array::resize() | Max Horn | |
svn-id: r40261 | |||
2009-05-03 | Gob - Added detection for WinGob 1, 2 & 3 german, Last dynasty interactive ↵ | Arnaud Boutonné | |
demo german, Addy 4 Sekundarstufe basis CD and fix title of Addy 4 Grundschule Basis CD. svn-id: r40260 | |||
2009-05-03 | Add DOS French demo of Gobliiins. | Travis Howell | |
svn-id: r40256 | |||
2009-05-03 | Nintendo DS hack should only apply to the CD version of Simon the Sorcerer 1. | Travis Howell | |
svn-id: r40249 | |||
2009-05-02 | Add alternative work around for bug in The Feeble Files. | Travis Howell | |
svn-id: r40248 | |||
2009-05-02 | Nintendo DS hack should only apply to the CD version of Simon the Sorcerer 1. | Travis Howell | |
svn-id: r40247 | |||
2009-05-02 | Nintendo DS hack should only apply to the CD version of Simon the Sorcerer 1. | Travis Howell | |
svn-id: r40246 | |||
2009-05-02 | Updated xcode project | Oystein Eftevaag | |
svn-id: r40245 | |||
2009-05-02 | - Moved the extra information (like executable version, VERSION file ↵ | Jordi Vilalta Prat | |
contents or floppy label versions) into comments with a common format, in anticipation of engine versions being removed to use feature flags - Added information about the games I own svn-id: r40244 | |||
2009-05-02 | Add English DOS demo of Leisure Suit Larry 2. | Travis Howell | |
svn-id: r40243 | |||
2009-05-02 | Add English DOS demo of Conquests of Camelot. | Travis Howell | |
svn-id: r40242 | |||
2009-05-02 | Add English DOS demo of Space Quest 3. | Travis Howell | |
svn-id: r40241 | |||
2009-05-02 | Add the DOS CD demo of Sam & Max. | Travis Howell | |
svn-id: r40236 | |||
2009-05-02 | Gob - Fix MSVC7, 7.1 and 9 VCPROJ, as compilation failed (demos classes were ↵ | Arnaud Boutonné | |
teleported to a demos subdir by some evil entity) ;) svn-id: r40235 | |||
2009-05-02 | Add German floppy demo of BASS. | Travis Howell | |
svn-id: r40234 | |||
2009-05-02 | Fix the ending of CD demo. | Travis Howell | |
svn-id: r40233 | |||
2009-05-01 | SAGA: move Actor::_pathList into a Common::Array<Point> | Andrew Kurushin | |
svn-id: r40232 | |||
2009-05-01 | Add bit2 and bit3 options to debugger. | Travis Howell | |
svn-id: r40231 | |||
2009-05-01 | Add the non-interactive German demo of Simon the Sorcerer 2. | Travis Howell | |
svn-id: r40229 | |||
2009-05-01 | SAGA: fix SAGA_DEBUG&ACTOR_DEBUG enabled compilation; move ↵ | Andrew Kurushin | |
Actor::_debugPoints into a Common::Array<DebugPoint> svn-id: r40227 | |||
2009-05-01 | Renamed aspectRatio to aspectRatioCorrection in the SDL backend to match the ↵ | Bertrand Augereau | |
accessor functions (don't worry, o reader, for this is the only modification going to the SVN :) ) svn-id: r40226 | |||
2009-05-01 | Gob : Fascination - put back o1_freesprite and switch to o1_animPalInit ↵ | Arnaud Boutonné | |
after verification of the original code in Gob1. Modify or suppress some warnings. svn-id: r40225 | |||
2009-05-01 | Gob - Add MD5 for Addy 4 basis CD (supposedly used by all Addy 4) | Arnaud Boutonné | |
svn-id: r40224 | |||
2009-05-01 | Fix regression in the PC version of PN. | Travis Howell | |
svn-id: r40223 | |||
2009-05-01 | Fix inventory regression in the PC version of PN. | Travis Howell | |
svn-id: r40222 | |||
2009-04-30 | Adding a strdup-like inline function | Sven Hesse | |
svn-id: r40216 | |||
2009-04-30 | Plugging leaks | Sven Hesse | |
svn-id: r40215 |