Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-25 | DREAMWEB: Port 'useopened' to C++ | Filippos Karapetis | |
2011-12-25 | DREAMWEB: Port 'locationpic', 'reexfrominv' to C++ | Filippos Karapetis | |
2011-12-25 | DREAMWEB: Move some functions to DreamBase | Filippos Karapetis | |
2011-12-25 | DREAMWEB: Port 'selectopenob' to C++ | Filippos Karapetis | |
2011-12-25 | DREAMWEB: Name the return values of getAnyAd | Filippos Karapetis | |
2011-12-25 | DREAMWEB: Move remaining talk functions to DreamBase | Willem Jan Palenstijn | |
2011-12-25 | DREAMWEB: Move talk functions to DreamBase | Willem Jan Palenstijn | |
2011-12-25 | DREAMWEB: Simplify order of checkObjectSize checks | Willem Jan Palenstijn | |
2011-12-25 | DREAMWEB: Change hangOnPQ function signature to avoid carry flag usage. | D G Turner | |
2011-12-25 | DREAMWEB: Port 'dosometalk' to C++ | D G Turner | |
2011-12-25 | DREAMWEB: Convert 'checkobjectsize' to C++ | Filippos Karapetis | |
Also, renamed getOpenedSizeCPP() to getSlotCount(). Special thanks to wjp for his help and for examining the behavior of a fallback case. | |||
2011-12-24 | DREAMWEB: Port 'getpersontext' to C++ | D G Turner | |
2011-12-24 | DREAMWEB: Ported 'starttalk' to C++ | D G Turner | |
2011-12-24 | AUDIO: Remove obsolete loadVOCFromStream. | Johannes Schickel | |
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 | SCUMM: add player_apple2.cpp to project files | Tobias Gunkel | |
Seems as if the iphone project files have to be updated separately. | |||
2011-12-24 | SCUMM: Rename player_appleII.* -> player_apple2.* to have the filenames ↵ | Tobias Gunkel | |
lower case | |||
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 | SCUMM: Remove assert.h include from player_appleII | Tobias Gunkel | |
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 | |