celestia/src/celestia
Hleb Valoshka da7cd6fd60 Bump version to 1.6.2.2 2021-01-12 17:27:47 +03:00
..
gtk Update year to 2021 2021-01-12 17:26:24 +03:00
kde Update for newer automake 2019-09-10 23:02:13 +03:00
qt - Changed the label of 'Celestial' grid to 'Equatorial' 2009-08-27 10:14:22 +00:00
res Bump version to 1.6.2.2 2021-01-12 17:27:47 +03:00
Celestia.dsp Update to include crosshair-opaque cursor resource. 2004-03-22 22:38:18 +00:00
Makefile.am Reorder -ldl as g++9 doesn't find it 2019-10-02 01:12:22 +03:00
ODMenu.cpp - 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. 2005-12-15 08:53:16 +00:00
ODMenu.h Initial stab at owner-draw menu class. 2002-06-04 03:02:36 +00:00
avicapture.cpp Enable video capture with Qt4 front-end (Windows only right now.) 2008-05-11 20:22:44 +00:00
avicapture.h Removed unused parameters 2006-09-16 12:40:49 +00:00
celestia.mak Fixed wrong file extension in Win32 makefile celestia.mak. 2008-04-14 17:08:01 +00:00
celestiacore.cpp Don't abort if starnames.dat has not been loaded 2020-04-27 19:07:59 +03:00
celestiacore.h Show error if an incorrect URL passed to CelestiaCore::goToUrl 2020-04-27 19:07:59 +03:00
celx.cpp Backport new location features from 1.7 2020-06-10 10:01:26 +03:00
celx.h Use lua version defined in lua.h 2019-09-30 00:15:09 +03:00
celx_celestia.cpp Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_celestia.h Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_frame.cpp Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_frame.h Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_gl.cpp Add Lua 5.2 support 2019-09-10 12:02:27 +03:00
celx_gl.h Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_internal.h Backport new location features from 1.7 2020-06-10 10:01:26 +03:00
celx_object.cpp Backport new location features from 1.7 2020-06-10 10:01:26 +03:00
celx_object.h Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_observer.cpp Backport new location features from 1.7 2020-06-10 10:01:26 +03:00
celx_observer.h Added new commands to celestia object in celx scripting: 2009-07-14 17:06:46 +00:00
celx_phase.cpp Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_phase.h Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_position.cpp Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_position.h Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_rotation.cpp Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_rotation.h Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_vector.cpp Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_vector.h Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
configfile.cpp Add Brown Dwarf spectral class Y (Closes: #43) 2020-04-27 19:07:59 +03:00
configfile.h Implement globular clusters 2008-09-20 14:17:39 +00:00
destination.cpp Added debug level parameter to DPRINTFs 2002-02-06 21:00:33 +00:00
destination.h Reorganized source tree into multiple directories. 2001-11-28 01:50:04 +00:00
eclipsefinder.cpp Fixes to make Celestia build with gcc4.3 2008-11-16 10:19:38 +00:00
eclipsefinder.h Eclipse finder separation from Windows specific code 2003-01-28 20:53:56 +00:00
favorites.cpp Fix warning generated by g++ with -Wall 2019-09-10 23:02:13 +03:00
favorites.h - Made Windows version save FoV value in bookmarks 2009-07-24 11:24:24 +00:00
glutmain.cpp Add missing includes 2019-09-10 12:02:48 +03:00
imagecapture.cpp Include zlib.h if PNG is in use 2019-09-10 23:02:13 +03:00
imagecapture.h Reorganized source tree into multiple directories. 2001-11-28 01:50:04 +00:00
moviecapture.h Removed unused parameters 2006-09-16 12:40:49 +00:00
oggtheoracapture.cpp Add missing includes 2019-09-10 12:02:48 +03:00
oggtheoracapture.h Added empty implementation to allow GTK compilation 2006-09-18 21:55:49 +00:00
scriptmenu.cpp Fixed some compiler warnings when building under gcc 4.3. 2009-01-26 20:49:35 +00:00
scriptmenu.h Added Scripts menu to Windows version: 2007-05-29 16:36:57 +00:00
url.cpp Show error if an incorrect URL passed to CelestiaCore::goToUrl 2020-04-27 19:07:59 +03:00
url.h Show error if an incorrect URL passed to CelestiaCore::goToUrl 2020-04-27 19:07:59 +03:00
wglext.cpp Add support for WGL_ARB_multisample and other WGL extensions. Antiliasing may now be enabled in celestia.cfg by setting the value of AntialiasingSamples to something larger than 1. Also enable pbuffers, which will be used for floating point frame buffers and wide FOV rendering. 2004-07-26 16:58:29 +00:00
wglext.h Add support for WGL_ARB_multisample and other WGL extensions. Antiliasing may now be enabled in celestia.cfg by setting the value of AntialiasingSamples to something larger than 1. Also enable pbuffers, which will be used for floating point frame buffers and wide FOV rendering. 2004-07-26 16:58:29 +00:00
winbookmarks.cpp Fix bookmark organizer 2021-01-12 15:21:21 +03:00
winbookmarks.h Fixed bug in Windows bookmarks menu that prevented items from getting moved to a newly created folder. General cleanup of bookmarks code. 2003-11-24 18:53:12 +00:00
windatepicker.cpp Fix PVS Studio reported errors (Closes: #425) 2019-10-05 00:32:23 +03:00
wineclipses.cpp Fix garbled text displaying unicode 2020-11-26 14:12:32 +03:00
wineclipses.h Bulk of logic moved to platform-independent module eclipsefinder.cpp 2003-01-29 05:47:08 +00:00
wingotodlg.cpp Upgrade code for 64-bit build in Visual Studio. 2019-09-30 00:17:25 +03:00
wingotodlg.h Reorganized source tree into multiple directories. 2001-11-28 01:50:04 +00:00
winhyperlinks.cpp Upgrade code for 64-bit build in Visual Studio. 2019-09-30 00:17:25 +03:00
winhyperlinks.h New module to turn static controls in a dialog into hyperlinks. 2003-10-14 00:41:18 +00:00
winlocations.cpp Backport new location features from 1.7 2020-06-10 10:01:26 +03:00
winlocations.h Backport new location features from 1.7 2020-06-10 10:01:26 +03:00
winmain.cpp Fix bookmark organizer 2021-01-12 15:21:21 +03:00
winsplash.cpp [win32] Fix incorrectly cherry-picked commit 2019-12-06 11:28:20 +03:00
winsplash.h Added a splash screen for the Windows version of Celestia. 2005-12-29 09:33:07 +00:00
winssbrowser.cpp Fix garbled text displaying unicode 2020-11-26 14:12:32 +03:00
winssbrowser.h Fixed crash from star browser when return key was pressed after changing the number of stars shown. Added a destructor for the browser dialogs to set the window long to NULL; this can then be checked by message handling routines to make sure they're not trying to manipulate a dead dialog. 2004-01-26 17:51:58 +00:00
winstarbrowser.cpp Fix garbled text displaying unicode 2020-11-26 14:12:32 +03:00
winstarbrowser.h Fixed crash from star browser when return key was pressed after changing the number of stars shown. Added a destructor for the browser dialogs to set the window long to NULL; this can then be checked by message handling routines to make sure they're not trying to manipulate a dead dialog. 2004-01-26 17:51:58 +00:00
wintime.cpp Upgrade code for 64-bit build in Visual Studio. 2019-09-30 00:17:25 +03:00
wintime.h Added time zone selection to Windows set time dialog. Moved set time dialog code from winmain.cpp into separate module wintime.cpp. 2005-12-28 11:37:43 +00:00
wintourguide.cpp Fix Tour Guide (first object in list did not work) 2019-10-05 00:32:23 +03:00
wintourguide.h Reorganized source tree into multiple directories. 2001-11-28 01:50:04 +00:00
winviewoptsdlg.cpp Upgrade code for 64-bit build in Visual Studio. 2019-09-30 00:17:25 +03:00
winviewoptsdlg.h Switched to generic watcher architecture 2002-06-05 05:28:54 +00:00