]>
git.mxchange.org Git - simgear.git/log
Mathias Froehlich [Thu, 19 Jan 2012 06:33:56 +0000 (07:33 +0100)]
Improve the compressed texture message.
Stuart Buchanan [Tue, 17 Jan 2012 22:13:42 +0000 (22:13 +0000)]
Switch Impostors off by default, set reasonabl LOD and Impostor ranges.
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.
Torsten Dreyer [Tue, 17 Jan 2012 07:35:57 +0000 (08:35 +0100)]
bump version number to 2.7.0
Torsten Dreyer [Tue, 17 Jan 2012 06:46:13 +0000 (07:46 +0100)]
bump version number to 2.6.0
Mathias Froehlich [Sun, 15 Jan 2012 12:07:35 +0000 (13:07 +0100)]
Use the original filename for the compressed image message.
ThorstenB [Fri, 13 Jan 2012 18:58:45 +0000 (19:58 +0100)]
#599: Don't crash when a path does not exist.
ThorstenB [Thu, 12 Jan 2012 20:44:15 +0000 (21:44 +0100)]
#199: ADd method to return the absolute (real) path.
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.
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
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.
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.
ThorstenB [Mon, 9 Jan 2012 20:51:09 +0000 (21:51 +0100)]
Fix final simgear GCC warnings.
ThorstenB [Mon, 9 Jan 2012 20:49:34 +0000 (21:49 +0100)]
More #pragma magic.
Same magic as for SGSphere.
ThorstenB [Mon, 9 Jan 2012 19:27:27 +0000 (20:27 +0100)]
Slightly better error message for invalid taxiway signs.
ThorstenB [Mon, 9 Jan 2012 19:21:28 +0000 (20:21 +0100)]
#587: don't crash on negative sizes
ThorstenB [Mon, 9 Jan 2012 19:19:26 +0000 (20:19 +0100)]
#581, invalid gcc pragma syntax
Thanks to Olaf Flebbe.
Frederic Bouvier [Tue, 3 Jan 2012 20:20:37 +0000 (21:20 +0100)]
MSVC: don't try to compile unknown pragma
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.
ThorstenB [Mon, 2 Jan 2012 22:04:40 +0000 (23:04 +0100)]
Fix compiler warning / test issue.
Erik Hofman [Fri, 30 Dec 2011 10:16:58 +0000 (11:16 +0100)]
sounds tied to listeners are never out of range
ThorstenB [Thu, 29 Dec 2011 13:45:29 +0000 (14:45 +0100)]
Add version suffix when building shared objects
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.
Torsten Dreyer [Sun, 25 Dec 2011 19:28:38 +0000 (20:28 +0100)]
Some more trivial warning fixes
Torsten Dreyer [Sun, 25 Dec 2011 19:12:48 +0000 (20:12 +0100)]
Remove stray ';'
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.
Torsten Dreyer [Sun, 25 Dec 2011 13:40:07 +0000 (14:40 +0100)]
Small warning fixes, mostly unused variables
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.
Erik Hofman [Tue, 20 Dec 2011 09:08:20 +0000 (10:08 +0100)]
surpress unitialized variuable warning for SGSphere() only
Erik Hofman [Tue, 20 Dec 2011 09:00:33 +0000 (10:00 +0100)]
Do not initialize _center to save unneeded initialization time.
Erik Hofman [Mon, 19 Dec 2011 14:34:11 +0000 (15:34 +0100)]
Throw a warning even is NDEBUG is defined
Erik Hofman [Mon, 19 Dec 2011 14:29:25 +0000 (15:29 +0100)]
Intialize 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
Erik Hofman [Mon, 19 Dec 2011 14:25:58 +0000 (15:25 +0100)]
Intialize the center to prevent a 'may be used uninitialized' warning
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).
ThorstenB [Sun, 18 Dec 2011 13:06:27 +0000 (14:06 +0100)]
#512: fix compatibility issue with boost 1.48.0
Thanks to handigehansje.
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.
Frederic Bouvier [Sat, 17 Dec 2011 15:45:19 +0000 (16:45 +0100)]
Add new files in the MSVC project
Mathias Froehlich [Sun, 11 Dec 2011 21:19:11 +0000 (22:19 +0100)]
Correct scenery load path extension.
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.
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.
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)
Erik Hofman [Mon, 12 Dec 2011 12:20:49 +0000 (13:20 +0100)]
Add vi(m) .swp files and a [Bb]uild directory
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.
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.
Frederic Bouvier [Sat, 10 Dec 2011 17:50:08 +0000 (18:50 +0100)]
Update MSVC 90 project (moved files)
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
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.
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.
ThorstenB [Sun, 4 Dec 2011 16:10:58 +0000 (17:10 +0100)]
sound manager: report a few more errors
Frederic Bouvier [Thu, 1 Dec 2011 18:45:18 +0000 (19:45 +0100)]
Fix a copy/paste typo in Effect depth attributes
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! :) ).
James Turner [Wed, 30 Nov 2011 09:45:32 +0000 (09:45 +0000)]
Fix header installation for shared build
James Turner [Tue, 29 Nov 2011 10:23:09 +0000 (10:23 +0000)]
Move some OSG-dependant code into scene/util.
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.
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.
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.
ThorstenB [Sat, 26 Nov 2011 15:39:40 +0000 (16:39 +0100)]
cmake: add option to disable building tests
ThorstenB [Fri, 25 Nov 2011 11:06:54 +0000 (12:06 +0100)]
CMake: Proper support for lib vs lib64 installation
Determine name of library installation directory, i.e. "lib" vs "lib64",
which differs between all Debian-based vs all other Linux distros.
See cmake bug #11964, http://cmake.org/gitweb?p=cmake.git;a=commit;h=
126c993d
Also provide a script for older (<=2.8.4) cmake
Erik Hofman [Wed, 23 Nov 2011 08:41:13 +0000 (09:41 +0100)]
Slightly rearrange the buffer removing code. This should make sure the source is always stopped (required by the OpenAL spec) before a buffer is removed and added to the free source list.
Erik Hofman [Sun, 20 Nov 2011 18:08:04 +0000 (19:08 +0100)]
Merge branch 'next' of git://gitorious.org/fg/simgear into next
ThorstenB [Sun, 20 Nov 2011 14:50:56 +0000 (15:50 +0100)]
Add another subsystem group.
Sound subsystem wants to be the last in processing - so use a
separate group.
Erik Hofman [Sun, 20 Nov 2011 09:19:52 +0000 (10:19 +0100)]
Merge branch 'next' of git://gitorious.org/fg/simgear into next
Frederic Bouvier [Sat, 19 Nov 2011 20:19:08 +0000 (21:19 +0100)]
Update VS2008 project
ThorstenB [Sat, 19 Nov 2011 14:25:22 +0000 (15:25 +0100)]
Merge commit 'refs/merge-requests/17' of git://gitorious.org/fg/simgear into merge-requests/17
ThorstenB [Sat, 19 Nov 2011 14:24:43 +0000 (15:24 +0100)]
Separate module to monitor (subsystem-)performance.
Move some code from the subsystem manager to a separate module.
Add module to evaluate performance and expose statistics to properties.
ThorstenB [Thu, 17 Nov 2011 20:26:02 +0000 (21:26 +0100)]
Improve error messages, report file name.
Christian Schmitt [Thu, 17 Nov 2011 16:19:58 +0000 (17:19 +0100)]
Allow 6-lights VASI as well (2 bars a 3 lights).
James Turner [Sun, 13 Nov 2011 21:27:15 +0000 (21:27 +0000)]
Fix a std:: namespace issue on Windows.
James Turner [Sun, 13 Nov 2011 20:34:39 +0000 (20:34 +0000)]
std:: namespace fixes, and sink some code from the subsystem header into the implementation. (Hopefully more to follow)
James Turner [Sun, 13 Nov 2011 20:33:25 +0000 (20:33 +0000)]
using std:: fix
Frederic Bouvier [Sun, 13 Nov 2011 19:06:39 +0000 (20:06 +0100)]
Fix MSVC build
Mathias Froehlich [Sat, 12 Nov 2011 18:44:56 +0000 (19:44 +0100)]
Use osgDB::read*File instead of dereferencing the osgDB Registry instance.
Mathias Froehlich [Sat, 12 Nov 2011 18:39:48 +0000 (19:39 +0100)]
Consolidate the different ReaderWriterOptions classes.
ThorstenB [Sun, 13 Nov 2011 14:37:49 +0000 (15:37 +0100)]
Replace OpenThreads with SGThread to avoid useless OSG dependency.
Untangle SG subsystems by replacing direct TileCache call with callback.
ThorstenB [Thu, 10 Nov 2011 21:08:23 +0000 (22:08 +0100)]
Fixed typo.
Erik Hofman [Thu, 10 Nov 2011 11:52:17 +0000 (12:52 +0100)]
Also stop the source if it is paused when exit.
Erik Hofman [Thu, 10 Nov 2011 09:29:07 +0000 (10:29 +0100)]
Merge branch 'next' of git://gitorious.org/fg/simgear into next
Martin Spott [Wed, 9 Nov 2011 12:55:49 +0000 (13:55 +0100)]
OpenSceneGraph 3.0 required
Mathias Froehlich [Tue, 8 Nov 2011 20:11:28 +0000 (21:11 +0100)]
modellib: Add method for deferred model loading.
Add method that schedules a ProxyNode to do
just deferred model loading instead of full scenery paging.
Add support for ProxyNodes to CheckSceneryVisitor.
Use PagedLOD instead of our own derived method.
PSadrozinski [Sun, 6 Nov 2011 14:47:29 +0000 (09:47 -0500)]
Adding Icecode GL's polygon-offset support for effects
Erik Hofman [Sat, 5 Nov 2011 10:41:07 +0000 (11:41 +0100)]
Merge branch 'next' of git://gitorious.org/fg/simgear into next
Mathias Froehlich [Tue, 1 Nov 2011 12:53:29 +0000 (13:53 +0100)]
Remove automake ignores.
James Turner [Tue, 1 Nov 2011 09:28:26 +0000 (09:28 +0000)]
Remove the remaining Makefiles from the code.
James Turner [Tue, 1 Nov 2011 09:26:22 +0000 (09:26 +0000)]
Remove the automake / autoconf build files.
Erik Hofman [Sun, 30 Oct 2011 09:40:00 +0000 (10:40 +0100)]
Merge branch 'next' of git://gitorious.org/fg/simgear into next
Mathias Froehlich [Sun, 30 Oct 2011 09:23:59 +0000 (10:23 +0100)]
Add a HLADataElementVisitor implementation.
James Turner [Sun, 30 Oct 2011 07:55:44 +0000 (07:55 +0000)]
Make tiedpropertylist quieter.
James Turner [Sun, 30 Oct 2011 07:55:29 +0000 (07:55 +0000)]
Enhancements to property-object support, add a default ctor and some typedefs.
Csaba Halasz [Sun, 30 Oct 2011 00:14:27 +0000 (02:14 +0200)]
terrasync build fix: added #include <string.h> for strlen
ThorstenB [Sat, 29 Oct 2011 19:20:46 +0000 (21:20 +0200)]
#453: Using = as Nasal function argument crashes FG
Keep Nasal parser from crashing when "=" function misses a left-hand
element, i.e. when parsing "sin(=)".
(Or do people writing such terrible syntax deserve a crash? ;-) ).
ThorstenB [Sat, 29 Oct 2011 19:15:29 +0000 (21:15 +0200)]
terrasync improvements
Detach from console to make "Ctrl-C" work for fgfs on Linux.
Immediately start synchronization of current position when
starting at run-time.
ThorstenB [Sat, 29 Oct 2011 19:13:12 +0000 (21:13 +0200)]
Fix terrasync airport synchronization sequence
Airport A-J were skipped. Thanks to James for spotting this.
Also corrects actual sync order.
James Turner [Sat, 29 Oct 2011 10:06:24 +0000 (11:06 +0100)]
Move ALUT 1.0 variables inside the #ifdef, to avoid some compiler warnings.
Mathias Froehlich [Fri, 28 Oct 2011 15:00:56 +0000 (17:00 +0200)]
Remove sg_sleep.*.
Mathias Froehlich [Fri, 28 Oct 2011 17:10:20 +0000 (19:10 +0200)]
Fix mac build.
Mathias Froehlich [Fri, 28 Oct 2011 17:05:11 +0000 (19:05 +0200)]
Hopefully fix jenkins build.
Mathias Froehlich [Fri, 28 Oct 2011 14:58:29 +0000 (16:58 +0200)]
Make use of SGTimeStamp::sleep*.
Mathias Froehlich [Fri, 28 Oct 2011 14:52:46 +0000 (16:52 +0200)]
Add sleep implementations to SGTimeStamp.
Implement sleeping to an absolute timestamp
as well as sleeping for a relative time in
SGtimeStamp.
The reason for including this into SGTimeStamp
is that the timestamps internals are required to
do accurate sleeps to and absolute timestamp
for the posix timer implementation.
James Turner [Fri, 28 Oct 2011 11:57:07 +0000 (12:57 +0100)]
Fix a bug affecting TerraGear, and extend unit-tests to cover this. (SGPath::file returned an empty string for paths with no directory separator)