aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-12-13ANDROID: Fix assert in JavaInputStream (thanks clone2727).Alyssa Milburn
2011-12-13ANDROID: Fix compilation by adapting to latest Archive changes (thanks ↵Alyssa Milburn
LordHoto).
2011-12-13WIN32: (Hopefully) fix compilation by adapting to latest Archive changes.Johannes Schickel
2011-12-13COMMON: Make more members of Archive constant.Andrea Corna
2011-12-13KYRA: Cast char to uint8 before passing it to getCharWidth.Johannes Schickel
This assures getCharWidth really gets the character number and now sign extended version of it in case char is signed.
2011-12-13KYRA: Fix for bug #3459000 "KYRA1CD: Accented characters overdrawn in ↵Johannes Schickel
introduction".
2011-12-13KEYMAPPER: Switch to using addClearButton()Tarek Soliman
2011-12-13GUI: Handle adding clear buttons that don't exist in layoutsTarek Soliman
The buttons in the keymapper are dynamically generated and don't exist in the layout; They have no name.
2011-12-13GUI: Move addClearButton() from options.cpp to widget.cppTarek Soliman
This is so it can be used outside options.cpp
2011-12-13Merge pull request #137 from fingolfin/various-cleanupFilippos Karapetis
Various cleanup
2011-12-13TSAGE: Clarified some hotspot names in R2R Scene 100, and created derived ↵Paul Gilbert
Scene 150
2011-12-13TSAGE: Implement missing doorway code in R2R scene 300Paul Gilbert
2011-12-13DREAMWEB: Fix regression in selecSlotWillem Jan Palenstijn
2011-12-13TSAGE: Bugfix to show R2R conversations in front of other on-screen objectsPaul Gilbert
2011-12-13DREAMWEB: 'removefreeobject' is unused. Port 'updatesymboltop', ↵Filippos Karapetis
'updatesymbolbot' to C++
2011-12-12KYRA: Fix whitespaceTarek Soliman
2011-12-12KYRA: Use Common::KeyActionEntry table for LoL game keymapTarek Soliman
This is for the keymapper keymap
2011-12-12KEYMAPPER: Add Common::KeyActionEntry for making simple keymap tablesTarek Soliman