Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes a crash regarding the mechanic on scene 6.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now the toolbar is working too after loading.
|
|
|
|
|
|
Since the extension is always ".VBM" in case of Bitmaps, there's no need to pass it as an argument.
|
|
|
|
|
|
There's a mayor bug which blocks the toolbar from interaction after loading. To be investigated during the upcoming days.
|
|
|
|
Hopefully it will solve a bunch of memory leak problems.
Now Spare is a central container, which stores pointers to every Sprite currently used by the engine.
Because of that, there's no more need for Queue's clear().
In case of snKill(), it's just a safeguard, since it's only used by the engine to "kill" the speech bubbles, but we will check Spare anyway, so it's the safest this way.
|
|
|
|
|
|
|
|
|
|
|
|
Also rename loadGame() to loadHeroes().
|
|
|
|
|
|
This commit hopefully silence a great wall of GCC warnings.
|
|
|
|
|
|
|
|
Now it mimics the original correctly.
|