Commit graph

2898 commits

Author SHA1 Message Date
Da Woon Jung 518a60b134 Fixed menu bugs, cleaned up interface, new splash screen by ElChristou. 2005-12-23 11:09:19 +00:00
Da Woon Jung 25185f2467 Fixed menu bugs, cleaned up interface, new splash screen by ElChristou. 2005-12-23 11:09:17 +00:00
Da Woon Jung e8d80e3001 New splash screen by ElChristou. 2005-12-23 11:05:49 +00:00
Da Woon Jung 119f522662 Removed obsolete -close methods. 2005-12-23 11:02:24 +00:00
Pat Suwalski 87d9d2656a Last-minute bug fix: enable LT display in top-right.
CelestiaCore does not display it if CelestiaCore::setTimeZoneName() is never called.
Defaulting to UTC.
2005-12-23 01:46:40 +00:00
Chris Laurel 8db7da2996 Bumped version number to 1.4.0. 2005-12-22 18:57:27 +00:00
Chris Laurel 478eb93c4a Added open cluster labels to Windows view option dialog. 2005-12-22 18:50:55 +00:00
Da Woon Jung f9a709dd8d Galaxy light gain setting now saved. 2005-12-22 12:26:36 +00:00
Chris Laurel eafd9c7d75 Fixed Windows date picker to the update selected field on mouse down events. 2005-12-22 08:22:56 +00:00
Chris Laurel c856beba65 Added label nebulae checkbox to Windows view options dialog. Bumped version in about box to 1.4.0. 2005-12-22 07:15:10 +00:00
Chris Laurel e228dd183d Added label nebulae checkbox to Windows view options dialog. Bumped version in about box to 1.4.0. 2005-12-22 06:57:53 +00:00
Pat Suwalski 46583dd28d Note about fixing OpenGL 2.0 render paths. 2005-12-20 20:23:36 +00:00
Pat Suwalski ba2c968bd3 Fixing a buggy ATI operation by explicitly typecasting to float. 2005-12-20 04:09:12 +00:00
Pat Suwalski e2c9635226 Flushing shader log output after every block of code is written.
This prevents partial or complete lack of log upon crash.
2005-12-20 00:55:51 +00:00
Fridger Schrempp 0929f2c684 fix for displaying the furthest galaxies in deepsky.dsc, with distance > 1e9 ly 2005-12-19 23:04:28 +00:00
Chris Laurel e17059aecc Worked around a bug in the GLSL compiler in the recent NVIDIA drivers. The generated shader code shouldn't have caused an internal compiler error, but it was incorrectly omitting initialization of specular and night light variables. 2005-12-19 10:09:54 +00:00
Pat Suwalski cac6f3f080 Updating control to 1.4.0. 2005-12-18 22:40:37 +00:00
Da Woon Jung aa7a3e8633 Fixed issue where option changed from application menu could cause incorrect popup menu item selection in prefs panel. 2005-12-18 16:12:01 +00:00
Da Woon Jung ac3e7bf7d0 Added checks for most of the other GL extensions used in Celestia. 2005-12-18 13:47:55 +00:00
Grant Hutchison cdd121c369 Added Titan locations from IAU 2005-12-17 03:01:09 +00:00
Pat Suwalski 9939bb5aae GTK 2.6.4 Fixes: run time (labels in View Options) and compile-time (stock
items and open/save dialog overwrite verification).

Whereas GTK 2.6.2 had working Labels for GtkAction proxies, these are broken
in GTK 2.6.4 which ships with Debian Sarge and SuSe 9. The workaround is to
set them specifically.
2005-12-16 01:57:05 +00:00
Chris Laurel 9c7a36c91c Made the custom date picker control for Windows acquire focus on mouse down. 2005-12-15 10:06:25 +00:00
Chris Laurel f53e50389e - Fixed nebula checkbox in View Options dialog for Windows; when the dialog was opened, the checkbox state wasn't being initialized to the state of the ShowNebula flag.
- Eliminated some compiler warnings in ODMenu.cpp
2005-12-15 08:53:16 +00:00
Pat Suwalski a3e21e8fd3 Added whether GTK or GNOME front-end to About box.
Added a more up-to-date list of developers to the about box.
Also, organized by name and listed major contributions.

