]> git.mxchange.org Git - flightgear.git/log
flightgear.git
12 years ago#738: crash when switching 2D panels
ThorstenB [Wed, 11 Apr 2012 22:03:16 +0000 (00:03 +0200)]
#738: crash when switching 2D panels
FGPanelNode doesn't always own its "_panel" object - so it's not ok to
always delete it. Use ref-counting/smart-pointers instead.

12 years agoNavDisplay: respect initial values for various properties.
James Turner [Wed, 11 Apr 2012 09:48:33 +0000 (10:48 +0100)]
NavDisplay: respect initial values for various properties.

12 years agoRembrandt: Restore rendering stats
Frederic Bouvier [Mon, 9 Apr 2012 15:41:33 +0000 (17:41 +0200)]
Rembrandt: Restore rendering stats
intercept first change in stats display to change stats handler camera render order

12 years agoRoute-manager distance helpers for Hyde and others working on VNAV support.
James Turner [Mon, 9 Apr 2012 13:06:44 +0000 (14:06 +0100)]
Route-manager distance helpers for Hyde and others working on VNAV support.

12 years agoWhoops, fix a type found by Syd in the NavDisplay.
James Turner [Mon, 9 Apr 2012 11:17:38 +0000 (12:17 +0100)]
Whoops, fix a type found by Syd in the NavDisplay.

12 years agoAdd CMake option to disable building test applications.
ThorstenB [Sun, 8 Apr 2012 16:49:11 +0000 (18:49 +0200)]
Add CMake option to disable building test applications.

12 years agoGeoff McLane: Fix compile error due to missing include.
ThorstenB [Sun, 8 Apr 2012 16:46:17 +0000 (18:46 +0200)]
Geoff McLane: Fix compile error due to missing include.

12 years agoFix scenery reload issues.
ThorstenB [Sat, 7 Apr 2012 14:35:04 +0000 (16:35 +0200)]
Fix scenery reload issues.
Aircraft could fall through the ground on scenery reload.

12 years agoComment out some unused vars.
ThorstenB [Sat, 7 Apr 2012 14:19:33 +0000 (16:19 +0200)]
Comment out some unused vars.

12 years agoFix scenery reload issues.
ThorstenB [Sat, 7 Apr 2012 14:19:09 +0000 (16:19 +0200)]
Fix scenery reload issues.
Aircraft could fall through the ground on scenery reload. Properly reset
the "sceneryloaded" flag to pause FDM processing while scenery is being
reloaded. Also stop processing some instruments while scenery is reloaded.

12 years agoRestore splash screen for the Rembrandt renderer
Frederic Bouvier [Thu, 5 Apr 2012 21:30:38 +0000 (23:30 +0200)]
Restore splash screen for the Rembrandt renderer

12 years agoYASim performance optimization
ThorstenB [Thu, 5 Apr 2012 19:06:39 +0000 (21:06 +0200)]
YASim performance optimization
Use stashed property nodes.

12 years agoFix some compiler warnings.
ThorstenB [Tue, 3 Apr 2012 20:24:00 +0000 (22:24 +0200)]
Fix some compiler warnings.
Also removes "itm.cpp" from CMake to avoid code duplication/warnings, since
this the file is already included by radio.cxx.

12 years agoAdd "--max-fps" option to limit frame rate.
ThorstenB [Sun, 1 Apr 2012 14:04:12 +0000 (16:04 +0200)]
Add "--max-fps" option to limit frame rate.

12 years agoYASim performance optimization
ThorstenB [Sat, 31 Mar 2012 22:36:41 +0000 (00:36 +0200)]
YASim performance optimization
Several functions of YASim's math wrapper are hotspots. Allow compiler
optimization/inlining.

12 years agoAvoid "using..." in header files.
ThorstenB [Sat, 31 Mar 2012 16:19:14 +0000 (18:19 +0200)]
Avoid "using..." in header files.

12 years agoRemove unused variables (moment/ias)
ThorstenB [Sat, 31 Mar 2012 10:50:53 +0000 (12:50 +0200)]
Remove unused variables (moment/ias)

12 years agoAutopilot: save loads of CPU cycles
Torsten Dreyer [Thu, 5 Apr 2012 18:40:07 +0000 (20:40 +0200)]
Autopilot: save loads of CPU cycles

