]> git.mxchange.org Git - flightgear.git/log
flightgear.git
13 years agoCompilation error fixes following merge with next.
Durk Talsma [Fri, 3 Jun 2011 08:02:18 +0000 (10:02 +0200)]
Compilation error fixes following merge with next.

13 years agoMerge branch 'next' into durk-atc
Durk Talsma [Fri, 3 Jun 2011 07:31:04 +0000 (09:31 +0200)]
Merge branch 'next' into durk-atc
Merge with next.
Conflicts:
src/Airports/dynamics.cxx
src/Airports/dynamics.hxx

13 years agoPush some of the ATIS logic into AirportDynamics, in preparation for ATIS being owned...
James Turner [Thu, 2 Jun 2011 22:28:40 +0000 (23:28 +0100)]
Push some of the ATIS logic into AirportDynamics, in preparation for ATIS being owned by the airport

13 years agoFix for bug 331, cmake was missing mkfifo() check. Thanks to Olaf Flebbe for the...
James Turner [Thu, 2 Jun 2011 22:01:17 +0000 (23:01 +0100)]
Fix for bug 331, cmake was missing mkfifo() check. Thanks to Olaf Flebbe for the catch!

13 years agoOlaf Flebbe: #332, Improve Nasal's "systime" method
ThorstenB [Thu, 2 Jun 2011 21:53:42 +0000 (23:53 +0200)]
Olaf Flebbe: #332, Improve Nasal's "systime" method
Use gettimeofday for determine time, rather than time() and gettimeofday()

13 years agoMinor tweaks to positioned find commands.
James Turner [Wed, 1 Jun 2011 23:33:47 +0000 (00:33 +0100)]
Minor tweaks to positioned find commands.

13 years agoImprovements to exposing FGPositioned via commands - support frequency searches.
James Turner [Wed, 1 Jun 2011 22:55:04 +0000 (23:55 +0100)]
Improvements to exposing FGPositioned via commands - support frequency searches.

13 years agoMerge branch 'next' into durk-atc
Durk Talsma [Wed, 1 Jun 2011 20:11:17 +0000 (22:11 +0200)]
Merge branch 'next' into durk-atc

13 years agoEnsure window position is 0,0 for multi-display setups with fullscreen mode
ThorstenB [Wed, 1 Jun 2011 19:31:48 +0000 (21:31 +0200)]
Ensure window position is 0,0 for multi-display setups with fullscreen mode
Fix an issue introduced by commit 863551a932e21f3d4315c0ceb51005929acc9f20
for multi-display setups.
Some code clean-up.

13 years agoFix Linux build (automake)
ThorstenB [Wed, 1 Jun 2011 19:01:50 +0000 (21:01 +0200)]
Fix Linux build (automake)
CMake guys: please don't forget automake (yet)! ;-)

13 years agoMerge branch 'next' into durk-atc
Durk Talsma [Wed, 1 Jun 2011 18:46:34 +0000 (20:46 +0200)]
Merge branch 'next' into durk-atc
Resolving merge conflicts indicated below.
Conflicts:
src/ATC/CMakeLists.txt
src/ATC/Makefile.am
src/Main/fg_init.cxx

13 years agoFix Linux build
Frederic Bouvier [Wed, 1 Jun 2011 18:28:31 +0000 (20:28 +0200)]
Fix Linux build

13 years agoFix win32 build
Frederic Bouvier [Wed, 1 Jun 2011 18:25:53 +0000 (20:25 +0200)]
Fix win32 build

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Wed, 1 Jun 2011 17:04:59 +0000 (12:04 -0500)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoExpose FGPositioned data via property tree, and make comm-stations a real FGPositione...
James Turner [Wed, 25 May 2011 06:50:15 +0000 (07:50 +0100)]
Expose FGPositioned data via property tree, and make comm-stations a real FGPositioned subclass.

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Wed, 1 Jun 2011 16:19:19 +0000 (11:19 -0500)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoMake basic route-manager commands be real SGCommands
James Turner [Sun, 29 May 2011 22:43:40 +0000 (23:43 +0100)]
Make basic route-manager commands be real SGCommands

13 years agoRemove some unused code
Torsten Dreyer [Tue, 31 May 2011 18:58:22 +0000 (20:58 +0200)]
Remove some unused code

13 years agoremove inclusion of useless stdio.h
Torsten Dreyer [Tue, 31 May 2011 18:39:32 +0000 (20:39 +0200)]
remove inclusion of useless stdio.h

