Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-26 | KYRA: (AdLib Driver) - implement sound effects volume | athrxx | |
(also make internal driver version more flexible) | |||
2011-12-26 | DREAMWEB: Remove the now unused ASM style versions of getanyad, getexad, ↵ | Filippos Karapetis | |
getfreead and getsetad | |||
2011-12-26 | DREAMWEB: Fix a regression in fillOpen() and remove the now unused ↵ | Filippos Karapetis | |
getOpenedSize() | |||
2011-12-26 | DREAMWEB: Convert findAllOpen, fillOpen | Willem Jan Palenstijn | |
2011-12-26 | SCUMM: Add a difficulty selection dialog for Loom FM-Towns. | Johannes Schickel | |
It is in spirit of the DOS version's selection dialog, but it has the description above the buttons instead of below it. | |||
2011-12-26 | DREAMWEB: Port 'transfertoex' to C++ | Filippos Karapetis | |
2011-12-26 | DREAMWEB: Move pressList out of the data blob, and remove loads of unused ↵ | Filippos Karapetis | |
global variables from the data blob | |||
2011-12-26 | DREAMWEB: Fix regression in loadRoomsSample() | Filippos Karapetis | |
2011-12-26 | DREAMWEB: Move even more use-related functions to DreamBase | Willem Jan Palenstijn | |
2011-12-26 | DREAMWEB: Move the roomsCanGo array out of the data blob | Filippos Karapetis | |
2011-12-26 | DREAMWEB: Cleanup searchForFiles() | Filippos Karapetis | |
2011-12-26 | DREAMWEB: Cleanup identifyOb() | Filippos Karapetis | |
2011-12-26 | Merge pull request #150 from tobigun/player_appleII | Eugene Sandulenko | |
SCUMM: Add Apple-II sound player support | |||
2011-12-26 | TSAGE: R2R - Scene 3700: Fix a couple of bugs | Strangerke | |
Thanks to Fingolfin for pointing those out | |||
2011-12-26 | DREAMWEB: Ported 'searchforfiles' to C++ | D G Turner | |
2011-12-26 | DREAMWEB: Port 'findpathofpoint' to C++ | D G Turner | |
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 | |