celestia/src
Chris Laurel d5f8282a48 Read HIPPARCOS components file. 2001-06-14 02:43:37 +00:00
..
3dschunk.h This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
3dsmesh.cpp UNIX/gcc portability fixes. 2001-04-30 05:08:15 +00:00
3dsmesh.h Added ability to read texture coordinates from 3DS files. 2001-03-05 22:50:12 +00:00
3dsmodel.cpp Added ability to read texture coordinates from 3DS files. 2001-03-05 22:50:12 +00:00
3dsmodel.h Added ability to read texture coordinates from 3DS files. 2001-03-05 22:50:12 +00:00
3dsread.cpp UNIX/gcc portability fixes. 2001-04-30 05:08:15 +00:00
3dsread.h Added ability to read texture coordinates from 3DS files. 2001-03-05 22:50:12 +00:00
Ijl.h This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
Makefile.am Moved common code into CelestiaCore 2001-06-01 23:44:37 +00:00
Makefile.in Moved common code into CelestiaCore 2001-06-01 23:44:37 +00:00
aabox.h This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
asterism.cpp Removed old debugging output. 2001-04-20 04:27:09 +00:00
asterism.h Simple classes for constellation diagrams. 2001-04-07 03:24:29 +00:00
astro.cpp Fixed stupid sign problem; north celestial pole is now positive, not negative y axis. 2001-06-06 02:25:19 +00:00
astro.h Fixed stupid sign problem; north celestial pole is now positive, not negative y axis. 2001-06-06 02:25:19 +00:00
basictypes.h This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
bigfix.cpp Fixed bug in BigFix(double) that was causing loss of precision with newer 2001-05-16 22:49:32 +00:00
bigfix.h This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
body.cpp Fixed stupid sign problem; north celestial pole is now positive, not negative y axis. 2001-06-06 02:25:19 +00:00
body.h Added methods for geographic coordinate conversions. 2001-05-25 04:53:06 +00:00
buildstardb.cpp Read HIPPARCOS components file. 2001-06-14 02:43:37 +00:00
celestia.h UNIX/gcc portability fixes. 2001-04-30 05:08:15 +00:00
celestiacore.cpp Replaced welcome message with logo texture; imported selection info printing code from Simulation. 2001-06-06 23:04:13 +00:00
celestiacore.h Replaced welcome message with logo texture; imported selection info printing code from Simulation. 2001-06-06 23:04:13 +00:00
cmdparser.cpp Added gotoLongLat and option to select an up vector and frame for gotoSelection. 2001-06-06 07:05:18 +00:00
cmdparser.h Require that command sequences be enclosed by braces; this makes it easier to have multiple command sequences within a single file. 2001-03-27 08:59:11 +00:00
color.cpp This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
color.h This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
command.cpp Added gotoLongLat and option to select an up vector and frame for gotoSelection. 2001-06-06 07:05:18 +00:00
command.h Added gotoLongLat and option to select an up vector and frame for gotoSelection. 2001-06-06 07:05:18 +00:00
config.cpp Added logoTexture property. 2001-06-06 23:01:33 +00:00
config.h Added logoTexture property. 2001-06-06 23:01:33 +00:00
console.cpp Made fonts selectable in config file; allow separate fonts for labels and normal text. 2001-05-14 23:40:01 +00:00
console.h Made fonts selectable in config file; allow separate fonts for labels and normal text. 2001-05-14 23:40:01 +00:00
constellation.cpp This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
constellation.h This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
debug.cpp This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
dispmap.cpp This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
dispmap.h This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
execenv.h Bundled Simulation and Renderer in ExecutionEnvironment. 2001-04-27 07:04:41 +00:00
execution.cpp Bundled Simulation and Renderer in ExecutionEnvironment. 2001-04-27 07:04:41 +00:00
execution.h Bundled Simulation and Renderer in ExecutionEnvironment. 2001-04-27 07:04:41 +00:00
favorites.cpp Rewrote to just store location, orientation, and time. 2001-04-09 22:39:22 +00:00
favorites.h Rewrote to just store location, orientation, and time. 2001-04-09 22:39:22 +00:00
filetype.cpp Moved compareIgnoringCase to util.cpp 2001-03-17 00:21:17 +00:00
filetype.h PNG support. 2001-03-16 21:27:25 +00:00
galaxy.cpp Fixed degrees/radians screwup. 2001-05-30 23:38:54 +00:00
galaxy.h Implemented detail field for galaxies to cut down on the amount of particles rendered for small galaxies. 2001-04-29 03:23:01 +00:00
gl.h Changes for UNIX port. 2001-04-30 01:37:54 +00:00
glext.cpp Fixed bad cast in IntExtPalettedTexture() 2001-05-18 02:31:57 +00:00
glext.h Added GLenum casts to make it possible to compile with broken Mesa 3.1 headers. 2001-06-06 02:23:55 +00:00
glutmain.cpp Fixed merge screwup 2001-06-01 23:06:33 +00:00
gtkmain.cpp Moved common code into CelestiaCore 2001-06-01 23:44:37 +00:00
gui.cpp This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
gui.h This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
mathlib.h Added sign function. 2001-06-01 06:04:50 +00:00
mesh.h Minor cleanups to eliminate gcc warnings. 2001-05-08 23:53:40 +00:00
meshmanager.cpp Use UNIX '/' path separator for portability. 2001-04-30 20:04:39 +00:00
meshmanager.h Minor const-related code cleanup. 2001-03-05 22:48:47 +00:00
observer.cpp Const-ified method arguments. 2001-04-09 22:28:21 +00:00
observer.h Const-ified method arguments. 2001-04-09 22:28:21 +00:00
octree.cpp Fixed up UniversalCoord operators to pass references; fixed flipped textures 2001-05-16 02:22:10 +00:00
octree.h Added findCloseStars method, more comments. Fixed bug in split() that caused stars to be omitted from tree. 2001-05-10 05:24:18 +00:00
orbit.cpp Fixed stupid sign problem; north celestial pole is now positive, not negative y axis. 2001-06-06 02:25:19 +00:00
orbit.h Fixed bugs in elliptical orbit calculation. 2001-03-21 22:36:34 +00:00
overlay.cpp Made fonts selectable in config file; allow separate fonts for labels and normal text. 2001-05-14 23:40:01 +00:00
overlay.h Made fonts selectable in config file; allow separate fonts for labels and normal text. 2001-05-14 23:40:01 +00:00
packdb.cpp This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
packnames.cpp This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
parser.cpp This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
parser.h This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
perlin.cpp Const-ified reference parameters for fractalsum and turbulence. 2001-04-30 04:18:57 +00:00
perlin.h Const-ified reference parameters for fractalsum and turbulence. 2001-04-30 04:18:57 +00:00
plane.h Plane class. 2001-05-07 02:08:26 +00:00
quaternion.h Fixed bug caused by typo in Quaternion(Matrix) constructor 2001-06-06 02:22:44 +00:00
readstars.cpp This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
regcombine.cpp UNIX portability fixes; disabled Quaternion friend templates 2001-05-02 18:06:32 +00:00
regcombine.h Improved per-pixel lighting for non bumpmapped surfaces--now only one pass is required. 2001-03-21 22:35:41 +00:00
render.cpp Moved selection info display stuff into CelestiaCore, where it belongs. 2001-06-06 22:57:34 +00:00
render.h Moved selection info display stuff into CelestiaCore, where it belongs. 2001-06-06 22:57:34 +00:00
resmanager.cpp Minor const-related code cleanup. 2001-03-05 22:48:47 +00:00
resmanager.h Minor const-related code cleanup. 2001-03-05 22:48:47 +00:00
rng.cpp This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
rng.h This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
selection.cpp Added radius method. 2001-04-27 07:02:49 +00:00
selection.h Added radius method. 2001-04-27 07:02:49 +00:00
simulation.cpp Moved selection info display stuff into CelestiaCore, where it belongs. 2001-06-06 22:57:34 +00:00
simulation.h Removed more console crud. 2001-06-06 23:04:29 +00:00
slurp.c This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
solarsys.cpp Added RotationPhase field to allow tweaking the timing of the day/night cycle. 2001-05-22 22:28:32 +00:00
solarsys.h This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
spheremesh.cpp Fixed stupid sign problem; texture t coordinate should be 0 at top, 1 at bottom 2001-06-06 02:21:23 +00:00
spheremesh.h This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
star.cpp Added Spectral_Unknown type. 2001-06-14 02:43:10 +00:00
star.h Added getApparentMagnitude method. 2001-06-01 06:03:49 +00:00
starcat.c This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
stardb.cpp Do not read more than stars from star file than have been allocated. 2001-06-14 02:40:41 +00:00
stardb.h Added octree-based findClose and findVisible query methods. 2001-05-10 05:26:05 +00:00
starname.cpp This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
starname.h This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
startest.cpp This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
stellarclass.cpp Added Spectral_Unknown type. 2001-06-14 02:43:10 +00:00
stellarclass.h Added Spectral_Unknown type. 2001-06-14 02:43:10 +00:00
surface.h Minor cleanups to eliminate gcc warnings. 2001-05-08 23:53:40 +00:00
texfont.cpp Initialized texobj member to fix garbled font texture bug. 2001-06-06 02:20:05 +00:00
texfont.h This commit was generated by cvs2svn to compensate for changes in r4, 2001-02-26 09:56:35 +00:00
texmanager.cpp Use UNIX '/' path separator for portability. 2001-04-30 20:04:39 +00:00
texmanager.h Added user settable BumpHeight parameter for bump maps. 2001-03-16 21:26:29 +00:00
texture.cpp Was using delete instead of delete[] to free pixels; set pixels to null after freeing. 2001-06-07 01:17:54 +00:00
texture.h Added getWidth and getHeight methods. 2001-06-06 23:05:13 +00:00
texturefont.cpp C++ wrapper for mjk's texfont library. 2001-05-14 23:40:46 +00:00
texturefont.h C++ wrapper for mjk's texfont library. 2001-05-14 23:40:46 +00:00
timer.h Created high-precision Timer interface and Win32 implementation of Timer. 2001-04-30 20:45:47 +00:00
tokenizer.cpp Minor cleanups to eliminate gcc warnings. 2001-05-08 23:53:40 +00:00
tokenizer.h Implemeted a few basic string escapes. 2001-04-27 06:59:35 +00:00
univcoord.cpp Got rid of bigfix bug related debugging output. 2001-05-16 22:57:11 +00:00
univcoord.h Fixed up UniversalCoord operators to pass references; fixed flipped textures 2001-05-16 02:22:10 +00:00
unixtimer.cpp Implementation of Timer for UN*X based OSes. 2001-04-30 21:01:56 +00:00
util.cpp UNIX/gcc portability fixes. 2001-04-30 05:08:15 +00:00
util.h UNIX/gcc portability fixes. 2001-04-30 05:08:15 +00:00
vecgl.h Added GLenum casts to make it possible to compile with broken Mesa 3.1 headers. 2001-06-06 02:23:55 +00:00
vecmath.h Added lengthSquared method to Vector3 2001-06-01 06:02:59 +00:00
vertexlist.cpp VertexList class replaces much less flexible TriangleList. 2001-03-05 22:46:30 +00:00
vertexlist.h VertexList class replaces much less flexible TriangleList. 2001-03-05 22:46:30 +00:00
visstars.cpp Added getLimitingMagnitude method 2001-02-26 20:37:17 +00:00
visstars.h Added getLimitingMagnitude method 2001-02-26 20:37:17 +00:00
winmain.cpp Check minor planets labels item; added missing using namespace std; 2001-06-06 23:06:31 +00:00
wintimer.cpp Created high-precision Timer interface and Win32 implementation of Timer. 2001-04-30 20:45:47 +00:00