13 years agoMerge branch 'next' into durk-atc
Durk Talsma [Tue, 31 May 2011 18:38:42 +0000 (20:38 +0200)]
Merge branch 'next' into durk-atc

13 years agoCompute gravitational acceleration
Torsten Dreyer [Tue, 31 May 2011 13:28:32 +0000 (15:28 +0200)]
Compute gravitational acceleration

Compute gravitational acceleration based on the formula of
Somigliana corrected for altitude and provide the value
in property /environment/gravitational-acceleration-mps2

13 years agoDon't declare static functions in header file
Torsten Dreyer [Tue, 31 May 2011 08:35:42 +0000 (10:35 +0200)]
Don't declare static functions in header file

13 years agoRemove 'using namespace std' directive
Torsten Dreyer [Tue, 31 May 2011 08:12:07 +0000 (10:12 +0200)]
Remove 'using namespace std' directive

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Mon, 30 May 2011 18:08:59 +0000 (13:08 -0500)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agofix #142: initial window position
ThorstenB [Sun, 29 May 2011 16:46:11 +0000 (18:46 +0200)]
fix #142: initial window position
Be (at least a bit) smarter with initial x/y position
Also some minor type/comment issues.

13 years agoDeterministic loading sequence for Nasal scripts
ThorstenB [Sun, 29 May 2011 16:44:15 +0000 (18:44 +0200)]
Deterministic loading sequence for Nasal scripts
Avoid loading Nasal scripts in (random) file system order

13 years agoFix linux build - auto_ptr<> needs <memory>
Frederic Bouvier [Sun, 29 May 2011 07:34:56 +0000 (09:34 +0200)]
Fix linux build - auto_ptr<> needs <memory>

13 years agoMove all MP code in src/MultiPlayer.
James Turner [Sat, 13 Nov 2010 14:38:35 +0000 (14:38 +0000)]
Move all MP code in src/MultiPlayer.
Allow the subsystem to be (re-)inited at runtime.

13 years agoBertrand Coconnier: bug fix for #184, JSBSim: command line arguments
ThorstenB [Sat, 28 May 2011 22:05:33 +0000 (00:05 +0200)]
Bertrand Coconnier: bug fix for #184, JSBSim: command line arguments
1. The atmospheric properties of FG are not yet initialized when
JSBSim is initialized.
-> patch is quite basic and there may exist smarter ways to initialize
properly the environment before the FDM.
2. The Euler angles were initialized after the velocities.
3. The glide slope and rate of climb were ignored. Fixes all FDMs (YASim,
UIUC, JSBSim, etc.)
4. Some properties were instructed to re-use their previous value while
they should not.
5. Some bugs existed in JSBSim trim code. -> This bug has already been
fixed in JSBSim but the corresponding patch has not yet been applied to FG.

13 years agoissue #127: make screen shots work with OSG multi-threading
ThorstenB [Sat, 28 May 2011 21:27:46 +0000 (23:27 +0200)]
issue #127: make screen shots work with OSG multi-threading
Make sure actual snap shot is executed in graphics context.
(patch requires simgear+fgdata update!)

13 years agoFix yet another subtle resize problem I introduced, which upset PUI. This code is...
James Turner [Sat, 28 May 2011 20:20:06 +0000 (21:20 +0100)]
Fix yet another subtle resize problem I introduced, which upset PUI. This code is terribly fragile - yuck. Thanks to papillion 81 for tracking down the issue,

13 years ago"Straighten" VC90 fgpanel project and add it to the solution
Frederic Bouvier [Sat, 28 May 2011 16:24:58 +0000 (18:24 +0200)]
"Straighten" VC90 fgpanel project and add it to the solution

13 years agofixed #308: "Reload input" did not respect joysticks.xml
ThorstenB [Sat, 28 May 2011 09:16:03 +0000 (11:16 +0200)]
fixed #308: "Reload input" did not respect joysticks.xml
Predefined joystick information must be maintained on "reload input".

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Fri, 27 May 2011 20:14:42 +0000 (15:14 -0500)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoProvide a vc90 project file for fgpanel
Torsten Dreyer [Fri, 27 May 2011 19:15:49 +0000 (21:15 +0200)]
Provide a vc90 project file for fgpanel

13 years agolet fgpanel compile under vc90
Torsten Dreyer [Fri, 27 May 2011 18:53:16 +0000 (20:53 +0200)]
let fgpanel compile under vc90

