Age | Commit message (Collapse) | Author |
|
|
|
I don't really know what it is used for, but Marisa Chan completely ignores it.
|
|
|
|
|
|
the end of the frame
This prevents memory corruption since changeLocation could be called in the middle of
a Puzzle list iteration and changeLocation clears all the Puzzle lists.
|
|
Then make the individual update functions private
|
|
ScriptManager::initialize()
|
|
|
|
|
|
video can be skipped
|
|
|
|
|
|
|
|
|
|
|
|
|
|
them more easily
|
|
|
|
|
|
Otherwise the cursor will not be updated
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ensure proper 0 clamping
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is used to end the AD table
|
|
|
|
|
|
|
|
|
|
instead of accumulation of time
|
|
|
|
|
|
|
|
operator[] creates a key value pair if it doesn't exist. So blindly returning a value without checking if the
key exists could result in undefined behavior, depening on what the value is initialized to in its constructor
|
|
|
|
|
|
|