[Kstars-devel] branches/work/kdeedu_kstars_htm/kstars/kstars

James Bowlin bowlin at mindspring.com
Fri Aug 3 20:47:29 CEST 2007


SVN commit 696077 by jbowlin:

Some precession fixes and better JIT update syncing.

Stopped precessing:
  constellation boundaries
  constellation names

Stopped doing the reverse precession correction when we use the
index to find the constellation a point is in.

Fixed a bug in StarObject::JITupdate() where I was not updating
m_updateNumID properly.

Am now syncing the updateIDs at the start of SkyMapComposite::draw().
This means that all JIT updates in a given draw cycle will be updated
exactly the same even if updating occurs in the background in the
middle of a draw cycle.

I am now investigating Epsilon Indi over millennium time scales in
order to verify that the star re-indexing (to compensate for proper
motion) is working correctly.  These investigations led to finding
and fixing some of the precession bugs above.

CCMAIL: kstars-devel at kde.org



 M  +13 -4     kstarsdata.cpp  
 M  +4 -3      kstarsdata.h  
 M  +10 -0     skycomponents/constellationboundary.cpp  
 M  +2 -0      skycomponents/constellationboundary.h  
 M  +0 -26     skycomponents/constellationboundarypoly.cpp  
 M  +0 -4      skycomponents/constellationboundarypoly.h  
 M  +2 -2      skycomponents/constellationlines.cpp  
 M  +1 -1      skycomponents/constellationlines.h  
 M  +9 -0      skycomponents/constellationnamescomponent.cpp  
 M  +5 -0      skycomponents/constellationnamescomponent.h  
 M  +1 -1      skycomponents/coordinategrid.cpp  
 M  +1 -1      skycomponents/coordinategrid.h  
 M  +9 -5      skycomponents/linelistindex.cpp  
 M  +13 -14    skycomponents/linelistindex.h  
 M  +0 -28     skycomponents/milkyway.cpp  
 M  +0 -2      skycomponents/milkyway.h  
 M  +3 -5      skycomponents/polylistindex.cpp  
 M  +14 -5     skycomponents/skymapcomposite.cpp  
 M  +4 -4      skycomponents/skymesh.cpp  
 M  +3 -2      skycomponents/skymesh.h  
 M  +2 -2      skycomponents/starcomponent.cpp  
 M  +2 -1      starobject.cpp  
 M  +1 -1      starobject.h  




More information about the Kstars-devel mailing list