Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-26 | DREAMWEB: Cleaned up findFirstPath(), fixed a regression and moved it to ↵ | Filippos Karapetis | |
DreamBase | |||
2011-12-25 | DREAMWEB: Move some functions to DreamBase | Filippos Karapetis | |
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-23 | DREAMWEB: Move sprite table out of buffers | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Move rainlist out of buffers | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Fix regression from moving ReelRoutines out of data | Willem Jan Palenstijn | |
The struct People still had an old-style pointer to a ReelRoutine. Fix this by converting People to use a real ReelRoutine * and moving the PeopleList from the buffers segment to a Common::List. Thanks to digitall for the assistance with tracking this down. | |||
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-18 | DREAMWEB: Remove reelRoutines from data blob | 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: Add disabled reelRoutine conversion work | Willem Jan Palenstijn | |
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-12 | DREAMWEB: Remove a lot of unused variables | Filippos Karapetis | |
2011-12-06 | DREAMWEB: Cleanup end of namespace comments | Max Horn | |
2011-12-05 | DREAMWEB: Untangle namespaces | Willem Jan Palenstijn | |
2011-12-04 | DREAMWEB: kIcons1 and kIcons2 ownership transferred from the VM to the engine | Bertrand Augereau | |
2011-12-03 | DREAMWEB: Convert 'atmospheres' | Willem Jan Palenstijn | |
2011-12-03 | DREAMWEB: CR at last line | Bertrand Augereau | |
2011-12-03 | DREAMWEB: Don't use Madeuproomdat as a global when not necessary | Willem Jan Palenstijn | |
2011-12-03 | DREAMWEB: Create and use FileHeader struct | Willem Jan Palenstijn | |
2011-12-03 | DREAMWEB: Move roomData out of opaque data segment | Willem Jan Palenstijn | |
2011-12-01 | DREAMWEB: Ported 'sparky' to C++ | Bertrand Augereau | |
2011-12-01 | DREAMWEB: Naming of ReelRoutine members | Bertrand Augereau | |
2011-11-27 | DREAMWEB: Add utility function ObjPos::contains | Willem Jan Palenstijn | |
2011-11-26 | DREAMWEB: Fix Room struct | Willem Jan Palenstijn | |
Room::name is a zero terminated 8.3 filename, so 13 bytes long. | |||
2011-11-26 | DREAMWEB: Ceaning in 'startloading' | Bertrand Augereau | |
2011-11-22 | DREAMWEB: Sound structure | Bertrand Augereau | |
2011-11-18 | DREAMWEB: Add some sprite-related comments and names | Willem Jan Palenstijn | |
2011-11-17 | DREAMWEB: Cleaning in room loading | Bertrand Augereau | |
2011-11-16 | DREAMWEB: Clean up 'dodoor' | Willem Jan Palenstijn | |
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-09-02 | DREAMWEB: 'checkpathison' ported to C++ | Bertrand Augereau | |
2011-09-03 | DREAMWEB: Refining of the pathfinding structures | Bertrand Augereau | |
2011-09-03 | DREAMWEB: Introduction of a Path structure | Bertrand Augereau | |
2011-09-01 | DREAMWEB: 'checkpixelset' ported to C++ | Bertrand Augereau | |
2011-09-01 | DREAMWEB: 'obicons' ported to C++ | Bertrand Augereau | |
2011-08-31 | DREAMWEB: 'getanyad' ported to C++ | Bertrand Augereau | |
2011-08-30 | DREAMWEB: Structs member renaming | Bertrand Augereau | |
2011-08-30 | DREAMWEB: More reversing of DynObject struct | Bertrand Augereau | |
2011-08-29 | DREAMWEB: 'addpeoplelist' takes a ReelRoutine* param | Bertrand Augereau | |
2011-08-29 | DREAMWEB: 'showgamereel' gets a ReelRoutine* as parameter | Bertrand Augereau | |
2011-08-24 | DREAMWEB: 'checkcoords' ported to C++ | Bertrand Augereau | |
(Still has __dispatch_call dependency) | |||
2011-08-23 | DREAMWEB: Renamed FreeObject to DynObject and ObjData to SetObject | Bertrand Augereau | |
2011-08-20 | DREAMWEB: Set objects have a four char name tag | Bertrand Augereau | |
2011-08-20 | DREAMWEB: Ported 'dochange' to C++ | Bertrand Augereau | |
2011-08-20 | DREAMWEB: 'findormake' ported to C++ | Bertrand Augereau | |
2011-08-17 | DREAMWEB: Drawing of background objects ported to C++ | Bertrand Augereau | |
2011-08-16 | DREAMWEB: 'updatepeople' ported to C++ | Bertrand Augereau | |
2011-08-15 | DREAMWEB: 'checkifperson' ported to C++ | Bertrand Augereau | |
2011-08-03 | DREAMWEB: Less register usage in 'plotreel' | Bertrand Augereau | |
2011-08-03 | DREAMWEB: Ported 'showrain' to C++ | Bertrand Augereau | |