aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-24DREAMWEB: Port 'getpersontext' to C++D G Turner
2011-12-24DREAMWEB: Ported 'starttalk' to C++D G Turner
2011-12-24AUDIO: Remove obsolete loadVOCFromStream.Johannes Schickel
2011-12-24SAGA: Rework the way audio is bufferedMatthew Hoops
The streams that are created are now used directly instead of SAGA creating its own RawStream after decoding it. In addition, this should fix ADPCM-compressed sounds on big endian systems (as the code was treating the result of readBuffer() to always be LE, whereas it's actual native endian). I've also clarified the bugfix to bug #1256701. It only applies to 16-bit PCM data and the size for other data is no longer truncated too ;)
2011-12-24AUDIO: SAGA now uses the Mac snd code tooMatthew Hoops
2011-12-24SAGA: Properly handle ITE Mac sound resourcesMatthew Hoops
2011-12-24DREAMWEB: Minor cleanupWillem Jan Palenstijn
2011-12-24TSAGE: R2R - Implement scene 3350Strangerke
2011-12-24SCUMM: add player_apple2.cpp to project filesTobias Gunkel
Seems as if the iphone project files have to be updated separately.
2011-12-24SCUMM: Rename player_appleII.* -> player_apple2.* to have the filenames ↵Tobias Gunkel
lower case
2011-12-24DREAMWEB: Move more functions to DreamBaseWillem Jan Palenstijn
2011-12-24DREAMWEB: Move many use-related functions to DreamBaseWillem Jan Palenstijn
2011-12-24DREAMWEB: Remove unused functionWillem Jan Palenstijn
2011-12-24DREAMWEB: Port 'dropobject' to C++Filippos Karapetis
2011-12-24DREAMWEB: Convert getObTextStartWillem Jan Palenstijn
2011-12-24DREAMWEB: Fix wrong buffer sizeWillem Jan Palenstijn
2011-12-24DREAMWEB: Minor cleanupWillem Jan Palenstijn
2011-12-24TSAGE: R2R - Implement scene 3275Strangerke
2011-12-24SCUMM: Remove assert.h include from player_appleIITobias Gunkel
2011-12-24TSAGE: R2R - Implement scene 3255Strangerke
2011-12-24DREAMWEB: Fix typo in incRyanPage()Filippos Karapetis
2011-12-24DREAMWEB: Port 'incryanpage' to C++Filippos Karapetis
2011-12-23TSAGE: R2R - Implement scene 3260Strangerke
2011-12-23DREAMWEB: Move sprite table out of buffersWillem Jan Palenstijn
2011-12-23DREAMWEB: Move changes out of buffersWillem Jan Palenstijn
2011-12-23DREAMWEB: Move backgrounds, zoom space, initial vars out of buffersWillem Jan Palenstijn
2011-12-23DREAMWEB: Move rainlist out of buffersWillem Jan Palenstijn
2011-12-23DREAMWEB: Move mapflags out of buffersWillem Jan Palenstijn
2011-12-23DREAMWEB: Move ObjPos lists out of buffersWillem Jan Palenstijn
2011-12-23DREAMWEB: Move palettes out of buffersWillem Jan Palenstijn
2011-12-23DREAMWEB: Fix broken merge for pull request #151Willem Jan Palenstijn
2011-12-24DREAMWEB: Use the C++ versions of getAnyAd and makeWorn in some placesFilippos Karapetis
This allows us to remove the ASM style version of makeWorn()
2011-12-23Merge pull request #151 from fingolfin/dreamweb-cleanup-rebasedWillem Jan Palenstijn
Conflicts: engines/dreamweb/dreamgen.cpp engines/dreamweb/stubs.cpp
2011-12-23DREAMWEB: Minor cleanupWillem Jan Palenstijn
2011-12-23DREAMWEB: Remove more unnecessary globalsWillem Jan Palenstijn
2011-12-23DREAMWEB: Remove a few unnecessary globalsWillem Jan Palenstijn
2011-12-23DREAMWEB: Fix regression from moving ReelRoutines out of dataWillem Jan Palenstijn
The struct People still had an old-style pointer to a ReelRoutine. Fix this by converting People to use a real ReelRoutine * and moving the PeopleList from the buffers segment to a Common::List. Thanks to digitall for the assistance with tracking this down.
2011-12-23TSAGE: R2R - Implement scene 3250Strangerke
2011-12-23DREAMWEB: Fix regression in sparkyWillem Jan Palenstijn
2011-12-23TSAGE: Implemented R2R Scene 825 - AutodocPaul Gilbert
2011-12-23DREAMWEB: Add titles.cpp, move some methods to titles.cpp and talk.cppMax Horn
2011-12-23DREAMWEB: Move rest of saveload.cpp to DreamBaseMax Horn
2011-12-23DREAMWEB: Convert resetLocation and purgeALocation to C++Max Horn
2011-12-23DREAMWEB: Add newplace.cppMax Horn
2011-12-23DREAMWEB: cleanupMax Horn
2011-12-23DREAMWEB: Turn RectWithCallback into templateMax Horn
Also moves checkCoords to DreamBase, adding a nasty cast to it. This is a temporary HACK, which allows moving functions that use checkCoords to DreamBase one at a time, instead of all at once (and at the same time as checkCoords). This can be undone once everything using checkCoords has been moved to DreamBase.
2011-12-23DREAMWEB: Convert fadeDownMon, fadeUpMon, initialMonCols to C++Max Horn
Note that the two fade methods are currently unused; the only calls to them are commented out in the asm version of the code. This change also removes showGroup()
2011-12-23DREAMWEB: Move most of saveload.cpp to DreamBaseMax Horn
2011-12-23DREAMWEB: Yet more things to DreamBaseMax Horn
2011-12-23DREAMWEB: Ported 'reminders' to C++ and renamed it to edensFlatReminders()Filippos Karapetis