Erik Hofman
a62a8518b9
Merge branch 'next' of git://gitorious.org/fg/simgear into next
2010-07-16 20:20:28 +02:00
Torsten Dreyer
fa169d6aa2
Merge branch 'next' of gitorious.org:fg/simgear into next
2010-07-16 18:35:55 +02:00
Torsten Dreyer
d2bcb86e1e
Warning fix: compare signed/unsigned
2010-07-16 18:34:39 +02:00
Torsten Dreyer
ed7361622b
Warning fix: unused variable in TextureBuilder.cxx
2010-07-16 18:19:56 +02:00
James Turner
3117ec5a7d
Fix simgear::Dir compilation on some Unix setups, thanks Anders.
2010-07-16 08:40:07 +01:00
James Turner
cb4716f403
Initial work on simgear::Dir, replacement for PLIB ulDir functions.
2010-07-15 09:40:46 +01:00
Erik Hofman
b48c0e968f
Merge branch 'next' of git://gitorious.org/fg/simgear into next
2010-07-14 12:19:08 +02:00
James Turner
aa2ed5fb0c
Allow tasks to be removed from the EventManager by name.
2010-07-13 13:07:35 +01:00
Erik Hofman
8b7a279c61
Merge branch 'next' of git://gitorious.org/fg/simgear into next
2010-07-09 08:53:56 +02:00
James Turner
b286e9d337
Add two more subsystem groups, to aid in fixing bug 141.
2010-07-08 23:21:25 +01:00
Erik Hofman
d671c3d9fa
At some points Flightgear stops and restarts the entire sample group containing the looping background/engine noise. But it does not restart the individual (looping) samples in the group. So now the background noise dies when resetting the sim or changing aircraft location.
2010-06-29 08:28:38 +02:00
Erik Hofman
7086f2dc89
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.
2010-06-28 08:12:23 +02:00
Frederic Bouvier
7e8bb9ea00
Merge branch 'next' of git://gitorious.org/fg/simgear into fredb/winbuild
2010-06-19 08:14:26 +02:00
Frederic Bouvier
4e46bb6671
Merge branch 'master' of git://gitorious.org/fg/simgear into fredb/winbuild
2010-06-19 08:14:02 +02:00
Tim Moore
de35658096
Merge remote branch 'gitorious/next' into next
2010-06-17 23:46:52 +02:00
Tim Moore
034f5db3bd
use an additional shader program map keyed using the resolved shader filenames
2010-06-17 23:45:27 +02:00
James Turner
57375bfd73
Merge commit 'b846e33' into next
2010-06-17 21:40:09 +01:00
James Turner
b846e33ee3
Extend Magvar interface to use SGGeod.
2010-06-17 21:39:10 +01:00
James Turner
cc9b817f0e
Extend SGSubsystemGroup, to allow running a fixed dt time, internally
2010-06-16 18:02:41 +01:00
Tim Moore
0d419aba8a
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.
2010-06-15 19:05:18 +02:00
James Turner
ae22321d9c
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
2010-06-14 12:38:41 +01:00
James Turner
87169febf8
Const-ify some ephemeris accessors, so they can be tied.
2010-06-14 10:23:06 +01:00
James Turner
dd044844e5
Add radial intersection code to SGGeodesy, and test coverage for geocentric helpers.
2010-06-14 10:15:44 +01:00
James Turner
0c8c596ee5
Fix longitude sign convention of geocentric routines
...
(derived from the Williams aviation formulary, with W longitude +ve)
2010-06-11 18:38:43 +02:00
James Turner
b9496fef1d
Merge branch 'topics/condexp' into next
2010-05-27 15:19:38 +01:00
James Turner
b4b9d3a4b7
Support constant true and false values in conditions.
2010-05-27 15:19:04 +01:00
James Turner
0128c89f8d
Merge branch 'topics/condexp' into next
2010-05-26 19:29:28 +01:00
James Turner
9e77d06c72
Support <table>s in expression XML.
2010-05-26 19:28:42 +01:00
Torsten Dreyer
25bb1cc957
Cleanup some nonprinting characters make this file work
2010-05-23 21:02:19 +02:00
Torsten Dreyer
2c6f8299f0
typo in gitignore filename
2010-05-23 19:09:00 +02:00
Torsten Dreyer
6a2773c3ac
ignore generated files
2010-05-23 10:54:23 +02:00
Torsten Dreyer
1eea917121
ignore generated files
2010-05-23 10:45:01 +02:00
Torsten Dreyer
ea1bbbabfa
ignore generated test apps
2010-05-23 10:44:29 +02:00
Torsten Dreyer
399d2bc73c
Fix a gcc warning
2010-05-22 23:40:07 +02:00
Torsten Dreyer
0759dbcdc9
Merge branch 'next' of gitorious.org:fg/simgear into next
2010-05-22 23:36:39 +02:00
Torsten Dreyer
1ae0f9c19d
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.
2010-05-22 23:35:01 +02:00
James Turner
e8364a03bc
Merge branch 'topics/condexp' into next
2010-05-20 23:57:54 +01:00
James Turner
046d88ab2d
Support <expression> children in comparison conditions. Also makes ordering of child nodes match XML consistently.
2010-05-20 23:56:04 +01:00
Mathias Froehlich
f161f78a33
Add a tight and cheap method to represent a rotation.
...
Adapt tests for that new method.
2010-05-17 23:13:59 +02:00
Erik Hofman
1912444886
revert previous commit, this was a mistake
2010-05-11 11:32:58 +02:00
Erik Hofman
b6ef5a0a3d
Before
2010-05-08 11:19:01 +02:00
Frederic Bouvier
401c88adbb
Test git commit with a simple change
2010-05-08 00:19:43 +02:00
James Turner
42984d1bfb
Make ALUT 1.0 builds again, hopefully in the short term - MinGW needs this.
2010-05-07 00:12:21 +01:00
James Turner
6997082b03
Add .gitignore files, ignore automake/configure artefacts.
2010-05-06 11:25:53 +01:00
James Turner
139217dc79
Configure.as updates for ALUT changes, make --with-alut-framework= work.
2010-05-06 10:27:38 +01:00
Tim Moore
2cc2a857a2
Merge branch 'jmt/ref_ptr-conv'
2010-05-06 10:43:53 +02:00
Tim Moore
7dfb463ba9
Merge branch 'ehofman/framebuffer'
2010-05-06 10:43:45 +02:00
Tim Moore
da07871bc6
Merge branch 'mathias/intersect'
2010-05-06 10:43:27 +02:00
Tim Moore
530d2309e7
Merge branch 'ehofman/sound'
2010-05-06 10:43:12 +02:00
Tim Moore
7e7a5d38f8
Merge branch 'fredb/msvc-cleanup'
2010-05-06 10:42:59 +02:00