ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/TODO
Revision: 1.9
Committed: Sat Apr 15 00:04:58 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.8: +9 -3 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 http://pyopengl.sourceforge.net/documentation/manual/glutEnterGameMode.3GLUT.html
2
3 - IMPORTANT: user interface (window positions etc.) should be saved, but
4 a) switching modes clears/Recreates all widgets (has to, as parameters
5 are not resolution-independent)
6 b) widget layout is nontrivial as to not obscure map
7 c) need better way to center map then middle-button, maybe map overview
8 (but updates will be slow).
9 - label needs "expected char size"
10 - make font description copy: font size changes hurt A LOT
11 - toplevel should enforce that windows always be partially visible
12 - maybe move window managing functionality into toplevel
13
14 "workarounded" but not solved:
15 (- IMPORTANT: move widgets to integer coordinates - fix containers!)
16 (- pango fontsize measure and decrease to achieve real pixel height)