Not every xml-autopilot filter needs to run at the update rate
of the FDM. This only makes sense for the autpilot filters. Those,
who update instrument needles or environment properties for example
may run at frame rate.
This patch (thanks to ThorstenB, who is the author) forces those
filters defined in /sim/systems/autopilot into the FDM loop and those
defined in /sim/systems/property-rule into the default loop. They
show up as xml-autopilot and xml-proprules in the performance monitor

12 years agoHonor /sim/rendering/shadows/enabled preference
Frederic Bouvier [Wed, 4 Apr 2012 18:43:16 +0000 (20:43 +0200)]
Honor /sim/rendering/shadows/enabled preference

12 years agoCode cosmetic
Frederic Bouvier [Tue, 3 Apr 2012 21:17:04 +0000 (23:17 +0200)]
Code cosmetic

12 years agoFix issue with sky added in commit 25e0ab0b824c7a2254b9815976b4998174632058
Frederic Bouvier [Tue, 3 Apr 2012 06:41:28 +0000 (08:41 +0200)]
Fix issue with sky added in commit 25e0ab0b824c7a2254b9815976b4998174632058

12 years agoHopefully fix the shadow disappearing because of range animation issue in a more...
Frederic Bouvier [Mon, 2 Apr 2012 21:54:31 +0000 (23:54 +0200)]
Hopefully fix the shadow disappearing because of range animation issue in a more elegant way

12 years agoRestore messages and fog draw order reverted in the previous commit
Frederic Bouvier [Mon, 2 Apr 2012 21:36:34 +0000 (23:36 +0200)]
Restore messages and fog draw order reverted in the previous commit

12 years agoRevert "Disable LOD when rendering to the shadow map."
Frederic Bouvier [Mon, 2 Apr 2012 18:07:29 +0000 (20:07 +0200)]
Revert "Disable LOD when rendering to the shadow map."

This reverts commit e46357d8191b28de338403da06d0fa904d87800c.

12 years agoEnable light source for transparent surfaces
Frederic Bouvier [Sun, 1 Apr 2012 21:37:47 +0000 (23:37 +0200)]
Enable light source for transparent surfaces

12 years agoDisable LOD when rendering to the shadow map.
Frederic Bouvier [Sun, 1 Apr 2012 21:07:33 +0000 (23:07 +0200)]
Disable LOD when rendering to the shadow map.
Produce few NaNs at start

12 years agoMake the shadow map available for effects
Frederic Bouvier [Sat, 31 Mar 2012 20:50:38 +0000 (22:50 +0200)]
Make the shadow map available for effects

12 years agoFix picking zone display
Frederic Bouvier [Sat, 31 Mar 2012 19:59:50 +0000 (21:59 +0200)]
Fix picking zone display

12 years agoBe sure to not render light volumes in the classical renderer
Frederic Bouvier [Sat, 31 Mar 2012 18:39:47 +0000 (20:39 +0200)]
Be sure to not render light volumes in the classical renderer

12 years agoWorking spot and point lights
Frederic Bouvier [Sat, 31 Mar 2012 18:16:36 +0000 (20:16 +0200)]
Working spot and point lights
Use 8bit normals if /sim/rendering/no-16bit-buffer is set to true. May be usefull for old card returning 0x8cda at fbo setup time
White/gray specular material
s/Tabs/Spaces/

12 years agoMake sure _avionics is enabled before calling suspend, this fixes a crash caused...
Erik Hofman [Sat, 31 Mar 2012 09:45:28 +0000 (11:45 +0200)]
Make sure _avionics is enabled before calling suspend, this fixes a crash caused by the way AI models are handled now.

12 years agoShadow map size settable at run-time. It needs to be a power of two. Now needs a...
Frederic Bouvier [Fri, 30 Mar 2012 20:30:26 +0000 (22:30 +0200)]
Shadow map size settable at run-time. It needs to be a power of two. Now needs a real gui dialog

12 years agoFix a typo in proptest.cpp
Frederic Bouvier [Fri, 30 Mar 2012 18:59:39 +0000 (20:59 +0200)]
Fix a typo in proptest.cpp

12 years agoCompile proptest.cpp with MSVC. There is still a link problem though
Frederic Bouvier [Fri, 30 Mar 2012 05:41:08 +0000 (07:41 +0200)]
Compile proptest.cpp with MSVC. There is still a link problem though

