]> git.mxchange.org Git - simgear.git/log
simgear.git
13 years agoWarning fix: unused variable in TextureBuilder.cxx
Torsten Dreyer [Fri, 16 Jul 2010 16:19:56 +0000 (18:19 +0200)]
Warning fix: unused variable in TextureBuilder.cxx

13 years agoAllow tasks to be removed from the EventManager by name.
James Turner [Tue, 13 Jul 2010 12:07:35 +0000 (13:07 +0100)]
Allow tasks to be removed from the EventManager by name.

13 years agoAdd two more subsystem groups, to aid in fixing bug 141.
James Turner [Thu, 8 Jul 2010 22:21:25 +0000 (23:21 +0100)]
Add two more subsystem groups, to aid in fixing bug 141.

14 years agobrehmt:
Erik Hofman [Mon, 28 Jun 2010 06:12:23 +0000 (08:12 +0200)]
brehmt:
When a sample's state constantly is "changed" (because sth. keeps updating the
sample in each update loop), then SGSampleGroup::update never ever checked if
the sample had already stopped playing by itself.
The attached patch reorders the last two conditions. It now first checks if a
sample has already stopped playing, before checking if there's sth to update.

14 years agoMerge remote branch 'gitorious/next' into next
Tim Moore [Thu, 17 Jun 2010 21:46:52 +0000 (23:46 +0200)]
Merge remote branch 'gitorious/next' into next

14 years agouse an additional shader program map keyed using the resolved shader filenames
Tim Moore [Thu, 17 Jun 2010 21:45:27 +0000 (23:45 +0200)]
use an additional shader program map keyed using the resolved shader filenames

14 years agoMerge commit 'b846e33' into next
James Turner [Thu, 17 Jun 2010 20:40:09 +0000 (21:40 +0100)]
Merge commit 'b846e33' into next

14 years agoExtend Magvar interface to use SGGeod.
James Turner [Thu, 17 Jun 2010 20:39:10 +0000 (21:39 +0100)]
Extend Magvar interface to use SGGeod.

14 years agoExtend SGSubsystemGroup, to allow running a fixed dt time, internally
James Turner [Wed, 16 Jun 2010 17:02:41 +0000 (18:02 +0100)]
Extend SGSubsystemGroup, to allow running a fixed dt time, internally

14 years agoAdd bool and int uniform types for shaders, and vertex-program-two-sided
Tim Moore [Tue, 15 Jun 2010 16:56:51 +0000 (18:56 +0200)]
Add bool and int uniform types for shaders, and vertex-program-two-sided

vertex-program-two-sided is an extra parameter written by the code
that creates effects from state sets generated by the ac3d loader. The
objective of this work is to support a workaround for broken
gl_FrontFacing on some Macintosh machines.

14 years agoAutomake changes to Hudson 'make check' runs.
James Turner [Mon, 14 Jun 2010 11:38:41 +0000 (12:38 +0100)]
Automake changes to Hudson 'make check' runs.
Includes moving the OpenAL test programs to 'noinst' so they don't run as part of make check

14 years agoConst-ify some ephemeris accessors, so they can be tied.
James Turner [Mon, 14 Jun 2010 09:23:06 +0000 (10:23 +0100)]
Const-ify some ephemeris accessors, so they can be tied.

14 years agoAdd radial intersection code to SGGeodesy, and test coverage for geocentric helpers.
James Turner [Mon, 14 Jun 2010 09:15:44 +0000 (10:15 +0100)]
Add radial intersection code to SGGeodesy, and test coverage for geocentric helpers.

14 years agoFix longitude sign convention of geocentric routines
James Turner [Fri, 11 Jun 2010 16:38:43 +0000 (18:38 +0200)]
Fix longitude sign convention of geocentric routines
(derived from the Williams aviation formulary, with W longitude +ve)

14 years agoMerge branch 'topics/condexp' into next
James Turner [Thu, 27 May 2010 14:19:38 +0000 (15:19 +0100)]
Merge branch 'topics/condexp' into next

14 years agoSupport constant true and false values in conditions.
James Turner [Thu, 27 May 2010 14:19:04 +0000 (15:19 +0100)]
Support constant true and false values in conditions.

14 years agoMerge branch 'topics/condexp' into next
James Turner [Wed, 26 May 2010 18:29:28 +0000 (19:29 +0100)]
Merge branch 'topics/condexp' into next

14 years agoSupport <table>s in expression XML.
James Turner [Wed, 26 May 2010 18:28:42 +0000 (19:28 +0100)]
Support <table>s in expression XML.

