]>
git.mxchange.org Git - flightgear.git/log
Thomas Geymayer [Thu, 7 Nov 2013 13:30:03 +0000 (14:30 +0100)]
gedit syntaxhighlight/snippet support for Nasal.
Files by Philosopher: http://forum.flightgear.org/viewtopic.php\?f\=30\&t\=17265\#p164133
James Turner [Thu, 7 Nov 2013 00:58:09 +0000 (16:58 -0800)]
Simpler Nasal for leg constraints.
Thanks to Philosopher for the suggestion.
James Turner [Tue, 5 Nov 2013 23:46:19 +0000 (15:46 -0800)]
Nasal: accept strings-containing-ints as
arguments to leg altitude/speed constraints.
Torsten Dreyer [Tue, 5 Nov 2013 21:37:57 +0000 (22:37 +0100)]
Mode change for icons (not executable)
Torsten Dreyer [Tue, 5 Nov 2013 21:26:50 +0000 (22:26 +0100)]
mag-compass: add deviation table and pitch property
Clément de l'Hamaide [Sun, 3 Nov 2013 20:24:23 +0000 (21:24 +0100)]
Icons modifications
- Add some fgcom-*.png for desktop shortcut
- Remove duplicate .gif files
- Change FGCom icon
Thomas Geymayer [Fri, 1 Nov 2013 19:52:55 +0000 (20:52 +0100)]
Keep ref_ptr in FGNasalModelData (should fix #1234)
janodesbois [Thu, 31 Oct 2013 21:29:47 +0000 (22:29 +0100)]
pitot adapted to /velocities/mach being the mach norm
janodesbois [Thu, 31 Oct 2013 21:27:29 +0000 (22:27 +0100)]
Revert "pitot tube using velocities/mach as mach norm, not the u componant"
pushed a testing patch, need to learn a good workflow ...
This reverts commit
05fa7130fc328cca43272b65de7ae508339d53e6 .
janodesbois [Thu, 31 Oct 2013 19:28:12 +0000 (20:28 +0100)]
pitot tube using velocities/mach as mach norm, not the u componant
janodesbois [Thu, 31 Oct 2013 19:25:08 +0000 (20:25 +0100)]
make YASim report /velocities/mach as the speed's norm
janodesbois [Thu, 31 Oct 2013 19:21:13 +0000 (20:21 +0100)]
Revert "JSBSim fix: /velocities/mach was reported as totale mach speed"
This reverts commit
4dde865cbcf2a15a379c1f234ebfa6737fde0321 .
Clément de l'Hamaide [Thu, 31 Oct 2013 19:14:48 +0000 (20:14 +0100)]
Missing line for FGCom icon
Clément de l'Hamaide [Thu, 31 Oct 2013 17:30:40 +0000 (18:30 +0100)]
FG-Win32/64-nightly: move uninstaller in root directory
Clément de l'Hamaide [Thu, 31 Oct 2013 13:37:34 +0000 (14:37 +0100)]
FG-Win64-nightly: apply update from Win32-nightly
Clément de l'Hamaide [Thu, 31 Oct 2013 13:36:23 +0000 (14:36 +0100)]
FG-Win32-nightly: fix OpenRTI deps
Clément de l'Hamaide [Thu, 31 Oct 2013 13:07:31 +0000 (14:07 +0100)]
Add an FGCom icon from fgcomgui (under GPL)
Clément de l'Hamaide [Thu, 31 Oct 2013 12:19:29 +0000 (13:19 +0100)]
FG-Win32-nightly: introduce common /bin /share structure
James Turner [Sun, 6 Oct 2013 16:34:53 +0000 (17:34 +0100)]
Reset: GUI can be shutdown.
James Turner [Sun, 6 Oct 2013 16:34:35 +0000 (17:34 +0100)]
Reset: AI shutdown unbinds AIbase instances.
James Turner [Sun, 6 Oct 2013 16:34:03 +0000 (17:34 +0100)]
Reset: view manager can be be shutdown.
James Turner [Sun, 6 Oct 2013 16:33:42 +0000 (17:33 +0100)]
Reset: TimeManager can be unbound.
James Turner [Sun, 6 Oct 2013 16:33:09 +0000 (17:33 +0100)]
Reset: given FGScenery a shutdown method.
Forces OSG branch references to be dropped.
James Turner [Sun, 6 Oct 2013 16:32:33 +0000 (17:32 +0100)]
Reset: use a smart point for model-placement.
James Turner [Sat, 27 Jul 2013 13:49:01 +0000 (14:49 +0100)]
Reset: ensure Wx controller destroys cleanly.
Torsten Dreyer [Mon, 28 Oct 2013 21:57:22 +0000 (22:57 +0100)]
generic binary protocol: add 'word' datatype
this patch adds support for binary datatype word (aka int16)
now we have int (32bit), word (16bit) and byte (8bit) integer types
Clément de l'Hamaide [Mon, 28 Oct 2013 20:56:08 +0000 (21:56 +0100)]
FGCom: allow ulaw codec too
janodesbois [Mon, 28 Oct 2013 04:48:53 +0000 (05:48 +0100)]
JSBSim fix: /velocities/mach was reported as totale mach speed
should be the U axis component (machU)
Thomas Geymayer [Sun, 27 Oct 2013 22:39:52 +0000 (23:39 +0100)]
HTTP: Rename urlretrieve/urlload to save/load.
Thomas Geymayer [Mon, 14 Oct 2013 23:02:05 +0000 (01:02 +0200)]
Expose HTTP module to Nasal.
Thomas Geymayer [Sun, 27 Oct 2013 18:03:35 +0000 (19:03 +0100)]
Update/refactor for simgear HTTP changes.
janodesbois [Sun, 27 Oct 2013 18:32:58 +0000 (19:32 +0100)]
velocities/u,v,wbody-fps are exposed in the property tree for the mp planes, extracted from motionInfo
janodesbois [Sun, 27 Oct 2013 13:51:19 +0000 (14:51 +0100)]
forgot a .hxx modif in larcSim for bug 202
James Turner [Sun, 27 Oct 2013 13:02:54 +0000 (13:02 +0000)]
Default to 32-bit color buffers.
Requesting 16-bit is probably doing more harm than good on modern
hardware. Command line switch to change works as before.
Also update the default window size, although this is actually
set by preferences.xml
James Turner [Sat, 26 Oct 2013 21:53:24 +0000 (22:53 +0100)]
Experimental sorter for airports.
Sort by size (cumulative runway length).
janodesbois [Tue, 22 Oct 2013 14:13:28 +0000 (16:13 +0200)]
gsdi correction, wind correction is not needed anymore, as wind composant was removed from u,v,wbody-fps
janodesbois [Tue, 22 Oct 2013 13:34:23 +0000 (15:34 +0200)]
considering u,v,wbody-fps are the ECEF velocity expressed in body axis, change in all functions/variables name dealing with them, wrongly named with wind, or even north, east, down.
James Turner [Sat, 26 Oct 2013 20:12:57 +0000 (21:12 +0100)]
Remove confusing reference to SDL/GLUT
James Turner [Sat, 26 Oct 2013 20:11:02 +0000 (21:11 +0100)]
SGI and Borland compilers are gone.
James Turner [Sat, 26 Oct 2013 20:06:03 +0000 (21:06 +0100)]
Window console changes
- default to SUBSYSTEM:WINDOWS (we can still AllocConsole if needed)
- add --console option to get a console on Windows
- ensure --show-aircraft and --help modes show the console automatically.
James Turner [Sat, 26 Oct 2013 17:45:27 +0000 (18:45 +0100)]
Fix warning 'AI Aircraft without FlightPlan'
Remove the false warning when using AI Aircraft without a flightplan.
This is (it turns out) a supported use case.
James Turner [Sat, 26 Oct 2013 17:29:23 +0000 (18:29 +0100)]
Tweaks to startup configuration handling
- restore-defaults kills the nav cache, terra-sync cache
- new ignore-autosave option bypasses autosave.xml and leaves it
untouched (does not over-write on exit)
Clément de l'Hamaide [Sat, 26 Oct 2013 11:18:08 +0000 (13:18 +0200)]
FGCom[-sa]: add IAX denoiser and auto gain + set silence threshold
Clément de l'Hamaide [Fri, 25 Oct 2013 23:51:06 +0000 (01:51 +0200)]
FGCom-sa: remove commented lines
Clément de l'Hamaide [Fri, 25 Oct 2013 23:50:19 +0000 (01:50 +0200)]
FGCom-sa: use only COM1 and COM2 + special frequencies require to mute speaker
Clément de l'Hamaide [Fri, 25 Oct 2013 23:48:31 +0000 (01:48 +0200)]
FGCom: remove unecessary assignation value
Clément de l'Hamaide [Fri, 25 Oct 2013 23:28:05 +0000 (01:28 +0200)]
FGCom: make COM1 and COM2 switchable with Shift+Space
Clément de l'Hamaide [Fri, 25 Oct 2013 13:38:17 +0000 (15:38 +0200)]
build-mac-nightly: use new FGCom
James Turner [Fri, 25 Oct 2013 08:18:59 +0000 (09:18 +0100)]
Change tooltips to enable explicit.
Instead of using a negative delay to disable, make the setting
operate directly. This simplifies UI on top.
James Turner [Thu, 24 Oct 2013 22:22:46 +0000 (23:22 +0100)]
Pause popup respects the preference.
Clément de l'Hamaide [Thu, 24 Oct 2013 10:14:15 +0000 (12:14 +0200)]
FGCom: use Speex codec instead of GSM codec
Thomas Geymayer [Wed, 23 Oct 2013 23:30:01 +0000 (01:30 +0200)]
Fix for #1244 (Canvas placements with pick animation).
Thomas Geymayer [Wed, 23 Oct 2013 15:11:56 +0000 (17:11 +0200)]
NasalCanvas: expose Element::getParent() to Nasal
James Turner [Wed, 23 Oct 2013 08:38:04 +0000 (09:38 +0100)]
FGCom: initialise some variables.
Avoid a crash on re-init where _initialized member was never set.
Torsten Dreyer [Tue, 22 Oct 2013 19:02:06 +0000 (21:02 +0200)]
generic protocol: another attempt to make MSVC smile
Torsten Dreyer [Tue, 22 Oct 2013 12:17:35 +0000 (14:17 +0200)]
generic protocol: don't rely on GNU extension
James Turner [Mon, 21 Oct 2013 22:36:52 +0000 (23:36 +0100)]
Fix an MSVC debug crash.
Ensure the route-manger unregisters itself from the flightplan
on destruction, since it is a delegate.
James Turner [Mon, 21 Oct 2013 22:04:10 +0000 (23:04 +0100)]
Fix download rate on splash screen.
Torsten Dreyer [Mon, 21 Oct 2013 18:43:22 +0000 (20:43 +0200)]
Add protocol wrappers to the generic protocol
This adds two wrappers to the generic protocol to help interfacing
small microcontrollers (arduino et. al.)
When receiving binary data over a sequential link, it's hard to tell where a packet
starts and where it ends. Two existing solutions gets implemented with this patch:
KISS (http://www.ka9q.net/papers/kiss.html) originally developed for ham radio
packet radio devices and STX/ETX byte stuffing.
This adds only the OUT direction, IN will be implemented over the next weeks.
For implementation details on the client (microcontroller's) side, check out
http://gitorious.org/flightgear-pmpt/cmpt/
This implementation is used in the c172fg project to be presented at FSweekend 2013.
James Turner [Mon, 21 Oct 2013 12:26:08 +0000 (13:26 +0100)]
Fix bug 1227, cache thrash on Win.
Since we skip POI load on Windows, we also need to
omit the stat check. Apologies for the dumb mistake.
(Will back port to 2.12 branch)
James Turner [Sun, 20 Oct 2013 19:46:40 +0000 (20:46 +0100)]
Fix typos.
James Turner [Sun, 20 Oct 2013 19:46:33 +0000 (20:46 +0100)]
Support explicit aircraft interior models.
- allow multiple model files in the -set.xml specification
- allow each model to be tagged with a usage string
- put models tagged 'interior' into a LOD group.
This is experimental, the LOD ranges will be made configurable soon.
James Turner [Sun, 20 Oct 2013 14:56:33 +0000 (15:56 +0100)]
Fix FGViewer compilation when HLA is disabled.
Changed definition in config_cmake.in means #ifdef is no longer
a valid test; use #if instead.
Thomas Geymayer [Sun, 20 Oct 2013 10:58:20 +0000 (12:58 +0200)]
Make build information readonly and clean up debug output.
James Turner [Sun, 20 Oct 2013 08:44:38 +0000 (09:44 +0100)]
Expose OSG notify severity at runtime.
Define a new property /sim/rendering/osg-notify-level and listen
to it, so we can update the notification level at run time.
James Turner [Sun, 20 Oct 2013 08:43:48 +0000 (09:43 +0100)]
Don't speak < or > when using Festival.
Patch from HomerJ, avoid sending some additional special
characters to Festival, which renders then as 'greater than' /
'less than'.
Thomas Geymayer [Sat, 19 Oct 2013 23:26:32 +0000 (01:26 +0200)]
Trigger segfault/stacktrace to trace memory corruption.
Catch OSG error message if osg::Reference derived class
is deleted with non-zero reference count and trigger a
segfault to get a stack trace.
Thomas Geymayer [Fri, 18 Oct 2013 23:17:16 +0000 (01:17 +0200)]
Provide debug information on thread safety of osg::Referenced.
James Turner [Fri, 18 Oct 2013 14:54:44 +0000 (15:54 +0100)]
Validate arg to Nasal airport.comms().
Thanks to HomerJ for the catch.
James Turner [Tue, 1 Oct 2013 20:14:30 +0000 (21:14 +0100)]
Initial hacking on terra-sync of traffic files.
Thomas Geymayer [Thu, 17 Oct 2013 11:29:38 +0000 (13:29 +0200)]
FGNasalModelData: also log path of model.
Thomas Geymayer [Thu, 17 Oct 2013 09:48:01 +0000 (11:48 +0200)]
More logging for FGNasalModelData.
Thomas Geymayer [Wed, 16 Oct 2013 21:36:27 +0000 (23:36 +0200)]
NasalSys: do not print invalid elements for error backtraces.
James Turner [Sun, 6 Oct 2013 16:28:58 +0000 (17:28 +0100)]
Map shows all airports when zoomed in.
Bug 1135, or part of it.
(Ignore the short-runway culling when zoomed in)
James Turner [Tue, 15 Oct 2013 21:27:19 +0000 (22:27 +0100)]
Bug 1217, crash on AI traffic data.
Guard against flight plans with missing airport
information.
James Turner [Tue, 15 Oct 2013 21:16:50 +0000 (22:16 +0100)]
Cleanup exit handling.
Replace many lingering calls to exit() from the code,
replacing most with exception throws, which can be
caught by the existing mechanisms.
Update the option-parsing code to return an explicit
value indicating what to do (e.g., exit status to return
to the shell).
James Turner [Tue, 15 Oct 2013 21:02:36 +0000 (22:02 +0100)]
Work-around for issue 1231.
Force sglog() to be initialised before at exit
handler is registered, so logging can be used from
inside our exit handler.
Thomas Geymayer [Tue, 15 Oct 2013 15:48:13 +0000 (17:48 +0200)]
Update/simplify for SimGear changes.
Thomas Geymayer [Mon, 14 Oct 2013 22:58:04 +0000 (00:58 +0200)]
Scripting: get rid of gcHash and use new SimGear/Nasal functions.
ThorstenB [Mon, 14 Oct 2013 20:13:31 +0000 (22:13 +0200)]
Add support for IGC logging protocol.
Many light aircraft include GPS loggers capable of recording the flight
path using IGC records. Lots of third party utilities are available to
analyze, process and convert igc files.
Usage: "fgfs --igc=file,out,1,OutputFile.igc"
Clément de l'Hamaide [Sat, 12 Oct 2013 17:20:38 +0000 (19:20 +0200)]
fgcom-sa: remove plib, zlib, win dependencies
Thomas Geymayer [Fri, 11 Oct 2013 22:43:30 +0000 (00:43 +0200)]
Canvas: update for SimGear changes.
Stanislaw Halik [Tue, 8 Oct 2013 08:43:17 +0000 (10:43 +0200)]
Fix ricer sqlite3 build
-fno-fast-math needs to be explicitly passed not to trigger #error
preprocessor directive.
Dirk Dittmann [Sat, 27 Jul 2013 12:06:03 +0000 (14:06 +0200)]
GPS
- greatCircleCrossTrackError added to LegWayptCtl, DirectToController, OBSController
- config overflight seqence
config/over-flight-arm-angle-deg 90
config/over-flight-arm-distance-nm 1
config/over-flight-distance-nm 0
James Turner [Wed, 2 Oct 2013 21:28:19 +0000 (22:28 +0100)]
Make positioned queries more defensive.
Validate the filter type range, to avoid crashing on bad ranges.
Accept arbitrary type lists in the Nasal API for searching by distance
James Turner [Wed, 2 Oct 2013 21:08:17 +0000 (22:08 +0100)]
Fix a crash with GPS dialog.
If an invalid filter type is supplied, don't run the queries.
This showed up with GPS dialog, since the PUI combo box defaults to
no entry selected, not the first entry.
James Turner [Tue, 1 Oct 2013 18:57:07 +0000 (19:57 +0100)]
Bug 1176, crash loading malformed scenario.
http://code.google.com/p/flightgear-bugs/issues/detail?id=1176
Don't crash if a scenario specifies a missing or invalid flightplan
(check the flightplan is valid before setting it)
James Turner [Mon, 30 Sep 2013 17:02:27 +0000 (18:02 +0100)]
Move cache schema into its own file.
Clément de l'Hamaide [Mon, 30 Sep 2013 18:08:05 +0000 (20:08 +0200)]
Fix OpenThreads DLL name for Windows build
Clément de l'Hamaide [Mon, 30 Sep 2013 16:32:59 +0000 (18:32 +0200)]
Fix pthread link for iaxclient
James Turner [Mon, 30 Sep 2013 15:13:04 +0000 (16:13 +0100)]
Splash-screen feedback on scenery download.
James Turner [Mon, 30 Sep 2013 11:07:35 +0000 (12:07 +0100)]
Tile-manager: kill off tile-refresh.
Now the manager waits on terrasync, we never need to do the
'experimental' refresh feature, since we only load finished tiles.
James Turner [Mon, 30 Sep 2013 11:03:47 +0000 (12:03 +0100)]
Tile-Manager waits on TerraSync to load.
Using a new TerraSync API, make the tile manager wait on actively
syncing tiles before sending them to the SceneryPager. This resolves numerous
issues with missing tiles, including at startup.
Clément de l'Hamaide [Sat, 28 Sep 2013 20:44:55 +0000 (22:44 +0200)]
FGCom standalone: search *.txt as relative path
James Turner [Sat, 28 Sep 2013 13:47:20 +0000 (14:47 +0100)]
Reduce amount of log output at level=debug.
James Turner [Sat, 28 Sep 2013 13:21:07 +0000 (14:21 +0100)]
Fix portability issue with system sqlite 3.8
James Turner [Sat, 28 Sep 2013 13:17:53 +0000 (14:17 +0100)]
Kill of embedded-Simgear CMake mode.
This was a silly idea, CMake super-builds from fgmeta are the correct
approach to this going forward.
James Turner [Sat, 28 Sep 2013 13:15:47 +0000 (14:15 +0100)]
Remove all references to libsvn from build.
James Turner [Sat, 28 Sep 2013 13:07:45 +0000 (14:07 +0100)]
Terrasync tweaks.
- Enable the terrasync persistent cache
- Ensure terraysync scenery dirs exist before NavCache init, so the paths are stable
- Notify TerraSync on reposition, so we sync the full 3x3 set of tiles.
Clément de l'Hamaide [Fri, 27 Sep 2013 18:24:19 +0000 (20:24 +0200)]
Restore ENABLE_IAX