aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2011-12-07DREAMWEB: Move showFrame() and some things using it to DreamBaseMax Horn
2011-12-07DREAMWEB: Move g_lineData to DreamBase::_lineDaataMax Horn
2011-12-07DREAMWEB: Move checkDest() to DreamBaseMax Horn
2011-12-07DREAMWEB: Move some more things to DreamBaseMax Horn
2011-12-07DREAMWEB: Some more workspace cleanupMax Horn
2011-12-07DREAMWEB: Turn workspace from a segment into a plain arrayMax Horn
2011-12-07DREAMWEB: Avoid accessing DreamWebEngine::_context whenever possibleMax Horn
2011-12-07DREAMWEB: Document class DreamBaseMax Horn
2011-12-07DREAMWEB: Convert volumeAdjustMax Horn
2011-12-07DREAMWEB: Merge DreamWeb::fadeDos into DreamGenContext::fadeDOSMax Horn
2011-12-07DREAMWEB: Merge DreamWebEngine::setPalette into DreamGenContext::showGroupMax Horn
2011-12-07DREAMWEB: Make DreamBase::engine protectedMax Horn
2011-12-07DREAMWEB: Pass data segment as SegmentRef to Context constructorMax Horn
And not as SegmentPtr.
2011-12-07DREAMWEB: Remove more dead stuffMax Horn
2011-12-07DREAMWEB: Replace cs by data (outside of dreamgen.cpp)Max Horn
2011-12-07TSAGE: Fix for displaying text correctly in Ringworld Spanish version.Paul Gilbert
2011-12-07DREAMWEB: Move generated constants out of class DreamGenContextMax Horn
2011-12-07DREAMWEB: Remove unused methodMax Horn
2011-12-07DREAMWEB: Move more methods to DreamBase, cleanupMax Horn
2011-12-07DREAMWEB: Move a few methods to DreamBase, remove some unused codeMax Horn
2011-12-07DREAMWEB: Add DreamBase as second base class for DreamGenContextMax Horn
The idea is to slowly transfer converted methods into this new base class. This transition then proves that the method does not access or modify any of the emulation context. for eaiser step-by-step migration away from Context
2011-12-07DREAMWEB: Fix regression in keeperWillem Jan Palenstijn
2011-12-07DREAMWEB: 'attendant', 'keeper' ported to C++Filippos Karapetis
2011-12-07DREAMWEB: 'manasleep2' ported to C++ (same as 'manasleep')Filippos Karapetis
2011-12-07CGE: Fix issue with music not stopping when reloading gameThierry Crozat
If you turn off the music and then save a game, then turn on the music again and then load the saved game, the music from the scene continue to play despite the _music flag being false. So the first time you click on the music on/off button the music restart and only the second time does it stop. This fixes the bug by stoping the music before reloading a game.
2011-12-07DREAMWEB: Use symbolic constants and move functions to right filesWillem Jan Palenstijn
2011-12-07DREAMWEB: 'dumpkeypad', 'dumpsymbol', 'dumpsymbox', 'dumpzoom'Filippos Karapetis
2011-12-07DREAMWEB: Added a C++ implementation of isSetObOnMap()Filippos Karapetis
2011-12-06DREAMWEB: Fix regression in 'moretalk'Willem Jan Palenstijn
2011-12-07DREAMWEB: 'moretalk' and 'redes' ported to C++Filippos Karapetis
2011-12-06DREAMWEB: Fix regression in useCardReader1Willem Jan Palenstijn
2011-12-06DREAMWEB: 'usecardreader1', 'usecardreader2', 'usecardreader3', ↵Filippos Karapetis
'usepoolreader' ported to C++
2011-12-06DREAMWEB: Fix generated namespace commentsMax Horn
2011-12-06DREAMWEB: Declare namespace *after* all #includesMax Horn
2011-12-06DREAMWEB: Paranoia range checkMax Horn
2011-12-06DREAMWEB: Cleanup end of namespace commentsMax Horn
2011-12-06DREAMWEB: Fix warningsWillem Jan Palenstijn
2011-12-06DREAMWEB: Add a default use handler, thereby reducing code duplicationFilippos Karapetis
2011-12-06DREAMWEB: Move 'train' out of dreamgen againWillem Jan Palenstijn
Apparently it is effectively empty...
2011-12-06DREAMWEB: Fix regression in 'gates'Willem Jan Palenstijn
2011-12-06DREAMWEB: Fix regressions in 'monks2text'Willem Jan Palenstijn
2011-12-06DREAMWEB: Fix regression in 'usecart'Willem Jan Palenstijn
2011-12-06DREAMWEB: Put 'train' back in dreamgen since it hadn't been converted yetWillem Jan Palenstijn
Also fix syntax error in tasm-recover
2011-12-06DREAMWEB: Fix regressions in 'intro1text', 'redrawmainscrn', 'sitdowninbar'Willem Jan Palenstijn
2011-12-06DREAMWEB: 'grafittidoor', 'hotelcontrol', 'openhoteldoor', 'openhoteldoor2', ↵Filippos Karapetis
'opentomb' ported to C++
2011-12-06DREAMWEB: 'chewy', 'slabdoorb', 'usecart', 'usehole', 'usetrainer', ↵Filippos Karapetis
'usewinch' ported to C++
2011-12-06DREAMWEB: Fix regression in useObject() from f2829a6Filippos Karapetis
2011-12-06DREAMWEB: Revert the changes in zoomOnOff() from ddddce372. Some cleanupFilippos Karapetis
2011-12-06DREAMWEB: Finish off useObject()Filippos Karapetis
2011-12-06DREAMWEB: 'useelvdoor', 'useobject', 'useplinth' ported to C++Filippos Karapetis