find below the new
Celestia-FT1.2 release
by Toti and myself.
It is again mainly a bugfix release, but there are also some new features/benefits we hope:
--Please read carefully the Changelog (relative to Celestia-1.4.0pre-FT1.1)
below that lists all the fixes and code modifications.
You may recall all changes and important news at the level of our previous release: Celestia-1.4.0pre-FT1.1 from here :
++++++++++++++++
Celestia-1.4.0pre-FT1.1
++++++++++++++++
--For people's convenience,
I have made again a complete self-extracting Windows installer
version that will NOT interfere with an installed standard Celestia
installation. The new Celestia directory is called 'Celestia FT1.2'.
+++++++++++++++++++++++++++++++++++
--The Windows bin version may be downloaded from here
http://www.shatters.net/~t00fri/celestia/celestia-1.4.0pre-FT1.2-win32.exe
Just execute it to install everything!
-- The complete source archive for compilation under
Windows and Linux you can download from here
http://www.shatters.net/~t00fri/celestia/celestia-1.4.0pre-FT1.2.tar.gz
It was tested to build under Windows (2003.Net and batch),
Linux-KDE, Linux-Gnome and Linux-Gtk
+++++++++++++++++++++++++++++++++++
Enjoy,
Fridger & Toti
Note: This release is NOT to be mirrored on the MOTHERLODE!
Code: Select all
Changelog (relative to Celestia-1.4.0pre-FT1.1)
=============================================
* Implemented the latest CVS additions:
=> Grant Hutchison's data updates:
extrasolar.ssc: Completely revised to use chaos syndrome's
Extrasolar Giant Planet (EGP) textures;
outersys.ssc : Addition of '2003 UB313 1'.
Example: visit OGLE-TR-132
=> Chaos syndrome's EGP textures:
Imaginary textures are assigned to giant planets based on their estimated
temperatures, according to the five categories set out by Sudarsky et al.
in 'Albedo and reflection spectra of extrasolar giant planets'
(Astrophysical Journal 2000; 538: 885-903).
=> Chris Laurel's fix for the multiple-shadow bug present in 1.4.0pre7.
Visualize with Selden Ball's nice "triple shadow display" add-on:
http://www.lepp.cornell.edu/~seb/celestia/files/three-shadow-bug.zip
=> For Windows: Adaptation of the command-line option for using a
custom configuration file to the syntax used in Linux
i.e. --config <configuration file> => --conf <configuration file>.
* Fixed the flickering of deep-space add-ons that occurred in Windows (only).
* Fixed the visibility of the Milky Way during day-time and the abrupt
appearance or disappearance of galaxies near the day-night border.
* Fixed the "double labels" bug, spotted by Hank Ramsey.
* Enabled "geosynchronous Follow" (key 'Y') also for selected DSO's
(yet it does not seem to be very useful...).
* Moved render flag check in the code such that labels can be drawn even if e.g.
renderGalaxy flag is turned off.
* Improved comet display, as discussed in the Celestia forum. Comet
tails smoothly fade for distances between 4 and 6 AU from Sol.
Example: Set the date to April 11th 1986, when
comet Halley was only 0.45 AU away from Earth. Land on
Earth, get rid of the clouds (by pushing 'I'), look towards
the sky (pushing '*') and center Halley. Next zoom in a bit
until you see it well. With Halley selected, push 'F' (Follow
Halley), hit 'H' to select the sun. Then hit 'L' until the time
increase is 1000000 and watch Halley move away from the
sun. Watch the tail! Between 4 and 7 AU distance from the
sun the tail should smoothly fade away...
* Introduced a neat scheme for avoiding galaxy label overlap or
over-crowdedness. New labels appear when the field of view is decreased
i.e. upon zooming-in.
Example: Activate galaxy labels (key 'E'). Center display on M 91
and perform forward/backward 'SHIFT + mouse Left' movement!
* Eliminated the default display of the selection marker as preferred
by a number of users. Modify to your liking in start.cel.
* Suppressed apparent magnitude display for galaxy add-ons, lacking
specification of an absolute magnitude (absMag) input value.
Future DSO add-ons should preferrably specify an AbsMag value!
* Implemented various modifications that now should allow straight compilation
of the code with gcc 4.x.
* Improved the galaxy brightness function, notably for distances closer
than 10 parsecs from the galaxy border. All displayed observer distances
for galaxies now refer to the galaxy border, rather than the galaxy center!
At a displayed distance d <= 10 parsecs from galaxy border, the displayed
apparent magnitude(d) = absolute magnitude.
* Modified deepsky.ssc, such as to account for the revised observer distance
definition (border instead of center) in the absMag data. The catalog values
of apparent magnitude are again exactly reproduced if the galaxy is viewed
from Earth. The adapted PERL script is included in the sources.
* Improved the luminosity profile corrections of galaxies as function of the
observer's viewing angle. The result is now less dependent on the (chosen)
brightness level.
* Eliminated double occurrences in the three data files containing binary star
orbits: nearstars.stc, visualbins.stc and spectbins.stc. Nearstars.stc
remained unaffected! The required modifications wrto the published catalog
files are documented in the human readable PERL scripts, visualbins.pl and
spectbins.pl, attached to the sources.
* For Windows: Included a compiled version of the command-line tool
'cmodfix.exe', such that users may readily convert .cmod models from ascii
to binary in add-ons. Display possible options by typing 'cmodfix -h' .
Simple usage: 'cmodfix -b <ascii.cmod> <binary.cmod>'. The 'libpng1.dll'
must always be in the same directory as cmodfix.exe.
In the context of the respective forum discussion, it was explicitly checked
that ascii and /binary/ .cmod models are correctly displayed!
* Some code reorganization and cleaning.
* For Linux: Corrected version to celestia-1.4.0pre-FT1.2 in configure.in
* Explicitly checked that the FT1.2 source code builds under Windows XP,
Linux-KDE, Linux-Gnome and Linux-Gtk.
Version Celestia-1.4.0-FT1.2 released: Nov 14, 2005
---------------------------------------------------------------