]> git.mxchange.org Git - simgear.git/log
simgear.git
12 years agoRevert "Use simgear internal stuff for the singleton class."
Mathias Froehlich [Sat, 3 Mar 2012 17:21:49 +0000 (18:21 +0100)]
Revert "Use simgear internal stuff for the singleton class."

This reverts commit 80274596dfb0daf3564581e9e855f3debf483b12.

12 years agoDir::tempDir not working on some systems.
ThorstenB [Sat, 3 Mar 2012 16:06:51 +0000 (17:06 +0100)]
Dir::tempDir not working on some systems.
Only worked when TMPDIR environment variable had a trailing slash (i.e.
"/tmp/" worked, but not "/tmp").
(Problem shown by simgear's "test suite". It's good to have tests!)

12 years agoRemove left over from osg/core dependencies.
Mathias Froehlich [Sat, 3 Mar 2012 15:05:23 +0000 (16:05 +0100)]
Remove left over from osg/core dependencies.

This file should be obsolete doe to the latest changes.

12 years agoUse simgear internal stuff for the singleton class.
Mathias Froehlich [Sat, 3 Mar 2012 13:10:37 +0000 (14:10 +0100)]
Use simgear internal stuff for the singleton class.

This removes the other still present dependency on osg
in the future sgcore library.
It also remove the need for the NO_OPENSCENEGRAPH_INTERFACE
compile time definition.

12 years agomath: Remove SGMath osg dependency.
Mathias Froehlich [Sat, 3 Mar 2012 12:32:49 +0000 (13:32 +0100)]
math: Remove SGMath osg dependency.

Move osg dependent stuff from SGMath into simgear/scene/util/OsgMath.hxx.
Update includes in simgear to reflect this change.
Note that this change also requires an updated flightgear version.

12 years agomath: Move lerp function into SGMisc.
Mathias Froehlich [Sat, 3 Mar 2012 10:56:40 +0000 (11:56 +0100)]
math: Move lerp function into SGMisc.

12 years agoscenery: inline SGGenTile into its single caller.
Mathias Froehlich [Sat, 3 Mar 2012 09:45:15 +0000 (10:45 +0100)]
scenery: inline SGGenTile into its single caller.

12 years agoscenery: Route loader options through the btg loader.
Mathias Froehlich [Sat, 3 Mar 2012 09:37:54 +0000 (10:37 +0100)]
scenery: Route loader options through the btg loader.

12 years agoEvaluate <condition> statements in materials.xml at tile loading time
Stuart Buchanan [Fri, 2 Mar 2012 23:04:18 +0000 (23:04 +0000)]
Evaluate <condition> statements in materials.xml at tile loading time
rather than on startup.  This will allow changing between winter and
summer textures in-sim, and also allow more interesting regional
textures to be defined.

12 years agohla: Fix timeAdvanceAvailable handling when no federate is regulating.
Mathias Froehlich [Fri, 2 Mar 2012 21:25:47 +0000 (22:25 +0100)]
hla: Fix timeAdvanceAvailable handling when no federate is regulating.

12 years agohla: Add propper attribute dirty handling.
Mathias Froehlich [Fri, 2 Mar 2012 20:51:59 +0000 (21:51 +0100)]
hla: Add propper attribute dirty handling.

12 years agohla: Timestamp support down to the DataElements.
Mathias Froehlich [Fri, 2 Mar 2012 20:36:08 +0000 (21:36 +0100)]
hla: Timestamp support down to the DataElements.

12 years agoFix masked rotation so that it's clockwise from above.
Stuart Buchanan [Tue, 28 Feb 2012 21:05:54 +0000 (21:05 +0000)]
Fix masked rotation so that it's clockwise from above.

12 years agoFix string comparison
ThorstenB [Tue, 28 Feb 2012 07:39:19 +0000 (08:39 +0100)]
Fix string comparison

12 years agohla: Fix buffer overrun in SGMath vector types.
Mathias Froehlich [Sun, 26 Feb 2012 12:14:39 +0000 (13:14 +0100)]
hla: Fix buffer overrun in SGMath vector types.

12 years agohla: Rework toplevel HLA classes.
Mathias Froehlich [Sun, 26 Feb 2012 11:04:12 +0000 (12:04 +0100)]
hla: Rework toplevel HLA classes.

Better seperation between the rti and the hla level
of classes. Decouple object model setup from the
need to connect at a federate. Fix alignment computations
for the standard hla data types. Work towards an
interaction class abstraction. Add more flexibility in
deriving from the base classes and adding callbacks.

