curt
f1f01451cc
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.
2009-09-15 18:31:28 +02:00
curt
cb1bcb398a
To version 0.29
2009-09-15 18:31:28 +02:00
curt
0e53f221cf
Minor tweaks.
2009-09-15 18:31:28 +02:00
curt
1413fae16c
Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
...
system and commandline/config file processing code.
2009-09-15 18:31:28 +02:00
curt
fa9d78ffb6
Added a "skirt" to try to help hide gaps between scenery and sky. This will
...
have to be revisited in the future.
2009-09-15 18:31:28 +02:00
curt
327ccd93a4
Changed #ifdef FILE_H to #ifdef _FILE_H
2009-09-15 18:31:28 +02:00
curt
24b5f05d5e
More misc. tweaks for rpk make merge.
2009-09-15 18:31:28 +02:00
curt
ccc3af8937
Merged in make system changes from Bob Kuehne <rpk@sgi.com>
...
This should simplify things tremendously.
2009-09-15 18:31:28 +02:00
curt
b6b503a190
Tons of little changes to clean up the code and to remove fatal errors
...
when building with the c++ compiler.
2009-09-15 18:31:28 +02:00
curt
fdda5da598
Beginning to integrate Tile management subsystem.
2009-09-15 18:31:28 +02:00
curt
86e571f18b
Miscellaneous tweaks.
2009-09-15 18:31:28 +02:00
curt
7b3b55f6ef
Moved from .../Src/Scenery/ to .../Src/Astro/
2009-09-15 18:31:19 +02:00
curt
6b2bf2fa8e
Fixed a bug in handling windoze driver letter ":" notation.
1999-06-15 19:55:10 +00:00
curt
2640b43355
Add a method to return pointer to data array.
1999-06-12 21:09:41 +00:00
curt
d201e9b5c5
The next round of MacOS changes contributed by Darrell Walisser.
...
Starting work on fixing tringle slivers in scenery generation tools.
1999-06-05 12:45:40 +00:00
curt
8f0f79506c
Mac portability changes contributed by "Darrell Walisser" <dwaliss1@purdue.edu>
1999-06-02 22:22:47 +00:00
curt
121d2f92cb
Fixed an IRIX warning message where an inline function is referenced
...
before it is defined.
1999-06-01 21:16:33 +00:00
curt
87e641aeda
Update README.plib with clearer wording.
...
Fixed the == compare in point3d.hxx.
1999-06-01 21:01:03 +00:00
curt
27403e2fef
Whups, fixed a simple bug so you can now fly across the lon = +/-180
...
boundary without any problems.
1999-05-25 11:54:21 +00:00
curt
b5ceef5e68
Moved material property and texture management back to Simulator/Objects/
1999-05-13 02:10:52 +00:00
curt
5d68470c95
Major shuffling to push basic material management out into FlightGear/Lib/
...
so it can be accessible from the scenery tools.
Also implimented JIT texture loading to save start time and memory.
1999-05-12 04:24:55 +00:00
curt
e176b4d8b6
Borland portability fixes contributed by Charlie Hotchkiss.
1999-05-08 02:33:13 +00:00
curt
218821f694
Tweaks for poles.
1999-05-06 02:27:24 +00:00
curt
a8f4a61dc2
Removed the test program for now ...
1999-04-27 19:37:09 +00:00
curt
9221604424
Changes for the MacOS port contributed by Darrell Walisser.
1999-04-27 19:27:45 +00:00
curt
5bddbd0ca9
MacOS portability improvements.
...
Added a class to encapsulate Mac vs. Unix path separator differences.
1999-04-27 15:56:22 +00:00
curt
f8dde93e05
MacOS portability improvements.
1999-04-27 15:54:39 +00:00
curt
489b562232
Borland tweak.
1999-04-22 18:46:40 +00:00
curt
294a0dde63
MAT3mat.c: Borland tweaks.
...
mat3.h: Some inline assembly from Norman.
1999-04-22 18:46:27 +00:00
curt
53fbb98d4f
Removed plib from the source distribution. It must be built and installed
...
separately before fgfs can be built and installed.
1999-04-12 02:03:32 +00:00
curt
8a2c08a0c1
Fixes for compiling with native Irix compilers.
1999-04-07 20:58:02 +00:00
curt
b15b40ea10
Initial revision.
1999-04-07 04:09:55 +00:00
curt
0c865f540f
Removed in-src cvs logs.
1999-04-06 23:37:07 +00:00
curt
ef4a92859c
Removed ...
1999-04-06 22:29:19 +00:00
curt
2a7b06f648
Tweaks to configure script so it can be run from the top level
...
configure script.
1999-04-06 02:42:10 +00:00
curt
6c2ca22b3f
Initial revision.
1999-04-05 22:18:39 +00:00
curt
592690f8f2
Initial revision
1999-04-05 22:14:10 +00:00
curt
1eb87e7c73
Initial revision
1999-04-05 21:32:32 +00:00
curt
a0e40c1fc1
Integrated Steve's new "plib" conglomeration.
1999-04-03 04:19:39 +00:00
curt
2c920ae1df
Added is_open() so we can check if the open() succeeded.
1999-03-27 14:04:25 +00:00
curt
bbde3b36bf
Elimitated some const warnings from the compiler.
1999-03-27 05:34:05 +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
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
7b22b8cd92
Moved to math subdirectory.
1999-03-13 17:34:44 +00:00
curt
bc2ae82e81
Added some informational methods.
1999-03-12 22:51:18 +00:00
curt
764f4037b0
Tweak for native SGI compilers.
1999-03-08 22:00:12 +00:00
curt
a60454a786
Tweaks for compiling with native SGI compilers.
1999-03-02 01:01:42 +00:00
curt
d136ad3e57
Added initial support for native SGI compilers.
1999-02-26 22:07:53 +00:00
curt
739588f9c3
Renamed bucketutils.c -> bucketutils.cxx
1999-02-17 20:52:02 +00:00