aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
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-13DREAMWEB: Port 'bartender' and 'receptionist' to C++Filippos Karapetis
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-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-13AGI: Fix bug #3095169: AGI inventory itemsEugene Sandulenko
2011-12-13TSAGE: R2R - Implement scene 2530Strangerke
2011-12-13DREAMWEB: 'lineroutine', 'increment1', 'increment2' are only used inside ↵Filippos Karapetis
bresenhams()
2011-12-13DREAMWEB: Port 'runtap' to C++Filippos Karapetis
2011-12-13DREAMWEB: Port 'selectslot' to C++Filippos Karapetis
2011-12-12DREAMWEB: Fix regression in usePipeWillem Jan Palenstijn
2011-12-12TSAGE: R2R - Implement scene 2525Strangerke
2011-12-13DREAMWEB: Port 'useaxe', 'usekey' to C++Filippos Karapetis
2011-12-12DREAMWEB: Port 'useopenbox' to C++Filippos Karapetis
2011-12-12DREAMWEB: Port 'usepipe' to C++Filippos Karapetis
2011-12-12DREAMWEB: Port 'useslab' to C++Filippos Karapetis
2011-12-12DREAMWEB: Port 'usecontrol' to C++Filippos Karapetis
2011-12-12DREAMWEB: Simplify getUnderCentre(), putUnderCentre() and move some ↵Filippos Karapetis
functions to DreamBase
2011-12-12DREAMWEB: Set volumeDirection as a negative integer, where this is used, ↵Filippos Karapetis
instead of 0xFF
2011-12-12DREAMWEB: Fix regression in entryAnims()Filippos Karapetis
2011-12-12DREAMWEB: Port 'getundercentre', 'processtrigger', 'putundercentre', ↵Filippos Karapetis
'triggermessage' to C++
2011-12-12DREAMWEB: Port 'entryanims' to C++Filippos Karapetis
2011-12-12MOHAWK: Display the weight up after resetting the clock puzzle in Myst MEBastien Bouclet
2011-12-12DREAMWEB: Convert 'setuptimeduse', 'entrytexts' to C++ and move priestText() ↵Filippos Karapetis
to DreamBase
2011-12-12MOHAWK: Fix Myst ME Mac picture file namesMatthew Hoops
2011-12-12MOHAWK: Fix Stoneship's hologram projectorMatthew Hoops
2011-12-12DREAMWEB: Port 'quitkey' to C++Filippos Karapetis
2011-12-12AGI: Add FIXME to cmdCallV1Max Horn
2011-12-12DREAMWEB: Fix typo in useWire() (thanks wjp, fuzzie)Filippos Karapetis
2011-12-12AGI: Remove two unused pure virtual methodsMax Horn
This avoid warnings, as these methods were being hidden by methods in subclasses with differing signatures.
2011-12-12DREAMWEB: Port 'usewire' to C++Filippos Karapetis
2011-12-12DREAMWEB: Port 'autoappear' to C++Filippos Karapetis
2011-12-12HUGO: Fix warning about hidden pause() method from parent classMax Horn
2011-12-12TSAGE: Fix warning about hidden remove() method from parent classMax Horn
2011-12-12TSAGE: Remove unused methodMax Horn
2011-12-12DREAMWEB: Remove a lot of unused variablesFilippos Karapetis