celestia/macosx
Da Woon Jung 3b38ae2819 Release builds reflect recent changes to data and extras 2006-02-04 05:34:23 +00:00
..
English.lproj Added English, French help 2006-01-21 20:50:30 +00:00
Frameworks Added Universal (x86,ppc) build targets for OS X. Universal builds require Xcode 2.2+. 2006-01-15 15:02:30 +00:00
celestia.pbproj project updates 2003-12-19 19:48:40 +00:00
celestia.xcode Release builds reflect recent changes to data and extras 2006-02-04 05:34:23 +00:00
celestia.xcodeproj Release builds reflect recent changes to data and extras 2006-02-04 05:34:23 +00:00
es.lproj Tweaked Browser 2006-01-21 18:12:08 +00:00
fr.lproj mm/dd/yyyy -> mm/jj/aaaa 2006-01-29 15:45:42 +00:00
lib Xcode project with lua support (not tested, but it compiled with -DCELX) 2004-01-11 06:14:56 +00:00
Astro.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
Astro.mm Fixes to compile with latest code in CVS 2005-07-24 03:24:00 +00:00
Astro_PrivateAPI.h Fixed path to astro.h 2005-04-23 14:10:13 +00:00
BrowserWindowController.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
BrowserWindowController.mm Changes for compatibility with FT1.2 (DSO changes). 2005-11-24 16:49:55 +00:00
CGLInfo.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
CGLInfo.m Added checks for most of the other GL extensions used in Celestia. 2005-12-18 13:47:55 +00:00
CelestiaAppCore.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
CelestiaAppCore.mm On detecting ATI Radeon 9200, alerts the user and provides an option to automatically disable vertex programs. 2006-01-06 16:01:30 +00:00
CelestiaAppCore_PrivateAPI.h Xcode 2.1 fix (does this break 10.2?) 2005-08-15 13:12:54 +00:00
CelestiaBody.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
CelestiaBody.mm What I have so far with the Mac OS X Objective C/C++ version. 2002-06-14 15:44:29 +00:00
CelestiaBody_PrivateAPI.h What I have so far with the Mac OS X Objective C/C++ version. 2002-06-14 15:44:29 +00:00
CelestiaController.h Better full screen behavior 2006-01-21 18:10:02 +00:00
CelestiaController.m Better full screen behavior 2006-01-21 18:10:02 +00:00
CelestiaDestination.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
CelestiaDestination.mm What I have so far with the Mac OS X Objective C/C++ version. 2002-06-14 15:44:29 +00:00
CelestiaDestination_PrivateAPI.h What I have so far with the Mac OS X Objective C/C++ version. 2002-06-14 15:44:29 +00:00
CelestiaFavorite.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
CelestiaFavorite.mm Serializes favorites list to NSUserDefaults (~/Library/Preferences/Celestia.plist) 2002-06-25 02:18:50 +00:00
CelestiaFavorite_PrivateAPI.h Serializes favorites list to NSUserDefaults (~/Library/Preferences/Celestia.plist) 2002-06-25 02:18:50 +00:00
CelestiaFavorites.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
CelestiaFavorites.m Disabled debugging message 2003-06-08 17:18:44 +00:00
CelestiaGalaxy.h Changes for compatibility with FT1.2 (DSO changes). 2005-11-24 16:49:55 +00:00
CelestiaGalaxy.mm Changes for compatibility with FT1.2 (DSO changes). 2005-11-24 16:49:55 +00:00
CelestiaGalaxy_PrivateAPI.h What I have so far with the Mac OS X Objective C/C++ version. 2002-06-14 15:44:29 +00:00
CelestiaObserver.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
CelestiaObserver.mm added location filter support 2003-11-29 23:24:14 +00:00
CelestiaObserver_PrivateAPI.h What I have so far with the Mac OS X Objective C/C++ version. 2002-06-14 15:44:29 +00:00
CelestiaOpenGLView.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
CelestiaOpenGLView.m Modifier keys now detected in charEntered. 2005-05-28 17:30:52 +00:00
CelestiaRenderer.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
CelestiaRenderer.mm added error checking for method -unarchive to prevent possible crash on launch (dirkpitt) 2004-12-22 19:50:52 +00:00
CelestiaRenderer_PrivateAPI.h Fixed osxGetProcAddress (OpenGL extensions work on OS X now, won't crash on planets with rings and such) 2002-07-22 05:14:39 +00:00
CelestiaSelection.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
CelestiaSelection.mm added deepsky hack (needs fixing) 2003-11-29 23:27:13 +00:00
CelestiaSelection_PrivateAPI.h What I have so far with the Mac OS X Objective C/C++ version. 2002-06-14 15:44:29 +00:00
CelestiaSettings.h Workaround for apparent KVC bug in OS X Intel 10.4.4 2006-01-29 04:29:53 +00:00
CelestiaSettings.mm Workaround for apparent KVC bug in OS X Intel 10.4.4 2006-01-29 04:29:53 +00:00
CelestiaSimulation.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
CelestiaSimulation.mm Added method to get time scale 2003-06-08 17:26:17 +00:00
CelestiaSimulation_PrivateAPI.h What I have so far with the Mac OS X Objective C/C++ version. 2002-06-14 15:44:29 +00:00
CelestiaStar.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
CelestiaStar.mm disabled broken unused code 2004-12-17 22:06:39 +00:00
CelestiaStar_PrivateAPI.h What I have so far with the Mac OS X Objective C/C++ version. 2002-06-14 15:44:29 +00:00
CelestiaUniversalCoord.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
CelestiaUniversalCoord.mm Serializes favorites list to NSUserDefaults (~/Library/Preferences/Celestia.plist) 2002-06-25 02:18:50 +00:00
CelestiaUniversalCoord_PrivateAPI.h What I have so far with the Mac OS X Objective C/C++ version. 2002-06-14 15:44:29 +00:00
CelestiaUniverse.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
CelestiaUniverse.mm disabled broken unused code 2004-12-17 22:06:39 +00:00
CelestiaUniverse_PrivateAPI.h What I have so far with the Mac OS X Objective C/C++ version. 2002-06-14 15:44:29 +00:00
CelestiaVector.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
CelestiaVector.mm Serializes favorites list to NSUserDefaults (~/Library/Preferences/Celestia.plist) 2002-06-25 02:18:50 +00:00
CelestiaVector_PrivateAPI.h What I have so far with the Mac OS X Objective C/C++ version. 2002-06-14 15:44:29 +00:00
ContextOutlineView.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
ContextOutlineView.m What I have so far with the Mac OS X Objective C/C++ version. 2002-06-14 15:44:29 +00:00
FavoriteInfoWindowController.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
FavoriteInfoWindowController.m Major changes to the favorites system. Menus and outline view should work pretty much as expected now, except that it does not save because it's been disentangled from the STL vector implementation and I haven't written the serialization code yet, but it will be pretty easy. Uses a tree implementation, unlimited folder depth, no problems with multiple folders at the same level with the same name. 2002-06-23 04:40:07 +00:00
FavoritesDrawerController.h Removed obsolete -close methods. 2005-12-23 11:02:24 +00:00
FavoritesDrawerController.m Double-clicking folders would try to open the folder as a favorite. 2005-12-30 12:38:05 +00:00
FullScreenWindow.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
FullScreenWindow.m Better full screen behavior 2006-01-21 18:10:02 +00:00
GotoWindowController.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
GotoWindowController.m added error alerts 2003-11-29 23:17:34 +00:00
ImageAndTextCell.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
ImageAndTextCell.m What I have so far with the Mac OS X Objective C/C++ version. 2002-06-14 15:44:29 +00:00
Info.plist Version bumped to 1.4.1, de-localized CFBundleShortVersionString and now just a number, for splash screen-friendliness. 2006-01-04 13:02:53 +00:00
MacDirectory.mm Fix for wordexp not on Mac 2005-05-28 16:34:30 +00:00
MyTree.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
MyTree.m Disabled debugging messages 2003-06-08 17:51:59 +00:00
NSArray_Extensions.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
NSArray_Extensions.m What I have so far with the Mac OS X Objective C/C++ version. 2002-06-14 15:44:29 +00:00
NSOutlineView_Extensions.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
NSOutlineView_Extensions.m What I have so far with the Mac OS X Objective C/C++ version. 2002-06-14 15:44:29 +00:00
NSString_ObjCPlusPlus.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
NSString_ObjCPlusPlus.mm fixed UFT8 bug (dirkpitt) 2004-12-31 19:06:12 +00:00
README for Mac OS X.rtf Added English, French help 2006-01-21 20:50:30 +00:00
RenderPanelController.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
RenderPanelController.m Better feedback when selecting unsupported render paths 2005-05-28 20:01:37 +00:00
SetTimeWindowController.h Cleaned up code. 2006-01-21 16:32:39 +00:00
SetTimeWindowController.m Cleaned up code. 2006-01-21 16:32:39 +00:00
SplashScreen.h Removed fuzz. 2005-12-30 12:40:21 +00:00
SplashScreen.m Added splash screen progress notification, version number display 2006-01-04 12:59:38 +00:00
SplashWindowController.h Added splash screen progress notification, version number display 2006-01-04 12:59:38 +00:00
SplashWindowController.m Added splash screen progress notification, version number display 2006-01-04 12:59:38 +00:00
Util.h Use precompiled Cocoa.h. 2005-11-24 16:48:05 +00:00
caution.tiff Better feedback when selecting unsupported render paths 2005-05-28 20:01:37 +00:00
celestia.icns removed the small icon sizes - no alpha masks (dirkpitt) 2004-12-29 07:50:16 +00:00
defaults.plist Use a values from a defaults.plist when Celestia is run for the first time. Added -loadAppDefaults for resetting prefs (not hooked up yet) 2006-01-04 12:40:11 +00:00
lua.h Added Universal (x86,ppc) build targets for OS X. Universal builds require Xcode 2.2+. 2006-01-15 15:02:30 +00:00
lualib.h Added Universal (x86,ppc) build targets for OS X. Universal builds require Xcode 2.2+. 2006-01-15 15:02:30 +00:00
main.m Workaround for crashes when LANG or LC vars are set. 2006-01-21 16:32:08 +00:00
png.h updated for new version of png (dirkpitt) 2005-01-20 07:30:26 +00:00
pngconf.h updated for new version of png (dirkpitt) 2005-01-20 07:30:26 +00:00
qtcapture.cpp added preliminary gui for movie capture 2005-06-08 07:28:30 +00:00
qtcapture.h added preliminary gui for movie capture 2005-06-08 07:28:30 +00:00
vp_patch.sh On detecting ATI Radeon 9200, alerts the user and provides an option to automatically disable vertex programs. 2006-01-06 16:01:30 +00:00