(Minor change).
2005-12-15 07:42:44 +00:00
Chris Laurel 3ef4cfe3c5 Fixed memory leak in Body::setOrbit() 2005-12-14 18:19:03 +00:00
Da Woon Jung abd8d8d9ea Bumped version to 1.4.0pre8. 2005-12-14 17:10:42 +00:00
Chris Laurel 898fabf9ee Updated Windows setup script:
- bumped version number
- changed location of galaxy templates
- added star catalogs visbins.stc and spectbins.stc
2005-12-14 07:37:31 +00:00
Chris Laurel 96c94a9063 Fixed syntax error in point stars shader 2005-12-14 07:29:51 +00:00
Chris Laurel 33528b2780 Added to the ChangeLog notes about the Windows time dialog fixes, the near stars catalog, and ability to set the time rate while paused 2005-12-14 07:28:42 +00:00
Grant Hutchison 82db0d9915 Added 2004 XR190 ("Buffy" - yech) 2005-12-13 21:17:10 +00:00
Chris Laurel 633a269878 When changing the time via the Set Time dialog box, tick the simulation before modifying the time. This prevents the time from being off by the duration that the modal dialog box was visible. 2005-12-13 07:37:17 +00:00
Pat Suwalski 38362ffe91 Win32 compatibility patch. Also fixes several char[] sizes. 2005-12-13 07:19:57 +00:00
Pat Suwalski 7422ca57bd Minor fix: seconds were not being set according to user entry. 2005-12-13 04:54:40 +00:00
Pat Suwalski 49a5b004f4 Adding missing header. 2005-12-12 19:26:37 +00:00
Pat Suwalski 5cf204f594 GLUT test typo. 2005-12-12 18:58:32 +00:00
Pat Suwalski d535c92ea8 Fixing PKG_CONFIG macro calls. 2005-12-12 07:45:15 +00:00
Pat Suwalski 6786fcfacc Simplifying time selection and fixing setting bug.
CelestiaCore::setTimeZoneName() is not required, so removed.
2005-12-12 07:08:11 +00:00
Pat Suwalski b11a41ece0 Wrapping gtk_main_quit so that window data is saved more reliably.
Still does not save position when closing the window at WM level ('X').
2005-12-11 23:13:54 +00:00
Pat Suwalski 8299227c23 Adding support for showing/hiding menu bar. 2005-12-11 22:25:54 +00:00
Fridger Schrempp f89248a0c4 Include vast changes by Fridger and Toti (FT1.2) 2005-12-11 17:00:25 +00:00
Fridger Schrempp 08cd1d8184 implement distance sorted DSO label display 2005-12-11 15:35:53 +00:00
Fridger Schrempp 0493b69176 add comet tail vanishing code, distance sorted label display 2005-12-11 15:34:35 +00:00
Pat Suwalski 56c6bb71a6 Removed linking against glut. 2005-12-11 07:56:34 +00:00
Pat Suwalski 7db068ed44 Added gtk and kde as conditional SUBDIRS. 2005-12-11 00:03:12 +00:00
Pat Suwalski 4855179413 Fixing uninitialized pointer. 2005-12-10 07:34:21 +00:00
Pat Suwalski baee56cf37 Add missing debug.h. 2005-12-10 04:51:13 +00:00
Chris Laurel 05e53d01d2 Changed getOrbitBarycenter to render a Star* instead of a const Star*. Fixes compiler error in celx.cpp. 2005-12-06 18:30:23 +00:00
Pat Suwalski fde53fc3b9 Abridged changelog. 2005-12-06 05:53:53 +00:00
Pat Suwalski c2233c21ef Changed default Galaxy::lightGain to 0 as FT code produces much brighter
galaxies.
2005-12-06 05:36:37 +00:00
Pat Suwalski 11760ec690 Adding libgtkui.a to Makefile.am. 2005-12-06 05:20:35 +00:00