Commit Graph

5796 Commits (master)

Author SHA1 Message Date
Chris Laurel f5c156d160 Added new extrasolar planets announced April 4th by ESO 2001-04-04 22:18:08 +00:00
Chris Laurel 64d4d74f8d Changed TimedCommand::process to also take the time delta as one of its parameters. 2001-03-27 09:02:43 +00:00
Chris Laurel 7f9d2d4ec9 Eliminated raging debugging output. 2001-03-27 09:00:55 +00:00
Chris Laurel 9465598cb1 Added FavoritesFile field 2001-03-27 08:59:52 +00:00
Chris Laurel df126f5c59 Require that command sequences be enclosed by braces; this makes it easier to have multiple command sequences within a single file. 2001-03-27 08:59:11 +00:00
Chris Laurel 20b19d3919 Made text rendering pixel accurate, so no more pixels are dropped from labels or console text. 2001-03-27 08:57:46 +00:00
Chris Laurel fc83871617 Modified selectBody to also try and match argument to any objects in the solar system of the selected star. 2001-03-27 08:56:17 +00:00
Chris Laurel 86be7fc823 Added deleteFunc for use with STL algorithms 2001-03-27 08:54:58 +00:00
Chris Laurel d65816bb3d Parser for favorites file, where oft-visited locations can be stored by the user. 2001-03-27 08:52:23 +00:00
Chris Laurel 6733622119 Added Locations menu. 2001-03-27 08:50:44 +00:00
Chris Laurel 9ce6180f4f Added resources for Locations menu. 2001-03-27 08:50:03 +00:00
Chris Laurel cb8f486d24 Added favorites file. 2001-03-27 08:49:35 +00:00
Chris Laurel 1c040218f7 Added favorites module. 2001-03-27 08:48:55 +00:00
Chris Laurel 9cad848834 Added command, cmdparser, and execution modules. 2001-03-24 23:06:44 +00:00
Chris Laurel 7b1537f83e Added printlineFunc for use with STL algorithms. 2001-03-24 23:03:22 +00:00
Chris Laurel 49d431cd83 Cleaned up Simulation interface: removed old broken observer motion methods and converted internal time units from seconds to Julian days. 2001-03-24 23:02:43 +00:00
Chris Laurel 5f24f157e0 Simple command script parser for Celestia. 2001-03-24 22:59:56 +00:00
Chris Laurel 726666e4fa Core of Celestia's limited scripting system. 2001-03-23 03:29:32 +00:00
Chris Laurel 14843d0cf9 Added duration parameter for centerSelection and gotoSelection methods. 2001-03-23 03:25:44 +00:00
Chris Laurel d3b9d7b829 Updates for version 1.05. 2001-03-21 23:13:58 +00:00
Chris Laurel 761310b534 Added util module. 2001-03-21 22:58:17 +00:00
Chris Laurel 85ea7ba998 Incremented version number. 2001-03-21 22:50:15 +00:00
Chris Laurel 79f9eb1723 Bump map of Mercury by James Hastings-Trew. 2001-03-21 22:48:36 +00:00
Chris Laurel 26c9464946 Texture of Saturn's rings. 2001-03-21 22:47:23 +00:00
Chris Laurel 6905ce2cb4 Model of MIR space station w/o textures. 2001-03-21 22:46:16 +00:00
Chris Laurel 95918fb744 Completed catalog of known extrasolar planets. 2001-03-21 22:44:51 +00:00
Chris Laurel a60c08b27c Added Mir and comet Halley. 2001-03-21 22:44:27 +00:00
Chris Laurel 1ed071e2a1 Numerous UI tweaks. 2001-03-21 22:43:54 +00:00
Chris Laurel 3125e075ba Changed bounding box used when normalizing to have a max extent of 2 instead of 1. 2001-03-21 22:43:16 +00:00
Chris Laurel 5055820c10 Added constant astro::J2000 2001-03-21 22:40:19 +00:00
Chris Laurel 5dbbc4424d Accept either MeanAnomaly or MeanLongitude in orbital elements. 2001-03-21 22:39:16 +00:00
Chris Laurel 2c08c63e40 Added cancelMotion method. 2001-03-21 22:38:15 +00:00
Chris Laurel 93d1185844 Added cancelMotion method and an intro message for 1.05 2001-03-21 22:37:58 +00:00
Chris Laurel 95c05726c5 Fixed bugs in elliptical orbit calculation. 2001-03-21 22:36:34 +00:00
Chris Laurel b382bdd3ca Improved per-pixel lighting for non bumpmapped surfaces--now only one pass is required. 2001-03-21 22:35:41 +00:00
Chris Laurel ed75b4228c Changed mouse wheel function to dolly, shift drag to zoom, and control drag to dolly. 2001-03-19 21:24:56 +00:00
Chris Laurel 89f177fe65 Made orbit and dolly functions work while following an object. 2001-03-19 21:24:09 +00:00
Chris Laurel 010f26506b Improvements for close viewing of objects: changed RENDER_DISTANCE to 50 to ameliorate clipping problems and added an extra sphere LOD. 2001-03-19 21:22:50 +00:00
Chris Laurel fc30fee452 Updated date/time picker dialog. 2001-03-19 00:53:08 +00:00
Chris Laurel a0892430ad Made star name comparisons case insensitive. 2001-03-19 00:52:37 +00:00
Chris Laurel 956356d202 Implemented date and time picker dialog. 2001-03-19 00:51:46 +00:00
Chris Laurel 7d4ed9c44e Made planet ring textures selectable in solar system catalog files. 2001-03-19 00:51:18 +00:00
Chris Laurel fbb08cdfc7 Removed obnoxious debugging output 2001-03-19 00:47:23 +00:00
Chris Laurel 4e08a90a34 Added getTime method 2001-03-19 00:46:45 +00:00
Chris Laurel e128071949 Moved compareIgnoringCase to util.cpp 2001-03-17 00:21:17 +00:00
Chris Laurel b99d3f44e9 Convert star positions from equatorial to ecliptical coordinates when reading star database. 2001-03-17 00:20:14 +00:00
Chris Laurel 6031c6baab Added backspace method; made origin selectable. 2001-03-17 00:19:24 +00:00
Chris Laurel ffa9dd4881 Eliminated case-sensitivity in PlanetarySystem::find 2001-03-17 00:18:30 +00:00
Chris Laurel 2849b6f09a Miscellaneous utility functions. 2001-03-17 00:17:44 +00:00
Chris Laurel 7db6d2eadf TriangleList class replaced by more flexible VertexList. 2001-03-16 21:29:40 +00:00