]> git.mxchange.org Git - flightgear.git/log
flightgear.git
11 years agofgviewer: Import hla based viewer application.
Mathias Froehlich [Sun, 16 Dec 2012 15:43:22 +0000 (16:43 +0100)]
fgviewer: Import hla based viewer application.

11 years agoMETAR selection of runway works for reset.
James Turner [Sun, 16 Dec 2012 15:05:21 +0000 (15:05 +0000)]
METAR selection of runway works for reset.

Explicitly reinit the realwx subsystem on sim-reset, so METAR is updated within the 10-second finalizePosition window.

11 years agoImprove fltk detection under Windows
Frederic Bouvier [Sun, 16 Dec 2012 12:52:36 +0000 (13:52 +0100)]
Improve fltk detection under Windows

11 years agoRestructure positional finalisation for sim-reset.
James Turner [Sat, 15 Dec 2012 15:25:45 +0000 (15:25 +0000)]
Restructure positional finalisation for sim-reset.

Make position finalisation happen in the same phase as scenery load, i.e as a task during the main loop, instead of during the init loop. This is compatible with the existing reset logic. Unfortunately more work is needed; the environment code doesn't update the local station quickly enough on reset. (Fixing that is next!)

11 years agoUpdate to latest SimGear and fix eating up every 2nd scroll event
Thomas Geymayer [Thu, 13 Dec 2012 22:39:41 +0000 (23:39 +0100)]
Update to latest SimGear and fix eating up every 2nd scroll event

11 years agoAllow Canvas Windows to be resized by dragging
Thomas Geymayer [Thu, 13 Dec 2012 12:52:53 +0000 (13:52 +0100)]
Allow Canvas Windows to be resized by dragging

 - Setting 'resize' property to true on canvas::Window shows
   resize icons and exposes requested size to the property
   tree. This can be used eg. from Nasal to actually resize
   the window and/or show a preview of the resized window
   while resizing.
 - Event handling now ignores events which have already
   been handled. Before eg. clicking inside a window
   also caused picking to be performed inside the
   scene which is for sure not the expected behaviour.
 - Also forwards scroll wheel events from canvas::Window.

11 years agoSearch the current aircraft-dir implicitly.
James Turner [Thu, 13 Dec 2012 09:10:39 +0000 (09:10 +0000)]
Search the current aircraft-dir implicitly.

If a file is specified without an 'Aircraft/subdir' prefix, check for it relative to the the current aircraft dir.

11 years agoFlightHistory: spatial limit on captures.
James Turner [Tue, 11 Dec 2012 09:17:25 +0000 (09:17 +0000)]
FlightHistory: spatial limit on captures.

If you're not paused, but are stationary, don't record captures.

11 years agoFlight-history men usage cap.
James Turner [Tue, 11 Dec 2012 00:10:57 +0000 (00:10 +0000)]
Flight-history men usage cap.

Beyond a certain cap (currently 4MB), recycle buckets. With the default sample rate of 1Hz, this gives over 24 hours of history before recycling.

11 years agoFlight-path-history.
James Turner [Mon, 10 Dec 2012 18:11:44 +0000 (18:11 +0000)]
Flight-path-history.

Record the historical flight-path (by default, since last takeoff). Optionally display the flight-path in the map; other visualisations (e.g., an 'in-world' view) could also be created. Nasal API to follow so Canvas-map or FMS can show the same data.

Altitude and attitude (Euler angles) are currently recorded but not used anywhere.

11 years agoCanvasWidget: Retrieve texture id every frame.
Thomas Geymayer [Sun, 9 Dec 2012 22:15:17 +0000 (23:15 +0100)]
CanvasWidget: Retrieve texture id every frame.

If the size of a Canvas changes also the texture id
changes. We now retrieve the texture id for the CanvasWidget
every frame to ensure it uses the latest texture instance.

11 years agoIssue #809, restructure position init code.
James Turner [Sun, 9 Dec 2012 19:41:31 +0000 (19:41 +0000)]
Issue #809, restructure position init code.

