Age | Commit message (Expand) | Author |
2014-02-18 | DREAMWEB: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-11-30 | DREAMWEB: Change various loop variables to uint, rather than size_t. | D G Turner |
2012-11-30 | DREAMWEB: Further migration to screen size constants. | D G Turner |
2012-05-31 | DREAMWEB: Objectify Sound functions & data into DreamWebSound class. | D G Turner |
2012-05-30 | DREAMWEB: Replaced vsync() function with waitForVSync(). | D G Turner |
2012-02-24 | DREAMWEB: Migrate loadGraphicsFile() to using datafile prefix variable. | D G Turner |
2012-02-24 | DREAMWEB: Migrate loadTempText() to using datafile prefix variable. | D G Turner |
2012-02-23 | DREAMWEB: Remove shared temp graphics variables. | Alyssa Milburn |
2011-12-28 | DREAMWEB: Added commandOnlyCond() method | Max Horn |
2011-12-28 | DREAMWEB: Mark some member vars as only being used in keypad.cpp; cleanup | Max Horn |
2011-12-28 | DREAMWEB: Clean up checkCoords | Willem Jan Palenstijn |
2011-12-28 | DREAMWEB: Move more methods to keypad.cpp, reorder them to match ASM | Max Horn |
2011-12-28 | DREAMWEB: Completely remove all of the runtime, and move everything into Drea... | Filippos Karapetis |
2011-12-28 | DREAMWEB: Move all saved variables to a GameVars struct | Willem Jan Palenstijn |
2011-12-28 | DREAMWEB: Remove some unused globals | Filippos Karapetis |
2011-12-28 | DREAMWEB: Mass-move variables out of data | Willem Jan Palenstijn |
2011-12-27 | DREAMWEB: Streamline graphics file access | Willem Jan Palenstijn |
2011-12-27 | DREAMWEB: Move kQuitRequested out of data blob. | D G Turner |
2011-12-26 | DREAMWEB: Move pressList out of the data blob, and remove loads of unused glo... | Filippos Karapetis |
2011-12-26 | DREAMWEB: Rename workToScreenCPP to workToScreen | Max Horn |
2011-12-24 | DREAMWEB: Move many use-related functions to DreamBase | Willem Jan Palenstijn |
2011-12-23 | DREAMWEB: Move backgrounds, zoom space, initial vars out of buffers | Willem Jan Palenstijn |
2011-12-23 | DREAMWEB: cleanup | Max Horn |
2011-12-23 | DREAMWEB: Turn RectWithCallback into template | Max Horn |
2011-12-16 | DREAMWEB: Move more things to DreamBase; cleanup some code | Max Horn |
2011-12-15 | DREAMWEB: Move even more stuff to DreamBase | Max Horn |
2011-12-15 | DREAMWEB: Move more methods to DreamBase | Max Horn |
2011-12-10 | DREAMWEB: Fix regression in quitSymbol | Willem Jan Palenstijn |
2011-12-09 | DREAMWEB: Port 'quitSymbol' to C++ | Filippos Karapetis |
2011-12-09 | DREAMWEB: Use the C++ version of workScreen() in C++ code | Filippos Karapetis |
2011-12-07 | DREAMWEB: Use symbolic constants and move functions to right files | Willem Jan Palenstijn |
2011-12-06 | DREAMWEB: Cleanup end of namespace comments | Max Horn |
2011-12-06 | DREAMWEB: 'openeden', 'openlouis', 'openpoolboss', 'openryan', 'opensarters',... | Filippos Karapetis |
2011-12-05 | DREAMWEB: 'loadKeypad' ported to C++ | Bertrand Augereau |
2011-12-03 | DREAMWEB: 'showOuterPad' ported to C++ | Bertrand Augereau |
2011-12-02 | DREAMWEB: 'addToPressList' ported to C++ | Bertrand Augereau |
2011-12-02 | DREAMWEB: 'isItRight' ported to C++ | Bertrand Augereau |
2011-12-02 | DREAMWEB: Clearer API for enterCode | Bertrand Augereau |
2011-12-02 | DREAMWEB: 'buttonPress' ported to C++ | Bertrand Augereau |
2011-12-02 | DREAMWEB: 'segRef' was redundant with 'getSegment' (thanks to Max for noting ... | Bertrand Augereau |
2011-12-02 | DREAMWEB: Keypad button callbacks blacklisted | Bertrand Augereau |
2011-12-02 | DREAMWEB: 'enterCode' ported to C++ | Bertrand Augereau |
2011-12-02 | DREAMWEB: 'showKeypad' ported to C++ | Bertrand Augereau |
2011-12-02 | DREAMWEB: 'singleKey' ported to C++ | Bertrand Augereau |
2011-12-01 | DREAMWEB: Fix compilation due to dreamgen.* function renaming. | D G Turner |
2011-11-16 | DREAMWEB: keypad.cpp to mimic keypad.asm | Bertrand Augereau |