aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-16Merge pull request #144 from fingolfin/dreamweb-cleanupFilippos Karapetis
Dreamweb cleanup
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-15OPENGLSDL: Simplify the code a bit.Johannes Schickel
2011-12-15OPENGLSDL: Fix video mode initialization for 640x400 games with AR enabled.Johannes Schickel
Formerly they always used a height of 240 * scaleFactor, which would for exmaple make the games requesting a 1x scaler use a height of 240 if AR is enabled. This was a regression from b8dcd9a25eb27ef40aa5535fc83879d20db7e10c.
2011-12-15COMMON: QuickTime mdat atoms should be leavesMatthew Hoops
2011-12-15MAEMO: Don't explicitly link to libpthreadTarek Soliman
2011-12-15CONFIGURE: Don't link against libpng by defaultTarek Soliman
Except for the PSP port, nothing is actually using libpng symbols. It is being linked against if it is available at compile time. This needlessly creates a dependency.
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
2011-12-14TSAGE: R2R - Implement scene 2600Strangerke
2011-12-14DREAMWEB: Move more stuff to DreamBaseMax Horn
2011-12-14DREAMWEB: Convert makeCaps to C++, fix bug in delCharMax Horn
2011-12-14DREAMWEB: Convert execCommand to C++, remove comlist from data blobMax Horn
2011-12-14DREAMWEB: Allow quit from diaryWillem Jan Palenstijn
2011-12-14DREAMWEB: CleanupWillem Jan Palenstijn