Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Now it satisfies the needs described in the last commit's TODO comment.
|
|
It fixes the problem with the multiply displayed Vulcanizer after giving him the glasses/basket ball, then saving and loading.
|
|
|
|
|
|
It fixes the regression with the hole of the sign post on the ground from scene 6 and the display bug in the hospital.
|
|
Hopefully it will cut short the leak problems with _dim[].
|
|
|
|
|
|
|
|
|
|
uint8 *v = new uint8;
was the faulty line in Sprite::ghost(), and it should be released right here.
|
|
|
|
Fix the crash introduced by previous commit on the second scene.
|
|
Now it doesn't crash the hospital scene, but I am not entirely sure it's totally leak-free...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|