~stellarium/stellarium/trunk

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: xalioth
  • Date: 2010-05-11 22:07:19 UTC
  • Revision ID: importd@pear-20100511220719-gw27ak8wab72jqt4
Updated wrt recent changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
- the top labels of vertical grid lines not being displayed, and improper label rotation.
17
17
 
18
18
Changed:
19
 
- The Date/Time window now is synchronised with the date/time displayed in the toolbar, instead of showing the last date/time that has been entered.
 
19
- the Date/Time window now is synchronised with the date/time displayed in the toolbar, instead of showing the last date/time that has been entered.
20
20
- the visual style of some plug-ins.
21
21
- optimized loading of cities.
22
22
- optimized loading of planet textures (lazy loading).
23
23
- restructured src/ subdirectories to match code dependencies. Directories modules/, external/ and planetsephems/ are now under core/.
24
 
- Stars positions and grid are now coded in float instead of double, to avoid huge memory consomption when loading all 9 star catalogs.
25
 
- Improved management of OpenGL context in StelPainter.
 
24
- stars positions and grid are now coded in float instead of double, to avoid huge memory consomption when loading all 9 star catalogs.
 
25
- improved management of OpenGL context in StelPainter.
26
26
- StelStyle class was moved from core to GUI library.
27
27
- GUI related resources are now compiled as part of GUI library.
 
28
- don't use a generated config.h anymore (use simple compile definitions instead).
 
29
- suppressed most compilation warnings with -Wextra even without the -Wno-unused-parameter flag.
 
30
- suppressed all the TelescopeMgr/Telescope code within the core. It is replaced by the TelescopeControl plugin.
28
31
 
29
32
Added:
30
33
- option to create a desktop shortcut in the Windows installer.