13 years agoUsed the simgear strutils helper, fixing a corner-case ThorstenB spotted.
James Turner [Thu, 26 May 2011 19:18:27 +0000 (20:18 +0100)]
Used the simgear strutils helper, fixing a corner-case ThorstenB spotted.

13 years agoUnfortunately, the view code relies on resize being called each frame ... bah. Fixes...
James Turner [Wed, 25 May 2011 11:18:07 +0000 (12:18 +0100)]
Unfortunately, the view code relies on resize being called each frame ... bah. Fixes startup aspect ratio for the moment.

13 years agoFactor timeofday command into the TimeManager
James Turner [Wed, 25 May 2011 07:23:11 +0000 (08:23 +0100)]
Factor timeofday command into the TimeManager

13 years agoMerge branch 'refs/heads/topics/loadfp' into next
James Turner [Wed, 25 May 2011 10:51:33 +0000 (11:51 +0100)]
Merge branch 'refs/heads/topics/loadfp' into next

13 years agoMake --flight-plan option delegate to the route-manager loadRoute code, and hence...
James Turner [Wed, 25 May 2011 07:21:45 +0000 (08:21 +0100)]
Make --flight-plan option delegate to the route-manager loadRoute code, and hence support XML flight-plans.

13 years agoFirst attempt at support for loading airport XML files via a command
James Turner [Tue, 24 May 2011 23:03:51 +0000 (00:03 +0100)]
First attempt at support for loading airport XML files via a command

13 years agoMinor cleanup of resize() handler, while tracing down an OS-X Windowing issue.
James Turner [Tue, 24 May 2011 22:56:44 +0000 (23:56 +0100)]
Minor cleanup of resize() handler, while tracing down an OS-X Windowing issue.

13 years agoAdd the capability of switching slaved objects at runtime.
Vivian Meazza [Sat, 21 May 2011 16:08:36 +0000 (17:08 +0100)]
Add the capability of switching slaved objects at runtime.

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years ago#323: Bad init sequence could segfault
ThorstenB [Sun, 22 May 2011 20:56:51 +0000 (22:56 +0200)]
#323: Bad init sequence could segfault
Oops, early window event callbacks could trigger issues on some systems.
Fixes an issue caused by my commit 473d1447c330780ecac8a12a2d0b35c4eebdde41

13 years agoSome minor splash screen status improvements.
ThorstenB [Sun, 22 May 2011 16:28:42 +0000 (18:28 +0200)]
Some minor splash screen status improvements.

13 years agoBugfix for #106: main view port aspect-ratio broken when 2D panels are moved
ThorstenB [Sun, 22 May 2011 16:18:39 +0000 (18:18 +0200)]
Bugfix for #106: main view port aspect-ratio  broken when 2D panels are moved
Seems the hack was necessary for the pre-OSG display only. Or the feature
is broken since OSG port altogether. But it caused issues for 3D and 2D
cockpits when /sim/virtual-cockpit wasn't enabled. => Removing for now.

13 years agoRemove remaining use of fabsf() from the code, avoid an OSG header issue on OS-X.
James Turner [Sun, 22 May 2011 15:30:18 +0000 (16:30 +0100)]
Remove remaining use of fabsf() from the code, avoid an OSG header issue on OS-X.

13 years agoFix #109: Seg faults caused by wxradar with ARC display mode (aerostar700)
ThorstenB [Sun, 22 May 2011 09:02:15 +0000 (11:02 +0200)]
Fix #109: Seg faults caused by wxradar with ARC display mode (aerostar700)
Fixes an ugly issue with OSG overwriting memory/stack. wxradar triggered
the issue in display mode "ARC" - since it configured a display mask (12
vertices) but all vertices were immediately removed again ("_vertices->clear()").
Issue is fixed, mask now working - however the mask wasn't even properly
aligned for the display (probably never worked since OSG port). The display
mask is only really required for weather display - so disabling for now.

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Sat, 21 May 2011 16:15:06 +0000 (11:15 -0500)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoFixed blocked splash-screen on sim reset
ThorstenB [Sat, 21 May 2011 15:12:37 +0000 (17:12 +0200)]
Fixed blocked splash-screen on sim reset
Fixes Commit 9a3fb418e4a358b65135d1e6d05d870cfc584b55

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Sat, 21 May 2011 15:05:47 +0000 (10:05 -0500)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoRequire SG2.3.0 now for automake builds.
ThorstenB [Sat, 21 May 2011 14:32:21 +0000 (16:32 +0200)]
Require SG2.3.0 now for automake builds.

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Sat, 21 May 2011 14:06:20 +0000 (09:06 -0500)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoBump 'next' version to 2.3.0 - should have been done when 2.2.0 was branches, ooops.
James Turner [Sat, 21 May 2011 13:06:58 +0000 (14:06 +0100)]
Bump 'next' version to 2.3.0 - should have been done when 2.2.0 was branches, ooops.

