Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-26 | DREAMWEB: Moved the two rollEndCredits functions together in print.cpp and ↵ | Filippos Karapetis | |
renamed them to rollEndCreditsGameWon and rollEndCreditsGameLost | |||
2011-12-25 | Merge pull request #153 from fingolfin/dreamweb-cleanup | Filippos Karapetis | |
Dreamweb: Port rollEm() to C++, remove dead code | |||
2011-12-26 | DREAMWEB: Cleaned up findFirstPath(), fixed a regression and moved it to ↵ | Filippos Karapetis | |
DreamBase | |||
2011-12-26 | DREAMWEB: Move titles.cpp to DreamBase | Max Horn | |
2011-12-26 | DREAMWEB: Port rollEm() to C++ | Max Horn | |
2011-12-26 | DREAMWEB: Rename workToScreenCPP to workToScreen | Max Horn | |
2011-12-26 | DREAMWEB: Remove some dead code | Max Horn | |
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 | 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 | 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 | |