Age | Commit message (Expand) | Author |
2014-02-18 | DREAMWEB: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-11-30 | DREAMWEB: Add some debugging output to emergencyPurge | Willem Jan Palenstijn |
2012-11-30 | DREAMWEB: Make frame fixups more specific and add sanity checks | Willem Jan Palenstijn |
2012-11-30 | DREAMWEB: Fix emergencyPurge checks | Willem Jan Palenstijn |
2012-11-30 | DREAMWEB: Change various loop variables to uint, rather than size_t. | D G Turner |
2012-11-30 | DREAMWEB: Migrate object/inventory related functions out of stubs. | D G Turner |
2012-11-30 | DREAMWEB: Remove dead code functions and minor formatting cleanup. | D G Turner |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-05-30 | DREAMWEB: Replaced vsync() function with waitForVSync(). | D G Turner |
2011-12-28 | DREAMWEB: Use ObjectType enums in more places | Max Horn |
2011-12-28 | DREAMWEB: Added commandOnlyCond() method | Max Horn |
2011-12-28 | DREAMWEB: Clean up checkCoords | Willem Jan Palenstijn |
2011-12-28 | Merge pull request #154 from fingolfin/dreamweb-cleanup | Filippos Karapetis |
2011-12-28 | DREAMWEB: Clean up some constants | Willem Jan Palenstijn |
2011-12-28 | DREAMWEB: Rename a member of SetObject & DynObject to objId | Max Horn |
2011-12-28 | DREAMWEB: Rename getEitherAdCPP to getEitherAd, use obj type enums | 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 more global variables | Filippos Karapetis |
2011-12-28 | DREAMWEB: Mass-move variables out of data | Willem Jan Palenstijn |
2011-12-27 | DREAMWEB: Convert room text into TextFiles | Willem Jan Palenstijn |
2011-12-27 | DREAMWEB: Convert exText into TextFile | Willem Jan Palenstijn |
2011-12-27 | DREAMWEB: Remove Extras segment | 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-27 | DREAMWEB: Move all of the functions to DreamBase and remove stubs.h | Filippos Karapetis |
2011-12-27 | DREAMWEB: Move remaining use functions to DreamBase | Willem Jan Palenstijn |
2011-12-26 | DREAMWEB: Move some functions to DreamBase, remove dead code | Filippos Karapetis |
2011-12-26 | Revert "DREAMWEB: Remove dead code and move most functions to DreamBase" | Filippos Karapetis |
2011-12-26 | DREAMWEB: Remove dead code and move most functions to DreamBase | Filippos Karapetis |
2011-12-26 | DREAMWEB: Reduce dependency on globals and move functions to DreamBase | Willem Jan Palenstijn |
2011-12-26 | DREAMWEB: Combine transferMap and transferInv | Willem Jan Palenstijn |
2011-12-26 | DREAMWEB: Convert pickupConts | Willem Jan Palenstijn |
2011-12-26 | DREAMWEB: Minor cleanup | Willem Jan Palenstijn |
2011-12-26 | DREAMWEB: Move openInvList, ryanInvList out of buffers | Willem Jan Palenstijn |
2011-12-26 | DREAMWEB: Fix regression in transferToEx | Willem Jan Palenstijn |
2011-12-26 | DREAMWEB: Fix a regression in fillOpen() and remove the now unused getOpenedS... | Filippos Karapetis |
2011-12-26 | DREAMWEB: Convert findAllOpen, fillOpen | Willem Jan Palenstijn |
2011-12-26 | DREAMWEB: Port 'transfertoex' to C++ | Filippos Karapetis |
2011-12-26 | DREAMWEB: Cleanup identifyOb() | Filippos Karapetis |
2011-12-26 | DREAMWEB: Port 'findpathofpoint' to C++ | D G Turner |
2011-12-25 | Merge pull request #153 from fingolfin/dreamweb-cleanup | Filippos Karapetis |
2011-12-26 | DREAMWEB: Cleaned up findFirstPath(), fixed a regression and moved it to Drea... | Filippos Karapetis |
2011-12-26 | DREAMWEB: Rename workToScreenCPP to workToScreen | Max Horn |
2011-12-26 | DREAMWEB: Remove some dead code | Max Horn |
2011-12-25 | DREAMWEB: Ported 'findfirstpath' to C++. | D G Turner |
2011-12-25 | DREAMWEB: Port 'findopenpos' to C++ | Filippos Karapetis |
2011-12-25 | DREAMWEB: Port 'purgeanitem' to C++, some cleanup | Filippos Karapetis |
2011-12-25 | DREAMWEB: Port 'outofopen' to C++ | Filippos Karapetis |
2011-12-25 | DREAMWEB: Port 'swapwithopen' to C++ | Filippos Karapetis |