1
0
Fork 0
Commit graph

176 commits

Author SHA1 Message Date
curt
8929f4e1ee Updated ... 1998-04-28 01:18:06 +00:00
curt
4a487175c9 "struct fgLIGHT" -> "fgLIGHT" because fgLIGHT is typedef'd. 1998-04-26 05:10:00 +00:00
curt
0b782544a3 Edited cvs log messages in source files ... bad bad bad! 1998-04-25 22:06:24 +00:00
curt
e42e007619 Updated to reflect work done. 1998-04-25 22:03:38 +00:00
curt
dd4a17a011 Cleaned up initialization sequence to eliminate interdependencies
between sun position, lighting, and view position.  This creates a
valid single pass initialization path.
1998-04-25 20:24:00 +00:00
curt
1603c2f3f8 Moved to Simulator/ subdirectory. 1998-04-25 18:39:36 +00:00
curt
7d39aa3777 Moved fg_debug.c to it's own library. 1998-04-18 04:13:51 +00:00
curt
ab59ca78b9 Code reorganizations. Added a Lib/ directory for more general libraries. 1998-04-14 02:23:04 +00:00
curt
8c3b74b775 Tweaks to Gnu automake/autoconf system. 1998-04-08 23:32:28 +00:00
curt
b69c64da41 Minor cleanups and reorganizations. 1998-04-06 15:56:15 +00:00
curt
058e32ca21 Moved ../Win32/ 1998-04-05 21:59:15 +00:00
curt
9b53a3c645 Removed Include/ subdirectory from make system (no buildable elements there.) 1998-04-05 21:58:59 +00:00
curt
35fd547612 Removed Linux subdirectory. 1998-04-03 22:51:17 +00:00
curt
e95e9f6432 Converting to Gnu autoconf system. 1998-04-03 22:20:48 +00:00
curt
f4562d4262 Version 0.38 1998-03-14 00:32:35 +00:00
curt
4e4bd05053 Misc. configuration tweaks. 1998-03-09 22:52:53 +00:00
curt
14bb8f337c Mod's to better support win32 if perl exists. 1998-03-09 22:52:38 +00:00
curt
e798c59696 Incorporated Durk's Astro/ tweaks. Includes unifying the sun position
calculation code between sun display, and other FG sections that use this
for things like lighting.
1998-02-23 19:07:49 +00:00
curt
1f0a7128bd Added Charlie's HUD changes. 1998-02-21 14:53:10 +00:00
curt
2805fb7cb2 Thursday's tweaks. 1998-02-20 00:16:14 +00:00
curt
e5a447ece9 Incorporated some HUD tweaks from Michelle America.
Tweaked the sky's sunset/rise colors.
Other misc. tweaks.
1998-02-19 13:05:43 +00:00
curt
c0954417a7 Tweaks to build with SGI OpenGL (and therefor hopefully other accelerated
drivers will work.)
1998-02-18 15:07:02 +00:00
curt
9c07889a0c Minor tweaks. 1998-02-16 16:17:33 +00:00
curt
e1639ee6c1 Miscellaneous weekend tweaks. Fixed? a cache problem that caused whole
tiles to occasionally be missing.
1998-02-16 13:39:42 +00:00
curt
913fe75558 Incorporated code changes contributed by Charlie Hotchkiss
<chotchkiss@namg.us.anritsu.com>
1998-02-12 21:58:27 +00:00
curt
9c90c31a49 replaced with commondefs/commonrules 1998-02-12 21:01:39 +00:00
curt
d0694b34cd Minor changes. 1998-02-11 02:50:34 +00:00
curt
b570e9ce9a Removed "depend" files from cvs control. Other minor make tweaks. 1998-02-09 22:56:28 +00:00
curt
d126b3d8f0 Minor tweaks. 1998-02-09 15:07:47 +00:00
curt
0bb3c2969a Lots of little tweaks to fix various consistency problems discovered by
Solaris' CC.  Fixed a bug in fg_debug.c with how the fgPrintf() wrapper
passed arguments along to the real printf().  Also incorporated HUD changes
by Michele America.
1998-02-03 23:20:08 +00:00
curt
cff17bc840 To version 0.29 1998-02-02 20:52:20 +00:00
curt
b2e8448645 Minor tweaks. 1998-02-01 03:39:53 +00:00
curt
e0a6058b12 tweaks. 1998-02-01 03:34:48 +00:00
curt
5e44c9dd0a Added MetroWorks patches from Carmen Volpe. 1998-01-31 00:42:57 +00:00
curt
a9cdbcf0b1 Minor tweaks. 1998-01-27 18:35:53 +00:00
curt
3680a11148 Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
system and commandline/config file processing code.
1998-01-27 00:47:41 +00:00
curt
a05ecff315 misc. tweaks. 1998-01-24 00:04:55 +00:00
curt
9dcdb982dc Initial revision. 1998-01-24 00:03:27 +00:00
curt
49f7c1e101 Tweaks. 1998-01-22 22:03:22 +00:00
curt
049776c07d Misc. tweaks 1998-01-22 02:58:52 +00:00
curt
08210bfc08 Misc. tweaks. 1998-01-21 21:11:33 +00:00
curt
1cafa70c04 Initial revision. 1998-01-21 02:57:18 +00:00
curt
2b39d939fd Initial revision. 1998-01-19 19:44:53 +00:00
curt
ec140f2161 More misc. tweaks for rpk make merge. 1998-01-19 19:42:58 +00:00
curt
bda27365e4 Merged in make system changes from Bob Kuehne <rpk@sgi.com>
This should simplify things tremendously.
1998-01-19 19:26:51 +00:00
curt
f1ec224b73 Tons of little changes to clean up the code and to remove fatal errors
when building with the c++ compiler.
1998-01-19 18:40:15 +00:00
curt
a9fdc0e341 Minor tweaks and fixes for cygwin32. 1998-01-19 18:35:40 +00:00
curt
8c60b7a731 Initial revision. (I think.) 1998-01-17 13:27:15 +00:00
curt
da32f5b051 Version 0.23 1998-01-08 02:21:46 +00:00
curt
018b631030 Created the Astro/ subdirctory for stuff high in the sky ... 1998-01-07 03:18:14 +00:00
curt
557837b434 Initial revision. 1998-01-06 16:25:18 +00:00
curt
920fb6765a Version 0.21 -> 0.22 1998-01-06 01:20:03 +00:00
curt
2e27909b9e Add an option to advance/decrease time from keyboard. 1998-01-05 18:44:33 +00:00
curt
8d3d68a09d Version 0.21 1997-12-30 23:08:50 +00:00
curt
8fc35e70b4 Version 0.20 1997-12-30 20:47:08 +00:00
curt
8b50eb1149 First stab at sky dome actually starting to look reasonable. :-) 1997-12-18 23:32:28 +00:00
curt
ddac22a965 Changes and tweaks to go to version 0.19 (Plus tweaks to Solaris support) 1997-12-17 23:13:17 +00:00
curt
d19c5f0b6f Add xgl wrappers for debugging.
Generate terrain normals on the fly.
1997-12-15 23:54:25 +00:00
curt
d1a5d93ca2 Moved to .../Src/Include/ 1997-12-15 21:03:43 +00:00
curt
d06b80036f Misc. tweaks. 1997-12-15 20:59:08 +00:00
curt
f92f2a5c29 More light/material property tweaking ... still a ways off. 1997-12-12 21:41:24 +00:00
curt
63d6362429 Solaris tweaks. 1997-12-12 19:52:32 +00:00
curt
09ee64ff67 Fixed sun vector and lighting problems. I thing the moon is now lit
correctly.
1997-12-11 04:43:53 +00:00
curt
28fad1d296 Prepended "fg" on the name of all global structures that didn't have it yet.
i.e. "struct WEATHER {}" became "struct fgWEATHER {}"
1997-12-10 22:37:34 +00:00
curt
871ee408fa Tweaks for verion 0.15 release. 1997-12-10 01:19:42 +00:00
curt
4ab16fd58e Working on adding a global lighting params structure. 1997-12-09 04:25:25 +00:00
curt
c8d2e72433 Changes to integrate Durk's moon/sun code updates + clean up. 1997-11-25 19:25:27 +00:00
curt
b5293f1f44 Working on new scenery subsystem. 1997-10-30 12:38:35 +00:00
curt
9d660dfdf0 Organizational changes. 1997-10-28 19:35:40 +00:00
curt
a944f1bb1e Initial revision. 1997-10-28 18:47:27 +00:00
curt
d06ebf220e Misc. tweaks. 1997-10-25 03:30:02 +00:00
curt
c158d4bfd2 Incorporated sun, moon, and star positioning code contributed by Durk Talsma. 1997-10-25 03:24:21 +00:00
curt
3fe61cf7ef Tweaks to get things to compile with gcc-win32. 1997-09-23 00:29:27 +00:00
curt
3b5f599f73 Tweaked time of day lighting equations. Don't draw stars during the day. 1997-09-16 22:14:47 +00:00
curt
45d02e3e68 Mostly working on stars and generating sidereal time for accurate star
placement.
1997-09-13 01:59:45 +00:00
curt
b830d97782 Shufflin' stuff. 1997-09-04 02:17:18 +00:00
curt
89a9811607 Changed naming scheme of basic shared structures. 1997-08-27 03:29:38 +00:00
curt
90e39d537f Merged in initial HUD and Joystick code. 1997-08-25 20:27:21 +00:00
curt
b6789508b2 Initial revision. 1997-08-23 11:37:12 +00:00
curt
6510c9f3b4 Doing a bit of reorganizing and house cleaning. 1997-08-22 21:34:32 +00:00
curt
c0d9337406 Tweaks for new version. 1997-08-16 12:22:17 +00:00
curt
4c139cadf3 Renamed OpenGL/ to GLUT/ 1997-08-13 20:22:55 +00:00
curt
36a9adcffc Working on redoing internal coordinate systems & scenery transformations. 1997-07-31 22:52:21 +00:00
curt
1406e5ba8e Moved fg_random routines from Util/ to Math/ 1997-07-30 16:12:38 +00:00
curt
417048636f Put comments around the text after an #endif for increased portability. 1997-07-23 21:52:10 +00:00
curt
1fe5411300 Tweaked the wording a bit. 1997-07-21 21:20:16 +00:00
curt
71330874b4 Initial revision. 1997-07-21 15:38:02 +00:00
curt
f8c740ee35 Minor tweaks. 1997-07-21 14:45:01 +00:00
curt
a136c87441 First stab at a system to generate os2 makefiles automatically. 1997-07-20 02:19:09 +00:00
curt
01fa9ad22c Initial revision. 1997-07-20 02:18:32 +00:00
curt
d6327ac839 Added an initial weather section. 1997-07-19 23:04:46 +00:00
curt
4438ee1679 tweaks 1997-07-19 22:41:34 +00:00
curt
b4377855be removed ... 1997-07-19 22:39:48 +00:00
curt
d64aab6a72 Added various PI definitions. 1997-07-19 22:37:03 +00:00
curt
5c8a05b781 Added Utils/ subdirectory 1997-07-19 22:36:28 +00:00
curt
6ef6f4d986 Tweaks for building with Cygnus Win32 compiler. 1997-07-18 23:41:20 +00:00
curt
ff2636c4f8 Hacked in some support for wind/turbulence. 1997-07-18 14:28:34 +00:00
curt
68681f730f Minor tweaks to aid Win32 port. 1997-07-16 20:04:42 +00:00
curt
bf40d877a1 Testing/playing -- placed objects randomly across the entire terrain. 1997-07-14 16:26:03 +00:00
curt
6c1e197290 Added ranlib. 1997-07-12 02:24:37 +00:00