Tim Moore
66a0be21da
Merge FG_Simulator as subdirectory
2009-09-14 13:38:55 +02:00
Tim Moore
a43bfeb037
Merge FG_Lib as subdirectory
2009-09-14 13:34:43 +02:00
Tim Moore
59f2e56226
merge FG_Docs as subdirectory
2009-09-14 13:30:49 +02:00
curt
b251054d7c
Initial revision.
1999-04-05 17:41:22 +00:00
curt
23ee4836ed
Fixed a fog coloring bug.
1999-04-05 02:14:40 +00:00
curt
12b31bb051
Moved max node per tile definition to fg_constants.h
1999-04-05 02:14:21 +00:00
curt
cfff25e016
Minor patch from Norman Vine.
1999-04-05 02:13:58 +00:00
curt
b3e2dd3c93
Updated menu color scheme.
1999-04-05 02:13:18 +00:00
curt
d0b1380088
Add an automake conditional for lib X11.
1999-04-05 02:12:43 +00:00
curt
0848e16410
Integration of Steve's plib conglomeration.
...
Optimizations (tm) by Norman Vine.
1999-04-03 04:21:01 +00:00
curt
277b7f12d2
Integration of Steve's plib conglomeration.
1999-04-03 04:20:22 +00:00
curt
602ac3e67b
Optimizations (tm) by Norman Vine.
1999-04-03 04:20:01 +00:00
curt
a0e40c1fc1
Integrated Steve's new "plib" conglomeration.
1999-04-03 04:19:39 +00:00
curt
ec5ac9815b
Integrated Steve's new "plib" conglomeration.
1999-04-03 04:19:31 +00:00
curt
dafbe62bfc
Version 0.6.0
...
Shape name tweak.
Removing tool: FixNode
1999-04-01 13:52:10 +00:00
curt
5143259ddf
Prepairing for 0.59 release.
1999-03-31 23:46:02 +00:00
curt
bc7503700a
Removed some debugging output.
1999-03-31 13:25:58 +00:00
curt
afffda5076
modifications to obj loader to handle tri fans.
1999-03-30 23:48:24 +00:00
curt
877ad509a6
Minor tweak.
1999-03-30 23:48:04 +00:00
curt
d911dc88a2
Added Tools/Construct/GenFans/
1999-03-29 13:14:17 +00:00
curt
2c920ae1df
Added is_open() so we can check if the open() succeeded.
1999-03-27 14:04:25 +00:00
curt
35e2cf2307
Alas, I have made non-backwardsly compatible changes to the scenery file
...
format. Thus I have had to make the corresponding changes here in the
file loader.
Things that do not correspond the the .obj format are placed in comments.
1999-03-27 05:36:03 +00:00
curt
bbde3b36bf
Elimitated some const warnings from the compiler.
1999-03-27 05:34:05 +00:00
curt
b722f8bb63
Converted to use new bucket routines.
1999-03-25 19:03:24 +00:00
curt
3ef9585ac0
Removed an unneeded include.
1999-03-25 19:02:53 +00:00
curt
88a016c516
Minor optimization tweaks.
1999-03-25 19:02:28 +00:00
curt
22d4058564
Jettisoned old bucketutils.[ch] for newbucket.[ch]xx
1999-03-25 19:01:47 +00:00
curt
2637c97e30
FOV set properly when panel activated.
1999-03-22 23:47:55 +00:00
curt
3979f03995
Added Tools/Construct/GenOutput/
1999-03-22 23:47:35 +00:00
curt
50aabc3bc9
Initial revision.
1999-03-22 12:08:57 +00:00
curt
33726fc21b
Changes contributed by Durk Talsma:
...
Here's a few changes I made to fg-0.58 this weekend. Included are the
following features:
- Sun and moon have a halo
- The moon has a light vector, moon_angle, etc. etc. so that we can have
some moonlight during the night.
- Lot's of small changes tweakes, including some stuff Norman Vine sent
me earlier.
1999-03-22 02:08:05 +00:00
curt
dd5ed6d18b
Removed Dem2node from the Tools fold.
...
Tweaked the triangulator options to add quality mesh refinement.
1999-03-21 15:47:58 +00:00
curt
0f1c53a5bc
Updated to reflect current scenery progress.
1999-03-21 15:12:51 +00:00
curt
e06b053599
Added Construct/Triangulate/
1999-03-17 23:47:10 +00:00
curt
4ce1ff5f2a
MSVC++ portability tweaks contributed by Bernie Bright.
...
Un-nested struct fgFace.
Made fgFragment::deleteDisplayList() a non-const member.
1999-03-15 17:59:12 +00:00
curt
7feb472eef
MSVC++ portability tweaks contributed by Bernie Bright.
...
Added using std::istream declaration.
1999-03-15 17:58:57 +00:00
curt
79e6c529ea
MSVC++ portability tweaks contributed by Bernie Bright.
...
Added using std::ostream declaration.
Added forward declarations to work around a MSVC bug.
1999-03-15 17:58:41 +00:00
curt
deee90d947
Moved Tools/Triangle to Tools/Lib/Triangle
1999-03-13 23:49:17 +00:00
curt
885df202f7
Updated to match current scenery generation tools progress.
1999-03-13 21:42:37 +00:00
curt
b880b6ba11
Rearranging subdirs within Tools/
1999-03-13 18:48:11 +00:00
curt
7b22b8cd92
Moved to math subdirectory.
1999-03-13 17:34:44 +00:00
curt
a05bd0b859
Converted to C++ style comments.
1999-03-12 22:51:53 +00:00
curt
bc2ae82e81
Added some informational methods.
1999-03-12 22:51:18 +00:00
curt
16d135954c
When "Help" is selected from the menu check to see if netscape is running.
...
If so, command it to go to the flight gear user guide url. Otherwise
start a new version of netscape with this url.
1999-03-11 23:09:26 +00:00
curt
e3709bb494
Tweaked doc archiving rules.
1999-03-11 23:08:18 +00:00
curt
4328c2e43b
Added irix-hack.pl plus info on compiling with native Irix compilers.
...
Added a DEM prep tool called DemChop.
1999-03-10 01:08:24 +00:00
curt
2aa7ec8fd5
Tweaks for compiling under native Irix compilers.
1999-03-09 20:58:17 +00:00
curt
4dacb118c0
Added support for native Irix compilers via a script to hack the makefiles.
1999-03-09 20:58:00 +00:00
curt
9c7a067f84
Initial revision.
1999-03-09 19:09:41 +00:00
curt
503fbcc222
Initial revision.
1999-03-09 18:36:35 +00:00