]> git.mxchange.org Git - flightgear.git/log
flightgear.git
12 years agoUpdate VisualStudio projects to link against Winsock2 instead of Winsock1
James Turner [Thu, 25 Aug 2011 19:05:17 +0000 (20:05 +0100)]
Update VisualStudio projects to link against Winsock2 instead of Winsock1

12 years agoAvoid excessive load when no navaids are in range
ThorstenB [Wed, 24 Aug 2011 21:17:05 +0000 (23:17 +0200)]
Avoid excessive load when no navaids are in range
When no navaid is found, '_ref_navaid_id_node->setStringValue("")' results
in a listener firing, which requests another navaid update when no navaid
is available.
=> Resulted in FGPositioned::findClosest being called in every update loop,
when no navaid was within range.

12 years agoChange default (non-set) MP hosts to be an empty string instead of '0'
James Turner [Wed, 24 Aug 2011 08:44:52 +0000 (09:44 +0100)]
Change default (non-set) MP hosts to be an empty string instead of '0'

12 years agoMake errno dependency explicit, since raw_socket.hxx won't expose it, soon.
James Turner [Tue, 23 Aug 2011 09:25:17 +0000 (10:25 +0100)]
Make errno dependency explicit, since raw_socket.hxx won't expose it, soon.

12 years agoAdd the frequency to the navinfo hash
Torsten Dreyer [Mon, 22 Aug 2011 07:18:04 +0000 (09:18 +0200)]
Add the frequency to the navinfo hash

12 years agoUse SG_LOG(&strerror) instead of "perror".
ThorstenB [Sat, 20 Aug 2011 21:11:21 +0000 (23:11 +0200)]
Use SG_LOG(&strerror) instead of "perror".
Also clean-up some error messages.

12 years agoAvoid some useless file accesses
ThorstenB [Sat, 20 Aug 2011 21:02:26 +0000 (23:02 +0200)]
Avoid some useless file accesses
Empty "markers" in between scenery search paths shouldn't be
considered when building search paths.

12 years agoAvoid "no disk in drive" popups on Win7 systems
ThorstenB [Sat, 20 Aug 2011 20:55:42 +0000 (22:55 +0200)]
Avoid "no disk in drive" popups on Win7 systems
Stray accesses to exchangeable drives cause pop-up error boxes on
Win7 systems, blocking the entire process.

12 years agonew global function for aircraft position
Torsten Dreyer [Sat, 20 Aug 2011 06:54:47 +0000 (08:54 +0200)]
new global function for aircraft position

