Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-05 | Really fix Dual OPL2 initialization. | Johannes Schickel | |
svn-id: r40341 | |||
2009-05-05 | Commit of patch #2787493 "AmigaOS4: New Icon (better quality)". | Johannes Schickel | |
svn-id: r40340 | |||
2009-05-05 | Dual OPL2 initialization bugfix. | Johannes Schickel | |
svn-id: r40339 | |||
2009-05-05 | Cleanup: | Johannes Schickel | |
- Rename OPL_DOSBox to OPL, since it's inside a seperate namespace anyway - Reanme MAME_OPL to OPL, since it's inside a seperate namespace anyway svn-id: r40338 | |||
2009-05-05 | - Remove default parameter from OPL::create | Johannes Schickel | |
- Add some note that no one should use the legacy API for new code svn-id: r40337 | |||
2009-05-05 | SCI: Removed stereo support from the soon-to-be-removed old SCI adlib driver | Walter van Niftrik | |
in order to get it working with the new adlib emulator. svn-id: r40336 | |||
2009-05-05 | At request by DrMcCoy enable DOSBox OPL2 by default whenever ↵ | Johannes Schickel | |
DISABLE_DOSBOX_OPL isn't defined. svn-id: r40335 | |||
2009-05-05 | AdLib emulator changes part2: | Johannes Schickel | |
- Add new OPL emulator API (and legacy access API) in sound/fmopl.h - Add DOSBox OPL emulator. - Update MAME OPL emulator for the API changes. svn-id: r40334 | |||
2009-05-05 | AdLib emulator changes part1 (breaks compilation :-/): | Johannes Schickel | |
- Add new directory sound/softsynth/opl - Move sound/fmopl to sound/softsynth/opl/mame svn-id: r40333 | |||
2009-05-05 | Update SCI code for the upcoming AdLib emulator changes: | Johannes Schickel | |
- Switch old 'opl2' code to use less of the MAME specific API. - Since 'interleave' parameter on "YM3812UpdateOne" will be dropped, work around that in SCI code by hand. svn-id: r40332 | |||
2009-05-05 | Gob - Fix Fascination CD file size thanks to joostp | Arnaud Boutonné | |
svn-id: r40331 | |||
2009-05-05 | Added detection entry for the German 16-colour version, which was included on | Torbjörn Andersson | |
the "Classic Collection" CD I just bought. svn-id: r40330 | |||
2009-05-05 | Fix input glitch regression again, by closer matching original PN code. | Travis Howell | |
svn-id: r40329 | |||
2009-05-05 | Fix input glitch regression, when examing items in PN. | Travis Howell | |
svn-id: r40328 | |||
2009-05-05 | SCI: Work around an 'Array used after being disposed' bug that occurs when a ↵ | Max Horn | |
GfxVisual gets disposed svn-id: r40327 | |||
2009-05-05 | COMMON: Changed Array destructor to reset _storage and _size to 0 -- this ↵ | Max Horn | |
helps to find 'Array used after being disposed' bugs svn-id: r40326 | |||
2009-05-05 | SCI: Fix my previous changes to internal_stringfrag_strcmp (side remark: ↵ | Max Horn | |
Another bonus when using git resp. git-svn, and not SVN: you can commit stuff and test it some time before going public, thus avoid stupid screw ups like this one ;) svn-id: r40325 | |||
2009-05-05 | SCI: Actually, it turns out the SystemString is more messed up than I ↵ | Max Horn | |
thought: In some places it allocates a memory block of max_size bytes; sometimes max_size+1 bytes; and sometimes max_size*sizeof(reg_t) bytes. And sometimes strings frags are accessed as plain C strings (e.g. when saved), sometimes as a string encode as a series of reg_t values. Ouch :/ svn-id: r40324 | |||
2009-05-05 | SCI: Simplified internal_stringfrag_strcmp and internal_stringfrag_strncmp | Max Horn | |
svn-id: r40323 | |||
2009-05-05 | SCI: Fixed out of bounds access in (still incomplete?) string frags code | Max Horn | |
svn-id: r40321 | |||
2009-05-05 | Fix keymapper compilation | Eugene Sandulenko | |
svn-id: r40320 | |||
2009-05-05 | SCI: Support for 0x4e control changes in new adlib driver, and some cleanup. | Walter van Niftrik | |
svn-id: r40312 | |||
2009-05-04 | Fix compilation without --enable-pn | Joost Peters | |
svn-id: r40311 | |||
2009-05-04 | This should fix linking on PSP. | Johannes Schickel | |
svn-id: r40310 | |||
2009-05-04 | Fix valgrind warning | Eugene Sandulenko | |
svn-id: r40309 | |||
2009-05-04 | SCI: Got rid of heapmgr.h; further improve the Table code | Max Horn | |
svn-id: r40308 | |||
2009-05-04 | TINSEL: Added FIXME comment about a valgrind warning (calling strcpy on ↵ | Max Horn | |
overlapping strings is unsafe) svn-id: r40307 | |||
2009-05-04 | SCI: Unified serializing code for Table subclasses, using template ↵ | Max Horn | |
specialization. This whole syncWithSerializer / DefaultSyncer / ArraySyncer code is experimental work in progress ;) svn-id: r40306 | |||
2009-05-04 | SCI: Fixed savestate loading | Max Horn | |
svn-id: r40305 | |||
2009-05-04 | COMMON: Made Array::resize() init/zero the memory it allocates | Max Horn | |
svn-id: r40304 | |||
2009-05-04 | SCI: Added doxygen comment to MemObject::MemObject | Max Horn | |
svn-id: r40303 | |||
2009-05-04 | Fixed new[] / delete mismatch in Common::String | Max Horn | |
svn-id: r40302 | |||
2009-05-04 | Fix input been displayed during ending sequence in PN. | Travis Howell | |
svn-id: r40300 | |||
2009-05-04 | Fix the car chase scene in PN. | Travis Howell | |
svn-id: r40299 | |||
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 |