Tony Vasile
759b537250
OpenFlight-plugin with Surface Material Codes. There is one additional field that may be required by an existing application in addition to the IR Code is the IR Material. I have a small fix to include the IR Material as the User Value <UA:IRM>
2016-05-30 12:41:25 +01:00
Alberto Luaces
260cbab518
Typo fixes
2016-05-30 12:30:05 +01:00
Ralf Habacker
307001391f
Fix 'unterminated_case: The case for value 7U is not terminated by a 'break' statement' in jpeg plugin.
...
Reported by Coverity: CID 86499: Missing break in switch (MISSING_BREAK)
2016-05-27 10:34:15 +01:00
Ralf Habacker
8851d548f9
Fix 'bad_override: Method ive::DirectionalSector::read hides
...
but does not override ive::ReadWrite::read because some type qualifiers do
not match'.
Reported by Coverity: CID 86119 and 269 others
2016-05-27 10:28:26 +01:00
Robert Osfield
31592d206b
Changed the RenderStageCache::RenderStageMap to use map<Referenced*, ref_ptr<RenderStage>> in place of map<CullVisitor*, ref_ptr<RenderStage>> to
...
avoid problems of dynamic_cast<> on an object that is being deleted.
2016-05-27 09:47:07 +01:00
Robert Osfield
110cf56a17
From Wee See, "attached a small submission, which makes the option "readObjectRecordData" of OpenFlight-plugin working like documented in the Knowledge Base of OSG (52-using-the-openflight-plugin).
...
Actually, if the option "readObjectRecordData" is set, ObjectRecordData will not be read and set.
With this submission, if the option "readObjectRecordData" is set, ObjectRecordData will be read and set."
2016-05-26 18:08:44 +01:00
Robert Osfield
8c7806eab3
From Philippe Renon and Robert Osfield, osgViewer::Viewer::checkNeedToDoFrame should return true when only the root node has an update callback.
...
Note, from Robert, I took Philippe modifications to Viewer.cpp and reformated them slightly to avoid a double check against getSceneData()!=0 and then rolled
the changes out to CompositeViewer::checkNeedToDoFrame() to ensure that both implementations work the same.
2016-05-26 17:49:06 +01:00
Robert Osfield
7d816362e6
Fixed shadows warning
2016-05-26 15:07:02 +01:00
Robert Osfield
dbce12842e
Fixed shadows warnings
2016-05-26 11:13:56 +01:00
Robert Osfield
80e318ce15
Fixed shadows warnigns
2016-05-26 10:35:33 +01:00
Robert Osfield
304c048d84
Fixed shadows warnings
2016-05-26 10:24:44 +01:00
Robert Osfield
40f4cdb1ce
Fixed shadows warnings
2016-05-26 10:24:31 +01:00
Robert Osfield
a41282b7be
Fixed shadows warnings
2016-05-26 10:01:20 +01:00
Robert Osfield
bf8e22ae63
Fixed shadows warnings
2016-05-26 09:48:16 +01:00
Robert Osfield
bdad1f60c9
Fixed shadows warnings
2016-05-26 08:25:12 +01:00
Robert Osfield
95d8d7d993
Fixed shadows warnings in lwo plugin
2016-05-25 18:12:43 +01:00
Robert Osfield
f268afd044
Disable -Wshadow on GNU compile as OGR headers have shadowing parameters we can't fix.
2016-05-25 17:39:25 +01:00
Robert Osfield
29d4a02ee7
Fixed shadows warnigns
2016-05-25 17:34:59 +01:00
Robert Osfield
259b70156f
Fixed shadows warnings
2016-05-25 17:10:54 +01:00
Robert Osfield
3a77520d22
Fixed shadows warnings - txp plugin was a mess w.r.t shadowing member variables.
2016-05-25 17:08:51 +01:00
Robert Osfield
e8aa106184
Fixed shadows warnings
2016-05-25 13:58:06 +01:00
Robert Osfield
426fd3acb1
Fixed shadows warnings
2016-05-25 13:27:35 +01:00
Robert Osfield
89b061e318
Fixed shadows warning
2016-05-25 13:22:51 +01:00
Robert Osfield
1cc0f31e30
Fixed shadows warnings
2016-05-25 11:30:49 +01:00
Robert Osfield
9cb714cd39
Fixed shadows warning and an associated by in osgAnimation::Statshandler::changeYposition(..)
2016-05-25 11:20:13 +01:00
Robert Osfield
13dfd34ab6
Fixed shadows warnings
2016-05-25 11:11:11 +01:00
Robert Osfield
9ba599fe4c
Fixed shadows warnings
2016-05-25 11:00:35 +01:00
Robert Osfield
831f406d17
Fixed shadows warnings
2016-05-25 10:26:35 +01:00
Robert Osfield
8f20bc9147
Fixed shadows warnings
2016-05-25 10:10:43 +01:00
Robert Osfield
92ffa85917
Fixed line endings
2016-05-25 10:09:18 +01:00
Robert Osfield
559f138152
Fixed shadows warnings
2016-05-25 09:56:40 +01:00
Robert Osfield
ff9617d210
Fixed RenderStageCache's handling of Observer functionality that was causing a crashing on exit in osgoit and osgprerender examples.
2016-05-24 20:46:44 +01:00
Robert Osfield
c36c0033fd
Fixed shadows warnings
2016-05-23 20:02:36 +01:00
Robert Osfield
2056800017
Fixed shadows warning
2016-05-23 16:22:49 +01:00
Robert Osfield
4b61f4c95d
Fixed shadows warnings
2016-05-23 16:20:59 +01:00
Robert Osfield
5260e3a35e
Fixed build error introduced by c3f2711b09
2016-05-23 11:31:02 +01:00
OpenSceneGraph git repository
c3f2711b09
Merge pull request #73 from susnux/safeptr
...
add safety checking when dereferencing ref_ptr
2016-05-23 11:29:07 +01:00
Robert Osfield
c72516ceb0
Merge branch 'master' of https://github.com/openscenegraph/OpenSceneGraph
2016-05-23 11:24:50 +01:00
OpenSceneGraph git repository
b76538d6ea
Merge pull request #72 from bjornblissing/feature/gitignore-visualstudio
...
GitIgnorePatterns for Visual Studio
2016-05-23 11:24:23 +01:00
Robert Osfield
ff01d9c663
Fixed shadows warnings
2016-05-23 10:52:55 +01:00
Robert Osfield
04214a4288
Fixed shadows warning
2016-05-23 10:36:00 +01:00
Robert Osfield
c15dfa7ddd
Fixed shadows warning
2016-05-23 10:31:56 +01:00
Robert Osfield
d4815932dc
Removed redundent local variable
2016-05-23 10:30:22 +01:00
Robert Osfield
33ec90376c
Fixed shadows warning
2016-05-23 10:28:45 +01:00
Robert Osfield
776fa48cd4
Fixed shadows warnings
2016-05-23 10:22:16 +01:00
rdiankov
da34da18ca
add safety checking when dereferencing ref_ptr
2016-05-21 21:29:14 +02:00
Robert Osfield
ae3ba28fee
Fixes shadows warnings
2016-05-20 13:38:34 +01:00
Björn Blissing
580ebbdbef
GitIgnorePatterns for Visual Studio
...
Added patterns for visual studio generated files as well as for files
generated by CMake for windows only.
2016-05-20 14:12:09 +02:00
Robert Osfield
e900ecc4c7
Added -Wshadow tp OSG_AGGRESSIVE_WARNING_FLAGS for GNU compiler
2016-05-20 10:51:40 +01:00
Robert Osfield
bf343240e4
Merge branch 'AdriCS-master'
2016-05-19 18:54:11 +01:00