14 years agoCleanup some nonprinting characters make this file work
Torsten Dreyer [Sun, 23 May 2010 19:02:19 +0000 (21:02 +0200)]
Cleanup some nonprinting characters make this file work

14 years agotypo in gitignore filename
Torsten Dreyer [Sun, 23 May 2010 17:09:00 +0000 (19:09 +0200)]
typo in gitignore filename

14 years agoignore generated files
Torsten Dreyer [Sun, 23 May 2010 08:54:23 +0000 (10:54 +0200)]
ignore generated files

14 years agoignore generated files
Torsten Dreyer [Sun, 23 May 2010 08:45:01 +0000 (10:45 +0200)]
ignore generated files

14 years agoignore generated test apps
Torsten Dreyer [Sun, 23 May 2010 08:44:29 +0000 (10:44 +0200)]
ignore generated test apps

14 years agoFix a gcc warning
Torsten Dreyer [Sat, 22 May 2010 21:40:07 +0000 (23:40 +0200)]
Fix a gcc warning

14 years agoMerge branch 'next' of gitorious.org:fg/simgear into next
Torsten Dreyer [Sat, 22 May 2010 21:36:39 +0000 (23:36 +0200)]
Merge branch 'next' of gitorious.org:fg/simgear into next

14 years agoNew pick animation capability from Alex Perry
Torsten Dreyer [Sat, 22 May 2010 21:35:01 +0000 (23:35 +0200)]
New pick animation capability from Alex Perry

Alex Perry: Adds a new pick animation capability which parallels the existing
"action" for a named object.  Specifying "vncaction" and a transform
from model space will enable all mouse clicks on that object to be
delivered directly to the OSG image.  Currently, the readers for VNC
and PDF files yield interactive images; more are likely to be added
over time.

14 years agoMerge branch 'topics/condexp' into next
James Turner [Thu, 20 May 2010 22:57:54 +0000 (23:57 +0100)]
Merge branch 'topics/condexp' into next

14 years agoSupport <expression> children in comparison conditions. Also makes ordering of child...
James Turner [Thu, 20 May 2010 22:56:04 +0000 (23:56 +0100)]
Support <expression> children in comparison conditions. Also makes ordering of child nodes match XML consistently.

14 years agoAdd a tight and cheap method to represent a rotation.
Mathias Froehlich [Mon, 17 May 2010 21:13:59 +0000 (23:13 +0200)]
Add a tight and cheap method to represent a rotation.
Adapt tests for that new method.

14 years agorevert previous commit, this was a mistake
Erik Hofman [Tue, 11 May 2010 09:32:58 +0000 (11:32 +0200)]
revert previous commit, this was a mistake

14 years agoBefore
Erik Hofman [Sat, 8 May 2010 09:19:01 +0000 (11:19 +0200)]
Before

14 years agoTest git commit with a simple change
Frederic Bouvier [Fri, 7 May 2010 22:19:43 +0000 (00:19 +0200)]
Test git commit with a simple change

14 years agoMake ALUT 1.0 builds again, hopefully in the short term - MinGW needs this.
James Turner [Thu, 6 May 2010 23:12:21 +0000 (00:12 +0100)]
Make ALUT 1.0 builds again, hopefully in the short term - MinGW needs this.

14 years agoAdd .gitignore files, ignore automake/configure artefacts.
James Turner [Thu, 6 May 2010 10:25:53 +0000 (11:25 +0100)]
Add .gitignore files, ignore automake/configure artefacts.

14 years agoConfigure.as updates for ALUT changes, make --with-alut-framework= work.
James Turner [Thu, 6 May 2010 09:27:38 +0000 (10:27 +0100)]
Configure.as updates for ALUT changes, make --with-alut-framework= work.

14 years agoMerge branch 'jmt/ref_ptr-conv' into next
Tim Moore [Wed, 5 May 2010 08:42:41 +0000 (10:42 +0200)]
Merge branch 'jmt/ref_ptr-conv' into next

14 years agoCompile even if OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION is not set.
jmt [Mon, 3 May 2010 08:51:27 +0000 (08:51 +0000)]
Compile even if OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION is not set.

14 years agoMerge branch 'ehofman/framebuffer' into next
Tim Moore [Wed, 5 May 2010 08:39:32 +0000 (10:39 +0200)]
Merge branch 'ehofman/framebuffer' into next

14 years agoAdd support for EXT_framebuffer_object for Atlas
ehofman [Mon, 3 May 2010 06:48:44 +0000 (06:48 +0000)]
Add support for EXT_framebuffer_object for Atlas