13 years agoFixed #321: --enable-clock-freeze freezed the splash screen
ThorstenB [Sat, 21 May 2011 12:51:10 +0000 (14:51 +0200)]
Fixed #321: --enable-clock-freeze freezed the splash screen
Splash screen effect must use system time - not freezable sim time

13 years agoChange occurrences of fabsf to fabs - part of tracking down an osg/Math issue on...
James Turner [Sat, 21 May 2011 12:41:43 +0000 (13:41 +0100)]
Change occurrences of fabsf to fabs - part of tracking down an osg/Math issue on Mac with XCode4

13 years agoFix win-compile for new pause command.
ThorstenB [Sat, 21 May 2011 12:07:03 +0000 (14:07 +0200)]
Fix win-compile for new pause command.

13 years agoNew "pause" fgcommand.
ThorstenB [Sat, 21 May 2011 11:27:09 +0000 (13:27 +0200)]
New "pause" fgcommand.
Original property-rules in keyboard.xml toggled master and clock freeze
independently - which caused issues when only one property was true. New
command toggles both properties consistently.

13 years agoMinor renderer clean-up & performance bits.
ThorstenB [Sat, 21 May 2011 11:22:47 +0000 (13:22 +0200)]
Minor renderer clean-up & performance bits.
Use non-static methods so we can use member variables.

13 years agoRevert "make clearcolor black, so that space is dark instead of gray."
ThorstenB [Sat, 21 May 2011 07:16:21 +0000 (09:16 +0200)]
Revert "make clearcolor black, so that space is dark instead of gray."
This reverts commit b36b33f716031ef5933d41a1e5c17c6be3e54c28.

See #316: Caused issues with sky becoming black in dense fog.
Also: when the fog issue is solved, we could configure the constant
(black) clear color once only (during init), no need to do it in every
loop. Also, entire "if (skyblend) { ... } else {..}" was redundant,
since "if" and "else" clauses were all identical - and the "clearColor"
variables were unused. => Once the fog issue is solved, we can easily
improve the clearColor configuration here.

13 years agoissue #316: panning not working when center-on-aircraft enabled
ThorstenB [Fri, 20 May 2011 17:48:05 +0000 (19:48 +0200)]
issue #316: panning not working when center-on-aircraft enabled
Panning feature looked broken to some users since auto-center is enabled
by default which blocks panning. center-on-aircraft is now disabled
automatically when view is panned.

13 years agoChange OS-X SDK/version for building RubyCocoa launcher with XCode 4. May revert...
James Turner [Thu, 19 May 2011 23:07:36 +0000 (00:07 +0100)]
Change OS-X SDK/version for building RubyCocoa launcher with XCode 4. May revert if I can find a way to use the 10.5 SDK officially.

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Mon, 16 May 2011 14:05:52 +0000 (09:05 -0500)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoContinuous replay: use correct replay duration
ThorstenB [Sat, 14 May 2011 08:19:51 +0000 (10:19 +0200)]
Continuous replay: use correct replay duration
(LinuxTag live hacking...)

13 years agoLooped replay feature
ThorstenB [Sat, 14 May 2011 07:17:51 +0000 (09:17 +0200)]
Looped replay feature
New option for continuously repeated replay
(LinuxTag FlightGear demo mode :) )

13 years agoReplace round by simgear::SGMiscd::roundToInt()
Torsten Dreyer [Sun, 8 May 2011 18:34:35 +0000 (20:34 +0200)]
Replace round by simgear::SGMiscd::roundToInt()

to make it compile again under MSVC (sigh)

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Sun, 8 May 2011 14:22:17 +0000 (09:22 -0500)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoExpose JSBSim turbulence models
Torsten Dreyer [Sun, 8 May 2011 13:50:33 +0000 (15:50 +0200)]
Expose JSBSim turbulence models

