Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-24 | SAGA: Rework the way audio is buffered | Matthew 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-24 | AUDIO: SAGA now uses the Mac snd code too | Matthew Hoops | |
2011-12-24 | SAGA: Properly handle ITE Mac sound resources | Matthew Hoops | |
2011-12-24 | DREAMWEB: Minor cleanup | Willem Jan Palenstijn | |
2011-12-24 | TSAGE: R2R - Implement scene 3350 | Strangerke | |
2011-12-24 | DREAMWEB: Move more functions to DreamBase | Willem Jan Palenstijn | |
2011-12-24 | DREAMWEB: Move many use-related functions to DreamBase | Willem Jan Palenstijn | |
2011-12-24 | DREAMWEB: Remove unused function | Willem Jan Palenstijn | |
2011-12-24 | DREAMWEB: Port 'dropobject' to C++ | Filippos Karapetis | |
2011-12-24 | DREAMWEB: Convert getObTextStart | Willem Jan Palenstijn | |
2011-12-24 | DREAMWEB: Fix wrong buffer size | Willem Jan Palenstijn | |
2011-12-24 | DREAMWEB: Minor cleanup | Willem Jan Palenstijn | |
2011-12-24 | TSAGE: R2R - Implement scene 3275 | Strangerke | |
2011-12-24 | TSAGE: R2R - Implement scene 3255 | Strangerke | |
2011-12-24 | DREAMWEB: Fix typo in incRyanPage() | Filippos Karapetis | |
2011-12-24 | DREAMWEB: Port 'incryanpage' to C++ | Filippos Karapetis | |
2011-12-23 | TSAGE: R2R - Implement scene 3260 | Strangerke | |
2011-12-23 | DREAMWEB: Move sprite table out of buffers | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Move changes out of buffers | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Move backgrounds, zoom space, initial vars out of buffers | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Move rainlist out of buffers | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Move mapflags out of buffers | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Move ObjPos lists out of buffers | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Move palettes out of buffers | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Fix broken merge for pull request #151 | Willem Jan Palenstijn | |
2011-12-24 | DREAMWEB: Use the C++ versions of getAnyAd and makeWorn in some places | Filippos Karapetis | |
This allows us to remove the ASM style version of makeWorn() | |||
2011-12-23 | Merge pull request #151 from fingolfin/dreamweb-cleanup-rebased | Willem Jan Palenstijn | |
Conflicts: engines/dreamweb/dreamgen.cpp engines/dreamweb/stubs.cpp | |||
2011-12-23 | DREAMWEB: Minor cleanup | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Remove more unnecessary globals | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Remove a few unnecessary globals | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Fix regression from moving ReelRoutines out of data | Willem 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-23 | TSAGE: R2R - Implement scene 3250 | Strangerke | |
2011-12-23 | DREAMWEB: Fix regression in sparky | Willem Jan Palenstijn | |
2011-12-23 | TSAGE: Implemented R2R Scene 825 - Autodoc | Paul Gilbert | |
2011-12-23 | DREAMWEB: Add titles.cpp, move some methods to titles.cpp and talk.cpp | Max Horn | |
2011-12-23 | DREAMWEB: Move rest of saveload.cpp to DreamBase | Max Horn | |
2011-12-23 | DREAMWEB: Convert resetLocation and purgeALocation to C++ | Max Horn | |
2011-12-23 | DREAMWEB: Add newplace.cpp | Max Horn | |
2011-12-23 | DREAMWEB: cleanup | Max Horn | |
2011-12-23 | DREAMWEB: Turn RectWithCallback into template | Max 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-23 | DREAMWEB: 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-23 | DREAMWEB: Move most of saveload.cpp to DreamBase | Max Horn | |
2011-12-23 | DREAMWEB: Yet more things to DreamBase | Max Horn | |
2011-12-23 | DREAMWEB: Ported 'reminders' to C++ and renamed it to edensFlatReminders() | Filippos Karapetis | |
2011-12-23 | Add patch #3463338 - Detect Macintosh demo of Pajama Sam 1. | Travis Howell | |
2011-12-22 | README: Add Win7 config file location | Willem Jan Palenstijn | |
2011-12-22 | TSAGE: R2R - Fix a couple of bugs in scene 2000, Fix calls to ↵ | Strangerke | |
disableControl() with parameters Also remove several obsolete warnings | |||
2011-12-22 | TSAGE: Give a default value to the second parameter of disableControl(), as ↵ | Strangerke | |
for enableControl() | |||
2011-12-22 | TSAGE: R2R - Remove obsolete warning | Strangerke | |
2011-12-22 | TSAGE: R2R - Scene 3100 (space port): Fix cursor used in signal(), rename an ↵ | Strangerke | |
object |