12 years agoMore robust checking of file extensions courtesy of the SGPath. Thanks to Mathias...
Stuart Buchanan [Mon, 27 Feb 2012 21:27:27 +0000 (21:27 +0000)]
More robust checking of file extensions courtesy of the SGPath.  Thanks to Mathias FROHLICH.

12 years agoHandle dds object masks properly:
Stuart Buchanan [Sun, 26 Feb 2012 22:38:38 +0000 (22:38 +0000)]
Handle dds object masks properly:
1) Only flip the object-mask if the texture xor the object mask is dds
2) Handle NTFS file systems where the extension may be .DDS rather than .dds.

12 years agoCorrect spacing between buildings.
Stuart Buchanan [Sun, 26 Feb 2012 22:38:04 +0000 (22:38 +0000)]
Correct spacing between buildings.

12 years agohla: Introduce backend factory infrastructure.
Mathias Froehlich [Sat, 25 Feb 2012 17:07:59 +0000 (18:07 +0100)]
hla: Introduce backend factory infrastructure.

Not finally ready, but provide a factory infrastructure
to improove plugability of different rti backend implementations.

12 years agoRemove obsolete comment...
ThorstenB [Fri, 24 Feb 2012 21:47:18 +0000 (22:47 +0100)]
Remove obsolete comment...

12 years ago#537 linker issues due to clock_gettime/librt dependencies
ThorstenB [Fri, 24 Feb 2012 21:20:37 +0000 (22:20 +0100)]
#537 linker issues due to clock_gettime/librt dependencies
Simplify dependency check and make it work for Debian.

12 years agoRevert "Try to fix MSVC template instantiation issue with SGVec dependencies."
ThorstenB [Fri, 24 Feb 2012 21:00:58 +0000 (22:00 +0100)]
Revert "Try to fix MSVC template instantiation issue with SGVec dependencies."

This reverts commit 8aed0e75dfc9bf8280578cefc2ebb32136692951.

12 years agoTry to fix MSVC template instantiation issue with SGVec dependencies.
ThorstenB [Fri, 24 Feb 2012 20:47:00 +0000 (21:47 +0100)]
Try to fix MSVC template instantiation issue with SGVec dependencies.

12 years agoStop objects from overlapping the edge of the triangle in which they are placed....
Stuart Buchanan [Thu, 23 Feb 2012 20:10:02 +0000 (20:10 +0000)]
Stop objects from overlapping the edge of the triangle in which they are placed. This should stop buildings encroaching roads etc.

12 years agoAllow (ab)using findDataFile to also search directories again.
ThorstenB [Sun, 19 Feb 2012 13:38:52 +0000 (14:38 +0100)]
Allow (ab)using findDataFile to also search directories again.

12 years agoMake tsync part of libSimGearCore when building shared libraries
ThorstenB [Sun, 19 Feb 2012 13:36:33 +0000 (14:36 +0100)]
Make tsync part of libSimGearCore when building shared libraries

12 years agohla: Add new header containing some enums.
Mathias Froehlich [Sat, 18 Feb 2012 16:13:45 +0000 (17:13 +0100)]
hla: Add new header containing some enums.

12 years agohla: Rename AttributePathPair to StringPathPair.
Mathias Froehlich [Sat, 18 Feb 2012 15:49:17 +0000 (16:49 +0100)]
hla: Rename AttributePathPair to StringPathPair.

This way of addressing attribute data elements
should also be used for parameters. So, name it a little
more neutral.

12 years agohla: Do not introduce an empty enumerated data type.
Mathias Froehlich [Sat, 18 Feb 2012 12:20:25 +0000 (13:20 +0100)]
hla: Do not introduce an empty enumerated data type.

This fixes a bogous enumerated data type that is
up to now introduced into the data type map.

12 years agohla: rename HLAVariantData* to HLAVariantRecordData*
Mathias Froehlich [Sat, 18 Feb 2012 10:44:00 +0000 (11:44 +0100)]
hla: rename HLAVariantData* to HLAVariantRecordData*

Rename to the true name that is used in the standard.

12 years agoHLAFederate: introduce read*ObjectModelTemplate.
Mathias Froehlich [Sat, 18 Feb 2012 10:00:28 +0000 (11:00 +0100)]
HLAFederate: introduce read*ObjectModelTemplate.

