Open main menu

Difference between revisions of "Toltecs"

8 bytes removed ,  13:59, 27 November 2011
Split TODOs from bugs
(Updated TODO: Music related changes)
(Split TODOs from bugs)
Line 16: Line 16:
* Implement sound volume and panning
* Implement sound volume and panning
* Check if background resources are used before purging them when changing scenes - check the comments inside sfLoadScene.
* Check if background resources are used before purging them when changing scenes - check the comments inside sfLoadScene.
* Sometimes, some stray lines are drawn below fonts - probably because the text doesn't fit inside the screen and the surface is cut off incorrectly.
* Fix some occasional artifacts on screen (e.g. when text is shown over an animation) sometimes.
* Pathfinding bugs in Fort Apache and the Indian village - e.g. when moving to the door on the right, the hero walks around a big path. Same when moving to the tent on the top in the indian village.
* When getting the piano player off the well, he walks up facing to the left (his side animation is shown).
* Some sounds are cut off prematurely (e.g. when an animation finishes before the sound sample, when changing scenes and a dialog is immediately started afterwards).
* 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.


== Bugs ==
== Bugs ==
None known (see [[Toltecs#TODO|TODO]]).
* Pathfinding bugs in Fort Apache and the Indian village - e.g. when moving to the door on the right, the hero walks around a big path. Same when moving to the tent on the top in the Indian village.
* When getting the piano player off the well, he walks up facing to the left (his side animation is shown) - probably related to pathfinding?
* Some sounds are cut off prematurely (e.g. when an animation finishes before the sound sample, when changing scenes and a dialog is immediately started afterwards).
* Sometimes, some stray lines are drawn below fonts - probably because the text doesn't fit inside the screen and the surface is cut off incorrectly.
* Some artifacts are drawn on screen occasionally (e.g. when text is shown over an animation).


== Done ==
== Done ==
1,489

edits