12 years agoImplement Cascade Shadow Mapping in the Rembrandt renderer.
Frederic Bouvier [Fri, 30 Mar 2012 05:26:29 +0000 (07:26 +0200)]
Implement Cascade Shadow Mapping in the Rembrandt renderer.
Shadow map size is set by the /sim/rendering/shadows/map-size property before starting fgfs. Its default value is 4096. Maximum value is 16384 in most card

12 years agoYASim: enable building of YASim's proptest utility
Emilian Huminiuc [Wed, 28 Mar 2012 11:39:32 +0000 (14:39 +0300)]
YASim: enable building of YASim's proptest utility
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
12 years agoProperly drop empty tiles from tile cache.
ThorstenB [Wed, 28 Mar 2012 21:03:13 +0000 (23:03 +0200)]
Properly drop empty tiles from tile cache.
Tiles which expired before being loaded could clog the tile cache.

12 years agoFix normal storage into texture data. Input [-1..1] should be output to [0..1]
Frederic Bouvier [Wed, 28 Mar 2012 20:39:28 +0000 (22:39 +0200)]
Fix normal storage into texture data. Input [-1..1] should be output to [0..1]

12 years agoPUI doesn't use SSG (and never has). Ooops.
James Turner [Wed, 28 Mar 2012 08:37:58 +0000 (09:37 +0100)]
PUI doesn't use SSG (and never has). Ooops.

12 years agoMac nightlies need the DDS plugin.
James Turner [Wed, 28 Mar 2012 08:37:33 +0000 (09:37 +0100)]
Mac nightlies need the DDS plugin.

12 years agoFix total-distance computation in the route-manager, and expose some additional value...
James Turner [Tue, 27 Mar 2012 20:54:38 +0000 (21:54 +0100)]
Fix total-distance computation in the route-manager, and expose some additional values - departure and arrival field elevation, and total distance along the route of a waypoint. (Addresses some feature requests)

12 years ago#723: perpetual "GPS init complete" info messages.
ThorstenB [Tue, 27 Mar 2012 19:24:54 +0000 (21:24 +0200)]
#723: perpetual "GPS init complete" info messages.
Don't report "init complete" unless "init" is complete :).

12 years ago#718: java client example not compiling
ThorstenB [Tue, 27 Mar 2012 19:06:29 +0000 (21:06 +0200)]
#718: java client example not compiling
Util.java was added to the repo commenting "Half-finished utility class.".
No more progress since (10 years!), so just exclude the file from the
java build by changing its extension.

12 years agoFix All-FDMs linkage. Thanks Torsten, no idea what ar/ld interaction is happening...
James Turner [Tue, 27 Mar 2012 14:07:34 +0000 (15:07 +0100)]
Fix All-FDMs linkage. Thanks Torsten, no idea what ar/ld interaction is happening here.

12 years agoCameraGroup: adapt order of member vars to their init sequence.
ThorstenB [Mon, 26 Mar 2012 19:21:41 +0000 (21:21 +0200)]
CameraGroup: adapt order of member vars to their init sequence.
(Avoids flood of "init sequence" GCC warnings, whenever CameraGroup.hxx
is included anywhere)

12 years agoPrevent negative alpha value
ThorstenB [Mon, 26 Mar 2012 19:09:10 +0000 (21:09 +0200)]
Prevent negative alpha value
(affects splash screen)

12 years agoFix "use of uninitialized data" reported by valgrind.
ThorstenB [Mon, 26 Mar 2012 19:08:11 +0000 (21:08 +0200)]
Fix "use of uninitialized data" reported by valgrind.
(issue triggered when FGGlobals::saveInitialState copies the entire
property tree on start-up).

12 years agomarker beacon: catch NULL pointer
ThorstenB [Mon, 26 Mar 2012 19:04:23 +0000 (21:04 +0200)]
marker beacon: catch NULL pointer
when runway not in navdb (affects incomplete/inconsistent nav data only).

12 years agoFix "use of uninitialized data" reported by valgrind.
ThorstenB [Mon, 26 Mar 2012 19:03:05 +0000 (21:03 +0200)]
Fix "use of uninitialized data" reported by valgrind.
(also pushed to JSBSIM cvs)

12 years agoAIFlightPlan: Initialize the same member variables in all constructors.
ThorstenB [Sun, 25 Mar 2012 12:03:53 +0000 (14:03 +0200)]
AIFlightPlan: Initialize the same member variables in all constructors.
distance_to_go / lead_distance were not initialized in all constructors.
Fixes 'condition on uninitialized data' reported by valgrind.
Also comment-out unused vars.