Introduce read{RTI13,RTI1516,RTI1516E}ObjectModelTemplate
methods. Deprecate the current readObjectModelTemplate method
and provide a short term upgrade path.

12 years agoRemove obsolete ignore pattern for automake generated headers.
ThorstenB [Fri, 17 Feb 2012 22:46:06 +0000 (23:46 +0100)]
Remove obsolete ignore pattern for automake generated headers.

12 years agoDon't untie a property when loading from xml
Torsten Dreyer [Wed, 15 Feb 2012 13:54:02 +0000 (14:54 +0100)]
Don't untie a property when loading from xml

executing the fgcommand loadxml implicitely untied every previously
tied property if a property type was given in the property element.
That made it impossible to autosave aircraft data for tied properties.
This patch should fix this. It adds an inconsitency, though:
if a property with a given type is read in which has been tied to
before and the property types do not match, the property type in the
xml file will be ignored.

12 years ago#658: better bugfix for findDataFile issue
ThorstenB [Sat, 11 Feb 2012 09:55:13 +0000 (10:55 +0100)]
#658: better bugfix for findDataFile issue
Fixes the more basic probelm of "SGModelLib::findDataFile" resolving an
empty file name to the fgdata (directory) path. findData_File_ should
never return a _directory_ path, only valid _file_ names.

12 years ago#658: avoid crash when Textures.high is missing
ThorstenB [Sat, 11 Feb 2012 08:54:53 +0000 (09:54 +0100)]
#658: avoid crash when Textures.high is missing
Don't resolve the empty file name, which would result in the fgdata
directory path (instead of a path to a file). Eventually this resulted in
a segfault, partly due to a bug in "osgDB::readImageFile", which reports
"success" when given a directory (instead of a file) path, though it
doesn't return a valid image object.

12 years agoFall back to taking tree textures from Terrain/ if they are not found under
Stuart Buchanan [Fri, 10 Feb 2012 22:49:20 +0000 (22:49 +0000)]
Fall back to taking tree textures from Terrain/ if they are not found under
Terrain.high, consistent with the other textures in materials.xml.

Also fix comment.

12 years agodisable annoying clang warning
Olaf Flebbe [Sun, 8 Jan 2012 21:41:42 +0000 (22:41 +0100)]
disable annoying clang warning

12 years agoOlaf Flebbe: Avoid infinite recursion in simgear::Dir::create
ThorstenB [Fri, 10 Feb 2012 21:36:24 +0000 (22:36 +0100)]
Olaf Flebbe: Avoid infinite recursion in simgear::Dir::create
when using it with a relative path.

12 years agoRetire tree-density and wood-size, as they have been superseded by object masking.
Stuart Buchanan [Tue, 7 Feb 2012 21:12:41 +0000 (21:12 +0000)]
Retire tree-density and wood-size, as they have been superseded by object masking.

12 years agoRandom object and vegetation masking based on bitmap file.
Stuart Buchanan [Sun, 5 Feb 2012 23:05:57 +0000 (23:05 +0000)]
Random object and vegetation masking based on bitmap file.

Also adds a property controlling vegetation density.

12 years agoMove JPEG dependency
ThorstenB [Sun, 29 Jan 2012 13:39:48 +0000 (14:39 +0100)]
Move JPEG dependency
Alas, JPEG_FACTORY is in SimGearScene, not SimGearCore...

12 years agoCorrect dependency of shared simgear libraries with enabled JPEG_FACTORY.
ThorstenB [Sun, 29 Jan 2012 13:28:49 +0000 (14:28 +0100)]
Correct dependency of shared simgear libraries with enabled JPEG_FACTORY.

12 years agoImprove the compressed texture message.
Mathias Froehlich [Thu, 19 Jan 2012 06:33:56 +0000 (07:33 +0100)]
Improve the compressed texture message.

12 years agoSwitch Impostors off by default, set reasonabl LOD and Impostor ranges.
Stuart Buchanan [Tue, 17 Jan 2012 22:13:42 +0000 (22:13 +0000)]
Switch Impostors off by default, set reasonabl LOD and Impostor ranges.

12 years agoImproved 3D clouds
Stuart Buchanan [Sat, 17 Dec 2011 13:02:54 +0000 (13:02 +0000)]
Improved 3D clouds
1) Impostors
2) One drawable per cloud rather than a single drawable shared by all clouds.

12 years agobump version number to 2.7.0
Torsten Dreyer [Tue, 17 Jan 2012 07:35:57 +0000 (08:35 +0100)]
bump version number to 2.7.0

