aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/keypad.cpp
AgeCommit message (Expand)Author
2011-12-28DREAMWEB: Remove some unused globalsFilippos Karapetis
2011-12-28DREAMWEB: Mass-move variables out of dataWillem Jan Palenstijn
2011-12-27DREAMWEB: Streamline graphics file accessWillem Jan Palenstijn
2011-12-27DREAMWEB: Move kQuitRequested out of data blob.D G Turner
2011-12-26DREAMWEB: Move pressList out of the data blob, and remove loads of unused glo...Filippos Karapetis
2011-12-26DREAMWEB: Rename workToScreenCPP to workToScreenMax Horn
2011-12-24DREAMWEB: Move many use-related functions to DreamBaseWillem Jan Palenstijn
2011-12-23DREAMWEB: Move backgrounds, zoom space, initial vars out of buffersWillem Jan Palenstijn
2011-12-23DREAMWEB: cleanupMax Horn
2011-12-23DREAMWEB: Turn RectWithCallback into templateMax Horn
2011-12-16DREAMWEB: Move more things to DreamBase; cleanup some codeMax Horn
2011-12-15DREAMWEB: Move even more stuff to DreamBaseMax Horn
2011-12-15DREAMWEB: Move more methods to DreamBaseMax Horn
2011-12-10DREAMWEB: Fix regression in quitSymbolWillem Jan Palenstijn
2011-12-09DREAMWEB: Port 'quitSymbol' to C++Filippos Karapetis
2011-12-09DREAMWEB: Use the C++ version of workScreen() in C++ codeFilippos Karapetis
2011-12-07DREAMWEB: Use symbolic constants and move functions to right filesWillem Jan Palenstijn
2011-12-06DREAMWEB: Cleanup end of namespace commentsMax Horn
2011-12-06DREAMWEB: 'openeden', 'openlouis', 'openpoolboss', 'openryan', 'opensarters',...Filippos Karapetis
2011-12-05DREAMWEB: 'loadKeypad' ported to C++Bertrand Augereau
2011-12-03DREAMWEB: 'showOuterPad' ported to C++Bertrand Augereau
2011-12-02DREAMWEB: 'addToPressList' ported to C++Bertrand Augereau
2011-12-02DREAMWEB: 'isItRight' ported to C++Bertrand Augereau
2011-12-02DREAMWEB: Clearer API for enterCodeBertrand Augereau
2011-12-02DREAMWEB: 'buttonPress' ported to C++Bertrand Augereau
2011-12-02DREAMWEB: 'segRef' was redundant with 'getSegment' (thanks to Max for noting ...Bertrand Augereau
2011-12-02DREAMWEB: Keypad button callbacks blacklistedBertrand Augereau
2011-12-02DREAMWEB: 'enterCode' ported to C++Bertrand Augereau
2011-12-02DREAMWEB: 'showKeypad' ported to C++Bertrand Augereau
2011-12-02DREAMWEB: 'singleKey' ported to C++Bertrand Augereau
2011-12-01DREAMWEB: Fix compilation due to dreamgen.* function renaming.D G Turner
2011-11-16DREAMWEB: keypad.cpp to mimic keypad.asmBertrand Augereau