Commit Graph

4981 Commits (9a04249f30fb2e5713aba985d20a90586364872b)

Author SHA1 Message Date
Chris Laurel 37fe583af3 Updated configure.in and Makefiles for new directory structure. 2009-11-25 02:10:19 +00:00
Grant Hutchison 1a1d7714e0 Added Gam1 Leo b, QS Vir b 2009-11-16 00:39:19 +00:00
Grant Hutchison b5e806343d Added QS Vir 2009-11-16 00:38:40 +00:00
Chris Laurel 5aa91fc3e5 Fixed the 'half-star' bug. Star spheres were not being rendered correctly
because of precision problems in a matrix inversion. Using a coordinate system
scaled so that star radius = 1 corrects the problem.
2009-11-11 17:09:20 +00:00
Grant Hutchison e20c010f25 Added Aegaeon 2009-11-11 00:24:29 +00:00
Chris Laurel fe102d24fc Removed unused code from renderglsl.cpp 2009-11-10 02:13:43 +00:00
Vincent Giangiulio e02568b3f0 Added a copy of the Celestia icon file into the qt directory 2009-11-09 19:05:47 +00:00
Chris Laurel 9201acb02a Moved Win32 front-end source files into separate subdirectory. 2009-11-05 21:43:47 +00:00
Chris Laurel d3e5fe64d4 Modified spice2xyzv tool to allow numeric IDs instead of strings. This helps
with objects that don't have an official SPICE name.
2009-11-05 21:14:11 +00:00
Chris Laurel 2a201628a8 Added Makefile.am for celephem module. 2009-11-05 17:14:51 +00:00
Chris Laurel 31dcde9d73 Fixed inverted SPICE rotations. 2009-11-03 00:33:12 +00:00
Chris Laurel a62e39b722 - Updated Qt4 project file for reorganization of ephemeris source files.
- Modified Qt4 project file to copy files into app bundle on Mac OS X.
2009-11-02 22:16:27 +00:00
Chris Laurel 4a03b52617 Moved ephemeris files (subclasses of Orbit and RotationModel) into new celephem folder. 2009-11-02 20:30:18 +00:00
Vincent Giangiulio debc9f3965 Added new scripting command to set the text color:
- settextcolor / gettextcolor added to celestia object in CELX scripting
- settextcolor added to CEL scripting
2009-11-01 19:18:35 +00:00
Chris Laurel 0bc83a501a Added missing #includes of NewStdVector to rendcontext.cpp and shadermanager.cpp. 2009-10-27 22:29:41 +00:00
Chris Laurel dcf9232c08 Refactored some shadowing/eclipse code in the renderer
- Enabled ring shadows on moons and other objects that aren't themselves surrounded by
  ring systems.
- Use texture LOD bias to add blurriness to ring shadows (a result of the finite
  size of the light source.)
- Calculate ring phase function per-pixel instead of per-vertex
- Implemented more realistic rendering of unlit side of ring systems
- Used new Eigen's NewStdVector for vectors containing fixed-sized vectorizable
  objects.