12 years agobump version number to 2.6.0
Torsten Dreyer [Tue, 17 Jan 2012 06:46:13 +0000 (07:46 +0100)]
bump version number to 2.6.0

12 years agoUse the original filename for the compressed image message.
Mathias Froehlich [Sun, 15 Jan 2012 12:07:35 +0000 (13:07 +0100)]
Use the original filename for the compressed image message.

12 years ago#599: Don't crash when a path does not exist.
ThorstenB [Fri, 13 Jan 2012 18:58:45 +0000 (19:58 +0100)]
#599: Don't crash when a path does not exist.

12 years ago#199: ADd method to return the absolute (real) path.
ThorstenB [Thu, 12 Jan 2012 20:44:15 +0000 (21:44 +0100)]
#199: ADd method to return the absolute (real) path.

12 years agoDo not disable the portability warnings on mac/win.
Mathias Froehlich [Thu, 12 Jan 2012 17:49:54 +0000 (18:49 +0100)]
Do not disable the portability warnings on mac/win.

Since the message should help people doing textures to
provide texture files that run everywhere, do not omit
the messages just because the build platform did not
know these.

12 years ago#ifdefs for option GL texture compression constants - should fix Windows as well...
James Turner [Wed, 11 Jan 2012 23:41:02 +0000 (23:41 +0000)]
#ifdefs for option GL texture compression constants - should fix Windows as well as Mac

12 years agoLog images containing data depending on an extension.
Mathias Froehlich [Sun, 8 Jan 2012 22:16:57 +0000 (23:16 +0100)]
Log images containing data depending on an extension.

Print a descriptive warning on images that are given
in a texture format that do only work in presence of an
extension that might not be there at runtime.

12 years agoAlas. Fix #pragma magic for GCC <= 4.5.
ThorstenB [Mon, 9 Jan 2012 21:18:17 +0000 (22:18 +0100)]
Alas. Fix #pragma magic for GCC <= 4.5.
push/pop was introduced for GCC4.6 only - so avoid it.
Also, properly fix the fgets warning.

12 years agoFix final simgear GCC warnings.
ThorstenB [Mon, 9 Jan 2012 20:51:09 +0000 (21:51 +0100)]
Fix final simgear GCC warnings.

12 years agoMore #pragma magic.
ThorstenB [Mon, 9 Jan 2012 20:49:34 +0000 (21:49 +0100)]
More #pragma magic.
Same magic as for SGSphere.

12 years agoSlightly better error message for invalid taxiway signs.
ThorstenB [Mon, 9 Jan 2012 19:27:27 +0000 (20:27 +0100)]
Slightly better error message for invalid taxiway signs.

12 years ago#587: don't crash on negative sizes
ThorstenB [Mon, 9 Jan 2012 19:21:28 +0000 (20:21 +0100)]
#587: don't crash on negative sizes

12 years ago#581, invalid gcc pragma syntax
ThorstenB [Mon, 9 Jan 2012 19:19:26 +0000 (20:19 +0100)]
#581, invalid gcc pragma syntax
Thanks to Olaf Flebbe.

12 years agoMSVC: don't try to compile unknown pragma
Frederic Bouvier [Tue, 3 Jan 2012 20:20:37 +0000 (21:20 +0100)]
MSVC: don't try to compile unknown pragma

12 years agoAdjust LoD ranges for 3D clouds so that they become visible at maximum range, taking...
Stuart Buchanan [Mon, 2 Jan 2012 23:10:20 +0000 (23:10 +0000)]
Adjust LoD ranges for 3D clouds so that they become visible at maximum range, taking into account the current cloud visibility range, and the possible size of the clouds themselves.

12 years agoFix compiler warning / test issue.
ThorstenB [Mon, 2 Jan 2012 22:04:40 +0000 (23:04 +0100)]
Fix compiler warning / test issue.

12 years agosounds tied to listeners are never out of range
Erik Hofman [Fri, 30 Dec 2011 10:16:58 +0000 (11:16 +0100)]
sounds tied to listeners are never out of range

12 years agoAdd version suffix when building shared objects
ThorstenB [Thu, 29 Dec 2011 13:45:29 +0000 (14:45 +0100)]
Add version suffix when building shared objects

12 years agoRevert changes to xmlparse.[ch]
Torsten Dreyer [Mon, 26 Dec 2011 10:40:57 +0000 (11:40 +0100)]
Revert changes to xmlparse.[ch]

