]> git.mxchange.org Git - flightgear.git/log
flightgear.git
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

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

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

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

13 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

13 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'.

13 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

13 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

13 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().

13 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

13 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

13 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

13 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.

13 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.

13 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

13 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.

13 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.

13 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.

13 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.

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

13 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

13 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.

13 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).

13 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.

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

13 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.

13 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

13 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