Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Dreamweb: Mark structs packed, minor tweaks | |||
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 | |
SetObject::name and DynObject::id are stored at the exact same offset, and have the exact same meaning (see also objectMatches()). Now they also have the same name, objId. | |||
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 ↵ | Filippos Karapetis | |
DreamWebEngine Also, remove dead code (allocateMem/deallocateMem) | |||
2011-12-28 | DREAMWEB: Move all saved variables to a GameVars struct | Willem Jan Palenstijn | |
The data segment is now completely unused. | |||
2011-12-28 | DREAMWEB: Remove more global variables | Filippos Karapetis | |
2011-12-28 | DREAMWEB: Mass-move variables out of data | Willem Jan Palenstijn | |
This has been done by an automated search/replace, culling unused variables in the process. The remaining variables in data are all stored in savegames. | |||
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 | |
This reverts commit 4c66f74b58e9a2c191f22a37f485047dd19be131. These functions aren't ready to be moved yet till the remaining two are finished, and they're so crossreferenced that the safest thing to do is revert this commit and break it down to smaller chunks | |||
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 ↵ | Filippos Karapetis | |
getOpenedSize() | |||
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 | |
Dreamweb: Port rollEm() to C++, remove dead code | |||
2011-12-26 | DREAMWEB: Cleaned up findFirstPath(), fixed a regression and moved it to ↵ | Filippos Karapetis | |
DreamBase | |||
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 | |
This conversion could do with a bit more work to remove the es/ax/cx temp usage and clean up the code. | |||
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 | |
2011-12-25 | DREAMWEB: Port 'swapwithinv' to C++ | Filippos Karapetis | |
2011-12-25 | DREAMWEB: Port 'useopened' to C++ | Filippos Karapetis | |
2011-12-25 | DREAMWEB: Port 'locationpic', 'reexfrominv' to C++ | Filippos Karapetis | |
2011-12-25 | DREAMWEB: Port 'selectopenob' to C++ | Filippos Karapetis | |
2011-12-25 | DREAMWEB: Simplify order of checkObjectSize checks | Willem Jan Palenstijn | |
2011-12-25 | DREAMWEB: Convert 'checkobjectsize' to C++ | Filippos Karapetis | |
Also, renamed getOpenedSizeCPP() to getSlotCount(). Special thanks to wjp for his help and for examining the behavior of a fallback case. | |||
2011-12-24 | DREAMWEB: Minor cleanup | Willem Jan Palenstijn | |
2011-12-24 | DREAMWEB: Move more functions to DreamBase | Willem Jan Palenstijn | |
2011-12-24 | DREAMWEB: Port 'dropobject' to C++ | Filippos Karapetis | |