12 years agoReplace unnecessary use of copy constructor.
ThorstenB [Sun, 25 Mar 2012 11:47:43 +0000 (13:47 +0200)]
Replace unnecessary use of copy constructor.

12 years agotilemanager: initialize member variables
ThorstenB [Sun, 25 Mar 2012 11:43:28 +0000 (13:43 +0200)]
tilemanager: initialize member variables
Also drop some obsolete members.

12 years agoAvoid a crash when using the native menubar on Mac, due to non-static classes with...
James Turner [Mon, 26 Mar 2012 16:38:09 +0000 (17:38 +0100)]
Avoid a crash when using the native menubar on Mac, due to non-static classes with identical names.

12 years agoFix YAsim linkage.
James Turner [Mon, 26 Mar 2012 15:09:21 +0000 (16:09 +0100)]
Fix YAsim linkage.

12 years agoDon't create intermediate static libraries for build fgfs. (Speeds up rebuilds in...
James Turner [Mon, 26 Mar 2012 12:09:39 +0000 (13:09 +0100)]
Don't create intermediate static libraries for build fgfs. (Speeds up rebuilds in Xcode dramatically, possible in other IDEs too)

12 years agoSuppress a warning when using Clang.
James Turner [Sun, 25 Mar 2012 17:46:50 +0000 (18:46 +0100)]
Suppress a warning when using Clang.

12 years agoFix 2.5D panel hit detection, compute logical panel extend from actions.
James Turner [Sun, 25 Mar 2012 17:46:04 +0000 (18:46 +0100)]
Fix 2.5D panel hit detection, compute logical panel extend from actions.

12 years agoWarn of harmless messages caused by the Rembrandt renderer
Frederic Bouvier [Sun, 25 Mar 2012 17:05:10 +0000 (19:05 +0200)]
Warn of harmless messages caused by the Rembrandt renderer

12 years agoRemove tabs
Frederic Bouvier [Sun, 25 Mar 2012 14:07:56 +0000 (16:07 +0200)]
Remove tabs

12 years agoFirst, preliminary, code of the Rembrandt renderer.
Frederic Bouvier [Sun, 25 Mar 2012 12:37:01 +0000 (14:37 +0200)]
First, preliminary, code of the Rembrandt renderer.
The new renderer is activated by the --enable-rembrandt option, or in the preferences.xml file.
The renderer at this stage doesn't have shadows yet, and shows a lighting bug. The slash screen doesn't work too.

12 years agoAdd options to enable or disable the Rembrandt renderer
Frederic Bouvier [Sun, 25 Mar 2012 12:33:22 +0000 (14:33 +0200)]
Add options to enable or disable the Rembrandt renderer

12 years agoAllow any number of cameras as render stages for a single viewport
Frederic Bouvier [Sun, 11 Mar 2012 19:38:17 +0000 (20:38 +0100)]
Allow any number of cameras as render stages for a single viewport

12 years agoCompile with MSVC 9
Frederic Bouvier [Sun, 11 Mar 2012 18:55:04 +0000 (19:55 +0100)]
Compile with MSVC 9

12 years agoChoose renderer from /sim/rendering/rembrandt property
Frederic Bouvier [Sun, 11 Mar 2012 14:50:18 +0000 (15:50 +0100)]
Choose renderer from /sim/rendering/rembrandt property

12 years agoMove camera setup to the renderer
Frederic Bouvier [Sat, 10 Mar 2012 13:57:43 +0000 (14:57 +0100)]
Move camera setup to the renderer

12 years agoSmall refactoring in CameraInfo
Frederic Bouvier [Sat, 10 Mar 2012 08:49:01 +0000 (09:49 +0100)]
Small refactoring in CameraInfo

12 years agoIgnore empty lines in html output.
ThorstenB [Sun, 25 Mar 2012 08:34:50 +0000 (10:34 +0200)]
Ignore empty lines in html output.

12 years ago#548: segfault in AIFlightPlanCreate
ThorstenB [Sun, 25 Mar 2012 08:34:07 +0000 (10:34 +0200)]
#548: segfault in AIFlightPlanCreate
check "tn != NULL" before calling tn->getGeod()

12 years agoNo avionics sound group for aimodels.
ThorstenB [Thu, 22 Mar 2012 22:53:18 +0000 (23:53 +0100)]
No avionics sound group for aimodels.

