~vcs-imports/stellarium/0.8

« back to all changes in this revision

Viewing changes to TODO

  • Committer: digitalises
  • Date: 2006-08-03 18:47:13 UTC
  • Revision ID: vcs-imports@canonical.com-20060803184713-9a0ced449fbc0fc6
Made planet trail flag code more encapsulated

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# Todo list for Stellarium 0.8
 
2
# Todo list for Stellarium
3
3
4
4
 
5
5
### Bugs
19
19
- more natural satellites
20
20
- more documentation
21
21
- constellation art for other cultures
22
 
- We should consider using rosetta for translators (https://launchpad.net/rosetta)
23
22
 
24
23
### Cleanup
25
24
 
28
27
- stop using glpng and use SDL_image or similar.
29
28
- Split stel_core+stel_sdl class into a real independant core managing sky rendering only and a stel_app class which manage GUI, I/O etc... This may include a reorganization of the src file structure itself.
30
29
- Separate all s_gui code into an independant library.
31
 
- Replace all translatable char* and c++ string by w_char* and c++ wstring for unicode support
32
 
- Think on a way to include plug-ins for telescope control etc..
33
30
- Why does each object have it's own font object?  What about sharing one per font to save memory?
34
31
 > because each has a different size, the openGL needs a list for each size.
35
32