]>
git.mxchange.org Git - flightgear.git/log
ThorstenB [Thu, 11 Aug 2011 22:09:26 +0000 (00:09 +0200)]
Use some more logging class variety.
Stop using SG_GENERAL and SG_ALL everywhere. Using different
classes makes switching the classes really useful...
Vivian Meazza [Tue, 9 Aug 2011 17:20:18 +0000 (18:20 +0100)]
Bugfix: Ballistic objects with "expiry" set were not instantiating correctly.
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Mathias Froehlich [Thu, 11 Aug 2011 18:35:44 +0000 (20:35 +0200)]
Do not delete disabled network protocols twice.
Durk Talsma [Wed, 10 Aug 2011 19:42:12 +0000 (21:42 +0200)]
Merge branch 'durk-atc' into next
Durk Talsma [Wed, 10 Aug 2011 19:39:28 +0000 (21:39 +0200)]
Some fine tuning of the ATC messages related to ground to tower transfer.
Removal of obsolete debugging messages. Let's hope I caught them all.
ThorstenB [Tue, 9 Aug 2011 22:05:10 +0000 (00:05 +0200)]
Allow bidirectional support for generic interfaces.
Durk Talsma [Tue, 9 Aug 2011 18:09:14 +0000 (20:09 +0200)]
Merge branch 'next' into durk-atc
Torsten Dreyer [Tue, 9 Aug 2011 16:02:37 +0000 (18:02 +0200)]
Add LOD to each AI model
Add a LOD (range animation) to each AI model if the property
/sim/rendering/static-lod/ai is set to any number greater than
zero. AI models get loaded but only displayed when closer than
the number given in the property (in meters).
If the property is absent or it's value is less or equal 0.0
than no LOD is added to the AI model.
Frederic Bouvier [Mon, 8 Aug 2011 21:26:58 +0000 (23:26 +0200)]
Fix issue #398: Menubar - Help > Help opens strange path when including space character
Durk Talsma [Mon, 8 Aug 2011 19:50:44 +0000 (21:50 +0200)]
Fix state changes related to hold position and resume taxi ATC instruction.
Durk Talsma [Mon, 8 Aug 2011 18:20:21 +0000 (20:20 +0200)]
Merge branch 'next' into durk-atc
James Turner [Mon, 8 Aug 2011 17:17:15 +0000 (18:17 +0100)]
Merge branch 'next' of gitorious.org:fg/flightgear into next
James Turner [Mon, 8 Aug 2011 17:16:49 +0000 (18:16 +0100)]
Switch RealWx to use simgear::HTTP class. Also tweak metar-proxy to send a HTTP status response.
Mathias Froehlich [Mon, 8 Aug 2011 17:12:14 +0000 (19:12 +0200)]
Fixes #397: YASim aircraft start at >32000ft instead of runway
The usual 'modify code before checkin but past testing' Problem.
Return the elevation of the intersection result instead of the
elevation of the querys start point.
Durk Talsma [Sun, 7 Aug 2011 19:38:50 +0000 (21:38 +0200)]
AI/ATC enhancements:
- Better transistion between taxi and takeoff phases.
- Skipping the pushback stages when a gate doesn't require push-back.
- Some test code always chooses the user aircraft as the one that has to hold position.
Frederic Bouvier [Sun, 7 Aug 2011 18:26:34 +0000 (20:26 +0200)]
More work toward an international fgadmin
Frederic Bouvier [Sun, 7 Aug 2011 18:02:09 +0000 (20:02 +0200)]
Typo in project file
Frederic Bouvier [Sun, 7 Aug 2011 17:51:11 +0000 (19:51 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Sun, 7 Aug 2011 17:50:35 +0000 (19:50 +0200)]
Get rid of plib to enumerate files. Get a list of files when the directory names contains UTF-8 characters. Doesn't fix issues #394 though because untarka functions should be utf-8 aware
ThorstenB [Sun, 7 Aug 2011 16:24:13 +0000 (18:24 +0200)]
#389: NumPad keys not working when NumLock is off
Map keys to something useful when NumLock is off (arrow keys etc),
since keycode was completely ignored (out of range) otherwise
Stuart Buchanan [Sun, 7 Aug 2011 10:42:39 +0000 (11:42 +0100)]
Add property binding for 3D cloud wrapping. Note that this relies on SimGear commmit
410c5ae
Mathias Froehlich [Sun, 7 Aug 2011 09:12:45 +0000 (11:12 +0200)]
Use the bv tree leafs for altitude queries.
Make use ot the bounding volume tree nodes already
present in the scenegraph for the ground cache for
scenery intersection and elevation queries.
Durk Talsma [Sun, 7 Aug 2011 07:33:54 +0000 (09:33 +0200)]
Merge branch 'next' into durk-atc
Durk Talsma [Sun, 7 Aug 2011 07:24:15 +0000 (09:24 +0200)]
Reinstate the check for aircraft that are under tower control.
ThorstenB [Sat, 6 Aug 2011 10:54:21 +0000 (12:54 +0200)]
#393: Vertical speed indicator affected by sim speed up
VSI showed incorrect values with sim speed-up factors != 1.
Time dt must be corrected by sim speed up factor.
Durk Talsma [Sat, 6 Aug 2011 08:11:25 +0000 (10:11 +0200)]
Merge branch 'next' into durk-atc
ThorstenB [Thu, 4 Aug 2011 17:26:59 +0000 (19:26 +0200)]
Don't gitignore all .cmake files...
Durk Talsma [Thu, 4 Aug 2011 17:01:26 +0000 (19:01 +0200)]
Merge branch 'next' into durk-atc
ThorstenB [Thu, 4 Aug 2011 16:59:46 +0000 (18:59 +0200)]
Improved CMake support for libsvn
Don't detect libsvn without APR.
When installed, enable libsvn support by default (same as for automake).
When enabled, provide libsvn to fgfs.
gitignore temporary CMake files
Durk Talsma [Wed, 3 Aug 2011 21:09:52 +0000 (23:09 +0200)]
Some preparory work for enabling the handover from ground to tower controller.
Frederic Bouvier [Wed, 3 Aug 2011 21:03:52 +0000 (23:03 +0200)]
Update README.MSVC after splitting 3rd party archives
Durk Talsma [Wed, 3 Aug 2011 19:23:42 +0000 (21:23 +0200)]
Removal of some debugging statements.
Durk Talsma [Tue, 2 Aug 2011 16:25:12 +0000 (18:25 +0200)]
Merge branch 'next' into durk-atc
Frederic Bouvier [Mon, 1 Aug 2011 22:57:53 +0000 (00:57 +0200)]
Relocate JS_demo project file
Frederic Bouvier [Mon, 1 Aug 2011 22:30:41 +0000 (00:30 +0200)]
Ignore *.user files
Frederic Bouvier [Mon, 1 Aug 2011 22:19:16 +0000 (00:19 +0200)]
Fix VS90 solution wrt JS_demo
ThorstenB [Mon, 1 Aug 2011 21:58:42 +0000 (23:58 +0200)]
Update data-tar-ball target.
Exclude stray .bak files (not an issue right now).
Add HLA+MP directories (after all ;-) ).
Add ASK13 glider.
Some 'tabification'.
Torsten Dreyer [Mon, 1 Aug 2011 21:12:53 +0000 (23:12 +0200)]
Just another fix for the VC90 solution file
fix build for 64bit versions of fgpanel and JS_demo
Durk Talsma [Mon, 1 Aug 2011 20:05:00 +0000 (22:05 +0200)]
Merge branch 'next' into durk-atc
Durk Talsma [Mon, 1 Aug 2011 19:34:33 +0000 (21:34 +0200)]
Bugfix: Change the point where leg numbers recycle, in order to avoid hitting the default case in AIFlightPlan::create().
Torsten Dreyer [Mon, 1 Aug 2011 06:38:56 +0000 (08:38 +0200)]
Fix missing js_demo config in vs90 solution
Torsten Dreyer [Sun, 31 Jul 2011 18:26:23 +0000 (20:26 +0200)]
Add JS_demo to VC90 project
Durk Talsma [Sun, 31 Jul 2011 17:31:25 +0000 (19:31 +0200)]
Merge branch 'next' into durk-atc
Durk Talsma [Sun, 31 Jul 2011 17:27:44 +0000 (19:27 +0200)]
A fairly major interal reorganization of the AI code
- Change AIFlightPlan::waypoint into an independent class FGAIWaypoint
- Don't update leg count until the aircraft has passed the last waypoint that was created by the corresponding leg
- Clear ground network rendering for controllers that are no longer active.
ThorstenB [Sun, 31 Jul 2011 11:33:11 +0000 (13:33 +0200)]
#232: early propagation of "point sprites for runway lights" switch
Property value is required early during initialization since the feature
isn't run-time configurable. Disable run-time calls since it has no effect.
James Turner [Sat, 30 Jul 2011 09:47:28 +0000 (10:47 +0100)]
Fixes for include-file flattening - condition.hxx no longer pulls in props or props_io
Torsten Dreyer [Thu, 28 Jul 2011 20:52:40 +0000 (22:52 +0200)]
fix for #381:fgfs -h -v throws error with no --fg-root
Because there is no help without fgdata,
be a little more verbose with the error message and
give the user at least a hint about what might help.
Mathias Froehlich [Thu, 28 Jul 2011 16:23:54 +0000 (18:23 +0200)]
Try to fix using an own cull visitor with osg 3.
Durk Talsma [Wed, 27 Jul 2011 09:01:37 +0000 (11:01 +0200)]
Bugfix: fix the on-runway crash, as reported by several people on the forum and mailing list.
Durk Talsma [Tue, 26 Jul 2011 16:28:34 +0000 (18:28 +0200)]
Fix broken constructor to prevent a segfault when deleting taxiroute during program shutdown.
Durk Talsma [Mon, 25 Jul 2011 19:36:09 +0000 (21:36 +0200)]
Fix flightplan initialization issue.
Torsten Dreyer [Mon, 25 Jul 2011 18:32:52 +0000 (20:32 +0200)]
Fix VC90 project file to compile with latest ATC changes
Durk Talsma [Mon, 25 Jul 2011 10:53:10 +0000 (12:53 +0200)]
Bugfixes:
- Allow the ATC/AI code to start from a non-airport location
- Windows compilation fixes.
Durk Talsma [Sun, 24 Jul 2011 17:19:20 +0000 (19:19 +0200)]
Rename ATCDCL/ATCDialog.[ch]xx to ATCDCL/ATCDialogOld.[ch]xx to prevent compilation problems under windows (as reported by Alan Teeder).
Torsten Dreyer [Sun, 24 Jul 2011 15:22:00 +0000 (17:22 +0200)]
let bool FGAIFlightPlan::createCruise() return a value
fix Windows build.
Mathias Froehlich [Sun, 24 Jul 2011 12:38:53 +0000 (14:38 +0200)]
Fix cmake build.
Mathias Froehlich [Sun, 24 Jul 2011 12:38:29 +0000 (14:38 +0200)]
Use cmake provided variable for librt.
Durk Talsma [Sun, 24 Jul 2011 10:48:13 +0000 (12:48 +0200)]
Some cleanup in the ATC/AI code before merging with the next branch:
- Hide the ATC dialog box by default
- Allow dynamic enabling and disabling of the AI groundnetwork visualization
- Cleanup of debug messages
Durk Talsma [Sun, 24 Jul 2011 06:44:22 +0000 (08:44 +0200)]
Merge branch 'next' into durk-atc
Torsten Dreyer [Fri, 22 Jul 2011 10:37:41 +0000 (12:37 +0200)]
Experimental navinfo() Nasal extension function
Add a navinfo() Nasal extension function to provide
information about navaids. Inspired by the airportinfo
function.
This is work in progress, do not rely on this in your Nasal
code - the interface might change over the next weeks.
Torsten Dreyer [Thu, 21 Jul 2011 21:42:45 +0000 (23:42 +0200)]
Try to fix cmake build for fgpanel without GLUT
Torsten Dreyer [Thu, 21 Jul 2011 13:46:29 +0000 (15:46 +0200)]
Enable build of fgpanel by default in cmake
James Turner [Sun, 26 Jun 2011 06:55:36 +0000 (07:55 +0100)]
More CMake headers support
James Turner [Sun, 26 Jun 2011 06:49:37 +0000 (07:49 +0100)]
CMake header support for XCode/Visual Studio
Torsten Dreyer [Mon, 18 Jul 2011 09:55:50 +0000 (11:55 +0200)]
Fix minor memory leak in terrainsampler
Thanks to ThorstenB
Torsten Dreyer [Mon, 18 Jul 2011 09:09:43 +0000 (11:09 +0200)]
Partial fix for #228: ambiguous navaid-names
This fixes at least the startup process.
If an ambigous fix name was presented with --vor=ID or --ndb=ID
present a list of matching records along with frequency and
position in the console to give the user the chance to pick
the correct one by adding the frequency with --vor-frequency=nnn.nn
It does not yes solve the issue when the user relocates using the
GUI dialog. This requires some GUI and Nasal hacking along with a
new Nasal helper function "navaidinfo".
Torsten Dreyer [Mon, 18 Jul 2011 08:24:52 +0000 (10:24 +0200)]
Two minor MSVC90 build fixes
- provide SIMGEAR_VERSION in no_version.h
- remove duplicate define of FLIGHTGEAR_VERSION
Torsten Dreyer [Sun, 17 Jul 2011 20:26:37 +0000 (22:26 +0200)]
JoystickInput: fix potential init problem
Don't remember the axis position before bindings are loaded
Torsten Dreyer [Sun, 17 Jul 2011 20:15:57 +0000 (22:15 +0200)]
Fix compile for 32bit (handleFPE() undeclared)
Torsten Dreyer [Sun, 17 Jul 2011 17:32:16 +0000 (19:32 +0200)]
Ray protocol: don't use hardcoded gravity 9.81
Torsten Dreyer [Sun, 17 Jul 2011 17:31:28 +0000 (19:31 +0200)]
Fix some gcc warnings
James Turner [Sun, 17 Jul 2011 10:58:46 +0000 (11:58 +0100)]
Fix make dist rule for removed files. (will pick to 2.4)
Torsten Dreyer [Sun, 17 Jul 2011 10:16:12 +0000 (12:16 +0200)]
Make configure.ac check for SimGear 2.5.0
Torsten Dreyer [Sun, 17 Jul 2011 09:07:07 +0000 (11:07 +0200)]
Bump to version 2.5.0
Torsten Dreyer [Sun, 17 Jul 2011 08:47:27 +0000 (10:47 +0200)]
Bump version to 2.4.0
James Turner [Sat, 16 Jul 2011 12:25:29 +0000 (13:25 +0100)]
Disable flight-related key-bindings in the WaypointList widget for 2.4 release, pending a better solution to PLIB's lack of focus.
Mathias Froehlich [Sat, 16 Jul 2011 06:23:47 +0000 (08:23 +0200)]
Fix typo :)
Anders Gidenstam [Fri, 15 Jul 2011 22:16:20 +0000 (00:16 +0200)]
Updated my entry in the Thanks file.
Mathias Froehlich [Fri, 15 Jul 2011 15:42:19 +0000 (17:42 +0200)]
Provide command line arguments for fgviewer.
Provide --fg-root and --fg-scenery command line
processing for fgviewer.
ThorstenB [Wed, 13 Jul 2011 22:22:35 +0000 (00:22 +0200)]
Fix issue reported by heap debugger
Subsystems are erased by the subsystem manager - so better avoid
dependencies in their destructors.
ThorstenB [Wed, 13 Jul 2011 19:52:29 +0000 (21:52 +0200)]
Don't crash on exit, when initialization was aborted.
Some errors cause fgfs to abort/exit before "controls" is set.
Torsten Dreyer [Sun, 10 Jul 2011 19:56:47 +0000 (21:56 +0200)]
Some more "Thanks"
ThorstenB [Sun, 10 Jul 2011 19:25:16 +0000 (21:25 +0200)]
Avoid creation of stray "/null" property nodes.
"property-assign" command had a side-effect of creating stray "/null"
nodes when assigning a value (since "getprop2" always creates some node).
ThorstenB [Sun, 10 Jul 2011 19:21:34 +0000 (21:21 +0200)]
Non-conclusive update for list of contributors.
ThorstenB [Sun, 10 Jul 2011 10:52:45 +0000 (12:52 +0200)]
Fix minor DME frequency issue.
DME frequency value should be double - not string.
Torsten Dreyer [Fri, 8 Jul 2011 08:56:18 +0000 (10:56 +0200)]
Fix #369: ATIS receiver has excessive range
Add a range filter when searching for CommStations,
searching by frequency is not enough.
Mathias Froehlich [Thu, 7 Jul 2011 16:40:44 +0000 (18:40 +0200)]
Make the 32'th joystick button work.
ThorstenB [Thu, 7 Jul 2011 06:44:09 +0000 (08:44 +0200)]
#367: Add visible error messages when flight plan file isn't found/readable
ThorstenB [Wed, 6 Jul 2011 20:33:19 +0000 (22:33 +0200)]
#367: raise log level for some routemanager error messages
When flightplans cannot be loaded (i.e. --flight-plan command-line
option fails), make sure the message is visible to the user with
default log level.
Torsten Dreyer [Tue, 5 Jul 2011 15:33:11 +0000 (17:33 +0200)]
Fix #220, Ctrl-U no longer working for YASim
Set model-state's position from properties so it can be manipulated
from the property tree.
Anders Gidenstam [Sun, 3 Jul 2011 20:05:57 +0000 (22:05 +0200)]
Fixed faulty frame transformation of moment of inertia.
Thanks to Jon for finding the problem.
ThorstenB [Sun, 3 Jul 2011 11:06:41 +0000 (13:06 +0200)]
#348 related: More places where missing files were not reported properly
Whenever resolving a (relative) path to an absolute path with
'resolve_maybe_aircraft_path', check if the result is empty and report original
(relative) path as missing. Otherwise no or a meaningless message is
issued ("File '' not found.").
Frederic Bouvier [Sun, 3 Jul 2011 06:54:05 +0000 (08:54 +0200)]
Update 3rdparty files for win32/x64 to OSG 3.0.0
Frederic Bouvier [Sat, 2 Jul 2011 17:07:59 +0000 (19:07 +0200)]
Trying to support new osg file formats by providing required plug-ins
Frederic Bouvier [Sat, 2 Jul 2011 16:57:21 +0000 (18:57 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next
Durk Talsma [Fri, 1 Jul 2011 20:20:40 +0000 (22:20 +0200)]
Merge branch 'next' into durk-atc
Erik Hofman [Fri, 1 Jul 2011 06:21:06 +0000 (08:21 +0200)]
Update to sync with JSBSim CVS, small bug fixes.
Torsten Dreyer [Tue, 28 Jun 2011 10:51:00 +0000 (12:51 +0200)]
Fix #357: Enabling "fixes" on map dialog crashes FG
This happened for fixes with names shorter than 5 characters.
range check added, which operator[] does not perform.
Torsten Dreyer [Tue, 28 Jun 2011 10:48:39 +0000 (12:48 +0200)]
Merge branch 'next' of http://git.gitorious.org/fg/flightgear into next
ThorstenB [Sun, 26 Jun 2011 17:05:28 +0000 (19:05 +0200)]
#178: improve normalization issue (avoid loops altogether)
thanks to Torsten