Open main menu

Difference between revisions of "Toltecs"

160 bytes added ,  21:45, 10 September 2012
Update TODO
(Added another TODO)
(Update TODO)
Line 13: Line 13:


== TODO ==
== TODO ==
* Implement music volume
'''These are major issues which should be fixed first'''
* Implement sound volume and panning
* Sound streaming in movies is problematic. Right now, part of the sound of a movie is preloaded and if there's still a sound buffer, it's loaded on the fly. When the sound buffer is later on loaded on the fly, the sound gets off sync. This is notable during the intro of the game (which is the longest video in the game)
* Check if background resources are used before purging them when changing scenes - check the comments inside sfLoadScene.
 
== Future TODO ==
'''These are minor issues which would be good to be fixed in the future'''
* Check if background resources are used before purging them when changing scenes - check the comments inside sfLoadScene
* When saving a game, save the whole screen when an animation is playing e.g. when playing animations (the script controlled ones, not the movies) it should save the whole screen when the game is saved when such an animation is running since it uses delta-frames so currently, once restored, the screen is wrong. This is only observed in a few places.
* When saving a game, save the whole screen when an animation is playing e.g. when playing animations (the script controlled ones, not the movies) it should save the whole screen when the game is saved when such an animation is running since it uses delta-frames so currently, once restored, the screen is wrong. This is only observed in a few places.
* Sound streaming in movies is problematic. Right now, part of the sound of a movie is preloaded and if there's still a sound buffer, it's loaded on the fly. When the sound buffer is later on loaded on the fly, the sound gets off sync. This is notable during the intro of the game (which is the longest video in the game)


== Bugs ==
== Bugs ==
Line 27: Line 29:


== Done ==
== Done ==
* Save sound volume and panning in saved games
* Implement music volume
* Load/start sound and music of the saved scene when loading.
* Load/start sound and music of the saved scene when loading.
* Crashes sometimes on scene changes
* Crashes sometimes on scene changes
1,489

edits