These files are copies from libexpat and should not be touched.
Thanks to Mathias for pointing this one out.

12 years agoSome more trivial warning fixes
Torsten Dreyer [Sun, 25 Dec 2011 19:28:38 +0000 (20:28 +0100)]
Some more trivial warning fixes

12 years agoRemove stray ';'
Torsten Dreyer [Sun, 25 Dec 2011 19:12:48 +0000 (20:12 +0100)]
Remove stray ';'

12 years agoUse of copy-constructors
Torsten Dreyer [Sun, 25 Dec 2011 19:11:06 +0000 (20:11 +0100)]
Use of copy-constructors

explicitly initialize the base class in a copy-constructor instead
of implicitly calling the default constructor.

12 years agoSmall warning fixes, mostly unused variables
Torsten Dreyer [Sun, 25 Dec 2011 13:40:07 +0000 (14:40 +0100)]
Small warning fixes, mostly unused variables

12 years agoDegarde lack of free sounds message from alert to bulk for this release.
Erik Hofman [Sat, 24 Dec 2011 10:13:49 +0000 (11:13 +0100)]
Degarde lack of free sounds message from alert to bulk for this release.

12 years agosurpress unitialized variuable warning for SGSphere() only
Erik Hofman [Tue, 20 Dec 2011 09:08:20 +0000 (10:08 +0100)]
surpress unitialized variuable warning for SGSphere() only

12 years agoDo not initialize _center to save unneeded initialization time.
Erik Hofman [Tue, 20 Dec 2011 09:00:33 +0000 (10:00 +0100)]
Do not initialize _center to save unneeded initialization time.

12 years agoThrow a warning even is NDEBUG is defined
Erik Hofman [Mon, 19 Dec 2011 14:34:11 +0000 (15:34 +0100)]
Throw a warning even is NDEBUG is defined

12 years agoIntialize to prevent a 'may be used uninitialized' warning
Erik Hofman [Mon, 19 Dec 2011 14:29:25 +0000 (15:29 +0100)]
Intialize to prevent a 'may be used uninitialized' warning

12 years agoIntialize to prevent a 'may be used uninitialized' warning
Erik Hofman [Mon, 19 Dec 2011 14:28:11 +0000 (15:28 +0100)]
Intialize to prevent a 'may be used uninitialized' warning

12 years agoIntialize the center to prevent a 'may be used uninitialized' warning
Erik Hofman [Mon, 19 Dec 2011 14:25:58 +0000 (15:25 +0100)]
Intialize the center to prevent a 'may be used uninitialized' warning

12 years ago#479: avoid issues due to trailing path separators
ThorstenB [Sun, 18 Dec 2011 16:04:31 +0000 (17:04 +0100)]
#479: avoid issues due to trailing path separators
Cut trailing separators when converting from string to sgpath.
Also, SGPath::fix does NOT replace ":". It only replaces "\" with "/",
so the "i!=1" check for Windows made no sense (rule #9: never believe
a source code comment).

12 years ago#512: fix compatibility issue with boost 1.48.0
ThorstenB [Sun, 18 Dec 2011 13:06:27 +0000 (14:06 +0100)]
#512: fix compatibility issue with boost 1.48.0
Thanks to handigehansje.

12 years agoReturn ReadResult::FILE_NOT_HANDLED for unknown extensions.
Mathias Froehlich [Sat, 17 Dec 2011 18:08:18 +0000 (19:08 +0100)]
Return ReadResult::FILE_NOT_HANDLED for unknown extensions.

This fixes a problem with fonts no longer being correctly
loaded as a side effect of the spt meta object loader.
The readObject slot is obviously being called for several
unrelated file extensions. To make sure the search continues,
osgDB::ReaderWriter::ReadResult::FILE_NOT_HANDLED needs to
be returned in this case.

12 years agoAdd new files in the MSVC project
Frederic Bouvier [Sat, 17 Dec 2011 15:45:19 +0000 (16:45 +0100)]
Add new files in the MSVC project

12 years agoCorrect scenery load path extension.
Mathias Froehlich [Sun, 11 Dec 2011 21:19:11 +0000 (22:19 +0100)]
Correct scenery load path extension.

12 years agoImplement osg native scenery paging.
Mathias Froehlich [Sun, 11 Dec 2011 20:11:18 +0000 (21:11 +0100)]
Implement osg native scenery paging.

Add an in memory osg scenery loader that provides
paged scenery loading using PagedLOD nodes.

