]> git.mxchange.org Git - flightgear.git/log
flightgear.git
11 years agoOoops, incorrect Ruby syntax.
James Turner [Mon, 13 Aug 2012 10:40:24 +0000 (11:40 +0100)]
Ooops, incorrect Ruby syntax.

11 years agoMac: make code-signing identity an env variable.
James Turner [Mon, 13 Aug 2012 10:27:04 +0000 (11:27 +0100)]
Mac: make code-signing identity an env variable.

(So I don't have to hard-code my profile ID into git)

11 years agoChange the Mac nightly to use the launcher.
James Turner [Mon, 13 Aug 2012 08:51:08 +0000 (09:51 +0100)]
Change the Mac nightly to use the launcher.

11 years agoCanvas: Don't crash if texture not available
Thomas Geymayer [Sun, 12 Aug 2012 18:21:14 +0000 (20:21 +0200)]
Canvas: Don't crash if texture not available

11 years agoDon't let the cloud alpha value change the lighting buffer
Frederic Bouvier [Sun, 12 Aug 2012 17:06:41 +0000 (19:06 +0200)]
Don't let the cloud alpha value change the lighting buffer

11 years agoCanvas: Basic support for window stacking
Thomas Geymayer [Sat, 11 Aug 2012 21:35:33 +0000 (23:35 +0200)]
Canvas: Basic support for window stacking

11 years agoEnable subversion lib packaging on Mac
James Turner [Sat, 11 Aug 2012 14:23:17 +0000 (15:23 +0100)]
Enable subversion lib packaging on Mac

11 years agoAdd forgotten uniforms to the display stage (Rembrandt)
Frederic Bouvier [Sat, 11 Aug 2012 10:19:44 +0000 (12:19 +0200)]
Add forgotten uniforms to the display stage (Rembrandt)

11 years agoCanvas: Forward mouse events to elements.
Thomas Geymayer [Fri, 10 Aug 2012 11:11:06 +0000 (13:11 +0200)]
Canvas: Forward mouse events to elements.

 - Use bounding box intersections to determine which element is
   hit.
 - Transform mouse coordinates to local coordinates.
 - Try to get osgText bounding box correct (or at least better)

11 years agoCanvas: default image element dimensions to texture size
Thomas Geymayer [Thu, 9 Aug 2012 19:58:55 +0000 (21:58 +0200)]
Canvas: default image element dimensions to texture size

11 years agoCanvas: Image/Window unifying and allow using canvas inside canvas.
Thomas Geymayer [Thu, 9 Aug 2012 12:50:20 +0000 (14:50 +0200)]
Canvas: Image/Window unifying and allow using canvas inside canvas.

 - Refactor and unify common functionality of canvas::Window and
   canvas::Image
 - Make canvas::Image actually work
 - Allow using canvases inside canvas::Image
   * Use new canvas:// "protocol" to allow using canvases in
     place of images
 - Prepare for categorizing canvases:
   * Move canvases to /canvas/by-index
   * Later support linking to other nodes in subbranches of
     /canvas

11 years agoClean up
Thomas Geymayer [Thu, 9 Aug 2012 11:14:19 +0000 (13:14 +0200)]
Clean up

 - Replace deprecated boost::shared_static_cast with
   boost::static_pointer_cast
 - Use boost::ends_with in favor of own implementation.

11 years agoCopy fgcom data files into the resources dir
James Turner [Wed, 8 Aug 2012 14:57:07 +0000 (15:57 +0100)]
Copy fgcom data files into the resources dir

11 years agoMac nightly packaging updates
James Turner [Tue, 7 Aug 2012 13:03:29 +0000 (14:03 +0100)]
Mac nightly packaging updates

Add FGCom, use Mac-launcher build exports, and ground-work for copying Subversion client libraries. Also runs code sign, though without a valid signing identity.

11 years agoInitial work on Image element for Canvas.
James Turner [Sun, 5 Aug 2012 21:43:01 +0000 (22:43 +0100)]
Initial work on Image element for Canvas.

11 years agoFix a crash with the native menubar.
James Turner [Sun, 5 Aug 2012 20:30:15 +0000 (21:30 +0100)]
Fix a crash with the native menubar.

http://code.google.com/p/flightgear-bugs/issues/detail?id=821

11 years agoCocoa clipboard implementation.
James Turner [Sun, 5 Aug 2012 20:00:05 +0000 (21:00 +0100)]
Cocoa clipboard implementation.

Fix OS-X build by supplying a Cocoa clipboard implementation.

11 years agoCanvas: Fully remove Window drawable if destroyed
Thomas Geymayer [Sun, 5 Aug 2012 16:06:56 +0000 (18:06 +0200)]
Canvas: Fully remove Window drawable if destroyed

11 years agoComplete X11 clipboard support.
Thomas Geymayer [Sun, 5 Aug 2012 09:19:24 +0000 (11:19 +0200)]
Complete X11 clipboard support.

 - Now ClipboarX11 also supports writing to the clipboard and
   sending the data to another application if requested.

11 years agoBasic clipboard access from Nasal.
Thomas Geymayer [Fri, 3 Aug 2012 22:24:26 +0000 (00:24 +0200)]
Basic clipboard access from Nasal.

 - Add platform independent clipboard layer for Nasal access
   to clipboard (thanks to Hooray for basic code)
 - Add Windows clipboard access
 - Add partial X11 clipboard access (only reading from clipboard)
 - Add fallback clipboard for application internal clipboard if
   platform not supported
 - Add some helper functions to FGNasalSys

11 years agoMerge branch 'timoore/optimization' into next
Tim Moore [Fri, 3 Aug 2012 18:20:01 +0000 (20:20 +0200)]
Merge branch 'timoore/optimization' into next

11 years agouse DeletionManager
Tim Moore [Fri, 3 Aug 2012 15:16:18 +0000 (17:16 +0200)]
use DeletionManager

11 years agoAvoid a naming clash on 'canvas'
James Turner [Fri, 3 Aug 2012 09:21:26 +0000 (10:21 +0100)]
Avoid a naming clash on 'canvas'

11 years agoFix incorrectly hardcoded effect in last Rembrandt stage
Frederic Bouvier [Thu, 2 Aug 2012 20:59:49 +0000 (22:59 +0200)]
Fix incorrectly hardcoded effect in last Rembrandt stage

11 years agoSkeleton Nasal-Canvas integration.
James Turner [Thu, 2 Aug 2012 11:18:38 +0000 (12:18 +0100)]
Skeleton Nasal-Canvas integration.

This code is non-functional, but contains most of the stubs to show what's required to add property get/set access, convert to from ghost & C++ types, and manage ownership. Element derived classes & inheritance (e.g., methods on image/path/map elements) will follow, along with some actual functionality!

11 years agoNo terrasync in Win64
Frederic Bouvier [Thu, 2 Aug 2012 06:53:50 +0000 (08:53 +0200)]
No terrasync in Win64

11 years agoAdd a nightly build for FG 64
Frederic Bouvier [Thu, 2 Aug 2012 06:33:06 +0000 (08:33 +0200)]
Add a nightly build for FG 64

11 years agoAdd some predefined uniforms to Rembrandt stages
Frederic Bouvier [Wed, 1 Aug 2012 20:42:00 +0000 (22:42 +0200)]
Add some predefined uniforms to Rembrandt stages

11 years agoCanvas: Fix warning and rename file.
Thomas Geymayer [Wed, 1 Aug 2012 08:56:07 +0000 (10:56 +0200)]
Canvas: Fix warning and rename file.

11 years agoFix Win32 build - No GLUT please \!
Frederic Bouvier [Wed, 1 Aug 2012 06:53:40 +0000 (08:53 +0200)]
Fix Win32 build - No GLUT please \!

11 years agoCanvas: First version of new Canvas GUI system.
Thomas Geymayer [Fri, 27 Jul 2012 11:17:42 +0000 (13:17 +0200)]
Canvas: First version of new Canvas GUI system.

 - Refactor CanvasMgr into PropertyBasedMgr to be also used
   for the Canvas GUI system.
 - Get rid of tied properties in the Canvas system.
 - Add new placement type 'window' for placing canvases onto
   windows
 - Pass mouse events to Window class (only if cursor is over
   window)
 - Refactor canvas placement clean up

11 years agoCanvas: Support for text selection.
Thomas Geymayer [Tue, 24 Jul 2012 22:11:55 +0000 (00:11 +0200)]
Canvas: Support for text selection.

 - Expose nearest hit for text/character selection
 - Fix culling

11 years agoCanvas: UTF-8 support and more settings exposed.
Thomas Geymayer [Mon, 16 Jul 2012 23:02:03 +0000 (01:02 +0200)]
Canvas: UTF-8 support and more settings exposed.

 - Allow hiding objects
 - Use UTF-8 encoding for text elements
 - Add paramter max-width to text elements
 - Support stroke-linecap for path elements
 - Fix mouse coords
 - Set better mipmap filter

11 years agoCanvas: Add new element type map for geo mapping.
Thomas Geymayer [Wed, 11 Jul 2012 22:23:29 +0000 (00:23 +0200)]
Canvas: Add new element type map for geo mapping.

 - The new map element automatically transforms geo coordinates
   (lat, lon) to the according screen coordinates.
 - Currently one type of projection is supported
   (Sanson-Flamsteed projection)

11 years agoNasalPositioned: Expose actual postion of parkings
Thomas Geymayer [Wed, 11 Jul 2012 22:10:00 +0000 (00:10 +0200)]
NasalPositioned: Expose actual postion of parkings

11 years agoCanvas: Allow using canvases as PUI widgets.
Thomas Geymayer [Wed, 4 Jul 2012 11:15:12 +0000 (13:15 +0200)]
Canvas: Allow using canvases as PUI widgets.

 - Add new widget type canvas
 - Set canvas view dimension from the gui xml.
 - Expose mouse events to canvas widget properties.

11 years agoAdd property to disable native menu on Mac.
James Turner [Mon, 30 Jul 2012 16:04:32 +0000 (17:04 +0100)]
Add property to disable native menu on Mac.

11 years agoautopilot: Introduce virtual dtor.
Mathias Froehlich [Sun, 29 Jul 2012 15:57:23 +0000 (17:57 +0200)]
autopilot: Introduce virtual dtor.

Introduce a virtual destructor to make deleting
FunctorBase instances ComponentForge::~ComponentForge
work reliable.

11 years agohla: Convert to the new callback system.
Mathias Froehlich [Sun, 29 Jul 2012 14:02:40 +0000 (16:02 +0200)]
hla: Convert to the new callback system.

11 years agoEnsure WSAStartup is called for metar.exe
James Turner [Fri, 27 Jul 2012 16:51:04 +0000 (17:51 +0100)]
Ensure WSAStartup is called for metar.exe

11 years agoRemove most compile warnings
Markus Pargmann [Sun, 17 Jun 2012 10:14:35 +0000 (12:14 +0200)]
Remove most compile warnings

11 years agoRemove hardcoded update intervals for radar.
Thomas Geymayer [Thu, 7 Jun 2012 17:16:19 +0000 (19:16 +0200)]
Remove hardcoded update intervals for radar.

11 years agoDon't stop displaying the sky dome in Rembrandt at any visibility
Frederic Bouvier [Sun, 22 Jul 2012 16:09:47 +0000 (18:09 +0200)]
Don't stop displaying the sky dome in Rembrandt at any visibility

11 years agoRemove a redundant line
Frederic Bouvier [Sun, 22 Jul 2012 15:43:27 +0000 (17:43 +0200)]
Remove a redundant line

11 years agofgviewer: Update fgviewer.
Mathias Froehlich [Sat, 21 Jul 2012 13:23:34 +0000 (15:23 +0200)]
fgviewer: Update fgviewer.

11 years agoFixed a bug where a structural to Body frame conversion was being doen twice for...
jberndt [Thu, 19 Jul 2012 03:50:19 +0000 (03:50 +0000)]
Fixed a bug where a structural to Body frame conversion was being doen twice for tanks.

11 years agoAdd command to reload materials definitions. Note that this explicitly
Stuart Buchanan [Thu, 19 Jul 2012 21:06:08 +0000 (22:06 +0100)]
Add command to reload materials definitions.  Note that this explicitly
does not attempt to delete the old materials definitions, as they
may be in use at the time.

11 years agoATISMgr clean-up / improvements
ThorstenB [Sun, 15 Jul 2012 18:05:10 +0000 (20:05 +0200)]
ATISMgr clean-up / improvements
Adds serviceable/operable properties to comm radio.
Obey comm radio power source (no power => no radio => no ATIS).
Also further clean-up to stuff belonging to former ATCmgr module.

11 years agoFix compiler warning
ThorstenB [Fri, 6 Jul 2012 06:28:45 +0000 (08:28 +0200)]
Fix compiler warning
(access beyond array bounds)

11 years agoADF: code clean-up/documentation
ThorstenB [Sun, 1 Jul 2012 14:31:20 +0000 (16:31 +0200)]
ADF: code clean-up/documentation

11 years agoADF: add "operable" property
ThorstenB [Sun, 1 Jul 2012 14:30:53 +0000 (16:30 +0200)]
ADF: add "operable" property
Add same property as for nav radio, to provide a property to cockpit models
whether the ADF is active (serviceable/switched on/power ok/...). Useful
to enable/disable displays (i.e. KR87).

11 years agoAdd dot-files to gitignore.
ThorstenB [Tue, 17 Jul 2012 17:19:55 +0000 (19:19 +0200)]
Add dot-files to gitignore.

11 years agoAdd warning for in-source-directory builds.
ThorstenB [Tue, 17 Jul 2012 17:19:17 +0000 (19:19 +0200)]
Add warning for in-source-directory builds.

11 years agoBump version to 2.9.0
ThorstenB [Tue, 17 Jul 2012 16:54:44 +0000 (18:54 +0200)]
Bump version to 2.9.0

11 years agoAdd a node mask bit for permanent lights (needed by Rembrandt) and select it in the...
Frederic Bouvier [Mon, 16 Jul 2012 18:07:59 +0000 (20:07 +0200)]
Add a node mask bit for permanent lights (needed by Rembrandt) and select it in the lighting stage

11 years agoRestore ATIS reception with nav receivers.
ThorstenB [Sun, 15 Jul 2012 17:02:05 +0000 (19:02 +0200)]
Restore ATIS reception with nav receivers.
nav radios can be used for comm reception - mainly to receive ATIS. This
had worked with FG 2.6, but was lost in the ATCMgr->ATISMgr conversion.

11 years ago#798: Betrand Coconnier: Fix setting initial vertical speed with JSBSim
ThorstenB [Sun, 15 Jul 2012 13:23:46 +0000 (15:23 +0200)]
#798: Betrand Coconnier: Fix setting initial vertical speed with JSBSim

11 years agoOption to restore defaults and enable/disable random buildings+vegetation
ThorstenB [Sun, 15 Jul 2012 08:56:59 +0000 (10:56 +0200)]
Option to restore defaults and enable/disable random buildings+vegetation
fgfs can fail to start when random buildings is set to an excessive level,
so you can't even reach the GUI setting to reduce/disable again.

11 years agoDebug message about loaded AI models.
ThorstenB [Sun, 15 Jul 2012 08:15:10 +0000 (10:15 +0200)]
Debug message about loaded AI models.

11 years agoOSG 3.0.1 has no osg::Node::asCamera method
Frederic Bouvier [Sun, 15 Jul 2012 08:03:19 +0000 (10:03 +0200)]
OSG 3.0.1 has no osg::Node::asCamera method

11 years agoMake the point light non permanent in Rembrandt
Frederic Bouvier [Sun, 15 Jul 2012 06:13:05 +0000 (08:13 +0200)]
Make the point light non permanent in Rembrandt

11 years agoRestore 2D panels in Rembrandt
Frederic Bouvier [Sat, 14 Jul 2012 22:09:05 +0000 (00:09 +0200)]
Restore 2D panels in Rembrandt

11 years agoRestore point light in Rembrandt
Frederic Bouvier [Sat, 14 Jul 2012 19:30:18 +0000 (21:30 +0200)]
Restore point light in Rembrandt

11 years agoRembrandt: Add debugging properties and fix transparency issues. Side effect: light...
Frederic Bouvier [Sat, 14 Jul 2012 11:07:13 +0000 (13:07 +0200)]
Rembrandt: Add debugging properties and fix transparency issues. Side effect: light are not fogged (may be added in the light shader later) and depth buffer precision issues on light are more visible due to near plane really near (0.1m)

11 years ago#803: apply hotfix to revive "--carrier" option.
ThorstenB [Sat, 14 Jul 2012 08:00:52 +0000 (10:00 +0200)]
#803: apply hotfix to revive "--carrier" option.

11 years agoProper error checks for generic protocol.
ThorstenB [Fri, 13 Jul 2012 18:33:36 +0000 (20:33 +0200)]
Proper error checks for generic protocol.
Drop FGGeneric instances which failed to initialize to avoid run-time
issues.

11 years agoCanvas: Calculate bounding box for path elements.
Thomas Geymayer [Thu, 12 Jul 2012 22:38:17 +0000 (00:38 +0200)]
Canvas: Calculate bounding box for path elements.

 - Add an update callback to calculate a bounding box for every
   path to ensure correct culling of paths.
 - Ensure OpenVG get's initialized even if elements are subject to
   culling.

11 years agoRename tf elements for easier handling.
Thomas Geymayer [Wed, 11 Jul 2012 11:21:58 +0000 (13:21 +0200)]
Rename tf elements for easier handling.

11 years agoFix setting global path options per path
Thomas Geymayer [Thu, 5 Jul 2012 09:16:32 +0000 (11:16 +0200)]
Fix setting global path options per path

11 years agodata/Startup went away (so removing the reference to it from the package
Curtis L. Olson [Thu, 12 Jul 2012 19:58:04 +0000 (14:58 -0500)]
data/Startup went away (so removing the reference to it from the package
build script.)

11 years agoRevised patch from Yves to fix Mac 10.5 compilation
James Turner [Tue, 10 Jul 2012 07:39:11 +0000 (08:39 +0100)]
Revised patch from Yves to fix Mac 10.5 compilation

NSMenuDelegate is an informal protocol before 10.6, so declare it locally in that case.

11 years ago#798: climb rate cannot be higher than the true speed
ThorstenB [Sun, 8 Jul 2012 09:39:50 +0000 (11:39 +0200)]
#798: climb rate cannot be higher than the true speed
Don't set vertical-speed on sim reset, unless the user intentionally
requested this as a start-up property.

11 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Thu, 5 Jul 2012 16:24:40 +0000 (11:24 -0500)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

11 years agomaterials.xml and materials.dtd have moved into Materials/
Curtis L. Olson [Thu, 5 Jul 2012 16:23:45 +0000 (11:23 -0500)]
materials.xml and materials.dtd have moved into Materials/

11 years agoFix canvas clean up.
Thomas Geymayer [Tue, 3 Jul 2012 14:29:37 +0000 (16:29 +0200)]
Fix canvas clean up.

On clean up there are no parents any more and therefore the assertion
was triggered.

11 years agoAdd missing glx.h include and fix some warnings.
Thomas Geymayer [Tue, 3 Jul 2012 13:48:11 +0000 (15:48 +0200)]
Add missing glx.h include and fix some warnings.

11 years agoAdd openSUSE RPM specification
ThorstenB [Mon, 2 Jul 2012 19:43:51 +0000 (21:43 +0200)]
Add openSUSE RPM specification

11 years agoDisable panel-extent drawing in hot-spots mode.
James Turner [Mon, 2 Jul 2012 10:44:34 +0000 (11:44 +0100)]
Disable panel-extent drawing in hot-spots mode.

To keep the tutorial looking nice, switch off the panel extent outlines for the 2.8 release. Longer-term I should remove the code, or add a separate property if this feature is actually useful.

11 years agoReduce severity of a failure to create a marker beacon due to an unknown runway from...
Stuart Buchanan [Sat, 30 Jun 2012 19:50:57 +0000 (20:50 +0100)]
Reduce severity of a failure to create a marker beacon due to an unknown runway from ALERT to WARN.  Not particularly relevant error message for most users.

11 years agoUpdate RedHat rpm spec
ThorstenB [Sat, 30 Jun 2012 08:48:00 +0000 (10:48 +0200)]
Update RedHat rpm spec
Adapt to CMake
Use shared SimGear libraries
Drop separate icon (use icon from package)
Update to 2.8.0
(RedHat package dependencies may still be inaccurate/incomplete)

11 years agoDrop automake README.
ThorstenB [Sat, 30 Jun 2012 08:24:23 +0000 (10:24 +0200)]
Drop automake README.

11 years agoWorking 'noshadow' animation
Frederic Bouvier [Sat, 30 Jun 2012 14:26:42 +0000 (16:26 +0200)]
Working 'noshadow' animation

11 years agoRemove a duplicate line.
Curtis L. Olson [Thu, 28 Jun 2012 19:00:52 +0000 (14:00 -0500)]
Remove a duplicate line.

11 years agoAdd data/Materials/ to the base package distribution.
Curtis L. Olson [Thu, 28 Jun 2012 15:28:53 +0000 (10:28 -0500)]
Add data/Materials/ to the base package distribution.

11 years agoGet rid of TexGen magic and do the projective texturing for shadow mapping ourself
Frederic Bouvier [Wed, 27 Jun 2012 17:37:38 +0000 (19:37 +0200)]
Get rid of TexGen magic and do the projective texturing for shadow mapping ourself

11 years agoRemove outdated entries from .desktop file so that this can be used
Christian Schmitt [Wed, 27 Jun 2012 10:17:57 +0000 (12:17 +0200)]
Remove outdated entries from .desktop file so that this can be used
by distribution packagers again

11 years agoBump version to 2.8.0
ThorstenB [Tue, 26 Jun 2012 21:17:53 +0000 (23:17 +0200)]
Bump version to 2.8.0
since "next" is already frozen for 2.8 and is prepared for building the
first release candidate.
For details on versions see http://wiki.flightgear.org/Release_plan

11 years agoUpdate README.OSG
ThorstenB [Tue, 26 Jun 2012 21:04:44 +0000 (23:04 +0200)]
Update README.OSG

11 years agoFix an edge case in flight-plan inserts.
James Turner [Tue, 26 Jun 2012 14:16:03 +0000 (15:16 +0100)]
Fix an edge case in flight-plan inserts.

When inserting with an invalid index, ensure we return the leg based on the fixed-up index, not the original one. Thanks to Matthias Götz for the catch!

11 years agoIssue 790, restore hiding of 2D panel by view.
James Turner [Tue, 26 Jun 2012 10:24:10 +0000 (11:24 +0100)]
Issue 790, restore hiding of 2D panel by view.

Restore previous behaviour where the 2D panel is automatically hidden when the current view is != 0. Also add two property controls to alter this behaviour, and the 'autohide' behaviour at runtime. (Requires an fgdata update to get matching preferences.xml)

https://code.google.com/p/flightgear-bugs/issues/detail?id=790

11 years agoMove remaining file under projects/ to package/
James Turner [Sat, 23 Jun 2012 08:39:50 +0000 (10:39 +0200)]
Move remaining file under projects/ to package/

11 years agoRemove (unmaintained) MSVC projects from the tree.
James Turner [Sat, 23 Jun 2012 08:30:03 +0000 (10:30 +0200)]
Remove (unmaintained) MSVC projects from the tree.

11 years agoSafeTexFont is unused, remove from build & Git
James Turner [Thu, 21 Jun 2012 10:00:52 +0000 (12:00 +0200)]
SafeTexFont is unused, remove from build & Git

11 years agoUse system FindPackageHandleStandardArgs macro, no need to distribute it.
James Turner [Thu, 21 Jun 2012 08:23:57 +0000 (10:23 +0200)]
Use system FindPackageHandleStandardArgs macro, no need to distribute it.

11 years agoImprove ALUT framework detection (for Mac)
James Turner [Wed, 20 Jun 2012 17:45:12 +0000 (19:45 +0200)]
Improve ALUT framework detection (for Mac)

Latest Xcode no longer searches /Library/Frameworks by default which exposed an issue here. Search for the header by the correct name to trigger special -F handling in cmake.

11 years ago#769: fix glideslope reception
ThorstenB [Mon, 18 Jun 2012 22:41:52 +0000 (00:41 +0200)]
#769: fix glideslope reception
Add missing frequency update.

11 years ago#769: fix glideslope reception
ThorstenB [Mon, 18 Jun 2012 20:57:22 +0000 (22:57 +0200)]
#769: fix glideslope reception
The glideslope station was only searched once whenever the NAV station
changed. However, sometimes a mismatching G/S station is found, since
another G/S station is still closer when the NAV station changes.
When this happened, the G/S station was never updated again (while the
NAV station stayed in range), resulting in the NAV receiver providing
correct localizer, but bad G/S data (data matching another, remote station).
Issue is fixed by alternating between searching NAV and G/S stations.

11 years agoFix OS-X compilation.
James Turner [Sun, 17 Jun 2012 20:12:47 +0000 (21:12 +0100)]
Fix OS-X compilation.

11 years agoAllow filling paths and do some clean up/fixing.
Thomas Geymayer [Wed, 6 Jun 2012 22:11:10 +0000 (00:11 +0200)]
Allow filling paths and do some clean up/fixing.

11 years agoAdd ShivaVG sources
Thomas Geymayer [Wed, 6 Jun 2012 09:32:02 +0000 (11:32 +0200)]
Add ShivaVG sources