fix redraw at top-left of map
[Tsunagari.git] / TODO.txt
blobf51818efaf4630b1e864bc0ae2f7f69a8636d10d
1 ITEMS
3 * Support multiple TileSets per TMX map.
5 * Add brief or brief+long Doxygen Documentation to all public and private
6   classes, functions, structs, and enums.
8 * Create our own C++ wrapper of libxml2 so we can use std::strings to avoid
9   memory leaks.
11 * Support for persistent music.
13 * Preserve aspect ratio in fullscreen.
15 * Try moving descriptor filenames from constructors + class members to init()
16   parameters.
18 * Fix the --help option's formatting.
20 * Tsunagari loses access to the console once the game window is opened on 
21   Windows.
23 * Diagonal movement in all modes with correct input detection.