Durk Talsma [Mon, 3 Oct 2011 18:57:32 +0000 (20:57 +0200)]
Merge branch 'next' of gitorious.org:fg/flightgear into next
Durk Talsma [Mon, 3 Oct 2011 18:54:58 +0000 (20:54 +0200)]
* A new algorithm for determining hold position instructions. This version still needs some finetuning, but already appears to be more solid than the old version.
* Some tweaks to the traffic scheduling algorithm.
* Misc cleanup.
Mathias Froehlich [Mon, 3 Oct 2011 10:59:51 +0000 (12:59 +0200)]
hla: use the property based interface from the property data element.
ThorstenB [Mon, 3 Oct 2011 10:01:58 +0000 (12:01 +0200)]
Make LOD properties of AI/MP aircraft run-time configurable.
James Turner [Sun, 2 Oct 2011 13:30:06 +0000 (14:30 +0100)]
Improve magnetic heading handling in MapWidget - following some testing at NZCH
Mathias Froehlich [Sun, 2 Oct 2011 13:13:55 +0000 (15:13 +0200)]
hla: use the new HLAFederate::processMessages() call.
ThorstenB [Sun, 2 Oct 2011 11:24:12 +0000 (13:24 +0200)]
adf: fix "in-range" node
"in-range" should also be false when no station is available
ThorstenB [Sun, 2 Oct 2011 11:23:31 +0000 (13:23 +0200)]
multiplay manager: option to disable freeze-on-replay feature
ThorstenB [Sun, 2 Oct 2011 11:22:09 +0000 (13:22 +0200)]
ATCMGR: fix minor output formatting issue
ThorstenB [Sat, 1 Oct 2011 20:58:40 +0000 (22:58 +0200)]
Replay upgrade, part II: Integrate flight recorder, update replay system.
Drop hard-coded replay property logic, cut ties to net_ctrls, net_fdm.
Improve replay system controls and status information.
ThorstenB [Sat, 1 Oct 2011 20:41:53 +0000 (22:41 +0200)]
Replay upgrade, part I: Add new flight recorder.
Mathias Froehlich [Sat, 1 Oct 2011 16:37:55 +0000 (18:37 +0200)]
hla: make use of createJoin/resignDestroy.
James Turner [Sat, 1 Oct 2011 09:05:01 +0000 (10:05 +0100)]
Fix glx shutdown to only apply on Unix & !Mac (but we should really add a proper ifdef for GLX)
Mathias Froehlich [Sat, 1 Oct 2011 07:50:34 +0000 (09:50 +0200)]
Ugly workaround for a crash on exit with multiple screens
Mathias Froehlich [Sun, 18 Sep 2011 06:11:33 +0000 (08:11 +0200)]
clouds: remove unused bump mapping flag.
Anders Gidenstam [Fri, 30 Sep 2011 21:40:55 +0000 (23:40 +0200)]
Added /scenery/events as a new MP enabled property for sharing scenery events.
ThorstenB [Fri, 30 Sep 2011 20:43:42 +0000 (22:43 +0200)]
Merge commit 'refs/merge-requests/1553' of git://gitorious.org/fg/flightgear into merge-requests/1553
ThorstenB [Fri, 30 Sep 2011 20:20:00 +0000 (22:20 +0200)]
fgpanel: fixed some error handling/setup issues
- Provide error message when fgdata path is missing.
- Exit game mode when closing/aborting program (show mouse cursor etc).
- Support absolute paths for "--panel" parameter.
- Don't crash when a font is missing.
Christian Schmitt [Wed, 28 Sep 2011 08:03:23 +0000 (10:03 +0200)]
Fix a segfault that became apparent with a 850 apt.dat file
James Turner [Wed, 28 Sep 2011 08:06:31 +0000 (09:06 +0100)]
Switch ATCmgr comm station search to filter by range in cartesian, not geodetic, space, to avoid numerical instability with extremely distant stations.
James Turner [Mon, 26 Sep 2011 12:33:06 +0000 (13:33 +0100)]
Make the common case the default: no library suffix for RelWithDbg or MinSizeRel builds. Of course you can still specify a suffix if desired.
James Turner [Mon, 26 Sep 2011 08:56:29 +0000 (09:56 +0100)]
Disable event-input by default on Linux, since libHAL is causing build/deployment issues on some Linux distributions.
Erik Hofman [Mon, 26 Sep 2011 08:50:48 +0000 (10:50 +0200)]
remove a cvs conflict
Erik Hofman [Mon, 26 Sep 2011 07:07:59 +0000 (09:07 +0200)]
JSBSim fixes.
Mathias Froehlich [Sat, 24 Sep 2011 08:03:00 +0000 (10:03 +0200)]
automake: Add missing GL and z libs to fgpanel.
Durk Talsma [Thu, 22 Sep 2011 20:08:20 +0000 (22:08 +0200)]
Whoops, lazy copy/paste job.
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.
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.
Durk Talsma [Thu, 22 Sep 2011 17:09:36 +0000 (19:09 +0200)]
Merge branch 'next' of gitorious.org:fg/flightgear into next
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.
James Turner [Wed, 21 Sep 2011 18:22:13 +0000 (19:22 +0100)]
Fix JPEG-server builds.
Torsten Dreyer [Wed, 21 Sep 2011 17:22:32 +0000 (19:22 +0200)]
fix cmake conditional for event-input
Torsten Dreyer [Wed, 21 Sep 2011 17:19:10 +0000 (19:19 +0200)]
Merge branch 'next' of gitorious.org:fg/flightgear into next
James Turner [Wed, 21 Sep 2011 17:00:57 +0000 (18:00 +0100)]
If DBus is not found, disable event-input on Linux.
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.
James Turner [Sun, 18 Sep 2011 14:05:05 +0000 (15:05 +0100)]
Remove indirection on viewer draw/resize code-paths.
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.
Torsten Dreyer [Sat, 17 Sep 2011 17:26:23 +0000 (19:26 +0200)]
Add debug messages for real-weather runway selection
Torsten Dreyer [Tue, 20 Sep 2011 14:03:32 +0000 (16:03 +0200)]
Add -lsgthreads to fgpanel's automake
James Turner [Mon, 19 Sep 2011 16:19:57 +0000 (17:19 +0100)]
MSVC2008 project files update.
James Turner [Sun, 3 Jul 2011 16:56:01 +0000 (17:56 +0100)]
Expose route-manager WP mirror nodes on the API
James Turner [Mon, 13 Jun 2011 21:34:00 +0000 (22:34 +0100)]
Expose departure+arrival airport + runway on route-manager.
James Turner [Sat, 4 Jun 2011 17:41:25 +0000 (18:41 +0100)]
Initial hacking on nav-display instrument, derived from the wxradar code
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.
Erik Hofman [Sun, 18 Sep 2011 09:06:54 +0000 (11:06 +0200)]
resync JSBSim
Durk Talsma [Sat, 17 Sep 2011 15:08:14 +0000 (17:08 +0200)]
ignore kdevelop developer projects.
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.
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.
Torsten Dreyer [Thu, 15 Sep 2011 20:39:47 +0000 (22:39 +0200)]
fix upper/lowercase typo
Just don't develop with windows. Never.
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
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.
Mathias Froehlich [Wed, 14 Sep 2011 07:57:57 +0000 (09:57 +0200)]
cmake: clear the svn libraries variable if not found.
Torsten Dreyer [Tue, 13 Sep 2011 18:06:31 +0000 (20:06 +0200)]
Refactor morse and beacon as singleton
Frederic Bouvier [Mon, 12 Sep 2011 10:20:22 +0000 (12:20 +0200)]
Typo
Frederic Bouvier [Mon, 12 Sep 2011 10:14:08 +0000 (12:14 +0200)]
Attempt to make FindSvnClient.cmake portable
Frederic Bouvier [Mon, 12 Sep 2011 09:08:32 +0000 (11:08 +0200)]
Don't try to find winmm
Frederic Bouvier [Mon, 12 Sep 2011 09:08:02 +0000 (11:08 +0200)]
Fix SVN detection for Windows
Frederic Bouvier [Mon, 12 Sep 2011 09:07:31 +0000 (11:07 +0200)]
Auto detect 3rd Party root for Windows
Mathias Froehlich [Mon, 12 Sep 2011 06:10:48 +0000 (08:10 +0200)]
cmake: Use a default build type that builds fast executables.
Durk Talsma [Sun, 11 Sep 2011 19:45:34 +0000 (21:45 +0200)]
Merge branch 'next' of gitorious.org:fg/flightgear into next
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)
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.
Frederic Bouvier [Sun, 11 Sep 2011 18:50:37 +0000 (20:50 +0200)]
Enforce the use of Cmake 2.8
Frederic Bouvier [Sun, 11 Sep 2011 18:12:27 +0000 (20:12 +0200)]
Less confusing display name
Frederic Bouvier [Sun, 11 Sep 2011 17:50:20 +0000 (19:50 +0200)]
Change display name
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
Frederic Bouvier [Sun, 11 Sep 2011 14:18:36 +0000 (16:18 +0200)]
Update version in Win32 dev packaging
Frederic Bouvier [Sun, 11 Sep 2011 14:09:26 +0000 (16:09 +0200)]
Fix VS2008 build after JSBSim update - 2nd try
Frederic Bouvier [Sun, 11 Sep 2011 14:05:58 +0000 (16:05 +0200)]
Fix VS2008 build after JSBSim update
Erik Hofman [Sun, 11 Sep 2011 11:20:54 +0000 (13:20 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next
Erik Hofman [Sun, 11 Sep 2011 11:19:51 +0000 (13:19 +0200)]
change file mode to 644
Mathias Froehlich [Sun, 11 Sep 2011 10:42:59 +0000 (12:42 +0200)]
cmake: Quote argument in FindSvnClient.cmake.
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.
Erik Hofman [Sun, 11 Sep 2011 09:44:19 +0000 (11:44 +0200)]
remove unused files
Erik Hofman [Sun, 11 Sep 2011 09:42:21 +0000 (11:42 +0200)]
New version of JSBSim, a big rewrite.
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.
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)
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.
Mathias Froehlich [Wed, 7 Sep 2011 22:49:23 +0000 (00:49 +0200)]
autotools build updated with sgthreads library
Csaba Halasz [Wed, 7 Sep 2011 20:14:36 +0000 (22:14 +0200)]
autotools build updated with sgthreads library
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.
Martin Spott [Mon, 5 Sep 2011 21:44:00 +0000 (23:44 +0200)]
Disable building fgadmin if FLTK's fluid command is unavailable.
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.
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
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.
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.
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.
Durk Talsma [Sat, 3 Sep 2011 09:40:51 +0000 (11:40 +0200)]
Merge branch 'next' of git@gitorious.org:fg/flightgear into next
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.
Dmitry Marakasov [Thu, 1 Sep 2011 19:01:48 +0000 (23:01 +0400)]
Fix bashisms in configure.ac
Mathias Froehlich [Tue, 30 Aug 2011 19:51:53 +0000 (21:51 +0200)]
Adapt to recent simgear hla/rti changes.
Torsten Dreyer [Wed, 31 Aug 2011 17:54:59 +0000 (19:54 +0200)]
Fix typo
James Turner [Wed, 31 Aug 2011 10:08:52 +0000 (03:08 -0700)]
Fix utilities linkage, add OpenThreads
Torsten Dreyer [Mon, 29 Aug 2011 19:09:26 +0000 (21:09 +0200)]
Fix cmake build with SP_FDMS (missing BalloonSim.cxx)
Erik Hofman [Mon, 29 Aug 2011 16:34:57 +0000 (18:34 +0200)]
Add proper conversion factor
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
Torsten Dreyer [Fri, 26 Aug 2011 12:05:38 +0000 (14:05 +0200)]
Final warning before egt_degf gets purged
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
Torsten Dreyer [Thu, 25 Aug 2011 20:25:20 +0000 (22:25 +0200)]
fix #416: reciprocal filter broken
James Turner [Thu, 25 Aug 2011 19:05:17 +0000 (20:05 +0100)]
Update VisualStudio projects to link against Winsock2 instead of Winsock1