12 years agoDon't crash on start-up when avionics sound is disabled.
ThorstenB [Thu, 22 Mar 2012 22:36:39 +0000 (23:36 +0100)]
Don't crash on start-up when avionics sound is disabled.
FGFX::init/soundfx::init use "_avionics" unconditionally, so it has to be
valid, even when avionics sound is disabled. Also allow to properly
enable/disable avioncis sound at run-time.

12 years agoMake FG_OPTIONS_EXIT work.
ThorstenB [Sat, 17 Mar 2012 11:01:51 +0000 (12:01 +0100)]
Make FG_OPTIONS_EXIT work.
'fgfs --version' wants to exit...

12 years agoAdapt 777 directory.
ThorstenB [Fri, 16 Mar 2012 22:21:31 +0000 (23:21 +0100)]
Adapt 777 directory.

12 years agoFix Linux build
ThorstenB [Fri, 16 Mar 2012 22:21:07 +0000 (23:21 +0100)]
Fix Linux build

12 years agoWork on making 2D panels act like standard scene-graph elements for picking and drawing.
James Turner [Mon, 2 Jan 2012 23:16:18 +0000 (23:16 +0000)]
Work on making 2D panels act like standard scene-graph elements for picking and drawing.
(This includes 2.5D panels in the 3D scene)

12 years agofgviewer: Update to current initialization structure.
Mathias Froehlich [Thu, 15 Mar 2012 20:11:44 +0000 (21:11 +0100)]
fgviewer: Update to current initialization structure.

Improove argument parsing. Reorder initialization.

12 years agoscenery: Move flightgears paging back into the application.
Mathias Froehlich [Thu, 15 Mar 2012 19:56:37 +0000 (20:56 +0100)]
scenery: Move flightgears paging back into the application.

This way of scenery paging is really application code.
Now that the simgear stg loader is seperated from the paging
code, this appication specific paging can reside here.
May be at some time also use the spt stuff here.

12 years agoscenery: The tile entries load callback is not needed anymore.
Mathias Froehlich [Thu, 15 Mar 2012 18:04:55 +0000 (19:04 +0100)]
scenery: The tile entries load callback is not needed anymore.

The stg loader can do this itself.

12 years agoRemove /sim/paths/use-custom-scenery-data.
Mathias Froehlich [Thu, 15 Mar 2012 17:48:57 +0000 (18:48 +0100)]
Remove /sim/paths/use-custom-scenery-data.

Scenery people tell me that this is always set to true
today. Thus we can remove this property as this allows
me for some further osg loader cleanups.

12 years agoMake use of auto-coordination more flexible
Torsten Dreyer [Tue, 13 Mar 2012 20:00:22 +0000 (21:00 +0100)]
Make use of auto-coordination more flexible

- move property /sim/auto-coordination to
  /controls/flight/auto-coordination
- introduce new property /controls/flight/auto-coordination-factor
  with default of 0.5
- auto-coordinate the rudder if auto-coordination is true and the factor
  is greater than zero

backward compatibility for the old property is temporary provided by
a temporary Nasal hack in FGDATA/Nasal/aircraft.nas

12 years agoConsistent white-spacing...
ThorstenB [Mon, 12 Mar 2012 20:18:37 +0000 (21:18 +0100)]
Consistent white-spacing...

12 years ago#706: Properly set FLTK include directory.
ThorstenB [Mon, 12 Mar 2012 20:15:05 +0000 (21:15 +0100)]
#706: Properly set FLTK include directory.

12 years agobind the sky disable cutoff distance to a property
Torsten Dreyer [Fri, 9 Mar 2012 20:00:23 +0000 (21:00 +0100)]
bind the sky disable cutoff distance to a property

There used to be a hardcoded visibility of 1000m below which the
sky was disabled. This distance is now bound to
/sim/rendering/minimum-sky-visibility with a default value of 1000

12 years ago#702: Misspelled "devices" property node.
ThorstenB [Thu, 8 Mar 2012 07:58:44 +0000 (08:58 +0100)]
#702: Misspelled "devices" property node.
(Typo from my commit earlier this week)

12 years agofgviewer: adapt to simgear upstream changes.
Mathias Froehlich [Thu, 8 Mar 2012 06:32:18 +0000 (07:32 +0100)]
fgviewer: adapt to simgear upstream changes.

