]>
git.mxchange.org Git - flightgear.git/log
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.
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.
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.
ThorstenB [Thu, 4 Aug 2011 17:26:59 +0000 (19:26 +0200)]
Don't gitignore all .cmake files...
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
Frederic Bouvier [Wed, 3 Aug 2011 21:03:52 +0000 (23:03 +0200)]
Update README.MSVC after splitting 3rd party archives
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
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
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
ThorstenB [Sun, 26 Jun 2011 14:18:36 +0000 (16:18 +0200)]
#178 related: avoid sim from freezing when FDM goes wild
ThorstenB [Sun, 26 Jun 2011 14:08:19 +0000 (16:08 +0200)]
#358: Missing option to disable AI scenarios
--ai-scenario=... can only add/enable another scenario.
Introduce --disable-ai-scenarios option to disable all scenarios (can be
used by external launchers, GUIs etc)
Also provide error instead of debug message when a scenario cannot be loaded.
Frederic Bouvier [Sun, 26 Jun 2011 07:21:13 +0000 (09:21 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next
ThorstenB [Sat, 25 Jun 2011 18:44:44 +0000 (20:44 +0200)]
#221, #242: Fix/work-around for AI traffic issues
Move the disable-HOT feature from the MP aircraft to the a/c base class,
disable HOT for all AIaircraft, since that's a fix/work-around for
#242: AI aircraft respect the user a/c only when HOT is _disabled_ for them
#221: AI aircraft don't stack at parking positions when HOT is disabled
Also generally disables HOT for ballistic and other models (suggested by vivian),
allowing it for ship/carrier models only.
James Turner [Sat, 25 Jun 2011 15:18:07 +0000 (16:18 +0100)]
Tone down some log output for the release, especially related to airways/navaid loading.
Frederic Bouvier [Sat, 25 Jun 2011 12:30:54 +0000 (14:30 +0200)]
Update 3rdparty files for win32/x64 to OSG 3.0.0-rc5
Frederic Bouvier [Sat, 25 Jun 2011 08:05:38 +0000 (10:05 +0200)]
Trying to fix compilation failure on Linux and Mac
Frederic Bouvier [Sat, 25 Jun 2011 07:22:51 +0000 (09:22 +0200)]
Fix issue #354: updateCameras reset viewport size to its initial value on OSG 3.0
Torsten Dreyer [Thu, 23 Jun 2011 20:23:35 +0000 (22:23 +0200)]
Merge branch 'next' of http://git.gitorious.org/fg/flightgear into next
Mathias Froehlich [Wed, 22 Jun 2011 20:15:04 +0000 (22:15 +0200)]
Make fgviewer at least somehow work again.
ThorstenB [Wed, 22 Jun 2011 18:01:31 +0000 (20:01 +0200)]
Enable parameter for new command-line option.
Torsten Dreyer [Wed, 22 Jun 2011 13:51:33 +0000 (15:51 +0200)]
Merge branch 'next' of http://git.gitorious.org/fg/flightgear into next
Frederic Bouvier [Mon, 20 Jun 2011 21:31:22 +0000 (23:31 +0200)]
Bundle more OSG plugins in nightly builds[D
ThorstenB [Mon, 20 Jun 2011 20:50:07 +0000 (22:50 +0200)]
#346 related: missing status message for property server
Provide same start-up status message as for other protocols.
Erik Hofman [Sun, 19 Jun 2011 08:34:21 +0000 (10:34 +0200)]
Removed useless divisions - As a side effect, it removes the risk of divisions by zero
Frederic Bouvier [Sat, 18 Jun 2011 21:34:57 +0000 (23:34 +0200)]
Update 3rdparty files for win32/x64
Frederic Bouvier [Sat, 18 Jun 2011 19:24:31 +0000 (21:24 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Sat, 18 Jun 2011 19:23:54 +0000 (21:23 +0200)]
Bundle DDS plugin too
Erik Hofman [Sat, 18 Jun 2011 15:50:47 +0000 (17:50 +0200)]
Improved the calcs during trimming after a suggestion from Dennis
Erik Hofman [Fri, 17 Jun 2011 12:16:49 +0000 (14:16 +0200)]
Fixed switch parsing and message
Erik Hofman [Fri, 17 Jun 2011 07:26:52 +0000 (09:26 +0200)]
sync with JSBSim CVS
Frederic Bouvier [Wed, 15 Jun 2011 06:27:56 +0000 (08:27 +0200)]
Link built-in svn in MSVC if 32-bit target is selected
ThorstenB [Mon, 13 Jun 2011 18:31:27 +0000 (20:31 +0200)]
issue #127: make screen shots work with OSG multi-threading
Make sure actual snap shot is executed in graphics context.
(Revert the revert :) - since the basic issue in simgear is solved now)
(patch requires simgear+fgdata update!)
ThorstenB [Sun, 12 Jun 2011 22:52:43 +0000 (00:52 +0200)]
Revert "issue #127: make screen shots work with OSG multi-threading"
This reverts commit
b4d90150c50094ac25f2e9ed7ea8302a3ef148d2 .
ThorstenB [Sun, 12 Jun 2011 22:46:50 +0000 (00:46 +0200)]
Martin Spott: Fix special FDM define for CMake.