12 years agoNo need to start non looping samples automatically when getting in-range.
Erik Hofman [Tue, 13 Dec 2011 10:40:08 +0000 (11:40 +0100)]
No need to start non looping samples automatically when getting in-range.

12 years agoAdd an out_of_range property to sound samples. If set the sound is set to non playing...
Erik Hofman [Tue, 13 Dec 2011 10:09:12 +0000 (11:09 +0100)]
Add an out_of_range property to sound samples. If set the sound is set to non playing (which allows the OpenAL sound the be free'd)

12 years agoAdd vi(m) .swp files and a [Bb]uild directory
Erik Hofman [Mon, 12 Dec 2011 12:20:49 +0000 (13:20 +0100)]
Add vi(m) .swp files and a [Bb]uild directory

12 years agoFree OpenAL sounds of objects that are farther away than the max_distance.
Erik Hofman [Mon, 12 Dec 2011 12:19:43 +0000 (13:19 +0100)]
Free OpenAL sounds of objects that are farther away than the max_distance.

12 years agoImprove logging classes.
ThorstenB [Sun, 11 Dec 2011 12:57:11 +0000 (13:57 +0100)]
Improve logging classes.
Replace SG_GENERAL by more specific log classes in many places.

12 years agoUpdate MSVC 90 project (moved files)
Frederic Bouvier [Sat, 10 Dec 2011 17:50:08 +0000 (18:50 +0100)]
Update MSVC 90 project (moved files)

12 years agoProperly handle stereo wav files; remove data buffer and set buffer to FAILED_BUFFER
Erik Hofman [Wed, 7 Dec 2011 09:41:57 +0000 (10:41 +0100)]
Properly handle stereo wav files; remove data buffer and set buffer to FAILED_BUFFER

12 years agofix sound buffer resource leak
ThorstenB [Sun, 4 Dec 2011 20:25:42 +0000 (21:25 +0100)]
fix sound buffer resource leak
Openal doesn't remove buffers unless they were disconnected form
their source.

12 years agosound: fix "source" resource leak
ThorstenB [Sun, 4 Dec 2011 19:16:36 +0000 (20:16 +0100)]
sound: fix "source" resource leak
Sound resources were eaten up when a sample could not be loaded.
Restores sound for aircraft attempting to use stereo files for sound effects.
However, when loading fails, sound code still tries to load the same file
again and again (always resulting in the same "stereo files not supported"
error), which slows down simulation.

12 years agosound manager: report a few more errors
ThorstenB [Sun, 4 Dec 2011 16:10:58 +0000 (17:10 +0100)]
sound manager: report a few more errors

12 years agoFix a copy/paste typo in Effect depth attributes
Frederic Bouvier [Thu, 1 Dec 2011 18:45:18 +0000 (19:45 +0100)]
Fix a copy/paste typo in Effect depth attributes

12 years agoFixed lib64 auto-detection (again)
ThorstenB [Wed, 30 Nov 2011 18:50:09 +0000 (19:50 +0100)]
Fixed lib64 auto-detection (again)
Reverting the "LIB_SUFFIX" change.
Assuming recent change was unintentional (otherwise let me know James! :) ).

12 years agoFix header installation for shared build
James Turner [Wed, 30 Nov 2011 09:45:32 +0000 (09:45 +0000)]
Fix header installation for shared build

12 years agoMove some OSG-dependant code into scene/util.
James Turner [Tue, 29 Nov 2011 10:23:09 +0000 (10:23 +0000)]
Move some OSG-dependant code into scene/util.

12 years agoGet all the tests linking with shared-simgear, and duplicate the awkward core functio...
James Turner [Mon, 28 Nov 2011 23:22:43 +0000 (23:22 +0000)]
Get all the tests linking with shared-simgear, and duplicate the awkward core functions into a new file, pending a proper cleanup.

12 years agoFix naming of core library, get IO tests linking shared, and exclude OSG symbols...
James Turner [Mon, 28 Nov 2011 23:05:05 +0000 (23:05 +0000)]
Fix naming of core library, get IO tests linking shared, and exclude OSG symbols from the core lib by setting headless mode.

12 years agoBuild system tweaks to support SIMGEAR_SHARED building two libraries. Work in progres...
James Turner [Mon, 28 Nov 2011 22:43:57 +0000 (22:43 +0000)]
Build system tweaks to support SIMGEAR_SHARED building two libraries. Work in progress, does not link yet.