2009-10-27 22:02:01 +00:00
Chris Laurel 7e9429ed45 Committed updated version of GLEW with many new OpenGL extensions. Of these,
ARB_shader_texture_lod is of the most immediate interest.
2009-10-27 20:46:19 +00:00
Grant Hutchison 93e5fda1a2 30 new planets 2009-10-25 23:43:27 +00:00
Grant Hutchison 1444ef57e2 Add Itokawa locations 2009-10-25 19:33:32 +00:00
Grant Hutchison 7d8400c030 Load Itokawa locations file 2009-10-25 19:32:28 +00:00
Vincent Giangiulio 7b84a504c5 Updated translations. 2009-10-25 18:16:28 +00:00
Vincent Giangiulio 6ab2e08c41 Fixed bug with constellation labels : row vectors were used while Eigen uses column vectors 2009-10-16 16:33:35 +00:00
Grant Hutchison 56cd9f8382 Orientate HW Vir planets' rotation plane to orbital plane 2009-10-14 21:58:54 +00:00
Grant Hutchison 6cd22acc1e Improved representation of HW Vir system 2009-10-12 19:48:59 +00:00
Grant Hutchison 1617ac944a Added CoRoT-5 b, HW Vir b&c; removed HD 150706 b, HD 43848 b 2009-10-09 23:57:50 +00:00
Grant Hutchison a3e5e92534 Added CoRoT-5 2009-10-09 23:56:24 +00:00
Grant Hutchison 3f77101a24 IAU updates to Mercury, Venus, Moon, Mars and Titan 2009-10-07 17:38:58 +00:00
Vincent Giangiulio 8b7d99afbe - Updated simplified Chinese font textures
- Updated traditional Chinese translation
- Removed r and R commands from localized control help files.
2009-10-07 16:04:41 +00:00
Vincent Giangiulio 287e044834 Replaced Japanese font textures set with a lighter version in which rarely used characters are omitted. 2009-10-04 18:00:21 +00:00
Chris Laurel 44e446b6e9 Added a log base 2 function the mathlib.h. 2009-10-04 16:54:35 +00:00
Chris Laurel 20b018c437 Updated Eigen to version 2.0.6. 2009-10-04 15:10:11 +00:00
Chris Laurel 1c89b0568f Cleaned up include files used by modules in celengine:
- Include files in order from most specialized to most general
- Use C++ versions of headers (e.g. cmath instead of math.h)
2009-10-04 14:12:59 +00:00
Chris Laurel 601bcd8a2f Updated Galileo mission:
- Much more accurate xyzv trajectory generated from SPICE kernels (details
  in trajectory file headers.)
- Improved Galileo model from Martin Charest
- Mission split into cruise and Jupiter orbit phases
2009-09-26 04:07:03 +00:00
Grant Hutchison 05551e2b48 Corrected radius of 2004 XR190 and linked InfoURL to discovery paper 2009-09-24 23:25:12 +00:00
Grant Hutchison 701eb85717 Added 2MASS 0939-2448 A&B, 2MASS 0136+0933, 2MASS 1507-1627 2009-09-24 23:22:18 +00:00
Grant Hutchison 2c25113b85 Added CoRoT-7 c; updated CoRoT-7 b 2009-09-18 14:05:44 +00:00
Chris Laurel d5dd361843 Fixed compiler warning for redefinition of UINT64_MAX 2009-09-18 00:45:14 +00:00
Chris Laurel bccf694deb Disabled the display of a planet's equilibrium temperature in the onscreen
info. The calculation is too simplistic to be useful, and it's not a
fundamental value on par with distance, size, etc.
2009-09-16 17:05:27 +00:00
Grant Hutchison 3379858e5f Added WASP-18 b 2009-09-15 15:37:09 +00:00
Grant Hutchison 29558e6c33 Added WASP-18 2009-09-15 15:36:30 +00:00
Chris Laurel f177424e43 Improved preloadtexture script command so it loads model textures as well as the geometry. 2009-09-15 04:55:03 +00:00
Vincent Giangiulio 02fc9009b9 Fixed overlay text misalignment with the display of movie capture window 2009-08-31 21:50:12 +00:00
Vincent Giangiulio 94da202bbd - Changed the label of 'Celestial' grid to 'Equatorial' 2009-08-27 10:13:05 +00:00
Chris Laurel 5e97b856cc Expanded glyph set generated by qttxf tool. 2009-08-27 01:52:26 +00:00
Chris Laurel 45d932a285 Added qttxf, a GUI based tool for creating txf font files. 2009-08-27 01:11:22 +00:00
Vincent Giangiulio 3575e39e08 Added Chinese Traditional translation files to Windows installer script 2009-08-26 12:42:44 +00:00
Vincent Giangiulio 9c4fa8e861 - Updated Chinese Traditional translation 2009-08-26 12:29:02 +00:00
Vincent Giangiulio 4febb0e579 - Added Chinese Traditional zh_TW translation
- Updated translations
2009-08-22 12:22:28 +00:00
cartrite 7f8d56bb9a removed an include statement for glext.h 2009-08-21 04:22:35 +00:00
Chris Laurel 7beecc93f9 Removed gl.h from Visual C++ project file. 2009-08-21 03:03:47 +00:00