Age | Commit message (Collapse) | Author |
|
When a new Smacker is opened, the old Smacker surface is deleted
and a new one is created. Therefore, it has to be removed from the
scene and the new one has to be added.
|
|
- Rename some NavigationScene stuff
|
|
Except for those which need a sound hash array (later)
|
|
Sounds and music play now in some scenes
(I didn't change the comments to code in all modules yet)
- Fix calcHash to ignore non-alphanumeric characters, this fixes at least
one animation glitch (when inserting tapes into the player)
- Move SoundResource to sound.cpp
|
|
- Implement CollisionMan::removeSprite
|
|
- Work on the SmackerDecoder, create the surface immediately when a file is opened
|