14 years agoMerge branch 'master' into next
Tim Moore [Wed, 5 May 2010 08:38:26 +0000 (10:38 +0200)]
Merge branch 'master' into next

14 years agoMerge branch 'maint'
Tim Moore [Wed, 5 May 2010 08:38:18 +0000 (10:38 +0200)]
Merge branch 'maint'

14 years agoAdd -ldl for newer ld defaults from fedora 13
frohlich [Sun, 2 May 2010 20:32:54 +0000 (20:32 +0000)]
Add -ldl for newer ld defaults from fedora 13

Modified Files:
simgear/screen/Makefile.am

14 years agoMerge branch 'mathias/intersect' into next
Tim Moore [Wed, 5 May 2010 07:43:40 +0000 (09:43 +0200)]
Merge branch 'mathias/intersect' into next

14 years agoProvide a more exact sphere/box test.
frohlich [Sun, 2 May 2010 20:14:39 +0000 (20:14 +0000)]
Provide a more exact sphere/box test.

Modified Files:
simgear/math/SGIntersect.hxx simgear/math/SGBox.hxx

14 years agoMerge branch 'master' into next
Tim Moore [Wed, 5 May 2010 07:40:31 +0000 (09:40 +0200)]
Merge branch 'master' into next

14 years agoMerge branch 'maint'
Tim Moore [Wed, 5 May 2010 07:40:23 +0000 (09:40 +0200)]
Merge branch 'maint'

14 years agoMake the bounding volume debug visitor compile again.
frohlich [Sun, 2 May 2010 20:02:50 +0000 (20:02 +0000)]
Make the bounding volume debug visitor compile again.

Modified Files:
simgear/scene/bvh/BVHDebugCollectVisitor.hxx

14 years agoMerge branch 'ehofman/sound' into next
Tim Moore [Wed, 5 May 2010 07:05:35 +0000 (09:05 +0200)]
Merge branch 'ehofman/sound' into next

14 years agoFollowing discussion with Tat and Erik, update how we handle ALUT on Mac; specificall...
jmt [Sun, 2 May 2010 11:09:31 +0000 (11:09 +0000)]
Following discussion with Tat and Erik, update how we handle ALUT on Mac; specifically, switch to using an ALUT.framework built from FreeALUT. The ALUT framework is available (initially) from:

http://files.goneabitbursar.com/fg/alut-osx-universal.zip

for testing purposes; autoconf integration and an official home for the
framework will follow once this approach has been tested and confirmed as
sane by other Mac developers!

14 years agoMerge branch 'fredb/msvc-cleanup' into next
Tim Moore [Wed, 5 May 2010 07:03:20 +0000 (09:03 +0200)]
Merge branch 'fredb/msvc-cleanup' into next

14 years agoRemove obsolete file
fredb [Sat, 1 May 2010 12:10:55 +0000 (12:10 +0000)]
Remove obsolete file

14 years agoCleanup MSVC projects
fredb [Sat, 1 May 2010 12:07:26 +0000 (12:07 +0000)]
Cleanup MSVC projects

14 years agoMerge branch 'ehofman/model' into next
Tim Moore [Wed, 5 May 2010 06:44:32 +0000 (08:44 +0200)]
Merge branch 'ehofman/model' into next

14 years agoStuart Buchanan: Fix a bug in the random object placement where the model selected...
fredb [Sun, 25 Apr 2010 10:47:37 +0000 (10:47 +0000)]
Stuart Buchanan: Fix a bug in the random object placement where the model selected in the case of multiple object definitions in material.xml was random, rather than seeded.

14 years agoMerge branch 'fredb/effect-stuff'
Tim Moore [Sun, 25 Apr 2010 20:52:35 +0000 (22:52 +0200)]
Merge branch 'fredb/effect-stuff'

14 years agoMerge branch 'zan/cubemap'
Tim Moore [Sun, 25 Apr 2010 20:52:10 +0000 (22:52 +0200)]
Merge branch 'zan/cubemap'

14 years agoMerge branch 'fredb/geom-shader'
Tim Moore [Sun, 25 Apr 2010 20:52:02 +0000 (22:52 +0200)]
Merge branch 'fredb/geom-shader'

14 years agoMerge branch 'ehofman/particles'
Tim Moore [Sun, 25 Apr 2010 20:36:06 +0000 (22:36 +0200)]
Merge branch 'ehofman/particles'

14 years agoMerge branch 'timoore/aptsign'
Tim Moore [Sun, 25 Apr 2010 20:33:34 +0000 (22:33 +0200)]
Merge branch 'timoore/aptsign'