Modify startup sequence, so position can be modified late in the startup process, right before the scenery load starts. This allows two ugly hacks to move to a permanent, less hacky location. If other position init modes required similar late evaluation in the future, this can be accommodated now.

This is a somewhat high-risk change - I've tested both carrier starts and runway-selection based on realwx METAR, but please look out for other position-init issues and test before / after this patch.

11 years agoCanvas MouseEvent now provides client and screen position
Thomas Geymayer [Sat, 8 Dec 2012 14:02:15 +0000 (15:02 +0100)]
Canvas MouseEvent now provides client and screen position

11 years agoCanvas add event time and expose current click count
Thomas Geymayer [Thu, 6 Dec 2012 22:27:25 +0000 (23:27 +0100)]
Canvas add event time and expose current click count

11 years agoGenerate RNG at start of day, and pass down the stack for cloud generation.
Stuart Buchanan [Wed, 5 Dec 2012 22:12:00 +0000 (22:12 +0000)]
Generate RNG at start of day, and pass down the stack for cloud generation.

11 years agoExpose canvas::Element::getTransformedBounds to Nasal
Thomas Geymayer [Tue, 4 Dec 2012 22:59:21 +0000 (23:59 +0100)]
Expose canvas::Element::getTransformedBounds to Nasal

11 years agoFix #953.
Thomas Geymayer [Mon, 3 Dec 2012 08:28:48 +0000 (09:28 +0100)]
Fix #953.

11 years agoWhoops, work-around for #926 correctly.
James Turner [Sun, 2 Dec 2012 23:55:35 +0000 (23:55 +0000)]
Whoops, work-around for #926 correctly.

Hyde confirmed this fixes the issue, leaving the code present but disabled for the moment.

11 years agoFix calculating CanvasWidget mouse coordinates
Thomas Geymayer [Sun, 2 Dec 2012 22:59:44 +0000 (23:59 +0100)]
Fix calculating CanvasWidget mouse coordinates

11 years agoFix for old PUI versions
Thomas Geymayer [Sun, 2 Dec 2012 14:47:21 +0000 (15:47 +0100)]
Fix for old PUI versions

11 years agoForward mouse events from (PUI) CanvasWidget to Canvas for new DOM like callbacks
Thomas Geymayer [Sun, 2 Dec 2012 12:27:37 +0000 (13:27 +0100)]
Forward mouse events from (PUI) CanvasWidget to Canvas for new DOM like callbacks

11 years agoLook for Boost 1.52.0 and OpenRTI under Windows
Frederic Bouvier [Sat, 1 Dec 2012 10:25:22 +0000 (11:25 +0100)]
Look for Boost 1.52.0 and OpenRTI under Windows

11 years agoFixed incomplete copy&paste issue.
ThorstenB [Sat, 1 Dec 2012 10:06:50 +0000 (11:06 +0100)]
Fixed incomplete copy&paste issue.

11 years ago#946: some libraries not found on Ubuntu/Debian
ThorstenB [Sat, 1 Dec 2012 10:01:25 +0000 (11:01 +0100)]
#946: some libraries not found on Ubuntu/Debian
Ubuntu/Debian introduced "multiarch" library directories, which is
unsupported by CMake <= 2.8.10. Add manual search paths as a workaround.
Currently it is only needed for libsvn, but it is needed for any lib
which is converted to the new directory standard.

11 years agofgai: Use HLACartesianLocation instead of an own implementation.
Mathias Froehlich [Sun, 25 Nov 2012 21:25:27 +0000 (22:25 +0100)]
fgai: Use HLACartesianLocation instead of an own implementation.

11 years agoCanvas: Expose more methods to Nasal.
Thomas Geymayer [Thu, 29 Nov 2012 23:13:16 +0000 (00:13 +0100)]
Canvas: Expose more methods to Nasal.

 - Expose canvas::Group::getElementById to Nasal
 - Expose canvas::Group::getChild to Nasal

