Updates for star style and orbit mask changes.

ver1_5_1
Chris Laurel 2003-07-08 16:35:37 +00:00
parent dcfc3e56db
commit 8cdda7c2ab
3 changed files with 17 additions and 4 deletions

View File

@ -678,6 +678,7 @@ Code:
* Corrected specular highlights; abrupt cutoff near terminator eliminated
* Fixed 'hole in the sky' bug
* Allow sunset color to be specified in .ssc files
* Improved rendering of objects in daytime skies
* Bound Ctrl+P to mark/unmark selection
* Implemented tab completion of star, planet, and deep sky object names
* Implemented new, scientifically accurate Pluto-Charon textures
@ -690,3 +691,8 @@ Code:
* Bound + to toggle limit of knowledge maps
* Improved estimates for stellar rotation period; previously all stars
were assigned the same rotation rate as the sun.
* Added locations--labels of planetary surface features
* Bound & to toggle display of location labels
* Added a locations dialog for controlling the display of locations
* Allow orbit paths to be turned on independently for all object classes
* Added a 'scaled disc' style for rendering stars

12
README
View File

@ -145,6 +145,7 @@ M : Toggle moon labels
W : Toggle asteroid & comet labels
N : Toggle spacecraft labels
P : Toggle planet labels
& : Toggle location labels
V : Toggle verbosity of info text
@ -169,7 +170,7 @@ Ctrl+E : Toggle eclipse shadow rendering
Ctrl+K : Toggle display of markers
Ctrl+L : Toggle night side planet maps (light pollution)
Ctrl+P : Mark selected object
Ctrl+S : Toggle rendering stars as points (otherwise, they're textures)
Ctrl+S : Cycle the star style between fuzzy discs, points, and scaled discs
Ctrl+T : Toggle rendering of comet tails
Ctrl+V : Cycle between supported OpenGL render paths
Ctrl+W : Toggle wireframe mode
@ -340,11 +341,16 @@ Chris Laurel
Clint Weisbrod
Fridger Schrempp
Christophe Teyssier
Deon Ramsey (UNIX installer, Gtk interface)
Bob Ippolito (Mac OS X version)
Hank Ramsey (Mac OS X version)
Grant Hutchison
Contributors:
Deon Ramsey (UNIX installer, Gtk interface)
Christopher ANDRE (Eclipse finder)
Colin Walters (endianness fixes)
Grant Hutchison (solarsys.ssc guru)
Peter Chapman (orbit path rendering changes)
James Holmes

View File

@ -50,6 +50,7 @@ M : Toggle moon labels
W : Toggle asteroid & comet labels
N : Toggle spacecraft labels
P : Toggle planet labels
& : Toggle location labels
V : Toggle verbosity of info text
@ -74,7 +75,7 @@ Ctrl+E : Toggle eclipse shadow rendering
Ctrl+K : Toggle display of markers
Ctrl+L : Toggle night side planet maps (light pollution)
Ctrl+P : Mark selected object
Ctrl+S : Toggle rendering stars as points (otherwise, they're textures)
Ctrl+S : Cycle the star style between fuzzy discs, points, and scaled discs
Ctrl+T : Toggle rendering of comet tails
Ctrl+V : Cycle between supported OpenGL render paths
Ctrl+W : Toggle wireframe mode