Tim Moore
|
5d5906e980
|
Merge branch 'ehofman/particles'
|
2010-04-25 22:36:06 +02:00 |
|
Tim Moore
|
2e7b862ad3
|
Merge branch 'timoore/aptsign'
|
2010-04-25 22:33:34 +02:00 |
|
Tim Moore
|
ad86e22824
|
Merge branch 'jmt/magvar'
|
2010-04-25 22:33:18 +02:00 |
|
Tim Moore
|
536b8a213b
|
Merge branch 'fred/precip'
|
2010-04-25 22:33:02 +02:00 |
|
Tim Moore
|
2e13877926
|
Merge branches 'ehofman/propfix' and 'ehofman/sound'
|
2010-04-25 22:32:44 +02:00 |
|
Tim Moore
|
967d63dec4
|
Merge branches 'ehofman/config' and 'ehofman/dlerror'
|
2010-04-25 22:32:14 +02:00 |
|
Tim Moore
|
3d91a11b95
|
Merge branch 'zan/generate'
|
2010-03-30 12:04:09 +02:00 |
|
Tim Moore
|
1349b46a8c
|
Merge branch 'jmt/waypt'
|
2010-03-30 11:53:13 +02:00 |
|
Tim Moore
|
74330ba1dd
|
Merge branch 'timoore/clipgroup'
|
2010-03-30 11:46:01 +02:00 |
|
Tim Moore
|
64ab227f62
|
Merge branch 'timoore/effects-anim-rebase'
|
2010-03-30 11:41:37 +02:00 |
|
Tim Moore
|
1c51fbd1b4
|
Merge branch 'zan/cloudsort'
|
2010-03-30 11:40:45 +02:00 |
|
ehofman
|
44c93d5074
|
Csaba Halasz: fix a compilation error for non-bsd systems that happen to return
const char* from dlerror().
|
2010-03-27 13:39:37 +01:00 |
|
ehofman
|
dcf07a46aa
|
Allow particles to be frozen on pause.
|
2010-03-27 13:38:59 +01:00 |
|
ehofman
|
64072be83c
|
iprovide a slightly more helpfull exception message
|
2010-03-16 17:15:12 +01:00 |
|
ehofman
|
229abb8412
|
updated vendor test
|
2010-03-16 17:14:19 +01:00 |
|
Tim Moore
|
1ca1f6ad22
|
Remove reference to osgUtil::RegisterRenderBinProxy
This has gone away in recent OSG sources.
|
2010-03-16 15:42:54 +01:00 |
|
fredb
|
d5757c4fb8
|
Lauri Peltonen : add the ability to generate tangent vectors for model, terrain or ocean geometry inside the effect file
|
2010-03-16 14:27:21 +01:00 |
|
jmt
|
5da3d64ede
|
Overload the SGMagVar::update method to take an SGGeod.
|
2010-03-16 14:22:45 +01:00 |
|
fredb
|
1e6aa4b40f
|
Precipitation inside cockpit temporary fix.
Needs a clip distance settable to take account of views and different cockpit size.
|
2010-03-16 14:21:45 +01:00 |
|
Tim Moore
|
127226c421
|
Assign texcoords and a color (black) to the backs of airport signs
|
2010-03-12 14:31:39 +01:00 |
|
Tim Moore
|
60ab1ab83e
|
bug fix to animated effect parameters
Some confusion in getting the right property node.
|
2010-03-11 08:45:58 +01:00 |
|
Tim Moore
|
93c2f70b64
|
animate uniform parameters in effects
|
2010-03-09 11:02:57 +01:00 |
|
Tim Moore
|
b0562df6bb
|
Cleanup of effects parameter animation
|
2010-03-09 11:02:56 +01:00 |
|
Tim Moore
|
65d6a5c774
|
Prepare effects animation code to use general functor setters
|
2010-03-09 11:02:56 +01:00 |
|
Tim Moore
|
650af0f7b0
|
generalize support for initializing effect parameters from several properties
|
2010-03-09 11:02:56 +01:00 |
|
Tim Moore
|
cf9de25c25
|
pass SGReaderWriterXMLOptions object to getGlobalProperty
This supports pathnames relative to a model in effect definitions.
|
2010-03-09 11:02:56 +01:00 |
|
Tim Moore
|
fc4009aa50
|
change return value of SGPropertyNode::getPath to std::string
Also get rid of the cached value.
|
2010-03-09 11:02:56 +01:00 |
|
Tim Moore
|
d04cf4d897
|
pass SGReaderWriterXMLOptions to effects
This will allow parameters to refer to properties in models, though
that doesn't work yet.
|
2010-03-09 11:02:56 +01:00 |
|
Tim Moore
|
2e45c67ef2
|
Merge branch 'zan/stencil'
|
2010-03-09 10:59:09 +01:00 |
|
ehofman
|
284bc364fe
|
Lauri Peltonen: turn on clouds depth sorting
|
2010-03-03 23:11:01 +01:00 |
|
jmt
|
7311dae483
|
Allow a waypoint's target altitude to be modified in-place.
|
2010-02-22 09:42:28 +01:00 |
|
Tim Moore
|
c57c3cd1d3
|
Merge branch 'curt/makefile'
|
2010-02-17 18:01:29 +01:00 |
|
curt
|
ff95af0367
|
Add a missing source file so it will be included with "make dist".
|
2010-02-17 07:20:21 +01:00 |
|
curt
|
aa9c7d5435
|
Add a missing .hxx file for "make dist"
|
2010-02-17 07:20:19 +01:00 |
|
ehofman
|
1ace645505
|
small fix for when sound is disabled
|
2010-02-17 07:19:02 +01:00 |
|
ehofman
|
8e47f5d494
|
John Denker: Fix sneaky bug: 'mylibdir' variable getting trampled.
|
2010-02-17 07:18:20 +01:00 |
|
ehofman
|
f9b064cc19
|
Joe User updates by John Denker
|
2010-02-14 19:42:51 +01:00 |
|
ehofman
|
6786a7be4a
|
small MacOS fix
|
2010-02-10 14:55:57 +01:00 |
|
ehofman
|
bb370a304d
|
smnall update for MacOS without framework support
|
2010-02-10 14:55:57 +01:00 |
|
ehofman
|
fdcf53c688
|
Properly test for OpenThreads and bail out if it isn't found
|
2010-02-10 14:55:57 +01:00 |
|
durk
|
c76c55cdee
|
- Remove reference to dead files.
|
2010-02-06 19:01:58 +01:00 |
|
durk
|
f529ec3018
|
Update version number.
v2.0.0
|
2010-02-05 11:13:56 +01:00 |
|
Tim Moore
|
ad667be0d7
|
Merge branch 'fredb/winfix'
|
2010-02-05 00:23:51 +01:00 |
|
fredb
|
133fa09261
|
Update version numbers
|
2010-02-05 00:23:26 +01:00 |
|
Tim Moore
|
acf19cebf8
|
Stencil operations for effects
From Lauri Peltonen
|
2010-01-29 19:07:53 +01:00 |
|
Tim Moore
|
5dfa4c0840
|
Merge branch 'timoore/mat-effect'
v2.0.0-rc3
v2.0.0-rc4
|
2010-01-28 10:31:52 +01:00 |
|
Tim Moore
|
f918602f58
|
Merge branch 'freb/mingw'
|
2010-01-28 10:31:40 +01:00 |
|
Tim Moore
|
2cf2dd24a4
|
Merge branch 'fredb/winfix'
|
2010-01-28 10:31:11 +01:00 |
|
Tim Moore
|
eefb069d08
|
Create a different default effect for objects that have material animations
|
2010-01-27 18:42:48 +01:00 |
|
fredb
|
3dcffc7df8
|
MINGW patch from Benot Laniel
|
2010-01-25 14:35:45 +01:00 |
|