11 years agoUpdate for latest SimGear changes and remove some old code
Thomas Geymayer [Thu, 29 Nov 2012 16:57:01 +0000 (17:57 +0100)]
Update for latest SimGear changes and remove some old code

11 years agoExpose simgear::canvas::Group::createChild to Nasal
Thomas Geymayer [Thu, 29 Nov 2012 00:24:33 +0000 (01:24 +0100)]
Expose simgear::canvas::Group::createChild to Nasal

11 years agoBug 926
James Turner [Wed, 28 Nov 2012 13:41:58 +0000 (13:41 +0000)]
Bug 926

Disable elevation mixup for naiads, since it is introducing inconsistencies between the navdata and the scenery. (Actually it's exposing inconsistencies between the airport and navaid data, but that can't be fixed right now)

11 years agoMSVC 11 compile fix
Frederic Bouvier [Wed, 28 Nov 2012 08:08:57 +0000 (09:08 +0100)]
MSVC 11 compile fix

11 years ago#952 terrasync not scheduling tiles before sim reset
ThorstenB [Tue, 27 Nov 2012 23:26:47 +0000 (00:26 +0100)]
#952 terrasync not scheduling tiles before sim reset

11 years agoBug #927 - flightplan XML loading.
James Turner [Tue, 27 Nov 2012 22:42:46 +0000 (22:42 +0000)]
Bug #927 - flightplan XML loading.

This bug was caused by the code not tolerating missing navaids / waypoints. Update logic so missing navaids degenerate to basic waypoints without problem. Also tolerate present, but empty, runway properties - don't throw an exception by looking up empty identifiers.

11 years agoAdd properties to allow control of precipitation level externally.
Stuart Buchanan [Tue, 27 Nov 2012 22:17:30 +0000 (22:17 +0000)]
Add properties to allow control of precipitation level externally.

11 years agoFix FGAIFlightPlan waypoint issues
ThorstenB [Tue, 27 Nov 2012 20:02:32 +0000 (21:02 +0100)]
Fix FGAIFlightPlan waypoint issues
Iterator must be reset after clearing waypoint list.
Deleting "*waypoint.end()" doesn't delete the last waypoint (end()-1
does - it is never actually used though).

11 years agoFix compile error "ISO C++ forbids initialization of member"
ThorstenB [Tue, 27 Nov 2012 20:01:03 +0000 (21:01 +0100)]
Fix compile error "ISO C++ forbids initialization of member"

11 years agoAdd the scenery paths to the DB, and check them.
James Turner [Tue, 27 Nov 2012 18:17:59 +0000 (18:17 +0000)]
Add the scenery paths to the DB, and check them.

When the scenery paths change, we need to rebuild the nab-cache, since Airports/ data may have changed - e.g. someone installing custom scenery with updated ILS / thresholds.

11 years agoHandle DB-locked errors.
James Turner [Tue, 27 Nov 2012 17:34:52 +0000 (17:34 +0000)]
Handle DB-locked errors.

When multiple processes (right now, multiple copies of fgfs, but potentially other users in the future) access the navcache, it can cause SQLite to return a 'locked' error, so the request should be re-tried. Add code to do this.

11 years agoMore work on Canvas event handling/adapt for simgear changes
Thomas Geymayer [Tue, 27 Nov 2012 12:56:39 +0000 (13:56 +0100)]
More work on Canvas event handling/adapt for simgear changes

11 years agoStop AI aircraft's sound when removing
ThorstenB [Mon, 26 Nov 2012 23:02:28 +0000 (00:02 +0100)]
Stop AI aircraft's sound when removing
Sound manager keeps a reference to _fx, so reducing its ref-count isn't
enough - it must be removed explicitly.

11 years agoBase fullscreen detection on window decoration
ThorstenB [Mon, 26 Nov 2012 23:02:28 +0000 (00:02 +0100)]
Base fullscreen detection on window decoration
rather than window size, since the size of full screen windows can change:
e.g. Xinerama mode automatically resizes fullscreen windows to cover the
area belonging to a single display only - so the
"(Xinerama) screen area == window size" check always failed - even in
fullscreen mode.