add a new function to get the aircraft's position instead
of reading /position/* properties

12 years ago#410: multiplay manager reporting errors
ThorstenB [Thu, 18 Aug 2011 20:36:44 +0000 (22:36 +0200)]
#410: multiplay manager reporting errors
receive on a non-blocking socket may return 0, which does not indicate an
error - and does not mean "errno" was upated. So do not check "errno",
errors there belong to calls elsewhere...
Error message apparently triggered constantly with FG2.4.0 on Windows.

12 years ago#403: 2D horizontal scrolling on Mac OS
ThorstenB [Thu, 18 Aug 2011 19:32:24 +0000 (21:32 +0200)]
#403: 2D horizontal scrolling on Mac OS
Ignore events with X-axis scrolling only (getScrollingDeltaY() == 0).
Thanks to Tatsuhiro Nishioka.

12 years agoDon't put the version in registry keys to propagate settings from version to version...
Frederic Bouvier [Wed, 17 Aug 2011 05:56:11 +0000 (07:56 +0200)]
Don't put the version in registry keys to propagate settings from version to version and avoid leftovers

12 years agoFix a couple issues with non-referenced files missing from the source
Curtis L. Olson [Tue, 16 Aug 2011 03:50:39 +0000 (22:50 -0500)]
Fix a couple issues with non-referenced files missing from the source
distribution (and thus breaking the build.)

12 years agoMS VC8/VS2005 project files are deprecated and unmaintained
Frederic Bouvier [Mon, 15 Aug 2011 17:42:32 +0000 (19:42 +0200)]
MS VC8/VS2005 project files are deprecated and unmaintained

12 years agoRemove obsolete msvc build files
Frederic Bouvier [Mon, 15 Aug 2011 17:29:27 +0000 (19:29 +0200)]
Remove obsolete msvc build files

12 years agoFix replay NaN issue due to unrecorded/uninitialized data.
ThorstenB [Sat, 13 Aug 2011 14:53:47 +0000 (16:53 +0200)]
Fix replay NaN issue due to unrecorded/uninitialized data.
Replay was setting spoiler/speedbrake properties, however these were never
recorded/initialized, resulting in NaNs being introduced.

12 years agoTatsuhiro Nishioka: #403, scroll up/down for Mac OS
ThorstenB [Fri, 12 Aug 2011 21:28:57 +0000 (23:28 +0200)]
Tatsuhiro Nishioka: #403, scroll up/down for Mac OS
Support osgViewer's Scroll_2D event (so far only available for Mac)

12 years ago#359: jumping mouse control axis in "constrained" mouse modes
ThorstenB [Thu, 11 Aug 2011 19:36:29 +0000 (21:36 +0200)]
#359: jumping mouse control axis in "constrained" mouse modes
Experimental patch - let's see if this helps those who saw the issue,
otherwise we'll try a different patch...

12 years agoUse some more logging class variety.
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...

12 years agoBugfix: Ballistic objects with "expiry" set were not instantiating correctly.
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>
12 years agoDo not delete disabled network protocols twice.
Mathias Froehlich [Thu, 11 Aug 2011 18:35:44 +0000 (20:35 +0200)]
Do not delete disabled network protocols twice.

12 years agoMerge branch 'durk-atc' into next
Durk Talsma [Wed, 10 Aug 2011 19:42:12 +0000 (21:42 +0200)]
Merge branch 'durk-atc' into next

12 years agoSome fine tuning of the ATC messages related to ground to tower transfer.
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.

12 years agoAllow bidirectional support for generic interfaces.
ThorstenB [Tue, 9 Aug 2011 22:05:10 +0000 (00:05 +0200)]
Allow bidirectional support for generic interfaces.

12 years agoMerge branch 'next' into durk-atc
Durk Talsma [Tue, 9 Aug 2011 18:09:14 +0000 (20:09 +0200)]
Merge branch 'next' into durk-atc

12 years agoAdd LOD to each AI model
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.

12 years agoFix issue #398: Menubar - Help > Help opens strange path when including space character
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

12 years agoFix state changes related to hold position and resume taxi ATC instruction.
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.

12 years agoMerge branch 'next' into durk-atc
Durk Talsma [Mon, 8 Aug 2011 18:20:21 +0000 (20:20 +0200)]
Merge branch 'next' into durk-atc

12 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
James Turner [Mon, 8 Aug 2011 17:17:15 +0000 (18:17 +0100)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

12 years agoSwitch RealWx to use simgear::HTTP class. Also tweak metar-proxy to send a HTTP statu...
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.

12 years agoFixes #397: YASim aircraft start at >32000ft instead of runway
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.

12 years agoAI/ATC enhancements:
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.

12 years agoMore work toward an international fgadmin
Frederic Bouvier [Sun, 7 Aug 2011 18:26:34 +0000 (20:26 +0200)]
More work toward an international fgadmin

12 years agoTypo in project file
Frederic Bouvier [Sun, 7 Aug 2011 18:02:09 +0000 (20:02 +0200)]
Typo in project file

12 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Sun, 7 Aug 2011 17:51:11 +0000 (19:51 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

12 years agoGet rid of plib to enumerate files. Get a list of files when the directory names...
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

12 years ago#389: NumPad keys not working when NumLock is off
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

12 years agoAdd property binding for 3D cloud wrapping. Note that this relies on SimGear commmit...
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

12 years agoUse the bv tree leafs for altitude queries.
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.

12 years agoMerge branch 'next' into durk-atc
Durk Talsma [Sun, 7 Aug 2011 07:33:54 +0000 (09:33 +0200)]
Merge branch 'next' into durk-atc

12 years agoReinstate the check for aircraft that are under tower control.
Durk Talsma [Sun, 7 Aug 2011 07:24:15 +0000 (09:24 +0200)]
Reinstate the check for aircraft that are under tower control.

12 years ago#393: Vertical speed indicator affected by sim speed up
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.

12 years agoMerge branch 'next' into durk-atc
Durk Talsma [Sat, 6 Aug 2011 08:11:25 +0000 (10:11 +0200)]
Merge branch 'next' into durk-atc

12 years agoDon't gitignore all .cmake files...
ThorstenB [Thu, 4 Aug 2011 17:26:59 +0000 (19:26 +0200)]
Don't gitignore all .cmake files...

12 years agoMerge branch 'next' into durk-atc
Durk Talsma [Thu, 4 Aug 2011 17:01:26 +0000 (19:01 +0200)]
Merge branch 'next' into durk-atc

12 years agoImproved CMake support for libsvn
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

12 years agoSome preparory work for enabling the handover from ground to tower controller.
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.

12 years agoUpdate README.MSVC after splitting 3rd party archives
Frederic Bouvier [Wed, 3 Aug 2011 21:03:52 +0000 (23:03 +0200)]
Update README.MSVC after splitting 3rd party archives

12 years agoRemoval of some debugging statements.
Durk Talsma [Wed, 3 Aug 2011 19:23:42 +0000 (21:23 +0200)]
Removal of some debugging statements.

12 years agoMerge branch 'next' into durk-atc
Durk Talsma [Tue, 2 Aug 2011 16:25:12 +0000 (18:25 +0200)]
Merge branch 'next' into durk-atc

12 years agoRelocate JS_demo project file
Frederic Bouvier [Mon, 1 Aug 2011 22:57:53 +0000 (00:57 +0200)]
Relocate JS_demo project file

12 years agoIgnore *.user files
Frederic Bouvier [Mon, 1 Aug 2011 22:30:41 +0000 (00:30 +0200)]
Ignore *.user files

12 years agoFix VS90 solution wrt JS_demo
Frederic Bouvier [Mon, 1 Aug 2011 22:19:16 +0000 (00:19 +0200)]
Fix VS90 solution wrt JS_demo

12 years agoUpdate data-tar-ball target.
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'.

12 years agoJust another fix for the VC90 solution file
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

12 years agoMerge branch 'next' into durk-atc
Durk Talsma [Mon, 1 Aug 2011 20:05:00 +0000 (22:05 +0200)]
Merge branch 'next' into durk-atc

12 years agoBugfix: Change the point where leg numbers recycle, in order to avoid hitting the...
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().

12 years agoFix missing js_demo config in vs90 solution
Torsten Dreyer [Mon, 1 Aug 2011 06:38:56 +0000 (08:38 +0200)]
Fix missing js_demo config in vs90 solution

12 years agoAdd JS_demo to VC90 project
Torsten Dreyer [Sun, 31 Jul 2011 18:26:23 +0000 (20:26 +0200)]
Add JS_demo to VC90 project

12 years agoMerge branch 'next' into durk-atc
Durk Talsma [Sun, 31 Jul 2011 17:31:25 +0000 (19:31 +0200)]
Merge branch 'next' into durk-atc

12 years agoA fairly major interal reorganization of the AI code
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.

12 years ago#232: early propagation of "point sprites for runway lights" switch
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.

12 years agoFixes for include-file flattening - condition.hxx no longer pulls in props or props_io
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

12 years agofix for #381:fgfs -h -v throws error with no --fg-root
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.

12 years agoTry to fix using an own cull visitor with osg 3.
Mathias Froehlich [Thu, 28 Jul 2011 16:23:54 +0000 (18:23 +0200)]
Try to fix using an own cull visitor with osg 3.

12 years agoBugfix: fix the on-runway crash, as reported by several people on the forum and maili...
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.

12 years agoFix broken constructor to prevent a segfault when deleting taxiroute during program...
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.

12 years agoFix flightplan initialization issue.
Durk Talsma [Mon, 25 Jul 2011 19:36:09 +0000 (21:36 +0200)]
Fix flightplan initialization issue.

12 years agoFix VC90 project file to compile with latest ATC changes
Torsten Dreyer [Mon, 25 Jul 2011 18:32:52 +0000 (20:32 +0200)]
Fix VC90 project file to compile with latest ATC changes

12 years agoBugfixes:
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.

12 years agoRename ATCDCL/ATCDialog.[ch]xx to ATCDCL/ATCDialogOld.[ch]xx to prevent compilation...
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).

12 years agolet bool FGAIFlightPlan::createCruise() return a value
Torsten Dreyer [Sun, 24 Jul 2011 15:22:00 +0000 (17:22 +0200)]
let bool FGAIFlightPlan::createCruise() return a value

fix Windows build.

12 years agoFix cmake build.
Mathias Froehlich [Sun, 24 Jul 2011 12:38:53 +0000 (14:38 +0200)]
Fix cmake build.

12 years agoUse cmake provided variable for librt.
Mathias Froehlich [Sun, 24 Jul 2011 12:38:29 +0000 (14:38 +0200)]
Use cmake provided variable for librt.

12 years agoSome cleanup in the ATC/AI code before merging with the next branch:
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

12 years agoMerge branch 'next' into durk-atc
Durk Talsma [Sun, 24 Jul 2011 06:44:22 +0000 (08:44 +0200)]
Merge branch 'next' into durk-atc

12 years agoExperimental navinfo() Nasal extension function
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.

12 years agoTry to fix cmake build for fgpanel without GLUT
Torsten Dreyer [Thu, 21 Jul 2011 21:42:45 +0000 (23:42 +0200)]
Try to fix cmake build for fgpanel without GLUT

12 years agoEnable build of fgpanel by default in cmake
Torsten Dreyer [Thu, 21 Jul 2011 13:46:29 +0000 (15:46 +0200)]
Enable build of fgpanel by default in cmake

12 years agoMore CMake headers support
James Turner [Sun, 26 Jun 2011 06:55:36 +0000 (07:55 +0100)]
More CMake headers support

12 years agoCMake header support for XCode/Visual Studio
James Turner [Sun, 26 Jun 2011 06:49:37 +0000 (07:49 +0100)]
CMake header support for XCode/Visual Studio

12 years agoFix minor memory leak in terrainsampler
Torsten Dreyer [Mon, 18 Jul 2011 09:55:50 +0000 (11:55 +0200)]
Fix minor memory leak in terrainsampler

Thanks to ThorstenB

12 years agoPartial fix for #228: ambiguous navaid-names
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".

12 years agoTwo minor MSVC90 build fixes
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

12 years agoJoystickInput: fix potential init problem
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

12 years agoFix compile for 32bit (handleFPE() undeclared)
Torsten Dreyer [Sun, 17 Jul 2011 20:15:57 +0000 (22:15 +0200)]
Fix compile for 32bit (handleFPE() undeclared)

12 years agoRay protocol: don't use hardcoded gravity 9.81
Torsten Dreyer [Sun, 17 Jul 2011 17:32:16 +0000 (19:32 +0200)]
Ray protocol: don't use hardcoded gravity 9.81

12 years agoFix some gcc warnings
Torsten Dreyer [Sun, 17 Jul 2011 17:31:28 +0000 (19:31 +0200)]
Fix some gcc warnings

12 years agoFix make dist rule for removed files. (will pick to 2.4)
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)

12 years agoMake configure.ac check for SimGear 2.5.0
Torsten Dreyer [Sun, 17 Jul 2011 10:16:12 +0000 (12:16 +0200)]
Make configure.ac check for SimGear 2.5.0

12 years agoBump to version 2.5.0
Torsten Dreyer [Sun, 17 Jul 2011 09:07:07 +0000 (11:07 +0200)]
Bump to version 2.5.0

12 years agoBump version to 2.4.0
Torsten Dreyer [Sun, 17 Jul 2011 08:47:27 +0000 (10:47 +0200)]
Bump version to 2.4.0

12 years agoDisable flight-related key-bindings in the WaypointList widget for 2.4 release, pendi...
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.

12 years agoFix typo :)
Mathias Froehlich [Sat, 16 Jul 2011 06:23:47 +0000 (08:23 +0200)]
Fix typo :)

12 years agoUpdated my entry in the Thanks file.
Anders Gidenstam [Fri, 15 Jul 2011 22:16:20 +0000 (00:16 +0200)]
Updated my entry in the Thanks file.

12 years agoProvide command line arguments for fgviewer.
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.

12 years agoFix issue reported by heap debugger
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.

12 years agoDon't crash on exit, when initialization was aborted.
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.

12 years agoSome more "Thanks"
Torsten Dreyer [Sun, 10 Jul 2011 19:56:47 +0000 (21:56 +0200)]
Some more "Thanks"