14 years agoMerge branch 'jmt/magvar'
Tim Moore [Sun, 25 Apr 2010 20:33:18 +0000 (22:33 +0200)]
Merge branch 'jmt/magvar'

14 years agoMerge branch 'fred/precip'
Tim Moore [Sun, 25 Apr 2010 20:33:02 +0000 (22:33 +0200)]
Merge branch 'fred/precip'

14 years agoMerge branches 'ehofman/propfix' and 'ehofman/sound'
Tim Moore [Sun, 25 Apr 2010 20:32:44 +0000 (22:32 +0200)]
Merge branches 'ehofman/propfix' and 'ehofman/sound'

14 years agoMerge branches 'ehofman/config' and 'ehofman/dlerror'
Tim Moore [Sun, 25 Apr 2010 20:32:14 +0000 (22:32 +0200)]
Merge branches 'ehofman/config' and 'ehofman/dlerror'

14 years agoMerge branch 'fredb/effect-stuff' into next
Tim Moore [Mon, 12 Apr 2010 05:25:24 +0000 (07:25 +0200)]
Merge branch 'fredb/effect-stuff' into next

14 years agoAdd a new node "float-property" to be used in float comparision in effect predicates
fredb [Sat, 10 Apr 2010 11:15:32 +0000 (11:15 +0000)]
Add a new node "float-property" to be used in float comparision in effect predicates

14 years agoAdd a "scale" parameter that combine xsize and ysize in a vec3 property. There is...
fredb [Sat, 10 Apr 2010 10:52:11 +0000 (10:52 +0000)]
Add a "scale" parameter that combine xsize and ysize in a vec3 property. There is no vec2 property, so the third component is zero

14 years agoDeclare some material parameters as implicit effect parameters
fredb [Sat, 10 Apr 2010 10:06:25 +0000 (10:06 +0000)]
Declare some material parameters as implicit effect parameters

14 years agomaterials.xml format update
fredb [Sat, 10 Apr 2010 09:23:12 +0000 (09:23 +0000)]
materials.xml format update

Allow to declare sets of textures that can be used as parameters for effects. Syntax is:
  <texture-set>
   <texture>Terrain/city1.png</texture>
   <texture n="2">Terrain/city1-relief-light.png</texture>
  </texture-set>
  <texture-set>
   <texture>Terrain/city2.png</texture>
   <texture n="2">Terrain/city2-relief-light.png</texture>
  </texture-set>

14 years agoMerge branch 'zan/cubemap' into next
Tim Moore [Sat, 3 Apr 2010 20:49:07 +0000 (22:49 +0200)]
Merge branch 'zan/cubemap' into next

14 years agoZan's cubemap patch
Tim Moore [Sat, 3 Apr 2010 20:48:58 +0000 (22:48 +0200)]
Zan's cubemap patch

14 years agoMerge branch 'fredb/geom-shader' into next
Tim Moore [Tue, 30 Mar 2010 10:07:50 +0000 (12:07 +0200)]
Merge branch 'fredb/geom-shader' into next

14 years agoGeometry shader support
fredb [Mon, 29 Mar 2010 06:01:05 +0000 (06:01 +0000)]
Geometry shader support

14 years agoMerge branch 'zan/generate'
Tim Moore [Tue, 30 Mar 2010 10:04:09 +0000 (12:04 +0200)]
Merge branch 'zan/generate'

14 years agoMerge branch 'jmt/waypt'
Tim Moore [Tue, 30 Mar 2010 09:53:13 +0000 (11:53 +0200)]
Merge branch 'jmt/waypt'

14 years agoMerge branch 'timoore/clipgroup'
Tim Moore [Tue, 30 Mar 2010 09:46:01 +0000 (11:46 +0200)]
Merge branch 'timoore/clipgroup'

14 years agoMerge branch 'timoore/effects-anim-rebase'
Tim Moore [Tue, 30 Mar 2010 09:41:37 +0000 (11:41 +0200)]
Merge branch 'timoore/effects-anim-rebase'

14 years agoMerge branch 'zan/cloudsort'
Tim Moore [Tue, 30 Mar 2010 09:40:45 +0000 (11:40 +0200)]
Merge branch 'zan/cloudsort'

14 years agoMerge branch 'ehofman/particles' into next
Tim Moore [Sat, 27 Mar 2010 12:39:55 +0000 (13:39 +0100)]
Merge branch 'ehofman/particles' into next

14 years agoMerge branch 'ehofman/dlerror' into next
Tim Moore [Sat, 27 Mar 2010 12:39:48 +0000 (13:39 +0100)]
Merge branch 'ehofman/dlerror' into next

