1
0
Fork 0
Commit graph

189 commits

Author SHA1 Message Date
curt
5eb782128b Moved material property management and texture loading back to
Simulator/Objects
1999-05-13 02:34:49 +00:00
curt
d4988dc104 Moved material property and texture management back to Simulator/Objects/
Working on scalable texture sizes.
1999-05-13 02:24:55 +00:00
curt
2cd7fb198e Moved material property and texture management back to Simulator/Objects/ 1999-05-13 02:10:52 +00:00
curt
be0b6c4c36 Autopilot changes contributed by Norman Vine. 1999-05-12 15:06:44 +00:00
curt
a9b54bca0f 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
f91a26f045 Initial revision. 1999-05-12 02:11:43 +00:00
curt
28ee2efbf9 Changes to support plib-1.0.7's font code.
GUI improvements contributed by Norman Vine.
3dfx.sh wrapper script now sets voodoo2 variables as well.
Start of support for user defined texture scale.
Start of support for precalculated texture coordinates.
1999-05-12 02:07:21 +00:00
curt
a9b592c7e9 HUD format changed contributed by Norman Vine. 1999-05-12 02:04:38 +00:00
curt
2ec91c2e9f GUI changes contributed by Norman Vine. 1999-05-12 01:11:17 +00:00
curt
1153be7545 Incorporated latest JSBsim updates. 1999-05-08 03:19:08 +00:00
curt
bc91f0ce1c Borland portability fixes contributed by Charlie Hotchkiss. 1999-05-08 02:33:13 +00:00
curt
40db8d0c1f Changes to toggle panel on and off. 1999-05-06 22:16:12 +00:00
curt
e03741be5f Fixed teleportation and dialog box crashes. 1999-05-06 21:14:06 +00:00
curt
e875ce407f Added a getline() fix for borland. 1999-05-06 19:38:28 +00:00
curt
b68246236e Changed MAX_NODES to FG_MAX_NODES. 1999-05-03 18:38:48 +00:00
curt
6aa07ad71a Removed unneeded -Lfoo/bar/ flag from Makefile.
Undef FG_VIEW_INLINE_OPTIMIZATIONS for the moment.
1999-05-03 11:42:53 +00:00
curt
4202c82732 Changed MAX_NODES to FG_MAX_NODES. 1999-05-03 11:41:09 +00:00
curt
7f6b697ea6 Changes for the MacOS port contributed by Darrell Walisser. 1999-04-27 19:27:45 +00:00
curt
78757ea9dd Changes by NHV to allow the sim to be reset. 1999-04-27 15:52:32 +00:00
curt
397f6de896 GUI updates by NHV. 1999-04-27 15:43:08 +00:00
curt
749819ec0b Reset function for when reseting sim. 1999-04-27 15:42:53 +00:00
curt
6f55cae2cc Changes by NHV so that the autopilot can be driven by the GUI. 1999-04-27 15:42:23 +00:00
curt
e8ad916ca2 Wrap with extern "C" { } if building with __cplusplus compiler. 1999-04-22 18:47:25 +00:00
curt
14ccc48670 Borland tweak. 1999-04-22 18:46:40 +00:00
curt
ec504c1f05 Added colours.h to distribution. 1999-04-19 20:19:56 +00:00
curt
61f6b4ff35 Updated 3dfx.sh to allow window vs. full screen via command line.
Added 3dfx.sh to distribution.
Updated rul serial output.
Updated runfgfs.bat files.
1999-04-19 20:19:36 +00:00
curt
a69c27895f Fixed a problem with calculating lst which was messing up moon rendering. 1999-04-19 20:18:31 +00:00
curt
bd7e3a44f0 Added some debugging messages (mostly now commented out) to try to track down
a moon display bug.  Turned out to be a problem with calculating lst in
fg_time.cxx
1999-04-19 20:17:45 +00:00
curt
1b3d52b21f Tweaks. 1999-04-16 00:00:06 +00:00
curt
df512b65e1 Added initial support for some unknown motion platform device. Hopefully
additional details will follow.
1999-04-15 23:59:45 +00:00
curt
71613dd4ee Fix from Norman to make some of his optimization work better. 1999-04-15 23:59:01 +00:00
curt
f22ca6b4cf Updated to use new plib. 1999-04-15 23:58:23 +00:00
curt
cd3dec54ef Changed Aero() method to correct body axis force calculation
from wind vector. Fix provided by Tony Peden.
1999-04-15 23:58:04 +00:00
curt
26cdcb3064 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
749d282dcf Changes contributed by Durk Talsma to allow the user to specify a startup
date/time.
1999-04-11 13:19:29 +00:00
curt
fcfbba74db Changed contributed by Durk Talsma:
- Converted struct fgTIME to class FGTime
- Don't draw textured moon/sun halos when --disable-textures requested
1999-04-08 19:53:46 +00:00
curt
b07612ce2f Fixes for compiling with native Irix compilers. 1999-04-07 20:58:02 +00:00
curt
f5067f82cb Removed in-src cvs logs. 1999-04-06 23:37:07 +00:00
curt
e282237a1f Removed fg_config.h 1999-04-06 22:29:30 +00:00
curt
e6ffd00442 Clean ups and reorganizations:
- Additional Thanks entry
- more info on getting gfc library
- converted some C style comments to C++ style.
1999-04-06 16:58:22 +00:00
curt
29f6d05875 Initial revision 1999-04-05 21:32:32 +00:00
Tim Moore
66a0be21da Merge FG_Simulator as subdirectory 2009-09-14 13:38:55 +02:00
curt
1209546e08 Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since
Jon accepted my offer to do this and thought it was a good idea.
1999-02-01 21:33:23 +00:00
curt
80b8037230 Changes to support GLUT joystick routines as fall back. 1998-10-27 02:14:21 +00:00
curt
58b4e200ec Only build the Joystick lib if joystick support is available. 1998-10-25 10:55:07 +00:00
curt
fec4bef345 updates. 1998-08-26 22:30:38 +00:00
curt
6605478bf1 Moved files from Scenery/ to Object/ 1998-08-25 16:53:14 +00:00
curt
24c592a3ce ... 1998-07-22 21:37:46 +00:00
curt
8d91019166 ground collision detection implemented. 1998-07-16 17:30:07 +00:00
curt
d124c5f456 . 1998-07-06 02:37:38 +00:00