1
0
Fork 0
Commit graph

1403 commits

Author SHA1 Message Date
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
33544d79af Initial revision. 1999-03-14 00:03:24 +00:00
curt
87ec69938d Build Triangle as a lib rather than as a program. 1999-03-13 23:53:49 +00:00
curt
3e176c6f89 Moved ../Triangle ./Triangle 1999-03-13 23:51:59 +00:00
curt
58242933eb Renamed main.cxx to testclipper.cxx
Converted clipper routines to a class FGClipper.
1999-03-13 23:51:32 +00:00
curt
cac521c151 Tweaked output formatting a bit. 1999-03-13 23:50:26 +00:00
curt
1c180f1952 Moved Triangle to Lib/Triangle 1999-03-13 23:49:53 +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
016d55c8b8 Initial revision. 1999-03-13 18:50:08 +00:00
curt
b880b6ba11 Rearranging subdirs within Tools/ 1999-03-13 18:48:11 +00:00
curt
5aaadef6ad Removed an unused variable. 1999-03-13 18:47:04 +00:00
curt
4e4584ed8d renamed bin "clipper" to "testclipper". 1999-03-13 18:46:37 +00:00
curt
df15fe0f8b Added Construct/ and moved Clipper/ to it. 1999-03-13 18:46:01 +00:00
curt
2e20f32267 Initial revision. (derived from libDEM.a code.) 1999-03-13 18:45:02 +00:00
curt
5fe3a80ae3 Moved point interpolation and least squares fitting to contruction program
area.
Moved leastsqs.* to Lib/Math/
1999-03-13 17:40:36 +00:00
curt
7b22b8cd92 Moved to math subdirectory. 1999-03-13 17:34:44 +00:00
curt
49f4a76893 Rearrange a bit of code ... 1999-03-12 22:54:19 +00:00
curt
200ef3ceea Convert fgDEM to FGDem ... 1999-03-12 22:54:04 +00:00
curt
e2267b3f12 First working version! 1999-03-12 22:53:45 +00:00
curt
453178e3d5 Added a routine to dump out the portion of the dem data covered by a
specified bucket.  Other changes related to needs of scenery tools overhaul.
1999-03-12 22:53:07 +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
04b12c5c54 Tweaks to use newbucket.hxx 1999-03-11 23:31:56 +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
14888bd09f Hacking towards the first working version. 1999-03-10 16:09:44 +00:00
curt
fdfa4f48e5 Added DemChop 1999-03-10 01:12:35 +00:00
curt
3defec9ea5 Tweaks to go along with scenery tools overhaul.
Added a new constructor that accepts the file name.
1999-03-10 01:09:12 +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
d2d25cbc93 Initial revision. 1999-03-10 01:02:54 +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
curt
7794e0bf68 Initial revision. 1999-03-08 22:04:29 +00:00
curt
cf78794eaf Lots of directory layout reorganization. 1999-03-08 22:00:35 +00:00
curt
764f4037b0 Tweak for native SGI compilers. 1999-03-08 22:00:12 +00:00
curt
f3ce0c453c Updated based on current efforts. 1999-03-08 21:59:52 +00:00
curt
b9c123361b Directory reorgs. 1999-03-08 21:59:30 +00:00
curt
3d41fc5300 Added panel changes sent in by Friedemann.
Added a splash screen randomization since we have several nice splash screens.
1999-03-08 21:56:37 +00:00
curt
e73cdc9500 Added panel changes sent in by Friedemann. 1999-03-08 21:56:08 +00:00
curt
0b156394fa Don't crash when work directory doesn't exist ... create it. 1999-03-02 01:04:28 +00:00
curt
1a4b54a331 Added more reverse lookup support. 1999-03-02 01:03:58 +00:00
curt
7cc178d182 Latest changes from Jon, plus ...
Tweaks for building with native SGI compilers.
1999-03-02 01:02:51 +00:00
curt
53be443264 Tweaks for building with native SGI compilers. 1999-03-02 01:02:31 +00:00
curt
a60454a786 Tweaks for compiling with native SGI compilers. 1999-03-02 01:01:42 +00:00
curt
64f049c5f2 Tweaks for native SGI compilers. 1999-03-02 00:36:31 +00:00