13 years agoSimple FlightPlan generation and execution for the user aircraft: This will allow...
Durk Talsma [Sat, 7 May 2011 08:03:27 +0000 (10:03 +0200)]
Simple FlightPlan generation and execution for the user aircraft: This will allow ATC guided taxiing to the runway.

13 years agoRemove unused class SGEnviro
Torsten Dreyer [Fri, 6 May 2011 12:12:17 +0000 (14:12 +0200)]
Remove unused class SGEnviro

This class and their source files visual_enviro.[h|c]xx were
unused since OSG transition. It's only functionality was to
keep a variable for the enable-state of rendering of precipitation.
This has now been moved to SGPrecipitation.
This patch also removes all references to this class and
visual_enviro.hxx. Wxradar needs a new implementation for cloud
echoes which probably should be part of fgclouds.

See also SimGear commit 4e6159aa07f2817c09fad72db64d713e47f6f3da

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Thu, 5 May 2011 19:18:46 +0000 (14:18 -0500)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoFix a problem with the YASim turbulence model. This change has been
Curtis L. Olson [Thu, 5 May 2011 19:13:18 +0000 (14:13 -0500)]
Fix a problem with the YASim turbulence model.  This change has been
coordinated with and approved by Andy.

The lattice(x,y) arguments were being "WRAP()'d" but the WRAP() function
didn't make sense.  Instead it was forcing the value to zero if it was
greater than the wrap limit.  This was creating large areas of constant
values in the perlin noise maps which resulted in a "constant" turbulence
vector over time -- which is just weird.

Andy couldn't see any reason why the values should be wrapped and couldn't
remember any reason why the WRAP() function was set up like it was.