11 years agoFix a couple of 64-bit warnings identified by GCC.
ThorstenB [Sun, 25 Nov 2012 23:23:10 +0000 (00:23 +0100)]
Fix a couple of 64-bit warnings identified by GCC.
PositionedID is of "int64_t", which depends on platform: apparently it is
"long long int" for Mac (requiring %lld format), but it is "long int" for
64bit Linux (requiring %ld). To avoid a "compiler warning fix commit
war" ;-) use a type cast to the longest common type (long long int).

11 years agoWork on AIAircraft gear animation.
James Turner [Sun, 25 Nov 2012 21:37:15 +0000 (21:37 +0000)]
Work on AIAircraft gear animation.

Inspired by Harald's patch, attempt to get AI models show realistic gear animations. Unfortunately AI models seem to be ignoring the gear properties, so keeping the code disabled until I can trace down why.

11 years agoFix a couple of 64-bit warnings identified by Clang.
James Turner [Sun, 25 Nov 2012 21:35:17 +0000 (21:35 +0000)]
Fix a couple of 64-bit warnings identified by Clang.

11 years agoAdd debug check to NavCache
ThorstenB [Sun, 25 Nov 2012 15:41:10 +0000 (16:41 +0100)]
Add debug check to NavCache
reporting suspicious filesystem timestamp changes.

11 years agotraffic: more pass by reference + member init
ThorstenB [Sun, 25 Nov 2012 15:41:10 +0000 (16:41 +0100)]
traffic: more pass by reference + member init

11 years agoTraffic: preemptable flight scheduling
ThorstenB [Sun, 25 Nov 2012 15:41:10 +0000 (16:41 +0100)]
Traffic: preemptable flight scheduling
FGAISchedule::update can be time consuming. Preempt when necessary to
avoid simulation lags, and call it every sim iteration, until the flight
plan is complete.

11 years agoFix duplicate runway wpt in default approach.
James Turner [Sat, 24 Nov 2012 13:50:37 +0000 (13:50 +0000)]
Fix duplicate runway wpt in default approach.

11 years agoMSVC compile issues.
ThorstenB [Sat, 24 Nov 2012 12:33:36 +0000 (13:33 +0100)]
MSVC compile issues.

11 years agoAIFlihtPlan: Proper member initialization
ThorstenB [Sat, 24 Nov 2012 12:04:59 +0000 (13:04 +0100)]
AIFlihtPlan: Proper member initialization
(i.e. "isValid" needs to be initialized unconditionally)

11 years agoFix some groundnet cache issues.
James Turner [Sat, 24 Nov 2012 12:14:56 +0000 (12:14 +0000)]
Fix some groundnet cache issues.

ThorstenB identified some cases where mod-times changing could lead to corrupted ground-cache data in the DB - handle both of these. What's still unclear is why the mod-times changes; hopefully the additional debug info will reveal this.

11 years agoTraffic performance: add airport memory cache
ThorstenB [Sat, 24 Nov 2012 11:42:31 +0000 (12:42 +0100)]
Traffic performance: add airport memory cache
to avoid repeating identical NavCache/SQL queries. Also ensures we're
not using multiple FGAirport instances for an airport - each triggering
identical queries to pull in airport data.
Airports by ICAO ID are requested very frequently at run-time, so caching
significantly boosts performance.

11 years agoTraffic performance: cache track length
ThorstenB [Sat, 24 Nov 2012 11:06:20 +0000 (12:06 +0100)]
Traffic performance: cache track length
Track length is calculate every iteration/for every aircraft. Since some
tracks have hundreds of waypoints, calculation is slow. Cache the
track length between the waypoints ahead, so it rarely needs to be
recalculated.

11 years agoPerformance improvement: pass (const) strings by reference
ThorstenB [Sat, 24 Nov 2012 10:59:13 +0000 (11:59 +0100)]
Performance improvement: pass (const) strings by reference
to avoid copying actual string data around.

