curt
5c8e6a5841
Tweak taxi light rendering so they don't look completely bogus at dusk.
2002-12-12 01:24:48 +00:00
curt
f29b5d98a1
Fix lost audio.
2002-12-12 01:21:21 +00:00
andy
ac93c22545
Put in some (currently compile-time) tuning for the solver threshold.
...
A recent change resulted in the Piper Cub oscillating about its
correct solution.
2002-12-11 22:58:47 +00:00
andy
4fb6673ff7
Update masses on the rigid body when consuming fuel. Simply updating
...
the tank capacity won't change the aircraft.
2002-12-11 22:52:52 +00:00
david
c3398c9add
Have DummyBSphereEntity inherit from ssgBranch instead of ssgEntity,
...
to allow building with the latest plib CVS.
Problem identified by Norm Vine.
Fix suggested by Steve Baker.
2002-12-11 21:49:25 +00:00
curt
10baa71a65
Fix out of order initialization crash (not sure how it worked before
...
unless some recent changes subtlely changed some init order items around.)
2002-12-11 21:07:30 +00:00
curt
43e48070fe
- Some refactoring of the configure.ac script.
...
- Better Mac OS X support (they put glut.h in GLUT/glut.h) :-(
2002-12-10 20:50:48 +00:00
curt
69b5c093dd
#ifdef out all references to sgCloud3d until more of it's issues can be
...
addressed.
2002-12-10 19:25:12 +00:00
curt
b640aceaa8
Change library order for cygwin.
2002-12-07 13:54:13 +00:00
curt
28243f40ca
White space cleanups.
2002-12-07 02:26:50 +00:00
curt
1feedec8d1
- Change the global_tile_mgr to a globals->get_tile_mgr() which is
...
dynamically created at run time.
- Further clean ups to the FGTileMgr class interface.
2002-12-06 22:29:46 +00:00
daveluff
49d843e22e
Patches from Erik Hofman - use Plib's wave file loader plus IRIX fixes.
2002-12-06 15:35:18 +00:00
curt
81fb6f01a7
Fix for Irix.
2002-12-06 14:28:24 +00:00
daveluff
4d6ac0ddf5
Code improvements from Norman Vine
2002-12-05 16:51:40 +00:00
curt
ac5def8fd5
Updates for 0.9.1
2002-12-05 15:39:45 +00:00
curt
a4600f85c7
Updates for 0.9.1
2002-12-05 15:31:09 +00:00
curt
eac68e9d93
add uiuc_getwind.h to distribution.
2002-12-04 23:02:08 +00:00
daveluff
bc3df74066
Add ground.[ch]xx, groundlist.[ch]xx and ATCVoice.[ch]xx to Makefile.am
2002-12-04 20:08:03 +00:00
daveluff
c65c5f3a4a
Changes to support voice rendering of ATC
2002-12-04 20:07:12 +00:00
daveluff
d3e33e8b53
Changes towards tower control - work in progress with no end-user benefit yet
2002-12-04 20:06:20 +00:00
daveluff
46011ab535
Changes and additions to utility functions to support voice ATC rendering and AI taxiing.
2002-12-04 20:05:30 +00:00
daveluff
2a1c00b8e4
Minor changes to variable name and comments
2002-12-04 20:04:26 +00:00
daveluff
8bd892a1a0
Minor change to variable name
2002-12-04 20:03:18 +00:00
daveluff
9be0f4032d
Changes to support AI taxiing and crabing when flying in wind. Still a work in progress.
2002-12-04 20:02:03 +00:00
daveluff
791caf9fbc
Removed unused code and obsolete comments
2002-12-04 19:52:50 +00:00
daveluff
df089b80f8
Changes to support voice ATIS
2002-12-04 19:51:21 +00:00
daveluff
fe6784af51
Initial draft of a canned ATC voice handling class
2002-12-04 19:49:35 +00:00
daveluff
1db3b01e04
Add ground control frequency data handling along the same lines as navlist etc...
2002-12-04 19:47:16 +00:00
daveluff
25d9868759
Include GPL
2002-12-04 19:38:04 +00:00
daveluff
5f543a2fd1
Changes towards ground control and AI taxiing currently very hardwired to KEMT
2002-12-04 19:36:39 +00:00
tony
75e51b0d81
Sync with JSBSim CVS
2002-12-04 15:32:03 +00:00
david
7df4df0e7f
Hide more generated files.
2002-12-04 12:01:17 +00:00
david
2e8572a4c5
Ignore more generated files.
2002-12-04 01:01:45 +00:00
curt
f0f1bc537f
Updates for 0.9.0 release.
2002-12-03 20:36:56 +00:00
curt
2d99b0b433
Initial revision.
2002-12-03 15:40:32 +00:00
curt
9890f8dc2f
Added utils/TerraSync/
2002-12-03 15:38:41 +00:00
curt
8293d90341
Added TerraSync/
2002-12-03 15:37:39 +00:00
curt
35b7d568d0
#include <config.h> where needed for cygwin/gcc-3.2.
2002-12-03 14:59:24 +00:00
curt
7674741abb
Add -lplibjs where needed.
2002-12-03 14:55:23 +00:00
curt
1ab2ec8fd1
#define NOMINMAX for cygwin/gcc-3.2 builders.
2002-12-02 22:16:32 +00:00
curt
953162ea53
Remove cout/endl usage and replace with SG_LOG()
2002-12-02 19:01:59 +00:00
curt
64028a37ef
Andy Ross:
...
I wrote:
> I can confirm this. Layers on the 2D panels (but oddly, only the 2D
> panels) aren't drawing over the background with the current ATI
> drivers.
OK, this turns out to be a trivial fix, although I still think it's a
driver bug. There are two calls to glPolygonOffset in the panel
rendering code (shared by both 2D and 3D panels). One is called
per-layer, and sets up a layer-specific offset. The other is called
for drawing the background textures, to lift them off of any
underlying cockpit geometry.
I was using different "factor" values for each, incorrectly. Patch
attached. It was affecting only 2D panels because the 3D ones don't
use background images.
Problem is, by my reading of the specification the bug should have had
the effect of pushing the background texture *farther* behind the
instruments, instead of pulling it on top of them. Either I'm reading
the spec incorrectly or ATI has inverted the sense of the factor
argument. Dunno, I'll submit a bug report to them and see what
happens.
2002-12-01 22:38:38 +00:00
andy
d98b7f05ff
Honor the /sim/freeze/fuel property to inhibit fuel consumption at runtime.
...
Link the standalone executable against the source files explicitly rather
than libYASim, as the Irix linker can't handle the unneeded dependance on
other parts of FlightGear.
2002-11-30 20:22:25 +00:00
curt
ebc2fbd684
Exposed the fg_commands though the httpd interface.
...
Added a built in command to preset to what ever values are in /sim/presets/
Twiddling with preset code.
2002-11-30 20:10:16 +00:00
curt
a6ce9a5b2a
A small amount of additional massaging of tile manager update() interface.
2002-11-30 14:22:00 +00:00
andy
0b2a45e256
Add the command-line yasim compiler to the automake configuration. It
...
installs into the build directory as "yasim". Simply run it with the
xml file as its only argument.
2002-11-30 06:28:18 +00:00
andy
388d714fdc
Fuel consumption. Simple implementation without support for tank selection
...
or engine-specific feeds.
2002-11-30 06:12:20 +00:00
curt
bcf9fa3695
Massaging the FGTileMgr->update() interface towards using FGLocation.
2002-11-30 03:05:34 +00:00
andy
fe4e83a10b
Added a tunable "induced drag" number to aircraft. One of the things that
...
isn't well-constrained by the solution process is the drag-vs-aoa curve.
The default value that YASim picked was very steep, and resulted in most
of the jets flying their approaches *way* behind the power curve. This
changes the default to be more forgiving, and adds an "idrag" tunable
to the configuration file for tweakers.
Also, change the default gear springiness to be less stiff.
2002-11-30 02:24:16 +00:00
curt
95109cec57
Split out tile load/free queue processing into a separate routine.
2002-11-30 02:21:04 +00:00