Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-12-24 | DREAMWEB: Convert getObTextStart | Willem Jan Palenstijn | |
2011-12-24 | DREAMWEB: Use the C++ versions of getAnyAd and makeWorn in some places | Filippos Karapetis | |
This allows us to remove the ASM style version of makeWorn() | |||
2011-12-23 | DREAMWEB: Move rest of saveload.cpp to DreamBase | Max Horn | |
2011-12-23 | DREAMWEB: Convert resetLocation and purgeALocation to C++ | Max Horn | |
2011-12-23 | DREAMWEB: cleanup | Max Horn | |
2011-12-23 | DREAMWEB: Turn RectWithCallback into template | Max Horn | |
Also moves checkCoords to DreamBase, adding a nasty cast to it. This is a temporary HACK, which allows moving functions that use checkCoords to DreamBase one at a time, instead of all at once (and at the same time as checkCoords). This can be undone once everything using checkCoords has been moved to DreamBase. | |||
2011-12-20 | DREAMWEB: Fix regression in deleteExObject | Willem Jan Palenstijn | |
(thanks to Fingolfin) | |||
2011-12-20 | DREAMWEB: Fix regressions in intoInv, outOfInv; cleanup selectOb | Willem Jan Palenstijn | |
2011-12-19 | DREAMWEB: More work on inToInv and outOfInv | Filippos Karapetis | |
2011-12-19 | DREAMWEB: Port 'intoinv', 'outofinv' to C++ | Filippos Karapetis | |
2011-12-18 | DREAMWEB: Convert removeObFromInv, deleteExObject, deleteExFrame, deleteExText | Willem Jan Palenstijn | |
2011-12-18 | DREAMWEB: Fix yet another regression in setPickup | Willem Jan Palenstijn | |
getAnyAd and getEitherAd have different inputs, so can't be interchanged... | |||
2011-12-18 | DREAMWEB: Fix multiple regressions in setPickup | Willem Jan Palenstijn | |
2011-12-18 | DREAMWEB: Port 'setpickup' to C++ and added an enum for the object types | Filippos Karapetis | |
2011-12-17 | DREAMWEB: Name some DynObject/SetObject fields | Willem Jan Palenstijn | |
Also change getAnyAd() behaviour to be consistent between Free/Ex and Set objects, diverging from the original. | |||
2011-12-17 | DREAMWEB: Fix regression in getOpenedSize | Willem Jan Palenstijn | |
2011-12-17 | DREAMWEB: Fix another regression in the ASM-style version of getOpenedSize() | Filippos Karapetis | |
2011-12-17 | DREAMWEB: Fix another regression in selectOb() (thanks wjp) | Filippos Karapetis | |
2011-12-17 | DREAMWEB: Fix regression in selectOb() (thanks wjp) | Filippos Karapetis | |
2011-12-17 | DREAMWEB: Fix regression in getOpenedSize() | Filippos Karapetis | |
2011-12-17 | DREAMWEB: Port 'findinvpos', 'selectob' to C++ and fix a regression in ↵ | Filippos Karapetis | |
identifyOb() | |||
2011-12-17 | DREAMWEB: Fix regression in identifyOb | Filippos Karapetis | |
2011-12-16 | DREAMWEB: Port 'identifyob' to C++ | Filippos Karapetis | |
2011-12-15 | DREAMWEB: Convert notHeldError to C++, move stuff to DreamBase | Max Horn | |
2011-12-15 | DREAMWEB: Move even more stuff to DreamBase | Max Horn | |
2011-12-15 | DREAMWEB: Convert a bunch of stuff to C++ | Max Horn | |
Specifically, I started with openOb() and withWhat() which allowed to remove offset_commandline and offset_openchangesize. A clean conversion of these required a conversion of printMessage2 and getOpenedSize. | |||
2011-12-12 | DREAMWEB: Cleanup and add FIXMEs | Willem Jan Palenstijn | |