11 years agofgai: Add an initial sketch of an external ai module.
Mathias Froehlich [Sat, 24 Nov 2012 09:34:08 +0000 (10:34 +0100)]
fgai: Add an initial sketch of an external ai module.

11 years agohla: add io chanel configuration shortcut hla-local.
Mathias Froehlich [Wed, 21 Nov 2012 18:41:51 +0000 (19:41 +0100)]
hla: add io chanel configuration shortcut hla-local.

11 years agoAdd more debug output to NavDataCache
ThorstenB [Fri, 23 Nov 2012 21:35:06 +0000 (22:35 +0100)]
Add more debug output to NavDataCache
showing exactly which file triggers a cache rebuild.

11 years agoUse more specific logging classes for SG_LOG.
ThorstenB [Fri, 23 Nov 2012 20:14:40 +0000 (21:14 +0100)]
Use more specific logging classes for SG_LOG.
The log filters aren't really useful when everything uses SG_GENERAL.

11 years agoClean up namespace issues
ThorstenB [Fri, 23 Nov 2012 20:00:20 +0000 (21:00 +0100)]
Clean up namespace issues
avoiding "uses..." in header files.

11 years agoFix compiler warning with sprintf format
ThorstenB [Wed, 21 Nov 2012 19:54:41 +0000 (20:54 +0100)]
Fix compiler warning with sprintf format
since PositionedID is "long int", not "long long int".

11 years agoExpose NasalSys::gcSave/gcRelease to Canvas
Thomas Geymayer [Thu, 22 Nov 2012 00:06:04 +0000 (01:06 +0100)]
Expose NasalSys::gcSave/gcRelease to Canvas

11 years agoBreak upwards dependency on Traffic in the AI code
James Turner [Wed, 21 Nov 2012 14:49:34 +0000 (14:49 +0000)]
Break upwards dependency on Traffic in the AI code

AIManager had unfortunate code to pass some state to the traffic-manager; this is no longer required since traffic schedules hold onto their AI-Aircraft directly as needed.

11 years agoAIManager cleanups, no functionality change.
James Turner [Wed, 21 Nov 2012 14:03:17 +0000 (14:03 +0000)]
AIManager cleanups, no functionality change.

11 years agoAllow setting emission for each canvas placement
Thomas Geymayer [Wed, 21 Nov 2012 12:07:57 +0000 (13:07 +0100)]
Allow setting emission for each canvas placement

11 years agoMissing std:: namespace in a header.
James Turner [Tue, 20 Nov 2012 17:09:09 +0000 (17:09 +0000)]
Missing std:: namespace in a header.

11 years agoQuiet some log output.
James Turner [Tue, 20 Nov 2012 17:08:56 +0000 (17:08 +0000)]
Quiet some log output.

11 years agoView-manager: update globals automatically.
James Turner [Tue, 20 Nov 2012 13:33:20 +0000 (13:33 +0000)]
View-manager: update globals automatically.

Make the global view-manager pointer be controlled by the instance.

11 years agoMake PUI menu-bar reinit safe.
James Turner [Tue, 20 Nov 2012 13:32:10 +0000 (13:32 +0000)]
Make PUI menu-bar reinit safe.

Was only cleaning up the PUI menubar, not old bindings / names. This led to duplicate bindings, each time the GUI was reset, which can happen for various reasons.

11 years agoMake EnvironmentMgr shutdown its subsystems.
James Turner [Tue, 20 Nov 2012 12:31:07 +0000 (12:31 +0000)]
Make EnvironmentMgr shutdown its subsystems.

With this change, Environment subsystem can be removed and re-added at runtime using the factory commands.

11 years agoAllow a default name when adding subsystems.
James Turner [Mon, 19 Nov 2012 23:22:45 +0000 (23:22 +0000)]
Allow a default name when adding subsystems.

11 years agoAvoid a dependency on the environment-manager.
James Turner [Mon, 19 Nov 2012 23:17:03 +0000 (23:17 +0000)]
Avoid a dependency on the environment-manager.

