Commit Graph

16126 Commits (8a15f23c156fe532b92b373562863284f7851ab5)
 

Author SHA1 Message Date
Robert Osfield 8a15f23c15
Merge pull request #1059 from eligovision/OpenSceneGraph-3.6_freetype_otf
4 years ago
valid-ptr f29af50b76 FreeType plugin: 'otf' extension added
4 years ago
Gleb Mazovetskiy 8b2e02b71d Ensure global Mutex is initialized before Registry
4 years ago
Robert Osfield 5faae0e52e Moved Widget case to later.
4 years ago
Robert Osfield 5d51e5bf2a Fixed META_ macro usage
4 years ago
Robert Osfield 159c0271b7 Fixed osgWidget event handling
4 years ago
Robert Osfield 94d5211f43 Ran dos2unix to fix line endings
4 years ago
Robert Osfield 219adb7419 Ran dos2unix to fix line endings
4 years ago
Robert Osfield b8862d0420
Merge pull request #1041 from glebm/3.6-cherry-pick-android-fix
4 years ago
Robert Osfield 8a0114a46a Replaced std::mem_fun_ref usage to avoid compatiblity with modern compilers.
4 years ago
Gleb Mazovetskiy 199035ae51 CMakeLists.txt: OSG_FIND_3RD_PARTY_DEPS option
4 years ago
Robert Osfield 23b4345517
Merge pull request #1032 from glebm/3.6-backport-deprecations-fix
4 years ago
Robert Osfield b5b0bed7c3
Merge pull request #1039 from unelsson/clocaletodae
4 years ago
Nelsson Huotari a531f2bd13 Use c-locale with std::istream
4 years ago
Gleb Mazovetskiy f36e9f2a4a include/osgViewer: Fix typo
4 years ago
Robert Osfield b7c186f6d3 Fixed warnings reported by gcc-9.3.0
4 years ago
Robert Osfield 644251db98 Fixed warnings
4 years ago
Robert Osfield 295bfffc17 Added 0 to end of array.
4 years ago
Gleb Mazovetskiy b4663ded94 osgAnimation/Keyframe: Fix -Wshadow warning
4 years ago
Gleb Mazovetskiy 44d3da02a9 Fix osgViewer `USE_GRAPHICSWINDOW` without a windowing system
4 years ago
Gleb Mazovetskiy 4093860c32 cmake: Allow passing LTO option
4 years ago
Gleb Mazovetskiy 0161b8ab46 include/osg/Callback: nullptr -> NULL
4 years ago
ankurverma85 417f78ac5e Update unzip.cpp
4 years ago
Robert Osfield 8195b9c8e7
Merge pull request #1015 from eligovision/OpenSceneGraph-3.6_state_arg_rename
4 years ago
Glenn Waldron 5ca6759a1f Fix for #1013 - Texture2DArray fails to regenerate after a releaseGLObjects/dirtyTextureObject - remove the modified count condition on component images when subloading when there is no texture object
4 years ago
Sam Brkopac 9c7cde1db4 updated cmake to properly disable debug iterators on windows
4 years ago
valid-ptr aed9fd74f6 Wrong argument name rename: uniformMap -> defineMap
4 years ago
tomhog ddbed23537 fix for typo in windows branch of delimiter definition
4 years ago
Robert Osfield a13f8cf4b4
Merge pull request #973 from arnauddgbes/OpenSceneGraph-3.6
4 years ago
Robert Osfield fab1431e59
Merge pull request #989 from eligovision/OpenSceneGraph-3.6_shader_composer
4 years ago
Matthew Reid 073cfab166 Added support for sRGB texture formats
4 years ago
Robert Osfield bf279a59fa Merged from master "Declare "result" as LONG for Mingw build"
4 years ago
Robert Osfield 4ad410969e Added Node::accept() usage from IntersectionVisitor to IntersectVisitor
4 years ago
Robert Osfield f50d32547d Changed to using Node::accept() to handled children of Geode/Billboard to enable scene graphs with non drawables as children
4 years ago
Robert Osfield 8406442a96
Merge pull request #976 from MeyerFabian/build/windows_clang_3.6_target
4 years ago
Robert Osfield 7994bfa767
Merge branch 'OpenSceneGraph-3.6' into build/windows_clang_3.6_target
4 years ago
Robert Osfield b8982224c3
Merge pull request #969 from unelsson/daeremoveprotcheck
4 years ago
Robert Osfield 8178b51956
Merge pull request #968 from unelsson/getdaenamesbonesskel
4 years ago
Robert Osfield a7a7c0de8b
Merge pull request #967 from unelsson/daepluginoptionsfix
4 years ago
Alberto Luaces 2ade061ced Code comments, log strings and some variable spell fixes.
4 years ago
valid-ptr 0415b7df84 ShaderComposition mechanism on the osg::State fixed: condition improved
4 years ago
valid-ptr 43724f004e ShaderComposition mechanism on the osg::State fixed
4 years ago
OpenSceneGraph git repository 300ba7aa02
Merge pull request #983 from rhabacker/update-so-version
4 years ago
Ralf Habacker 97a4094d76 Updated SO version as osgDB::ReaderWriter changes from #981 change the ABI
4 years ago
OpenSceneGraph git repository 6b95718d65
Merge pull request #981 from rhabacker/3.6-add-plugin-env-support
4 years ago
Ralf Habacker 47ab799168 Use new method supportsEnvironment() from class ReaderWriter in client code
4 years ago
Ralf Habacker c3108697de Add support for showing environment variables provided by osg plugins
4 years ago
MeyerFabian ba70c7d543 build/windows_clang
4 years ago
Arnaud Huck 855212548d fixed installation of PDB files on Windows with Ninja generator.
4 years ago
Robert Osfield 47207248d4 Selected USE_NEW_DELETE allocation mode to fix memory leak
4 years ago