]> git.mxchange.org Git - flightgear.git/log
flightgear.git
12 years agoBugfix: Retrieval of the next radio frequency was broken. Contributed by Adrian Musceac.
Durk Talsma [Thu, 22 Sep 2011 19:38:37 +0000 (21:38 +0200)]
Bugfix: Retrieval of the next radio frequency was broken. Contributed by Adrian Musceac.

12 years agoPatch by Torsten Dryer: Remove the Ugly global dialog variable and remove rwy as...
Durk Talsma [Thu, 22 Sep 2011 18:52:05 +0000 (20:52 +0200)]
Patch by Torsten Dryer: Remove the Ugly global dialog variable and remove rwy as a member variable from the AIFlightPlan class.

12 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Durk Talsma [Thu, 22 Sep 2011 17:09:36 +0000 (19:09 +0200)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

12 years agoPrefetch a previously saved aircraft settings configuration file to retrieve aircraft...
Durk Talsma [Thu, 22 Sep 2011 17:06:26 +0000 (19:06 +0200)]
Prefetch a previously saved aircraft settings configuration file to retrieve aircraft usage and livery information. Fallback to default settings in aircraft-set.xml file if not found.

12 years agoFix JPEG-server builds.
James Turner [Wed, 21 Sep 2011 18:22:13 +0000 (19:22 +0100)]
Fix JPEG-server builds.

12 years agofix cmake conditional for event-input
Torsten Dreyer [Wed, 21 Sep 2011 17:22:32 +0000 (19:22 +0200)]
fix cmake conditional for event-input

12 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Torsten Dreyer [Wed, 21 Sep 2011 17:19:10 +0000 (19:19 +0200)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

12 years agoIf DBus is not found, disable event-input on Linux.
James Turner [Wed, 21 Sep 2011 17:00:57 +0000 (18:00 +0100)]
If DBus is not found, disable event-input on Linux.

12 years agoPush aspect-ratio handling into CameraGroup, so renderer doesn't need to resize viewp...
James Turner [Mon, 19 Sep 2011 08:00:23 +0000 (09:00 +0100)]
Push aspect-ratio handling into CameraGroup, so renderer doesn't need to resize viewports each update.

12 years agoRemove indirection on viewer draw/resize code-paths.
James Turner [Sun, 18 Sep 2011 14:05:05 +0000 (15:05 +0100)]
Remove indirection on viewer draw/resize code-paths.

12 years agoEnable event-input for joysticks by default on Mac + Linux, in Cmake.
James Turner [Wed, 21 Sep 2011 16:13:13 +0000 (17:13 +0100)]
Enable event-input for joysticks by default on Mac + Linux, in Cmake.

12 years agoAdd debug messages for real-weather runway selection
Torsten Dreyer [Sat, 17 Sep 2011 17:26:23 +0000 (19:26 +0200)]
Add debug messages for real-weather runway selection

12 years agoAdd -lsgthreads to fgpanel's automake
Torsten Dreyer [Tue, 20 Sep 2011 14:03:32 +0000 (16:03 +0200)]
Add -lsgthreads to fgpanel's automake

12 years agoMSVC2008 project files update.
James Turner [Mon, 19 Sep 2011 16:19:57 +0000 (17:19 +0100)]
MSVC2008 project files update.

12 years agoExpose route-manager WP mirror nodes on the API
James Turner [Sun, 3 Jul 2011 16:56:01 +0000 (17:56 +0100)]
Expose route-manager WP mirror nodes on the API

12 years agoExpose departure+arrival airport + runway on route-manager.
James Turner [Mon, 13 Jun 2011 21:34:00 +0000 (22:34 +0100)]
Expose departure+arrival airport + runway on route-manager.

12 years agoInitial hacking on nav-display instrument, derived from the wxradar code
James Turner [Sat, 4 Jun 2011 17:41:25 +0000 (18:41 +0100)]
Initial hacking on nav-display instrument, derived from the wxradar code

12 years agoMake map widget zoom a real property, so it persists between opening and closing...
James Turner [Sun, 18 Sep 2011 11:53:40 +0000 (12:53 +0100)]
Make map widget zoom a real property, so it persists between opening and closing the dialog.

12 years agoresync JSBSim
Erik Hofman [Sun, 18 Sep 2011 09:06:54 +0000 (11:06 +0200)]
resync JSBSim

12 years agoignore kdevelop developer projects.
Durk Talsma [Sat, 17 Sep 2011 15:08:14 +0000 (17:08 +0200)]
ignore kdevelop developer projects.

12 years agoAdded a new startup option. By giving the command line option --parkpos=AVAILABLE...
Durk Talsma [Sat, 17 Sep 2011 14:51:00 +0000 (16:51 +0200)]
Added a new startup option. By giving the command line option --parkpos=AVAILABLE you can -in principle- let FlightGear decide what the most optimal parking location is. This option does require a few properties to be set that are also needed for future ATC use. Hence, they are listed under /sim/ATC, but could move to a different location if desired.
/sim/ATC/radius should be a nummeric estimate of the size of your aircraft. A small aircraft fits into a large parking, but a large aircraft does not fit into a small parking space. Because the AI part of radius is also used for slightly different purposes (prioritizing gate assignmments, the given valuem may deviate slightly from the real aircraft size. See http:/wiki.flightgear.org/Aircraft.radii for an overview of currently used values for the redius property.
/sim/ATC/flight-type can be any one of "ga", "cargo", "gate", "mil-fighter", "mil-cargo", or "vtol". See http://wiki.flightgear.org/Interactive_traffic#A_technical_perspective for more information.
optionally, the property /sim/ATC/airline can be set set to a three letter icao airline code. By way of illustration, I will commit a number of startup preset files setting these properties shortly.

Also did some more finetuning to the traffic mananger routing algorithm can be any one of "ga", "cargo", "gate", "mil-fighter", "mil-cargo", or "vtol". See http://wiki.flightgear.org/Interactive_traffic#A_technical_perspective for more information.
optionally, the property /sim/ATC/airline can be set set to a three letter icao airline code. By way of illustration, I will commit a number of startup preset files setting these properties shortly.

Also did some more finetuning to the traffic mananger routing algorithm.

12 years agoSome tweaks to the AI traffic scheduling algorithm. Remove the requirement for a...
Durk Talsma [Fri, 16 Sep 2011 18:04:13 +0000 (20:04 +0200)]
Some tweaks to the AI traffic scheduling algorithm. Remove the requirement for a home port, but keep planning until we are back at the original port of departure.

12 years agofix upper/lowercase typo
Torsten Dreyer [Thu, 15 Sep 2011 20:39:47 +0000 (22:39 +0200)]
fix upper/lowercase typo

Just don't develop with windows. Never.

12 years agoSome more refactoring of the radios
Torsten Dreyer [Thu, 15 Sep 2011 19:28:30 +0000 (21:28 +0200)]
Some more refactoring of the radios

- wrap the ident-generating code into a class
- move dme-in-range property into dme.cxx
- move dme-ident generation into dme.cxx
- support ident-button and volume for dme idents
- use globals.get_aircraft_position instead of properties
- some minor cleanup

12 years agoIn joystick configurations, fall back to <unix> if no <mac> entry was provided, since...
James Turner [Thu, 15 Sep 2011 08:54:00 +0000 (09:54 +0100)]
In joystick configurations, fall back to <unix> if no <mac> entry was provided, since the number is frequently identical.

12 years agocmake: clear the svn libraries variable if not found.
Mathias Froehlich [Wed, 14 Sep 2011 07:57:57 +0000 (09:57 +0200)]
cmake: clear the svn libraries variable if not found.

12 years agoRefactor morse and beacon as singleton
Torsten Dreyer [Tue, 13 Sep 2011 18:06:31 +0000 (20:06 +0200)]
Refactor morse and beacon as singleton

12 years agoTypo
Frederic Bouvier [Mon, 12 Sep 2011 10:20:22 +0000 (12:20 +0200)]
Typo

12 years agoAttempt to make FindSvnClient.cmake portable
Frederic Bouvier [Mon, 12 Sep 2011 10:14:08 +0000 (12:14 +0200)]
Attempt to make FindSvnClient.cmake portable

12 years agoDon't try to find winmm
Frederic Bouvier [Mon, 12 Sep 2011 09:08:32 +0000 (11:08 +0200)]
Don't try to find winmm

12 years agoFix SVN detection for Windows
Frederic Bouvier [Mon, 12 Sep 2011 09:08:02 +0000 (11:08 +0200)]
Fix SVN detection for Windows

12 years agoAuto detect 3rd Party root for Windows
Frederic Bouvier [Mon, 12 Sep 2011 09:07:31 +0000 (11:07 +0200)]
Auto detect 3rd Party root for Windows

12 years agocmake: Use a default build type that builds fast executables.
Mathias Froehlich [Mon, 12 Sep 2011 06:10:48 +0000 (08:10 +0200)]
cmake: Use a default build type that builds fast executables.

12 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Durk Talsma [Sun, 11 Sep 2011 19:45:34 +0000 (21:45 +0200)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

12 years agoLower the requirements on Cmake version (at least until Jenkins is updated)
Frederic Bouvier [Sun, 11 Sep 2011 19:44:43 +0000 (21:44 +0200)]
Lower the requirements on Cmake version (at least until Jenkins is updated)

12 years ago-Prevent crashing the sim when starting at a gate that is not connected to the ground...
Durk Talsma [Sun, 11 Sep 2011 19:42:29 +0000 (21:42 +0200)]
-Prevent crashing the sim when starting at a gate that is not connected to the ground network. For now, just silently shut down the ATC system.

12 years agoEnforce the use of Cmake 2.8
Frederic Bouvier [Sun, 11 Sep 2011 18:50:37 +0000 (20:50 +0200)]
Enforce the use of Cmake 2.8

12 years agoLess confusing display name
Frederic Bouvier [Sun, 11 Sep 2011 18:12:27 +0000 (20:12 +0200)]
Less confusing display name

12 years agoChange display name
Frederic Bouvier [Sun, 11 Sep 2011 17:50:20 +0000 (19:50 +0200)]
Change display name

12 years agoFirst stab at creating a nightly build for programs created with vs2010 and Cmake
Frederic Bouvier [Sun, 11 Sep 2011 14:30:56 +0000 (16:30 +0200)]
First stab at creating a nightly build for programs created with vs2010 and Cmake

12 years agoUpdate version in Win32 dev packaging
Frederic Bouvier [Sun, 11 Sep 2011 14:18:36 +0000 (16:18 +0200)]
Update version in Win32 dev packaging

12 years agoFix VS2008 build after JSBSim update - 2nd try
Frederic Bouvier [Sun, 11 Sep 2011 14:09:26 +0000 (16:09 +0200)]
Fix VS2008 build after JSBSim update - 2nd try

12 years agoFix VS2008 build after JSBSim update
Frederic Bouvier [Sun, 11 Sep 2011 14:05:58 +0000 (16:05 +0200)]
Fix VS2008 build after JSBSim update

12 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Erik Hofman [Sun, 11 Sep 2011 11:20:54 +0000 (13:20 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

12 years agochange file mode to 644
Erik Hofman [Sun, 11 Sep 2011 11:19:51 +0000 (13:19 +0200)]
change file mode to 644

12 years agocmake: Quote argument in FindSvnClient.cmake.
Mathias Froehlich [Sun, 11 Sep 2011 10:42:59 +0000 (12:42 +0200)]
cmake: Quote argument in FindSvnClient.cmake.

12 years agocmake: Use ws2_32.lib instead of the WINSOCK_LIBRARY variable.
Mathias Froehlich [Sun, 11 Sep 2011 10:13:55 +0000 (12:13 +0200)]
cmake: Use ws2_32.lib instead of the WINSOCK_LIBRARY variable.

Fixup for commit 549c5eccb9e18b6db2f469ca9d38e35dda4e33f1.
Do not refer to the no longer existing WINSOCK_LIBRARY variable.
Instead, at this single place where it is used, just use ws2_32.lib.

12 years agoremove unused files
Erik Hofman [Sun, 11 Sep 2011 09:44:19 +0000 (11:44 +0200)]
remove unused files

12 years agoNew version of JSBSim, a big rewrite.
Erik Hofman [Sun, 11 Sep 2011 09:42:21 +0000 (11:42 +0200)]
New version of JSBSim, a big rewrite.

12 years agocmake: Factor out common simgear dependency libs.
Mathias Froehlich [Sun, 11 Sep 2011 09:22:10 +0000 (11:22 +0200)]
cmake: Factor out common simgear dependency libs.

Factor out and use this core simgear depenency
library cmake variable.

12 years agofgfs and fgpanel need to be linked with the winsock library (on Windows)
Frederic Bouvier [Fri, 9 Sep 2011 19:38:02 +0000 (21:38 +0200)]
fgfs and fgpanel need to be linked with the winsock library (on Windows)

12 years agoCmake: Split simgear libraries into core and scene (only scene uses OSG). Fix linkage...
James Turner [Thu, 8 Sep 2011 12:59:40 +0000 (13:59 +0100)]
Cmake: Split simgear libraries into core and scene (only scene uses OSG). Fix linkage issues, and make helper binaries (yasim, terrasync) link against less stuff.

12 years agoautotools build updated with sgthreads library
Mathias Froehlich [Wed, 7 Sep 2011 22:49:23 +0000 (00:49 +0200)]
autotools build updated with sgthreads library

12 years agoautotools build updated with sgthreads library
Csaba Halasz [Wed, 7 Sep 2011 20:14:36 +0000 (22:14 +0200)]
autotools build updated with sgthreads library

12 years agoRevert to simgears thread support. Flightgear side.
Mathias Froehlich [Thu, 1 Sep 2011 19:05:50 +0000 (21:05 +0200)]
Revert to simgears thread support. Flightgear side.

For all source directories outside of simgear/scene,
which really depends very hard on osg, avoid using osg
classes. This should reenable the use of some basic and
scenegraph independent parts of simgear without the
the need for osg.

12 years agoDisable building fgadmin if FLTK's fluid command is unavailable.
Martin Spott [Mon, 5 Sep 2011 21:44:00 +0000 (23:44 +0200)]
Disable building fgadmin if FLTK's fluid command is unavailable.

12 years agoMake HLA configurable.
Martin Spott [Mon, 5 Sep 2011 18:25:30 +0000 (20:25 +0200)]
Make HLA configurable.
Permit un-breaking of FlightGear CMake builds on setups with a working HLA
RTI installed, accommodating with recent changes to SimGear CMake.

12 years agoMerge commit 'refs/merge-requests/11' of git://gitorious.org/fg/flightgear into next
Martin Spott [Mon, 5 Sep 2011 12:17:31 +0000 (14:17 +0200)]
Merge commit 'refs/merge-requests/11' of git://gitorious.org/fg/flightgear into next

12 years agoA number of cosmetic and/or infrastructural changes.
Durk Talsma [Sun, 4 Sep 2011 18:27:36 +0000 (20:27 +0200)]
A number of cosmetic and/or infrastructural changes.
Traffic Manager:
* Just continue routing until we run out of flights. This change removes one of the major requirements for setting the "Home port" field.
* Add a time restriction requirement for the aircraft scheduler; this became necessary after removing the limited-to-home-port routing restriction.
* Added a new field to the heuristics calculation: take into account whether an aircraft has already been used in a previous session. Rotate aircraft assignments for greater variability across sessions.
* Added a revision number to the cache files, so that old cache results, which are no longer compatible with the new file format, are discarded.

Groundnetwork and traffic control:
* Added a revision number to the cache files, so that old and incompatible results are discarded.
* The caching algorithm probably didn't store the correct data for airports that were processed while the user was quite far away. This is now corrected by checking whether the cached elevation data are equal to the generic airport elevation.
AIAircraft:
* I've been searching for the infamous aircraft bend-over-backward bug, that can occur during initialization, but to no avail yet. The only variable potentially responsible (tgt_vs) wich can explain the irregular jumping behavior, as well as the weird pitch results is initialized in AIAircraft's only constructor (through AIBase), and I can't find any situation in the ground handling code where this variable could get bizarre values. But,
* a couple of tgt_vs. calculations appear to be completely redundant. This value was calculated twice inside the ProcessFlightplan function, and subsequently again in the updateSecondaryTargetValues function. I have removed the calculations in the process flightplan function, without any apparent side effect.

12 years agoAttempt to tidy up the search path mess (noticed by TorstenD)
ThorstenB [Sun, 4 Sep 2011 09:09:21 +0000 (11:09 +0200)]
Attempt to tidy up the search path mess (noticed by TorstenD)
When a model is not found in the custom scenery directories, load data
from base-package (instead of trying to access file "").
Also allow paged models to be loaded from custom scenery folders.

12 years agoAdded an --materials-file option to select the materials file to use at startup.
Anders Gidenstam [Fri, 2 Sep 2011 18:26:55 +0000 (20:26 +0200)]
Added an --materials-file option to select the materials file to use at startup.

The property /sim/rendering/materials-file can also be used for this purpose.

12 years agoMerge branch 'next' of git@gitorious.org:fg/flightgear into next
Durk Talsma [Sat, 3 Sep 2011 09:40:51 +0000 (11:40 +0200)]
Merge branch 'next' of git@gitorious.org:fg/flightgear into next

12 years agoRead groundnet node information from the scenery, and (optionally) write it to a...
Durk Talsma [Sat, 3 Sep 2011 09:26:17 +0000 (11:26 +0200)]
Read groundnet node information from the scenery, and (optionally) write it to a cache file. Note that this mechanism should be extended, so that the cache files will be updated whenever the terrain files are changing. The current patch also uncovers a bug, in the sense that the groundnetwork destructor is never called. Presumably this is due to the way airports are allocated in flightgear. Because the ground networks are never saved, I am periodically saving the cache files; but this behavior should probably be changed later on.

The current patch incorporates work contributed by Adrian Musceac.

12 years agoFix bashisms in configure.ac
Dmitry Marakasov [Thu, 1 Sep 2011 19:01:48 +0000 (23:01 +0400)]
Fix bashisms in configure.ac

12 years agoAdapt to recent simgear hla/rti changes.
Mathias Froehlich [Tue, 30 Aug 2011 19:51:53 +0000 (21:51 +0200)]
Adapt to recent simgear hla/rti changes.

12 years agoFix typo
Torsten Dreyer [Wed, 31 Aug 2011 17:54:59 +0000 (19:54 +0200)]
Fix typo

12 years agoFix utilities linkage, add OpenThreads
James Turner [Wed, 31 Aug 2011 10:08:52 +0000 (03:08 -0700)]
Fix utilities linkage, add OpenThreads

12 years agoFix cmake build with SP_FDMS (missing BalloonSim.cxx)
Torsten Dreyer [Mon, 29 Aug 2011 19:09:26 +0000 (21:09 +0200)]
Fix cmake build with SP_FDMS (missing BalloonSim.cxx)

12 years agoAdd proper conversion factor
Erik Hofman [Mon, 29 Aug 2011 16:34:57 +0000 (18:34 +0200)]
Add proper conversion factor

12 years agoAdd convenience std::string versions for fg[G|S]etXXX
Torsten Dreyer [Sat, 27 Aug 2011 15:19:36 +0000 (17:19 +0200)]
Add convenience std::string versions for fg[G|S]etXXX

Add inline wrappers functions for fgGetXXX and fgSetXXX
to make life with std::string easier

12 years agoFinal warning before egt_degf gets purged
Torsten Dreyer [Fri, 26 Aug 2011 12:05:38 +0000 (14:05 +0200)]
Final warning before egt_degf gets purged

12 years agorefactor the realwx-controller
Torsten Dreyer [Fri, 26 Aug 2011 07:01:31 +0000 (09:01 +0200)]
refactor the realwx-controller

clean up the code and prepare for new real-weather sources

12 years agofix #416: reciprocal filter broken
Torsten Dreyer [Thu, 25 Aug 2011 20:25:20 +0000 (22:25 +0200)]
fix #416: reciprocal filter broken

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