Change the ASI Mach computation (written by me) to use properties, instead of depending directly on the environment-manager.

11 years agoMany more subsystems via the factory.
James Turner [Mon, 19 Nov 2012 23:03:08 +0000 (23:03 +0000)]
Many more subsystems via the factory.

Not all of these are tested to actually be safe to add / remove at runtime, but an increasing number are.

11 years agoXMLHttpRequest: only set failure signal on failure
James Turner [Mon, 19 Nov 2012 23:02:35 +0000 (23:02 +0000)]
XMLHttpRequest: only set failure signal on failure

Use failure as a real signal property - only set it / fire listeners on a real failure condition.

11 years agoBracket threshold.xml loading in a DB transaction.
James Turner [Mon, 19 Nov 2012 22:24:10 +0000 (22:24 +0000)]
Bracket threshold.xml loading in a DB transaction.

Should mitigate (but not completely fix, yet) bad map performance when initially zooming out, or panning when zoomed out.

11 years agoImprove finding gperftools and disable profiling by default (even with gperftools...
Thomas Geymayer [Mon, 19 Nov 2012 12:10:38 +0000 (13:10 +0100)]
Improve finding gperftools and disable profiling by default (even with gperftools installed)

11 years agoMake HTTPClient a proper subsystem.
James Turner [Mon, 19 Nov 2012 11:30:12 +0000 (11:30 +0000)]
Make HTTPClient a proper subsystem.

Avoid some statics, and incidentally make the proxy host/port settings dynamic (re-init the subsystem to update proxy settings, woo).

11 years agoRemove static subsystem dependencies
ThorstenB [Sun, 18 Nov 2012 16:20:11 +0000 (17:20 +0100)]
Remove static subsystem dependencies
preventing us from recreating subsystems on reset/reinit.

11 years agoClean up CanvasWidget and more work on Canvas/Nasal bindings
Thomas Geymayer [Sun, 18 Nov 2012 15:38:35 +0000 (16:38 +0100)]
Clean up CanvasWidget and more work on Canvas/Nasal bindings

11 years agoFixed some uninitialized member vars and a mem leak.
ThorstenB [Sun, 18 Nov 2012 15:39:22 +0000 (16:39 +0100)]
Fixed some uninitialized member vars and a mem leak.

11 years agoRemove static property dependencies
ThorstenB [Sun, 18 Nov 2012 15:35:54 +0000 (16:35 +0100)]
Remove static property dependencies
preventing us from wiping properties on reset/reinit/subsystem recreate.
(more work required for "native_gui" and "ATC-Outputs" protocols)

11 years agoviewmgr: fix mixed up white-spaces/indentation
ThorstenB [Sun, 18 Nov 2012 12:23:10 +0000 (13:23 +0100)]
viewmgr: fix mixed up white-spaces/indentation
(content otherwise unchanged)

11 years agoviewmgr: stash properties for better performance
ThorstenB [Sun, 18 Nov 2012 12:17:07 +0000 (13:17 +0100)]
viewmgr: stash properties for better performance

11 years agotoggle fullscreen: also adapt GUI plane when resizing
ThorstenB [Sat, 17 Nov 2012 23:00:15 +0000 (00:00 +0100)]
toggle fullscreen: also adapt GUI plane when resizing

11 years agoAdd command to toggle fullscreen mode.
ThorstenB [Sat, 17 Nov 2012 22:07:00 +0000 (23:07 +0100)]
Add command to toggle fullscreen mode.

11 years agoYASim airborne start-up
ThorstenB [Sat, 17 Nov 2012 19:05:16 +0000 (20:05 +0100)]
YASim airborne start-up
Gear should be up when starting in-air.

11 years ago#600, for Curt... ;-) allow speed-up value to use fractions
ThorstenB [Sat, 17 Nov 2012 19:01:19 +0000 (20:01 +0100)]
#600, for Curt... ;-) allow speed-up value to use fractions
"speed-up" can now also be used for slow-motion (i.e. 0.5 / 0.25 / ...)
or fractional speeds (3.141...). This was already working for instruments
(for replay) before, now it's also considered by FDM simulation.

11 years agoSupport request body on xmlhttprequest.
James Turner [Sat, 17 Nov 2012 18:10:15 +0000 (18:10 +0000)]
Support request body on xmlhttprequest.

Allow XML property data to be submitted with a request; changes the request method from GET to POST. Supply nodes via the 'body' argument to the command.

11 years ago#931: some VOR+ILS stations not working on 32bit machines
ThorstenB [Fri, 16 Nov 2012 21:46:41 +0000 (22:46 +0100)]
#931: some VOR+ILS stations not working on 32bit machines
When casting to int, always remember the ugly effects of floating-point
(im)precisions ;-).

