Commit Graph

799 Commits (ea651d2865ebdeb4c4edb620b5db1724102399e8)

Author SHA1 Message Date
Chris Laurel ea651d2865 Added a portability section. 2002-01-16 06:15:06 +00:00
Chris Laurel 1e9952031d Added satellites of Uranus and Neptune. 2002-01-16 05:29:43 +00:00
Chris Laurel 5472c202ac Phoebe: fixed horrible incorrect period and added rotation period, since Phoebe rotation isn't synchronous. 2002-01-16 05:19:49 +00:00
Chris Laurel 1b781e11aa Minor moons of the giant planets. 2002-01-16 04:51:41 +00:00
Chris Laurel 11407f3cb9 Bumped version number to 1.2.0 2002-01-16 03:29:11 +00:00
Chris Laurel 3a130ef031 Converted star browser code to use plain old sprintf instead of string streams
due to apparent bugs in some versions of the g++ libraries.
2002-01-16 03:04:36 +00:00
Chris Laurel 990dbf7ee6 Changed setPred() to setPredicate(); reindented. 2002-01-16 02:57:18 +00:00
Chris Laurel c4736efc7b Documented Celestia's spacing conventions. 2002-01-16 02:55:50 +00:00
Chris Laurel 32a6a643b8 Added two str() methods to make it easier to get the spectral class as a
string.
2002-01-16 02:08:24 +00:00
Deon Ramsey c9d11494fe Change Makefile.am for new Windows files 2002-01-14 19:24:37 +00:00
Deon Ramsey 942a98d925 Unix Install details 2002-01-14 19:19:17 +00:00
Deon Ramsey 5f8c6dbc1b Unix Gtk Celestial Browser rest 2002-01-14 19:17:37 +00:00
Deon Ramsey 86a76a1165 Unix Gtk Celestial Browser 2002-01-14 19:17:06 +00:00
Deon Ramsey f7c58a8e54 Kludge around gcc 2.95.3 bug 2002-01-14 18:55:50 +00:00
Clint Weisbrod 24f1c32d27 Added timer to keep button states in sync with label flags, render flags, etc. 2002-01-14 07:26:37 +00:00
Clint Weisbrod e84515e58c Fixed window size problem when Celestia is launched in fullscreen mode. Switching from fullscreen mode to windowed mode now uses the window size parameters stored in the registry. RECT = {0, 0, 0, 0} was being used before. 2002-01-14 02:47:03 +00:00
Chris Laurel cbc9c3d5ab Enabled popup menu bar in fullscreen mode. 2002-01-13 00:27:07 +00:00
Chris Laurel b2e8c4add8 Added winviewoptsdlg.cpp 2002-01-12 03:35:04 +00:00
Clint Weisbrod a703eec148 Added serialization for full screen mode. This prevents 640x480 mode from being selected as the default if some other full screen mode has been used. 2002-01-12 03:08:42 +00:00
Clint Weisbrod 8a812422ec Serialized hudDetail to registry. 2002-01-12 02:30:21 +00:00
Clint Weisbrod f3c25ee6ba Project file update. 2002-01-12 02:17:56 +00:00
Clint Weisbrod d58b3245c6 View Options dialog module. 2002-01-12 02:10:45 +00:00
Clint Weisbrod 3356ef7d15 Added setHudDetail() accessor function to support View Options dialog. 2002-01-12 02:08:09 +00:00
Clint Weisbrod 9cb2b244b0 Added View Options dialog and removed support for individual Render menu options which are now incorporated in View Options dialog. 2002-01-12 02:06:51 +00:00
Clint Weisbrod 71a2a285b1 Planet rendering is now controlled by render flags Renderer::ShowPlanets. 2002-01-12 02:05:03 +00:00
Clint Weisbrod e390c651b3 Added View Options dialog. 2002-01-12 02:02:06 +00:00
Chris Laurel a603dcb8c7 Adjust far plane distance so that clouds aren't clipped to close to viewer. 2002-01-11 19:26:35 +00:00
Chris Laurel 48febc6f0d Changes changes 2002-01-11 00:08:26 +00:00
Chris Laurel 56a6633233 Added code to display tracked and followed objects. 2002-01-11 00:04:14 +00:00
Chris Laurel ed2c7ea443 Cleaned up all FrameOfReference related code; added get/setTrackedObject methods to replace track() 2002-01-11 00:03:39 +00:00
Chris Laurel ac17ae82cf Added != operator and copy constructor. 2002-01-11 00:02:43 +00:00
Chris Laurel 882ddfdde5 Bumped version number. 2002-01-10 23:24:32 +00:00
Deon Ramsey 52f4b30226 Star drop levels for buildstardb.cpp second try 2002-01-10 21:15:53 +00:00
Deon Ramsey 64e41c7cf8 Star drop levels for buildstardb.cpp 2002-01-10 21:08:03 +00:00
Chris Laurel 0bbf45f8cb Fixed near plane clipping at wide fields of view; modified calculation of far plane to compute tighter view frustum. 2002-01-10 07:39:04 +00:00
Chris Laurel a4729e9753 More stuff 2002-01-10 00:16:10 +00:00
Chris Laurel 3c39207665 Save and restore current selection and frame of reference with locations. 2002-01-10 00:15:02 +00:00
Chris Laurel 8dbccb77f6 Fixed broken setposition and move commands. 2002-01-09 23:20:20 +00:00
Chris Laurel 25f23ea71c Fixed the favorites menu 2002-01-09 23:04:14 +00:00
Chris Laurel fd3b687dad Added setObserverPosition and setObserverOrientation methods; removed obsolete getSelectionPosition method. 2002-01-09 23:03:03 +00:00
Chris Laurel eaf89aeca1 Fixed rendering of objects with specular color so that specular lighting is disabled when rendering is complete. 2002-01-09 23:01:58 +00:00
Chris Laurel cd205c74e5 Enable local viewer for better looking specular highlights 2002-01-09 23:00:36 +00:00
Chris Laurel 49289bdbb5 Added getName() method 2002-01-09 22:59:53 +00:00
Chris Laurel 249f9765f7 Added code to find to accept star catalog numbers prefixed by # 2002-01-09 22:59:38 +00:00
Chris Laurel b1a9598321 no message 2002-01-09 17:11:21 +00:00
Deon Ramsey 6c017130be Fix to keep stars.dat from being rebuilt if no HIP data present 2002-01-09 09:55:41 +00:00
Chris Laurel 5c0f564df6 Enabled the specular color of the sun light source. 2002-01-09 01:13:24 +00:00
Chris Laurel 35ab5d838e Modified Mesh3DS class to use textures embedded in 3DS models. 2002-01-09 00:59:26 +00:00
Chris Laurel 2a45734d0a Added missing line of code to store texture name. 2002-01-09 00:58:27 +00:00
Chris Laurel b3c7ac4802 Added newly discovered companion of Iota Draconis. 2002-01-08 08:30:43 +00:00