aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2011-12-17DREAMWEB: Fix another regression in isRyanHolding() (thanks wjp)Filippos Karapetis
2011-12-17DREAMWEB: Fix regression in isRyanHolding()Filippos Karapetis
2011-12-17DREAMWEB: Fix regression in getOpenedSize()Filippos Karapetis
2011-12-17DREAMWEB: Port 'findinvpos', 'selectob' to C++ and fix a regression in ↵Filippos Karapetis
identifyOb()
2011-12-17TSAGE: Bugfix for #3460485 - Animation running too slowlyPaul Gilbert
2011-12-17TSAGE: Bugfix to allow loading savegames in Blue Force directly from the ↵Paul Gilbert
launcher
2011-12-17TSAGE: Disallow saving and loading via the GMM when a dialog is activePaul Gilbert
2011-12-17TSAGE: R2R - Implement scene 2800Strangerke
2011-12-17DREAMWEB: Port 'usestereo' to C++Filippos Karapetis
2011-12-17DREAMWEB: Fix regression in identifyObFilippos Karapetis
2011-12-17DREAMWEB: Port 'checkinside' to C++Filippos Karapetis
2011-12-17TSAGE: Implemented R2R Scene 850 - Deck #5 By LiftPaul Gilbert
2011-12-17DREAMWEB: Rewrote useCashCard() in C++ and got rid of moneyPoke() and its ↵Filippos Karapetis
associated offsets in the data blob
2011-12-16DREAMWEB: Port 'showslots' to C++Filippos Karapetis
2011-12-16DREAMWEB: Port 'identifyob' to C++Filippos Karapetis
2011-12-16DREAMWEB: Port 'isryanholding' to C++Filippos Karapetis
2011-12-16DREAMWEB: Some more cleanupMax Horn
2011-12-16DREAMWEB: Move most of people.cpp to DreamBaseMax Horn
2011-12-16DREAMWEB: Convert fadeScreenDownHalf to C++Max Horn
2011-12-16DREAMWEB: Move more to DreamBase; fix regression in introMonks1()Max Horn
2011-12-16DREAMWEB: Move more things to DreamBase; cleanup some codeMax Horn
2011-12-16DREAMWEB: Remove some dead codeMax Horn
2011-12-16DREAMWEB: Convert useGun to C++Max Horn
2011-12-16DREAMWEB: Fix regressions in helicopter and poolGuardWillem Jan Palenstijn
2011-12-16DREAMWEB: Rename 'reelCallbacksCPP' to reelCallbacks'Filippos Karapetis
2011-12-16DREAMWEB: Enable the C++ callback of poolGuard()Filippos Karapetis
2011-12-16DREAMWEB: Port 'poolguard' to C++Filippos Karapetis
This is the last of the people-related functions, so the assembly-like wrappers of addToPeopleList() and showGameReel() have been removed. Also, madManText() has been simplified
2011-12-16DREAMWEB: Port 'endgameseq' to C++Filippos Karapetis
2011-12-16DREAMWEB: Port 'businessman' to C++Filippos Karapetis
2011-12-15DREAMWEB: Port 'mugger' to C++, remove the unused 'findpuztext' function and ↵Filippos Karapetis
fix tasm-recover
2011-12-15Merge pull request #143 from fingolfin/dreamweb-cleanupFilippos Karapetis
Dreamweb cleanup
2011-12-15DREAMWEB: Fix regression in helicopter()Filippos Karapetis
2011-12-15TSAGE: R2R - CleanupStrangerke
2011-12-15TSAGE: R2R - Implement scene 2750, fix bug in scene 2700Strangerke
2011-12-15DREAMWEB: Convert notHeldError to C++, move stuff to DreamBaseMax Horn
2011-12-15TSAGE: R2R - Fix bug in scene 2700, thanks to fingolfinStrangerke
2011-12-15DREAMWEB: Move even more stuff to DreamBaseMax Horn
2011-12-15DREAMWEB: Move more methods to DreamBaseMax Horn
2011-12-15DREAMWEB: Convert a bunch of stuff to C++Max Horn
Specifically, I started with openOb() and withWhat() which allowed to remove offset_commandline and offset_openchangesize. A clean conversion of these required a conversion of printMessage2 and getOpenedSize.
2011-12-15TSAGE: R2R - Implement Scene 2700Strangerke
2011-12-15TSAGE: Implemented R2R Scene 250 - LiftPaul Gilbert
2011-12-15DREAMWEB: Fix regression in describeOb()Filippos Karapetis
2011-12-15DREAMWEB: Port 'helicopter' to C++Filippos Karapetis
2011-12-15DREAMWEB: Remove some unused global variables from the data blobFilippos Karapetis
2011-12-15DREAMWEB: 'keypadax', 'keypadcx' are no longer neededFilippos Karapetis
2011-12-15DREAMWEB: Port 'describeob', 'additionaltext' to C++Filippos Karapetis
2011-12-15DREAMWEB: Port 'usehandle', 'usealtar' to C++Filippos Karapetis
2011-12-15DREAMWEB: Further simplification of findSetObject() and findExObject() ↵Filippos Karapetis
(thanks wjp)
2011-12-15DREAMWEB: Properly set bx in findSetObject() and findExObject()Filippos Karapetis
2011-12-15DREAMWEB: Port 'findsetobject' and 'findexobject' to C++ and simplify compare()Filippos Karapetis