Age | Commit message (Collapse) | Author |
|
'undertextline' to C++
|
|
|
|
|
|
This triggered the paranoia asserts.
|
|
Dreamweb: convert workoutFrames to c++, some cleanup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DREAMWEB: Refactor segment management
|
|
DREAMWEB: Move sound related code to a new source file
|
|
|
|
|
|
|
|
clicking on items
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|