Page 1 of 1

Celestia v1.4.1 final: bugs

Posted: 23.02.2006, 15:32
by selden
When star labels are selected in the Render/View Options menu, some stars are not labelled that should be.

For example, when I select Sirius, its name is not drawn although "Sirius" is listed in celestia.cfg

If I insert "Sirius A" into the list before or after "Sirius" or replacing it, the label "Sirius A" is drawn.

Posted: 24.02.2006, 01:08
by symaski62
:lol:

cel://Follow/Sirius/2048-10-17T00:22:33 ... 66871&lm=2

celestia/data/nearstars.stc

Code: Select all

Barycenter "Sirius:Alhabor:ALF CMa:9 CMa:Gliese 244"
{
   RA 101.287083
   Dec -16.716111
   Distance 8.583
}

32349 "Sirius A:Alhabor A:ALF CMa A:9 CMa A:Gliese 244 A"
{
   OrbitBarycenter "Sirius"
   SpectralType "A1V"
   AppMag -1.43

   EllipticalOrbit {              # fully specified orientation
      Period          50.09
      SemiMajorAxis   6.73   # mass ratio 1.99:1.03
      Eccentricity    0.5923
      Inclination   97.51
      AscendingNode   161.33
      ArgOfPericenter 4.56
      MeanAnomaly     40.89
   }
}

"Sirius B:Alhabor B:ALF CMa B:9 CMa B:Gliese 244 B"
{
   OrbitBarycenter "Sirius"
   SpectralType "DA2"
   AppMag 8.44

   EllipticalOrbit {              # fully specified orientation
      Period          50.09
      SemiMajorAxis   13.00  # mass ratio 1.99:1.03
      Eccentricity    0.592
      Inclination   97.51
      AscendingNode   161.33
      ArgOfPericenter 184.56
      MeanAnomaly     40.89
   }
}


:P

Posted: 24.02.2006, 12:46
by selden
Hmmm. My own reply somehow got lost. Maybe I forgot to click on Submit?

Anyhow,

It seems that Barycenters aren't labelled.
ALF Cen isn't labelled either, for example.

Re: Celestia v1.4.1 final: bugs

Posted: 28.02.2006, 15:42
by amoroso
I am trying to build Celestia 1.4.1 from source under Slackware Linux 10.0 with KDE 3.2.3. I configure it with:

Code: Select all

./configure --prefix=/usr/local/celestia --with-kde --with-lua=/usr/local/lua

Configuration works fine, but compilation aborts with this error:

Code: Select all

[...]
celsplashscreen.cpp: In member function `virtual void
   CelSplashScreen::update(const std::string&)':
celsplashscreen.cpp:59: error: no matching function for call to `TextItem::
   setContent(const std::basic_string<char, std::char_traits<char>,
   std::allocator<char> >&)'
celsplashscreen.h:37: error: candidates are: void TextItem::setContent(const
   QString&)
make[5]: *** [celsplashscreen.o] Error 1



Paolo Amoroso

Posted: 01.03.2006, 17:53
by danielj
The comets tails disappear in some angles.If you centralize the comets??nucleus and drag it a bit,the entire comet vanishes,or at least the tail and coma rendering.The Celestia 1.4.1 patch didn??t fix it.

Posted: 01.03.2006, 18:47
by t00fri
danielj wrote:The comets tails disappear in some angles.If you centralize the comets??nucleus and drag it a bit,the entire comet vanishes,or at least the tail and coma rendering.The Celestia 1.4.1 patch didn??t fix it.


The comet tail has to vanish along the direction where you are looking "head on" ;-) and similarly "tail-on" (180 degrees relative to "head-on") . I am sure that during my extensive code tests everything looked perfectly reasonable at ALL angles...

Bye Fridger

Posted: 08.03.2006, 07:55
by chris
selden wrote:Hmmm. My own reply somehow got lost. Maybe I forgot to click on Submit?

Anyhow,

It seems that Barycenters aren't labelled.
ALF Cen isn't labelled either, for example.


This is fixed with my automatic star labeling changes, which I'll be checking in soon. The LabelledStars list in celestia.cfg is no longer necessary. The first star name is chosen for the label; thus with the default starnames.dat, ALF Cen is labeled with 'Rigel Kentaurus A'

--Chris

Posted: 08.03.2006, 09:35
by selden
Thanks!

Posted: 24.03.2006, 23:24
by bdm
Moon orbits are drawn incorrectly, and will sometimes jitter. This is most noticeable when the orbit radius of the moon is small and the orbit radius of the parent body is large. The half orbit is drawn correctly, but the full orbit is not.

http://www.celestiaproject.net/forum/viewtopic.php?t=9147