Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Since it can be in either the x or the y direction
|
|
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()
|
|
|
|
|
|
This gets rid of the need for specific destruction as well as making the copy swap
operations in the ScriptManger _referenceTable more efficient
|
|
|
|
The general thought is int is faster than int16 or byte. So if you can afford the
space, use it over int16 or byte. Also, only use int32 when you specifically need
the 32 bits.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ResultAction objects
ResultAction is abstract, therefore, it can't be directly stored in the list
|
|
|
|
|