Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-12-09 | DREAMWEB: Use the C++ version of workScreen() in C++ code | Filippos Karapetis | |
2011-12-07 | DREAMWEB: Replace cs by data (outside of dreamgen.cpp) | Max Horn | |
2011-12-06 | DREAMWEB: Cleanup end of namespace comments | Max Horn | |
2011-12-04 | DREAMWEB: Removed 'icons1' and 'icons2' stubs | Bertrand Augereau | |
2011-12-04 | DREAMWEB: Less direct references to kIcons1 and kIcons2 | Bertrand Augereau | |
2011-12-04 | DREAMWEB: Minor warning fix (shadowing) | Bertrand Augereau | |
2011-12-02 | DREAMWEB: 'segRef' was redundant with 'getSegment' (thanks to Max for noting ↵ | Bertrand Augereau | |
this) | |||
2011-12-01 | DREAMWEB: Fix compilation due to dreamgen.* function renaming. | D G Turner | |
2011-11-26 | DREAMWEB: 'getbackfromob' ported to C++ | Bertrand Augereau | |
2011-11-15 | DREAMWEB: crt functions | Bertrand Augereau | |
2011-11-15 | DREAMWEB: Use strcpy/strlen instead of manual loops | Willem Jan Palenstijn | |
2011-11-15 | DREAWMEB: 'transfertext' ported to C++ | Bertrand Augereau | |
2011-11-15 | DREAMWEB: Fix regression in obicons | Willem Jan Palenstijn | |
This fixes the 'use' icon on the winch controls. Regression from 1f531c6f7fc90d78a4d14cda377e5aed7c7f4eb0. Thanks to fuzzie for spotting it. | |||
2011-11-14 | DREAMWEB: Unhardcode checkcoords tables | Willem Jan Palenstijn | |
This patch makes __dispatch_call (even more) superfluous, but does not yet remove it. | |||
2011-11-14 | DREAMWEB: Convert 'inventory' | Willem Jan Palenstijn | |