[Kstars-devel] KDE/kdeedu/kstars/kstars

Akarsh Simha akarshsimha at gmail.com
Mon Aug 25 20:07:51 CEST 2008


SVN commit 852296 by asimha:

Including support for loading 100e8 stars. This patch includes:

+ Removal of some deprecated code

+ Splitting of StarComponent into StarComponent and DeepStarComponent

+ Separation of named and unnamed stars

+ Support for both 16-byte per star and 32-byte per star data files

The changes are still experimental and might break some features or
introduce some bugs.

CCMAIL: kstars-devel at kde.org



 M  +1 -0      CMakeLists.txt  
 M  +1 -1      data/CMakeLists.txt  
 AM            data/namedstars.dat  
 D             data/shallowstars.dat  
 AM            data/unnamedstars.dat  
 M  +38 -0     deepstardata.h  
 M  +1 -1      htmesh/typedef.h  
 A             skycomponents/deepstarcomponent.cpp   [License: GPL (v2+)]
 A             skycomponents/deepstarcomponent.h   [License: GPL (v2+)]
 M  +14 -0     skycomponents/skymapcomposite.cpp  
 M  +6 -0      skycomponents/skymapcomposite.h  
 M  +10 -0     skycomponents/starblockfactory.cpp  
 M  +18 -14    skycomponents/starblockfactory.h  
 M  +53 -44    skycomponents/starblocklist.cpp  
 M  +12 -2     skycomponents/starblocklist.h  
 M  +102 -290  skycomponents/starcomponent.cpp  
 M  +11 -92    skycomponents/starcomponent.h  
 M  +1 -1      skycomponents/typedef.h  
 M  +2 -1      skymapevents.cpp  
 M  +41 -0     starobject.cpp  
 M  +10 -0     starobject.h  




More information about the Kstars-devel mailing list