Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-25 | TSAGE: R2R - Implement scene 3400 | Strangerke | |
2011-12-25 | DREAMWEB: Ported 'findfirstpath' to C++. | D G Turner | |
This conversion could do with a bit more work to remove the es/ax/cx temp usage and clean up the code. | |||
2011-12-25 | DREAMWEB: Port 'findopenpos' to C++ | Filippos Karapetis | |
2011-12-25 | DREAMWEB: The ASM-style version of getEitherAd() is no longer needed | Filippos Karapetis | |
2011-12-25 | DREAMWEB: Move all of the functions in newplace.cpp into DreamBase | Filippos Karapetis | |
2011-12-25 | DREAMWEB: Remove getdestinfo() and access the roomPics array directly in ↵ | Filippos Karapetis | |
locationPic() | |||
2011-12-25 | DREAMWEB: Remove getDestInfo() from locationPic | Filippos Karapetis | |
This allows to move some more functions into DreamBase | |||
2011-12-25 | DREAMWEB: Port 'purgeanitem' to C++, some cleanup | Filippos Karapetis | |
2011-12-25 | DREAMWEB: Port 'emergencypurge' to C++ | Filippos Karapetis | |
2011-12-25 | DREAMWEB: Port 'outofopen' to C++ | Filippos Karapetis | |
2011-12-25 | DREAMWEB: Port 'swapwithopen' to C++ | Filippos Karapetis | |
2011-12-25 | DREAMWEB: Port 'swapwithinv' to C++ | Filippos Karapetis | |
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 | 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 | |