Commit Graph

2910 Commits (3f88f6f3535af82111b000e2f0039ea188e3fdd2)

Author SHA1 Message Date
Chris Laurel 3f88f6f353 Added time zone selection to Windows set time dialog. 2005-12-28 11:34:59 +00:00
Chris Laurel d27fa6ba3f Fixed Locations dialog on Windows:
- Slider updates in response to page up, page down, left, right messages, not just dragging
- Text showing the minimum feature size set by the slider is now read-only
- Changed range of slider from 1-100 to 1-1000, so left/right arrows increment/decrement value by one.
2005-12-28 02:53:51 +00:00
Chris Laurel dc23d8e17d Fixed the difficult to read highlighted field of the Windows date picker. Needed to use the highlight text color when drawing the selected field. This was not an issue with the normal WinXP theme where the text color and highlight text color are identical. 2005-12-28 01:45:45 +00:00
Chris Laurel 1f6724dcf6 Fixed bug that cause eclipse shadows to disappear completely when three or more were cast on a planet. The eclipse shadow limit is three. Additional shadows will be ignored, but won't cause Celestia to skip rendering shadows completely. 2005-12-28 01:12:15 +00:00
Pat Suwalski a749ca66b1 Checking in fixes for bugs discovered on AMD64. 2005-12-27 06:40:35 +00:00
Pat Suwalski 56e5a9a7b6 Changing nineplanets URL to "luna" instead of "moon". 2005-12-27 06:32:10 +00:00
Da Woon Jung 4240174309 SplashScreen.h was getting copied into the .app. 2005-12-23 16:09:59 +00:00
Da Woon Jung 4aa2b1f627 Updated version to 1.4.0 final. 2005-12-23 12:51:04 +00:00
Da Woon Jung c7b0a73c93 New splash screen, Spanish localization. 2005-12-23 11:47:01 +00:00
Da Woon Jung b39f341007 Fixed error during commit where localizations got mixed up. 2005-12-23 11:45:04 +00:00
Da Woon Jung 13a776b4f2 Added Spanish localization by ElChristou. 2005-12-23 11:38:31 +00:00
Da Woon Jung c80aa1d4e0 Fixed error during commit where localizations got mixed up. 2005-12-23 11:32:47 +00:00
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