aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-12-14DREAMWEB: Fix regression in showDiaryPage and lookAtCardWillem Jan Palenstijn
2011-12-14DREAMWEB: CleanupWillem Jan Palenstijn
2011-12-14TSAGE: Clean up comments in R2R scene factory methodPaul Gilbert
2011-12-14TSAGE: Bugfix for using terminal in R2R scene 400Paul Gilbert
2011-12-14TSAGE: Return to R2R scene 175 - Empty Bedroom #2Paul Gilbert
2011-12-14TSAGE: Implemented R2R Scene 400 - Science LabPaul Gilbert
2011-12-14GUI: Implement dithering for tabs and round squaresEugene Sandulenko
2011-12-14DREAMWEB: Port 'lookatcard' to C++Filippos Karapetis
2011-12-14DREAMWEB: Port 'runendseq' to C++ and remove the unused 'drawitall' functionFilippos Karapetis
2011-12-14TSAGE: R2R - Implement scene 2535Strangerke
2011-12-14DREAMWEB: Port 'heavy' to C++Filippos Karapetis
2011-12-14DREAMWEB: Port 'dumpdiarykeys' to C++ and remove the now unused 'findtext1'Filippos Karapetis
2011-12-14DREAMWEB: Port 'showdiarypage' to C++Filippos Karapetis
2011-12-13DREAMWEB: Fix regression in bartender() and receptionist()Filippos Karapetis
2011-12-13WIN32: Fix build by adapting to the latest Archive changesFilippos Karapetis
2011-12-13DREAMWEB: Port 'bartender' and 'receptionist' to C++Filippos Karapetis