~vcs-imports/stellarium/0.8

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
#
# Todo list for Stellarium
# 

### Bugs

- Selected object flashes on windows when tracking
- Does gettext work on windows now? - DONE
- Is Windows locale mapped to gettext locale on windows?
- No daylight savings correction on Windows
- Date display wrong for negative JD dates

### Non-code enhancements

- more nebulae
- more landscapes
- more translations
- minor planets
- more natural satellites
- more documentation
- constellation art for other cultures

### Cleanup

- Move object attributes out of globals and into the objects
- Move version number out of logo image
- stop using glpng and use SDL_image or similar.
- 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.
- Separate all s_gui code into an independant library.
- Why does each object have it's own font object?  What about sharing one per font to save memory?
 > because each has a different size, the openGL needs a list for each size.

## Features for 0.8.0

Completed:

T Constellation boundaries. - DONE
T select location by city - DONE
T search text area should get focus when bring up search window - DONE
R mouse cursor hide after timeout as option - DONE
R limiting mag for nebulae labels set in TUI - DONE
R constellation line color set in TUI - DONE
R meridian line (first press of 'z') - DONE
R remove planet orbits from 'p' key - move to another key and TUI - LEAVING AS IS FOR NOW
R popup error windows as script debugging option - DONE
R alt/az readout for selected object

Outstanding:

- GUI access to set sky language and sky culture (ideally with new pulldown menu)
R sidereal day/week key control 
- limiting magnitude/simulate light pollution (the feature somehow already exists in the skybright class BASIC version)
- unicode font support (need to choose solution between glgooey/FTGL/our own implemenation)
  > ftgl looks good
R set zoom location
- precession circle drawing
R hour angle on equator line (already on equatorial grid) - MAKE OPTIONAL?
R ecliptic line with (localized?) months labeled  - MAKE OPTIONAL?
- script display text command
- i18n nebulae labels
- object name pick option (show only label/hint for selected object)
F cylindrical projection mode.
T Night vision mode (red Gui) - DONE <-- Need more descriptive flag names (like night_vision_ui instead of night) R
- Create a directory dedicated to landscapes with one landscapeXX.ini per landscape so that users can install extra landscapes just be copying them there without editing landscape.ini file.
- other star catalogs incl double stars and variable stars

### Future feature ideas

T chart option
- print option (We should think about a real postscript/pdf renderer for printing)
- select multiple constellations at once (for scripts)
T select zodiac constellations somehow
- planet rotational position issues - only galilean  moons accurate
- comets
- orbit algorithm degeneration issue beyond =/- 10k years 
- script meteor radiant
T constellation boundaries
- object distances besides stars
- proper motion of stars (after fix orbits over time issue)
- star trails/time exposure
- script images in dome alt-az coords
- script images in equatorial coords
- outline fonts
- planet trails of longer duration (script?)
- background audio option
- scripts allow user interaction during playback option?
- Reduce the program size by reducing the stellplanet library size, especially the moon coefficents file?
- Artificial satellites
- Aurorae
- Clouds
- telescope control
- Use libjpeg for some texture to reduce data files size
- Use 3D landscapes (data from google earth?)