11 years agoFurther work on bug 905.
James Turner [Fri, 16 Nov 2012 16:43:54 +0000 (16:43 +0000)]
Further work on bug 905.

Tolerate Octree leaf children which have been moved outside their leaf's BBox. This is necessary since lazy-loading of ILS and threshold files can cause re-locations even during child traversal, where updating the hierarchy is very complex. Instead, simply tolerate this case, and rely on the real position data (which is correct).

11 years agoAdd new property indicating whether profiler is available
Thomas Geymayer [Fri, 16 Nov 2012 11:59:44 +0000 (12:59 +0100)]
Add new property indicating whether profiler is available

11 years agoNasalCanvas: Clean up and expose Element node ghost
Thomas Geymayer [Fri, 16 Nov 2012 11:34:38 +0000 (12:34 +0100)]
NasalCanvas: Clean up and expose Element node ghost

11 years ago#918: fix jsbsim in-air repositioning issue
ThorstenB [Thu, 15 Nov 2012 19:20:00 +0000 (20:20 +0100)]
#918: fix jsbsim in-air repositioning issue

11 years ago#895: AI traffic not working when system is offline but real-wx is enabled
ThorstenB [Wed, 14 Nov 2012 23:35:45 +0000 (00:35 +0100)]
#895: AI traffic not working when system is offline but real-wx is enabled
Add a timeout when waiting for valid METAR.

11 years agofgprotocol: delete io channel on shutdown
ThorstenB [Wed, 14 Nov 2012 22:49:09 +0000 (23:49 +0100)]
fgprotocol: delete io channel on shutdown

11 years agojpg-httpd: Add error messages when unable to open port etc.
ThorstenB [Wed, 14 Nov 2012 22:44:35 +0000 (23:44 +0100)]
jpg-httpd: Add error messages when unable to open port etc.
Also move private code to cxx file.

11 years agojpg-httpd: consistent indentation and white-spaces
ThorstenB [Wed, 14 Nov 2012 22:27:18 +0000 (23:27 +0100)]
jpg-httpd: consistent indentation and white-spaces
(no content change)

11 years agoCMAKE: find plib module: correct the linking order of the pu component,
Christian Schmitt [Thu, 15 Nov 2012 14:47:01 +0000 (15:47 +0100)]
CMAKE: find plib module: correct the linking order of the pu component,
which has to be before fnt. This fixes the fgpanel linking on some distros.

11 years agoReally make profiling commands optional
Thomas Geymayer [Thu, 15 Nov 2012 12:56:31 +0000 (13:56 +0100)]
Really make profiling commands optional

11 years agoVisual Studio bug workaround
Thomas Geymayer [Tue, 13 Nov 2012 11:43:51 +0000 (12:43 +0100)]
Visual Studio bug workaround

11 years agoExperiment with exposing more canvas methods
Thomas Geymayer [Mon, 12 Nov 2012 22:28:53 +0000 (23:28 +0100)]
Experiment with exposing more canvas methods

11 years agoMore cleanup an move of helper classes to simgear
Thomas Geymayer [Mon, 12 Nov 2012 11:13:06 +0000 (12:13 +0100)]
More cleanup an move of helper classes to simgear