~stellarium/stellarium/trunk

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: xalioth
  • Date: 2003-05-28 21:44:07 UTC
  • Revision ID: vcs-imports@canonical.com-20030528214407-62hf94ipa2tdjgz9
Fixed many things : planets, nebula info, navigation, drawing bugs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.5.3b [28/04/2003]
2
 
Spring cleaning :
3
 
Stopped using the previous unreliable astro library with badly defined licence and use the hopefully reliable LGPL libnova library instead.
 
1
0.5.3b [28/05/2003]
 
2
Changed the global coordinate system into the conventionnal astronomical one (ie with z axis toward top and x toward us)
 
3
Stopped using the previous unreliable astro library with badly defined licence and use 2 libraries created from modified/simplified version of the LGPL library libnova. One called stellastro which manage the astronomical operations like time management etc... and another one called stellplanet which only compute the planetary positions.
4
4
Removed the module/class planet_mgr and use a hierarchical unified planet class instead to manage all the solar system bodies with objective to add planet satellites, asteroids, comete and manage planet obliquity, and rotation of the textures.
5
5
Remade in a coherent way all the s_utility conversion functions (in double precision).
6
 
Created a new class "selection" to manage the selected object in a good object oriented way.
 
6
Created a new class "stel_object" to manage the selected object in a good object oriented way.
7
7
Abandoned my previous vector class for a modified version of the vecmath class from celestia.
8
 
Use double precision for every planet,orbit and navigation calculation.
9
 
Centralized all the navigation/time variables and operation in a new class "navigator" instead of the old non-object old navigation module.
 
8
Use double precision for every planet, orbit and navigation calculation.
 
9
Centralized all the navigation/time variables and operations in a new class "navigator" instead of the old non-object old navigation module.
 
10
The position of the observer on the earth is now taken into account in every calculation : the precision is dramaticaly improved, sun eclipses works etc...
 
11
Fixed many many bugs.
10
12
 
11
13
0.5.2 [29/04/2003]
12
14
Changed the configuration file to $HOME/.stellarium/VERSION/ on unix system to prevent conflicts between versions.