Andy wanted me to make sure and mention that he was INSANE when he wrote that
code (but now he's sane ... err, mostly.)

13 years ago#310: c++ header dependency
ThorstenB [Wed, 4 May 2011 19:34:15 +0000 (21:34 +0200)]
#310: c++ header dependency
Header's dependency is to <cstring> not <memory>. <memory> itself had
dependency to <cstring> for earlier GCC version though.

13 years agoBlindly attempt to add AV400WSim.[ch]xx to the VC90 project file.
Curtis L. Olson [Tue, 3 May 2011 19:04:41 +0000 (14:04 -0500)]
Blindly attempt to add AV400WSim.[ch]xx to the VC90 project file.

13 years agoHopefully add AV400WSim.cxx to the cmake system (not tested) since I use
Curtis L. Olson [Tue, 3 May 2011 17:27:25 +0000 (12:27 -0500)]
Hopefully add AV400WSim.cxx to the cmake system (not tested) since I use
autoconf/make.

13 years agoBruce Hellstrom @ ATC Flight Sim.
Curtis L. Olson [Tue, 3 May 2011 16:12:55 +0000 (11:12 -0500)]
Bruce Hellstrom @ ATC Flight Sim.
New module contributed: AV400WSim.
Supports communication with external (aka real) Garmin 400/500 WAAS flight
sim units.  Includes changes to options.cxx and fg_io.cxx to support
invoking and configuring the new module.

13 years agoMerge branch 'next' into durk-atc
Durk Talsma [Fri, 29 Apr 2011 18:46:54 +0000 (20:46 +0200)]
Merge branch 'next' into durk-atc

13 years agoSome more work on AI/ATC user interaction integration:
Durk Talsma [Fri, 29 Apr 2011 18:44:05 +0000 (20:44 +0200)]
Some more work on AI/ATC user interaction integration:
* Update AI aircraft object based on user position.
* Process flightplan
* Don't try to update the radar information for AIAircraft that don't have a valid manager pointer

13 years agoAdd x-offset-m and y-offset-m to move-cloud command.
Stuart Buchanan [Sun, 24 Apr 2011 19:48:18 +0000 (20:48 +0100)]
Add x-offset-m and y-offset-m to move-cloud command.

13 years agoMerge commit 'refs/merge-requests/1554' of git://gitorious.org/fg/flightgear into...
Torsten Dreyer [Sat, 23 Apr 2011 09:34:49 +0000 (11:34 +0200)]
Merge commit 'refs/merge-requests/1554' of git://gitorious.org/fg/flightgear into merge-requests/1554

13 years agoSync. with JSBSim CVS, now properly
Erik Hofman [Sat, 23 Apr 2011 08:17:31 +0000 (10:17 +0200)]
Sync. with JSBSim CVS, now properly

13 years agoFurther updates to 3D clouds
Stuart Buchanan [Fri, 22 Apr 2011 20:06:28 +0000 (21:06 +0100)]
Further updates to 3D clouds

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear
Stuart Buchanan [Thu, 21 Apr 2011 19:55:49 +0000 (20:55 +0100)]
Merge branch 'next' of git://gitorious.org/fg/flightgear

Conflicts:
src/Environment/environment_mgr.cxx

13 years agoImproved 3D cloud support
Stuart Buchanan [Thu, 21 Apr 2011 19:43:05 +0000 (20:43 +0100)]
Improved 3D cloud support

13 years agoRemove vim swap file
Frederic Bouvier [Tue, 19 Apr 2011 20:32:23 +0000 (22:32 +0200)]
Remove vim swap file

13 years agoAutomatic tower positioning
ThorstenB [Mon, 18 Apr 2011 20:54:33 +0000 (22:54 +0200)]
Automatic tower positioning
New "auto-position" switch to always use closest tower for tower-view.
Exposes new "/sim/airport/closest-airport-id" property.
Display closest airport on groundradar by default.

13 years agoADF2 support
ThorstenB [Sun, 17 Apr 2011 15:35:31 +0000 (17:35 +0200)]
ADF2 support
New "--adf2" option.
Also introducing "--adf1" for consistency, while keeping legacy "--adf".

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Erik Hofman [Sat, 16 Apr 2011 09:36:55 +0000 (11:36 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoLauri Peltonen: make clearcolor black, so that space is dark instead of gray.
Erik Hofman [Sat, 16 Apr 2011 09:35:56 +0000 (11:35 +0200)]
Lauri Peltonen: make clearcolor black, so that space is dark instead of gray.

13 years agoWish #304: MapWidget's center-on-aircraft button should be sticky
ThorstenB [Sat, 16 Apr 2011 08:53:09 +0000 (10:53 +0200)]
Wish #304: MapWidget's center-on-aircraft button should be sticky
Thanks to Victhor Foster for the idea.

13 years agoClear OSG object cache on scenery reload
ThorstenB [Fri, 15 Apr 2011 19:34:44 +0000 (21:34 +0200)]
Clear OSG object cache on scenery reload
Scenery reload (menu: Debug-> Reload Scenery) also needs to clear the OSG
object cache, otherwise scenery isn't really reloaded from disk.

13 years agoMinor file mode issue.
ThorstenB [Thu, 14 Apr 2011 22:20:06 +0000 (00:20 +0200)]
Minor file mode issue.

13 years agoAdrian Musceac: #303, YASim solver settings
ThorstenB [Thu, 14 Apr 2011 22:15:18 +0000 (00:15 +0200)]
Adrian Musceac: #303, YASim solver settings
The internal solver of YASim which computes drag and lift
coefficients now actually uses the values configured in
the XML input file for approach fuel, cruise fuel and cruise
glide angle.

13 years agoAdd fgpanel to the automake build system
Torsten Dreyer [Thu, 14 Apr 2011 13:33:36 +0000 (15:33 +0200)]
Add fgpanel to the automake build system

13 years agoInitial commit of the fgpanel code
Torsten Dreyer [Thu, 14 Apr 2011 09:11:17 +0000 (11:11 +0200)]
Initial commit of the fgpanel code

fgpanel is basically the stripped down 2D-Panel code from
FlightGear. It is designed as a standalone lightweight panel
rendering engine to draw 2d panels on a lowcost computer/graphic card
without 3d acceleration at reasonablel framerates.

Patches for inclusion into the build system will follow.

13 years agoFixed minor memory leak on joystick reload.
ThorstenB [Wed, 13 Apr 2011 19:30:11 +0000 (21:30 +0200)]
Fixed minor memory leak on joystick reload.

13 years agoFixed some memory leaks. Thanks to Andreas Gaeb for reporting.
Anders Gidenstam [Wed, 13 Apr 2011 19:06:05 +0000 (21:06 +0200)]
Fixed some memory leaks. Thanks to Andreas Gaeb for reporting.

13 years agoOne step ahead of JSBSim CVS.
Erik Hofman [Mon, 11 Apr 2011 08:06:57 +0000 (10:06 +0200)]
One step ahead of JSBSim CVS.

13 years agoImprove OSG caching.
ThorstenB [Sun, 3 Apr 2011 17:13:51 +0000 (19:13 +0200)]
Improve OSG caching.
Ensure property tree is provided early to modellib.
To disable: --prop:sim/rendering/cache=0 (enabled by default)
(also requires simgear update)