Age | Commit message (Collapse) | Author |
|
locationPic()
|
|
This allows to move some more functions into DreamBase
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, renamed getOpenedSizeCPP() to getSlotCount(). Special thanks to
wjp for his help and for examining the behavior of a fallback case.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows us to remove the ASM style version of makeWorn()
|
|
Conflicts:
engines/dreamweb/dreamgen.cpp
engines/dreamweb/stubs.cpp
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|