Age | Commit message (Collapse) | Author |
|
Dreamweb cleanup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, remove the associated 'endtextname' and 'gungraphic' offsets from
the blob
|
|
|
|
This is the last place where checkCoords() was called without parameters
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'undertextline' to C++
|
|
|
|
|
|
Dreamweb: convert workoutFrames to c++, some cleanup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DREAMWEB: Refactor segment management
|
|
|
|
All segment code is now in a new header file segment.h. A new class
takes care of managing the segments: SegmentManager. The DreamBase class
subclasses this -- thus, segments can now be accessed from within it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some of these functions in stubs.cpp have been removed or merged since
they are only used in a single place or are now unused.
|
|
|
|
|
|
|
|
|
|
|
|
Dreamweb: Remove more dead stuff, advance DreamBase <-> DreamGenContext split
|
|
|