Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I took the opportunity to add two CHECKMEs to the code, which seems to load a
file into memory for no real apparent reason.
|
|
The call to loadspeech() in setuptimedtemp() needs al set correctly,
while the C++ wrapper skipped this.
|
|
|
|
|
|
|
|
Now our Array class distinguishs between initialized and uninitialized
objects. It furthermore always calls the destructor of no longer contained
elements. This should help with non-POD objects stored in our Array class.
Thanks to Bertrand for his feedback on this.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This makes the name match with the name of the STL function with the same
behavior.
|
|
|
|
|
|
|
|
|
|
|
|
DRASCULA: Simplify speech mute handling.
|
|
|
|
|
|
|
|
This caused Dreamweb to exit immediately on EN versions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|