d038866649Fixed method to match parent class.
Robert Osfield
2016-06-02 14:31:44 +01:00
09bad85522Fixed method to match parent class.
Robert Osfield
2016-06-02 14:30:58 +01:00
203e5f7ef8Removed redudent codepaths, standardizing on the most portable Texture2D path.
Robert Osfield
2016-06-02 14:22:25 +01:00
5c7e155a69Removed redudent code paths
Robert Osfield
2016-06-02 14:18:12 +01:00
26e489f17dCleaned up the cloning usage
Robert Osfield
2016-06-02 13:51:46 +01:00
2b3ecb4af8Fixed unitialized variables
Robert Osfield
2016-06-02 13:23:34 +01:00
dd9bcf6013Set default value of OSG_USE_REF_PTR_SAFE_DEREFERENCE of OFF to avoid the check overhead polutting all OSG applications.
Robert Osfield
2016-06-02 13:03:07 +01:00
c0b560175cFixed typo
Robert Osfield
2016-06-02 12:43:09 +01:00
b1b7d17633Fixed build issues when OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION is set to OFF
Robert Osfield
2016-06-02 12:22:51 +01:00
88a01aa09dBumped version number for 3.5.3 dev release
Robert Osfield
2016-06-02 11:25:40 +01:00
045fa05b0dRestructed the control of OSG_AGGRESSIVE_WARNINGS_FLAGS to make it possible to edit them in ccmake/CMakeSetup. Changed the name of OSG_USE_AGGRESSIVE_WARNINGS to OSG_AGGRESSIVE_WARNINGS to make sure it sits alongside the OSG_AGGRESSIVE_WARNINGS_FLAGS within ccmake so that it's easier to see how the two variables are coupled.
Robert Osfield
2016-06-02 11:06:50 +01:00
6428c33d30Fixed version of CMakeLists.txt when you check BUILD_OPENTHREAD_WITH_QT and compile with Visual Studio 2015
Davide Raccagni
2016-06-02 10:06:58 +01:00
a58f50e6fdFixed line endings
Robert Osfield
2016-06-02 10:04:36 +01:00
5211c782d8Added _LIBRARIES var to mix
Robert Osfield
2016-06-01 16:22:42 +01:00
853fad71aeChanged freetype plugin to utilize CMake's FindFreetype.cmake rather than use a local one.
Robert Osfield
2016-06-01 15:51:49 +01:00
5c5753682bFixed line endings
Robert Osfield
2016-06-01 15:09:21 +01:00
d3c6dc6f34Fixed doxygen warnings
Robert Osfield
2016-06-01 14:20:14 +01:00
99391a2ceaRemoved no longer supported doxygen settings
Robert Osfield
2016-06-01 13:41:17 +01:00
58bf998442Fixed line endings
Robert Osfield
2016-06-01 13:40:06 +01:00
2be4e3c4d6Fixed missing "
Robert Osfield
2016-06-01 12:49:55 +01:00
8c79dccbbcFixed missing "
Robert Osfield
2016-06-01 12:49:55 +01:00
517728c7d9Added macosx10.11 to the list of supported OSX SDK's
Robert Osfield
2016-06-01 11:41:10 +01:00
ebfbc3dd78Added macosx10.11 to the list of supported OSX SDK's
Robert Osfield
2016-06-01 11:41:10 +01:00
1c78996a09Added in extra search paths for FBX
Robert Osfield
2016-06-01 11:25:31 +01:00
0f7e30a74eAdded in extra search paths for FBX
Robert Osfield
2016-06-01 11:25:31 +01:00
aae4f22163Do not install non existant pdb file in release build mode
Stephan van Alste
2013-03-06 09:38:48 +01:00
e6d200abfbDo not install non existant pdb file in release build mode
Stephan van Alste
2013-03-06 09:38:48 +01:00
fc3e30ef25Install msvc debug files along with the binaries
Ralf Habacker
2013-02-12 13:09:00 +01:00
6eaf2f5781Install msvc debug files along with the binaries
Ralf Habacker
2013-02-12 13:09:00 +01:00
e536d8e601Fixed bug not detecting unc pathes in osgDB::isAbsolutePath()
Ralf Habacker
2016-05-31 16:14:51 +01:00
c31baa96deFixed bug not detecting unc pathes in osgDB::isAbsolutePath()
Ralf Habacker
2016-05-31 16:14:51 +01:00
af9d8889c8defines for building on Hurd and BSD kernels
Alberto Luaces
2016-05-31 12:58:57 +01:00
68baf15806defines for building on Hurd and BSD kernels
Alberto Luaces
2016-05-31 12:58:57 +01:00
37258df59cFix for nvtt plugin to support RGTC1/RGTC2 pixel format. Thanks to this simple fix it's possible to compress red/red-green channel of RGB/RGBA image to GL_COMPRESSED_RED_RGTC1_EXT/GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT pixel format.
Marcin Hajder
2016-05-31 12:45:28 +01:00
a4c9cac2a8small optimization to the osgb/t serializers.
Pjotr Svetachov
2016-05-31 11:27:30 +01:00
1823341ccesmall optimization to the osgb/t serializers.
Pjotr Svetachov
2016-05-31 11:27:30 +01:00
60c3998143I Use two touch screen in my App. I had a bug touch point in secondary screen ( the touch point not same mouse push point).
Nguyen Van Truong
2016-05-31 11:05:02 +01:00
8336ce121eFixed indentation
Robert Osfield
2016-05-31 10:54:38 +01:00
3bb8b73b8cFixed warning message
Robert Osfield
2016-05-31 10:32:43 +01:00
01f1277203Removed the redudent ive::ReadWrite base class
Robert Osfield
2016-05-31 10:28:08 +01:00
1b4aa2ce51Removed virtual methods from base class as this was breaking the casting. Ironically this fix was required as the original "fix" for issue raised by Coverity introduced a crash!
Robert Osfield
2016-05-31 09:46:03 +01:00
55e5d74a1cFixed typo of method name
Jannik Heller
2016-05-30 13:43:09 +01:00
5c46d9de3eFixed typo of method name
Jannik Heller
2016-05-30 13:43:09 +01:00
8d08b75e19OpenFlight-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>
Tony Vasile
2016-05-30 12:41:25 +01:00
759b537250OpenFlight-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>
Tony Vasile
2016-05-30 12:41:25 +01:00
260cbab518Typo fixes
Alberto Luaces
2016-05-30 12:30:05 +01:00
307001391fFix 'unterminated_case: The case for value 7U is not terminated by a 'break' statement' in jpeg plugin.
Ralf Habacker
2016-05-27 10:34:15 +01:00
8851d548f9Fix 'bad_override: Method ive::DirectionalSector::read hides but does not override ive::ReadWrite::read because some type qualifiers do not match'.
Ralf Habacker
2016-05-27 10:28:26 +01:00
31592d206bChanged 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.
Robert Osfield
2016-05-27 09:47:07 +01:00
110cf56a17From 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).
Robert Osfield
2016-05-26 18:07:46 +01:00
6ec5d80b0dFrom 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).
Robert Osfield
2016-05-26 18:07:46 +01:00
f48b5a3fdbFrom Philippe Renon and Robert Osfield, osgViewer::Viewer::checkNeedToDoFrame should return true when only the root node has an update callback.
Robert Osfield
2016-05-26 17:49:06 +01:00
8c7806eab3From Philippe Renon and Robert Osfield, osgViewer::Viewer::checkNeedToDoFrame should return true when only the root node has an update callback.
Robert Osfield
2016-05-26 17:49:06 +01:00
7d816362e6Fixed shadows warning
Robert Osfield
2016-05-26 15:07:02 +01:00
dbce12842eFixed shadows warnings
Robert Osfield
2016-05-26 11:13:56 +01:00
80e318ce15Fixed shadows warnigns
Robert Osfield
2016-05-26 10:35:33 +01:00
304c048d84Fixed shadows warnings
Robert Osfield
2016-05-26 10:24:44 +01:00
40f4cdb1ceFixed shadows warnings
Robert Osfield
2016-05-26 10:24:31 +01:00
a41282b7beFixed shadows warnings
Robert Osfield
2016-05-26 10:01:20 +01:00
bf8e22ae63Fixed shadows warnings
Robert Osfield
2016-05-26 09:48:16 +01:00
bdad1f60c9Fixed shadows warnings
Robert Osfield
2016-05-26 08:25:12 +01:00
95d8d7d993Fixed shadows warnings in lwo plugin
Robert Osfield
2016-05-25 18:12:43 +01:00
f268afd044Disable -Wshadow on GNU compile as OGR headers have shadowing parameters we can't fix.
Robert Osfield
2016-05-25 17:39:25 +01:00
29d4a02ee7Fixed shadows warnigns
Robert Osfield
2016-05-25 17:34:59 +01:00
259b70156fFixed shadows warnings
Robert Osfield
2016-05-25 17:10:54 +01:00
3a77520d22Fixed shadows warnings - txp plugin was a mess w.r.t shadowing member variables.
Robert Osfield
2016-05-25 17:08:51 +01:00
e8aa106184Fixed shadows warnings
Robert Osfield
2016-05-25 13:58:06 +01:00
426fd3acb1Fixed shadows warnings
Robert Osfield
2016-05-25 13:27:35 +01:00
89b061e318Fixed shadows warning
Robert Osfield
2016-05-25 13:22:51 +01:00
1cc0f31e30Fixed shadows warnings
Robert Osfield
2016-05-25 11:30:49 +01:00
9cb714cd39Fixed shadows warning and an associated by in osgAnimation::Statshandler::changeYposition(..)
Robert Osfield
2016-05-25 11:20:13 +01:00
13dfd34ab6Fixed shadows warnings
Robert Osfield
2016-05-25 11:11:11 +01:00
9ba599fe4cFixed shadows warnings
Robert Osfield
2016-05-25 11:00:35 +01:00
831f406d17Fixed shadows warnings
Robert Osfield
2016-05-25 10:26:35 +01:00
8f20bc9147Fixed shadows warnings
Robert Osfield
2016-05-25 10:10:43 +01:00
92ffa85917Fixed line endings
Robert Osfield
2016-05-25 10:09:18 +01:00
559f138152Fixed shadows warnings
Robert Osfield
2016-05-25 09:56:40 +01:00
7bcc5d861eFixed RenderStageCache's handling of Observer functionality that was causing a crashing on exit in osgoit and osgprerender examples.
Robert Osfield
2016-05-24 20:46:44 +01:00
ff9617d210Fixed RenderStageCache's handling of Observer functionality that was causing a crashing on exit in osgoit and osgprerender examples.
Robert Osfield
2016-05-24 20:46:44 +01:00
c36c0033fdFixed shadows warnings
Robert Osfield
2016-05-23 20:02:36 +01:00
2056800017Fixed shadows warning
Robert Osfield
2016-05-23 16:22:49 +01:00
4b61f4c95dFixed shadows warnings
Robert Osfield
2016-05-23 16:20:59 +01:00
5260e3a35eFixed build error introduced by c3f2711b09
Robert Osfield
2016-05-23 11:31:02 +01:00