12 years agoFix segfault when loading routes in RouteManager
ThorstenB [Wed, 7 Mar 2012 20:33:08 +0000 (21:33 +0100)]
Fix segfault when loading routes in RouteManager
FGRouteMgr::loadRoute always needs to call "update_mirror" before
returning.

12 years ago#589: 2D panels transparent at night. May also fix #591.
ThorstenB [Fri, 10 Feb 2012 20:16:39 +0000 (21:16 +0100)]
#589: 2D panels transparent at night. May also fix #591.
Since d91a617423fa5c269902a847494b3778b05ebcb4 (vectory color calculations)
all 4 elements of a color were scaled with the respective brightness.
The caused some panels to be transparent at night etc.
Before the change, only the 3 RGB elements of the colors were scaled,
while the 4th element (alpha channel?) remained unaltered.
Commit restores the alpha elements to their original behaviour.
=> "Quick hack" for 2.6.0. Need s.o. to double check the initial changes
and commit something clean to "next".

12 years agoMore spring-cleaning fun.
ThorstenB [Wed, 7 Mar 2012 19:48:00 +0000 (20:48 +0100)]
More spring-cleaning fun.
Use tiedPropertyLists, instead of manual tie/unties.

12 years ago#591: Fix sky flickering at certain sun/view angles
ThorstenB [Wed, 7 Mar 2012 19:43:52 +0000 (20:43 +0100)]
#591: Fix sky flickering at certain sun/view angles
Commit 5f0066c resulted in an incorrect angle calculation. At certain view/sun
angles "hor_rotation" and "rf1" would skip from the minimum to the maximum
value).
Also, an offset angle of 90 degrees (PI/2) is added, which seems to align
the sky effect with the sun position. Calculation is probably still wrong,
but seems less wrong than before - and the flickering is gone...

12 years agoSpring-cleaning: some minor optimization
Torsten Dreyer [Tue, 6 Mar 2012 21:28:18 +0000 (22:28 +0100)]
Spring-cleaning: some minor optimization

- initialize uninitialized properties
- use prefix instead of postfix increments
- reduce visibility of variables
- use empty() instead of size() == 0 for vector and string
- pass string by reference, not by value

12 years agofgviewer: Make use of the world texture when no file argument is given.
Mathias Froehlich [Sun, 4 Mar 2012 19:31:14 +0000 (20:31 +0100)]
fgviewer: Make use of the world texture when no file argument is given.

12 years agoAdapt script to changed name.
ThorstenB [Sun, 4 Mar 2012 18:49:28 +0000 (19:49 +0100)]
Adapt script to changed name.

12 years agoRename to "nasal_api_doc.py".
ThorstenB [Sun, 4 Mar 2012 18:49:02 +0000 (19:49 +0100)]
Rename to "nasal_api_doc.py".

12 years agoIgnore .pyc files
ThorstenB [Sun, 4 Mar 2012 18:40:19 +0000 (19:40 +0100)]
Ignore .pyc files
(compiled python binaries)

12 years agoupdated API script
adrian [Fri, 3 Feb 2012 17:16:11 +0000 (19:16 +0200)]
updated API script

12 years agopython script which generates $FGROOT/Nasal API documentation
adrian [Mon, 30 Jan 2012 19:02:19 +0000 (21:02 +0200)]
python script which generates $FGROOT/Nasal API documentation

12 years agoUse tiedPropertyLists instead of manually matched tie/untie calls.
ThorstenB [Sun, 4 Mar 2012 16:38:06 +0000 (17:38 +0100)]
Use tiedPropertyLists instead of manually matched tie/untie calls.
Ensures we don't forget to untie some individual properties.

12 years agoUse tiedPropertyLists instead of manually matched tie/untie calls.
ThorstenB [Sun, 4 Mar 2012 14:30:08 +0000 (15:30 +0100)]
Use tiedPropertyLists instead of manually matched tie/untie calls.
Ensures we don't forget to untie some individual properties.

12 years agoIt does. :)
ThorstenB [Sat, 3 Mar 2012 20:40:40 +0000 (21:40 +0100)]
It does. :)

12 years agoFix type issue.
ThorstenB [Sat, 3 Mar 2012 20:39:22 +0000 (21:39 +0100)]
Fix type issue.
multi-sample-buffers is int, not bool.

12 years agoFix compile past last simgear change.
Mathias Froehlich [Sat, 3 Mar 2012 13:05:43 +0000 (14:05 +0100)]
Fix compile past last simgear change.