Age | Commit message (Collapse) | Author |
|
Savegames from revisions bf9b98f and 4f70162d are now version 2 savegames
|
|
synchronisation methods
|
|
|
|
This fixes a problem with the text being removed, but the game still waiting for the original period until doing another action
|
|
|
|
|
|
remaining gfx glitches
|
|
|
|
|
|
scene changes
|
|
SceneManager::_sceneNumber
|
|
|
|
|
|
|
|
Instead of passing an uninitialized dummy va_list to Action::attached we just
pass the va parameter from SequenceManager::attached to it now, since that
parameter is not used in Action::attached, it is safe to do that.
|
|
those.
|
|
|
|
It is not safe to assume one can construct a va_list by using NULL. Instead I
created a temporary (uninitialized!) dummy, which is passed in the call to the
Action::attached implementation. I added a TODO to resolve this temporary hack.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
classes
|
|
|
|
|
|
|
|
multiple times
|
|
|