]>
git.mxchange.org Git - flightgear.git/log
ehofman [Thu, 13 Nov 2003 14:56:51 +0000 (14:56 +0000)]
Depreciate NetworkOLK. A big thanks goes to Oliver Delise for implementing it in the first place.
ehofman [Thu, 13 Nov 2003 14:42:47 +0000 (14:42 +0000)]
Depreciate NetworkOLK. A big thanks goes to Oliver Delise for implementing it in the first place.
curt [Thu, 13 Nov 2003 03:10:09 +0000 (03:10 +0000)]
Add support for passing a CG offset (in inches) to an external FDM.
ehofman [Wed, 12 Nov 2003 10:06:18 +0000 (10:06 +0000)]
Add Manuel Bessler and Stephen Lowry's remote joystick code and add David Magginson's 3dconvert utility
curt [Tue, 11 Nov 2003 17:46:23 +0000 (17:46 +0000)]
Removed some extraneous debugging output.
curt [Mon, 10 Nov 2003 22:03:16 +0000 (22:03 +0000)]
Add support for accessing the "set-outside-air-temp-degc" function from
the property/telnet interface.
curt [Mon, 10 Nov 2003 22:02:38 +0000 (22:02 +0000)]
Allow the external FDM to calculate slip/skid ball deflection and override
FlightGear's internal calculation.
curt [Mon, 10 Nov 2003 22:01:20 +0000 (22:01 +0000)]
Add support for shipping out current FlightGear temperature and pressure.
curt [Mon, 10 Nov 2003 22:00:43 +0000 (22:00 +0000)]
Don't scale elevator by 0.5.
curt [Mon, 10 Nov 2003 22:00:22 +0000 (22:00 +0000)]
A couple fixes to the air/ground trim (initial position) setup code.
curt [Mon, 10 Nov 2003 21:59:35 +0000 (21:59 +0000)]
Add a command which will setup the temperature field in the boundary and
aloft layers to match a current OAT at the current altitude. This can be
run from an external script or gui.
Given the specified OAT (and the current aircraft altitude), the code
calculates the equivalent sea level temperature, and then assigns that to
all active boundary and aloft environment layers.
curt [Mon, 10 Nov 2003 21:57:14 +0000 (21:57 +0000)]
Allow the slip/skid ball to be overridden by an external source which
calculates the position instead.
curt [Mon, 10 Nov 2003 21:56:32 +0000 (21:56 +0000)]
Add support for sending out a requested aircraft weight to an external FDM
via the "pipe" interface.
curt [Mon, 10 Nov 2003 21:55:49 +0000 (21:55 +0000)]
I had made a change on 6/24/2003 relating to temperature interpolation.
Upon further review, I was very misguided, and unfortunately no one slapped
my hand at the time.
Factoring in the environment manager's interpolation scheme, it makes complete
sense to specify the sea level temperature at each boundary and aloft layer.
In fact, this is the only way that allows the temperature interpolation to
make sense, especially around the boundary layer. This is confusing stuff,
but it now works perfectly. :-)
ehofman [Sun, 9 Nov 2003 15:07:23 +0000 (15:07 +0000)]
Disable two sided light model because Andy's patch to plib makes it unneeded. This should also increase framerate a bit
daveluff [Sun, 9 Nov 2003 14:01:50 +0000 (14:01 +0000)]
Re-commit the changes that I inadvertantly committed as cvsguest
curt [Sun, 9 Nov 2003 00:46:56 +0000 (00:46 +0000)]
Someone managed to commit changes as cvsguest, return to the original
version. These changes need to be added via the proper channels.
curt [Sun, 9 Nov 2003 00:38:48 +0000 (00:38 +0000)]
Someone managed to commit changes as cvsguest, return to the original
version. These changes need to be added via the proper channels.
cvsguest [Sat, 8 Nov 2003 20:11:14 +0000 (20:11 +0000)]
Multiplayer client/server system -- Message base class, "hello" message, and message class test harness
cvsguest [Sat, 8 Nov 2003 16:25:30 +0000 (16:25 +0000)]
Multiplayer client/server system -- Fix building MPS enabled binary
cvsguest [Sat, 8 Nov 2003 04:15:31 +0000 (04:15 +0000)]
Multiplayer client/server system -- MessageBuf class and test harness complete
cvsguest [Fri, 7 Nov 2003 23:38:18 +0000 (23:38 +0000)]
Multiplayer client/server system changes and new files
daveluff [Wed, 5 Nov 2003 17:24:58 +0000 (17:24 +0000)]
Further progress towards interactive ATC
daveluff [Wed, 5 Nov 2003 10:06:57 +0000 (10:06 +0000)]
Further progress towards interactive ATC control
cvsguest [Wed, 5 Nov 2003 10:02:34 +0000 (10:02 +0000)]
Fix a nasty bug - FGATC::SetDisplay() should be called *after* FGATC::Init() since display is often initialised to false in the init routine. Also some other bits and pieces.
cvsguest [Wed, 5 Nov 2003 10:00:46 +0000 (10:00 +0000)]
Set the message display delay to default to zero
daveluff [Tue, 4 Nov 2003 12:00:36 +0000 (12:00 +0000)]
Fix a typo in the comments
daveluff [Tue, 4 Nov 2003 12:00:14 +0000 (12:00 +0000)]
Start supporting user interaction callbacks and tweak the circuit eta calculation
daveluff [Tue, 4 Nov 2003 11:54:42 +0000 (11:54 +0000)]
Rationalisation of the ATC popup dialog code - moved it all over to AK's dynamic list system and removed the hardcoded list code, extended the dynamic list system a bit, started adding support for callbacks from the user interaction
curt [Fri, 31 Oct 2003 21:15:43 +0000 (21:15 +0000)]
Fix an automake squawk.
curt [Fri, 31 Oct 2003 21:03:53 +0000 (21:03 +0000)]
Updates.
curt [Fri, 31 Oct 2003 03:53:10 +0000 (03:53 +0000)]
Updates.
curt [Tue, 28 Oct 2003 20:52:49 +0000 (20:52 +0000)]
Initial revision of the RedHat package building .spec file.
curt [Fri, 24 Oct 2003 17:06:39 +0000 (17:06 +0000)]
Various 0.9.3 updates.
ehofman [Fri, 24 Oct 2003 12:39:31 +0000 (12:39 +0000)]
Fix a potention buffer overflow
ehofman [Fri, 24 Oct 2003 12:25:24 +0000 (12:25 +0000)]
David Culp: Heres are some tweaks to the FGSimTurbine module that smooth out the animation between engine phases, and between afterburner and non-afterburner operation.
curt [Thu, 23 Oct 2003 21:17:43 +0000 (21:17 +0000)]
A couple cosmetic tweaks ...
curt [Thu, 23 Oct 2003 21:03:47 +0000 (21:03 +0000)]
Another round of inno-setup script tweaks.
curt [Thu, 23 Oct 2003 18:05:18 +0000 (18:05 +0000)]
Updates to the Inno-setup script.
curt [Thu, 23 Oct 2003 17:00:16 +0000 (17:00 +0000)]
Also properly reinit previously set time of day upon reset.
curt [Thu, 23 Oct 2003 15:53:32 +0000 (15:53 +0000)]
Cameron Moore:
Added the following options: adf, ceiling, com1, com2, dme,
(en|dis)able-clock-freeze, (en|dis)able-enhanced-lighting,
(en|dis)able-horizon-effect, (en|dis)able-hud-3d,
failure, nav1, nav2, and timeofday
Updated descriptions for enable-hud and fdm
curt [Wed, 22 Oct 2003 18:48:31 +0000 (18:48 +0000)]
Jim Wilson:
This makes it possible to setup multiple cockpit views and have the correct
clipping plane set for rendering the model.
daveluff [Wed, 22 Oct 2003 10:50:11 +0000 (10:50 +0000)]
Cleaned up the ATC communication dialog code somewhat
daveluff [Tue, 21 Oct 2003 11:44:43 +0000 (11:44 +0000)]
Fixed up the freqency search dialogs properly - this should eliminate crashing and memory leakage
daveluff [Mon, 20 Oct 2003 21:48:57 +0000 (21:48 +0000)]
Fix a crash from the ATC Frequency dialog at the temporary expense of a small memory leak
curt [Mon, 20 Oct 2003 14:36:02 +0000 (14:36 +0000)]
Updates from Frederic B.
daveluff [Sun, 19 Oct 2003 20:38:08 +0000 (20:38 +0000)]
AI plane should go around instead of landing on user if user dawdles on runway now
daveluff [Sun, 19 Oct 2003 19:38:01 +0000 (19:38 +0000)]
Ug - must have been drunk when committing those two de-align lines! - this one works
ehofman [Sun, 19 Oct 2003 19:15:41 +0000 (19:15 +0000)]
James Turner:
Here's a patch to locate the base package inside the application bundle on OS-X. The patch also disables the CPSForeground hack in boostrap.cxx, which is unnecessary if the we're running as a proper bundle rather than a Unix command line program.
Both of these changes are only compiled if OSX_BUNDLE is defined (I'm doing this via a setting in ProjectBuilder), so if you're building on OS-X using configure + make, you shouldn't see any chance.
ehofman [Sun, 19 Oct 2003 09:48:44 +0000 (09:48 +0000)]
Update to the latest version of JSBSim
ehofman [Sun, 19 Oct 2003 09:27:27 +0000 (09:27 +0000)]
Fix a bug that gets triggered at least in MSVC and gcc-2.95
david [Sat, 18 Oct 2003 20:07:46 +0000 (20:07 +0000)]
Set the RPM from the property tree with each iteration. This allows a
YASim prop model to start with the prop spinning.
david [Sat, 18 Oct 2003 20:07:06 +0000 (20:07 +0000)]
Add the ability to set the RPM from the outside.
curt [Fri, 17 Oct 2003 19:17:17 +0000 (19:17 +0000)]
Fix a typo which Frederic's compiler flagged.
daveluff [Fri, 17 Oct 2003 18:56:29 +0000 (18:56 +0000)]
Quick hack to prevent offering an option that isn't implemented yet
curt [Fri, 17 Oct 2003 14:26:23 +0000 (14:26 +0000)]
Remove and extraneous starting character.
daveluff [Fri, 17 Oct 2003 09:56:35 +0000 (09:56 +0000)]
Remove some extraneous output, add a few comments, tidy a bit of formatting
daveluff [Fri, 17 Oct 2003 00:31:47 +0000 (00:31 +0000)]
Enhancements to AI plane transmissions
daveluff [Fri, 17 Oct 2003 00:31:07 +0000 (00:31 +0000)]
Bug fixes to the AI/ATC interaction mechanism
ehofman [Thu, 16 Oct 2003 19:51:59 +0000 (19:51 +0000)]
Fix a problem which was introduced by the previous patch
cvsguest [Thu, 16 Oct 2003 16:06:54 +0000 (16:06 +0000)]
Report Final to tower control class in addition to displaying it
cvsguest [Thu, 16 Oct 2003 16:06:22 +0000 (16:06 +0000)]
Clear AI plane to land when it calls final if rwy clear
curt [Thu, 16 Oct 2003 14:56:13 +0000 (14:56 +0000)]
Maik Justus: modifications to add helicopter modeling to YASim.
curt [Thu, 16 Oct 2003 14:40:13 +0000 (14:40 +0000)]
Initial revision.
Maik Justus: First pass at helicopter support for YASim.
ehofman [Thu, 16 Oct 2003 14:14:03 +0000 (14:14 +0000)]
Fix a problem where older IRIX compilers needed a typecast for certain opperations
ehofman [Thu, 16 Oct 2003 12:53:10 +0000 (12:53 +0000)]
Fix some compiler warnings
daveluff [Thu, 16 Oct 2003 11:28:44 +0000 (11:28 +0000)]
Remove some cruft, and add a short TODO list
daveluff [Thu, 16 Oct 2003 11:12:37 +0000 (11:12 +0000)]
Bug fix: derived classes were never getting a chance to respond to the towers landing intention query properly
curt [Thu, 16 Oct 2003 03:29:04 +0000 (03:29 +0000)]
Updates for 0.9.3-pre1
daveluff [Wed, 15 Oct 2003 21:51:12 +0000 (21:51 +0000)]
Transmit an empty string in order to trigger AI/ATC interation mechanism. TODO - transmit the correct phraseology.
daveluff [Wed, 15 Oct 2003 21:50:05 +0000 (21:50 +0000)]
Move responding to a plane announcing itself at hold short over to the response mechanism. Beware that a particularly nasty assumption that only one plane is ever holding for the runway at once remains for now though.
daveluff [Wed, 15 Oct 2003 14:11:50 +0000 (14:11 +0000)]
Use MHz when stating freqency on-air and call the base class update for response time handling
daveluff [Wed, 15 Oct 2003 14:10:30 +0000 (14:10 +0000)]
Tweaks to use the ATC/AI interaction framework and respond to downwind report with position in circuit
daveluff [Wed, 15 Oct 2003 14:09:26 +0000 (14:09 +0000)]
Tweaks to use the ATC/AI interaction framework
daveluff [Wed, 15 Oct 2003 14:06:28 +0000 (14:06 +0000)]
Tweaks to the ATC/AI interaction framework
curt [Tue, 14 Oct 2003 20:06:29 +0000 (20:06 +0000)]
Various tweaks.
curt [Tue, 14 Oct 2003 19:26:06 +0000 (19:26 +0000)]
Initial revision.
daveluff [Tue, 14 Oct 2003 11:10:17 +0000 (11:10 +0000)]
Refactoring - no actual change
daveluff [Tue, 14 Oct 2003 11:09:10 +0000 (11:09 +0000)]
Display AI plane transmissions if comm2 is tuned to the same frequency
daveluff [Mon, 13 Oct 2003 11:30:40 +0000 (11:30 +0000)]
Tidy the recent freq display code somewhat
daveluff [Sat, 11 Oct 2003 18:10:28 +0000 (18:10 +0000)]
Fixed a bug where an ATC station on one channel wouldn't stop transmitting when deselected if another type of ATC at the same airport was tuned on the other channel
daveluff [Sat, 11 Oct 2003 18:08:45 +0000 (18:08 +0000)]
Add a constant holding the number of different ATC types
daveluff [Fri, 10 Oct 2003 15:14:09 +0000 (15:14 +0000)]
Clarification of function comments in header file
daveluff [Fri, 10 Oct 2003 15:13:16 +0000 (15:13 +0000)]
Added ATC frequency lookup dialog
daveluff [Thu, 9 Oct 2003 21:37:26 +0000 (21:37 +0000)]
Fix a possible endless loop due to insufficient space in a char array for some messages
daveluff [Thu, 9 Oct 2003 12:12:09 +0000 (12:12 +0000)]
Missed a cout
daveluff [Thu, 9 Oct 2003 11:54:09 +0000 (11:54 +0000)]
A few bug fixes to Alexanders approach vectoring code to get it to work and display instructions
daveluff [Thu, 9 Oct 2003 11:53:28 +0000 (11:53 +0000)]
Reformat a function to get rid of tab-space mixture and remove some old commented out code that now lives in ATCDialog.cxx
daveluff [Thu, 9 Oct 2003 11:52:42 +0000 (11:52 +0000)]
Don't do AreaSearch in ATCmgr since nothing really needs it at the moment plus a couple of bug fixes to frequency search handling of approach
daveluff [Tue, 7 Oct 2003 16:05:20 +0000 (16:05 +0000)]
Oops - a boo boo of monumental proportions completely took ATC off the air...
daveluff [Tue, 7 Oct 2003 13:01:18 +0000 (13:01 +0000)]
Formatting changes
daveluff [Tue, 7 Oct 2003 12:26:28 +0000 (12:26 +0000)]
Remove unimplemented options from the ATC dialog for now
daveluff [Mon, 6 Oct 2003 22:40:37 +0000 (22:40 +0000)]
Further progress towards AI/ATC dialog
curt [Mon, 6 Oct 2003 18:40:06 +0000 (18:40 +0000)]
Initial revision.
daveluff [Mon, 6 Oct 2003 15:20:47 +0000 (15:20 +0000)]
Progress towards AI/ATC communication without speaking all at once
daveluff [Mon, 6 Oct 2003 15:19:42 +0000 (15:19 +0000)]
Minor formatting changes
daveluff [Mon, 6 Oct 2003 14:09:59 +0000 (14:09 +0000)]
Removed some extraneous output
ehofman [Thu, 2 Oct 2003 08:47:33 +0000 (08:47 +0000)]
Work around a MipsPro 7.2 STL problem
david [Wed, 1 Oct 2003 22:49:06 +0000 (22:49 +0000)]
Modified so that a multiple-element FG_SCENERY path will work:
1. Do not stop scanning STG files after OBJECT_BASE is found.
2. Load OBJECT_BASE only once.
3. Load OBJECT only when no OBJECT_BASE has been found or when
OBJECT_BASE was found in the same file (probably should be only the
latter, if we constrain OBJECT_BASE always to come first).
4. Always load OBJECT_STATIC and OBJECT_SHARED.
david [Wed, 1 Oct 2003 22:38:53 +0000 (22:38 +0000)]
Don't make SG_SCENERY into an SGPath before splitting, to avoid
normalizing ':' to '/'.