14 years agoCsaba Halasz: fix a compilation error for non-bsd systems that happen to return
ehofman [Tue, 23 Mar 2010 08:19:43 +0000 (08:19 +0000)]
Csaba Halasz: fix a compilation error for non-bsd systems that happen to return
const char* from dlerror().

14 years agoAllow particles to be frozen on pause.
ehofman [Sat, 27 Mar 2010 10:58:33 +0000 (10:58 +0000)]
Allow particles to be frozen on pause.

14 years agoMerge branch 'ehofman/sound' into next
Tim Moore [Tue, 16 Mar 2010 16:15:34 +0000 (17:15 +0100)]
Merge branch 'ehofman/sound' into next

14 years agoMerge branch 'ehofman/propfix' into next
Tim Moore [Tue, 16 Mar 2010 16:15:29 +0000 (17:15 +0100)]
Merge branch 'ehofman/propfix' into next

14 years agoiprovide a slightly more helpfull exception message
ehofman [Tue, 16 Mar 2010 08:53:38 +0000 (08:53 +0000)]
iprovide a slightly more helpfull exception message

14 years agoupdated vendor test
ehofman [Tue, 16 Mar 2010 09:00:19 +0000 (09:00 +0000)]
updated vendor test

14 years agoMerge branch 'timoore/clipgroup' into next
Tim Moore [Tue, 16 Mar 2010 14:44:56 +0000 (15:44 +0100)]
Merge branch 'timoore/clipgroup' into next

14 years agoRemove reference to osgUtil::RegisterRenderBinProxy
Tim Moore [Tue, 16 Mar 2010 14:42:54 +0000 (15:42 +0100)]
Remove reference to osgUtil::RegisterRenderBinProxy

This has gone away in recent OSG sources.

14 years agoMerge branch 'zan/generate' into next
Tim Moore [Tue, 16 Mar 2010 13:27:56 +0000 (14:27 +0100)]
Merge branch 'zan/generate' into next

14 years agoLauri Peltonen : add the ability to generate tangent vectors for model, terrain or...
fredb [Sun, 14 Mar 2010 20:04:41 +0000 (20:04 +0000)]
Lauri Peltonen : add the ability to generate tangent vectors for model, terrain or ocean geometry inside the effect file

14 years agoMerge branch 'jmt/magvar' into next
Tim Moore [Tue, 16 Mar 2010 13:22:53 +0000 (14:22 +0100)]
Merge branch 'jmt/magvar' into next

14 years agoOverload the SGMagVar::update method to take an SGGeod.
jmt [Sun, 14 Mar 2010 12:00:54 +0000 (12:00 +0000)]
Overload the SGMagVar::update method to take an SGGeod.

14 years agoMerge branch 'fred/precip' into next
Tim Moore [Tue, 16 Mar 2010 13:21:57 +0000 (14:21 +0100)]
Merge branch 'fred/precip' into next

14 years agoPrecipitation inside cockpit temporary fix.
fredb [Sun, 14 Mar 2010 09:24:12 +0000 (09:24 +0000)]
Precipitation inside cockpit temporary fix.
Needs a clip distance settable to take account of views and different cockpit size.

14 years agoMerge branch 'timoore/aptsign' into next
Tim Moore [Fri, 12 Mar 2010 13:32:11 +0000 (14:32 +0100)]
Merge branch 'timoore/aptsign' into next

14 years agoAssign texcoords and a color (black) to the backs of airport signs
Tim Moore [Fri, 12 Mar 2010 13:31:39 +0000 (14:31 +0100)]
Assign texcoords and a color (black) to the backs of airport signs

14 years agoMerge branch 'timoore/effects-anim-rebase' into next
Tim Moore [Thu, 11 Mar 2010 07:46:22 +0000 (08:46 +0100)]
Merge branch 'timoore/effects-anim-rebase' into next

14 years agobug fix to animated effect parameters
Tim Moore [Thu, 11 Mar 2010 07:45:58 +0000 (08:45 +0100)]
bug fix to animated effect parameters

Some confusion in getting the right property node.

14 years agoMerge branch 'timoore/effects-anim-rebase' into next
Tim Moore [Tue, 9 Mar 2010 10:03:25 +0000 (11:03 +0100)]
Merge branch 'timoore/effects-anim-rebase' into next

14 years agoanimate uniform parameters in effects
Tim Moore [Tue, 9 Mar 2010 06:29:26 +0000 (07:29 +0100)]
animate uniform parameters in effects

14 years agoCleanup of effects parameter animation
Tim Moore [Tue, 9 Mar 2010 06:28:46 +0000 (07:28 +0100)]
Cleanup of effects parameter animation