- 29 Oct, 2020 1 commit
-
-
OpenSceneGraph git repository authored
Code comments, log strings and some variable spell fixes.
-
- 28 Oct, 2020 1 commit
-
-
Alberto Luaces authored
-
- 26 Aug, 2020 1 commit
-
-
Robert Osfield authored
-
- 19 Aug, 2020 3 commits
-
-
Robert Osfield authored
-
Ralf Habacker authored
-
Ralf Habacker authored
-
- 09 Jul, 2020 1 commit
-
-
Robert Osfield authored
-
- 23 Jun, 2020 1 commit
-
-
Graham Stewart authored
cmake 2.8.12 cannot parse it. From the looks of it this sort of markup only needs to be parsable when building cmake v3 itself.
-
- 04 Jun, 2020 1 commit
-
-
OpenSceneGraph git repository authored
Fix camera callbacks of OcclusionQueryNode
-
- 29 May, 2020 2 commits
-
-
OpenSceneGraph git repository authored
Return early in osgText::Text property setters
-
Calum Robinson authored
Matches what the rest of the properties are doing & avoids unnecessary computation.
-
- 26 May, 2020 2 commits
-
-
Daniel Trstenjak authored
-
Daniel Trstenjak authored
-
- 18 May, 2020 3 commits
-
-
OpenSceneGraph git repository authored
Fixed creation of multisample textures
-
OpenSceneGraph git repository authored
Remove register keyword (deprecated in C++17/20)
-
Mathias Nährig authored
GLExtensions::glTexStorage2DMultisample in fact called glTextureStorage2DMultisample which expects texture object instead of texture target
-
- 15 May, 2020 1 commit
-
-
Conrad Poelman authored
The "register" keyword is deprecated as of C++17. (https://en.cppreference.com/w/cpp/keyword/register) Removing it is necessary to build with clang10+.
-
- 07 May, 2020 1 commit
-
-
Robert Osfield authored
-
- 03 May, 2020 2 commits
-
-
Julien Valentin authored
-
Robert Osfield authored
-
- 29 Apr, 2020 9 commits
-
-
Robert Osfield authored
-
-
OpenSceneGraph git repository authored
[macosx 10.15] Fix GC resize issue #926 from @PetrBo and @tkittel
-
Robert Osfield authored
-
Robert Osfield authored
-
OpenSceneGraph git repository authored
Name unnamed typedef struct {...} to fix MSVC error
-
OpenSceneGraph git repository authored
Closing ZipArchive in destructor
-
OpenSceneGraph git repository authored
osgsimplegl3: fix minor typo
-
Robert Osfield authored
-
- 18 Apr, 2020 1 commit
-
-
Remo E authored
[macosx 10.15] Fix for https://github.com/openscenegraph/OpenSceneGraph/issues/926 from @PetrBo and @tikittel
-
- 09 Apr, 2020 1 commit
-
-
Conrad Poelman authored
Compile with latest MSVC 16.6.0 Preview Release, got error message: > osgPlugins\x\types.h(41,20): error C7626: unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes (compiling source file ...3rdparty\OpenSceneGraph\src\osgPlugins\x\mesh.cpp) The fix was just to give it a name, which will never be used. I picked Vector_struct, feel free to improve.
-
- 26 Mar, 2020 1 commit
-
-
Jason Beverage authored
-
- 24 Mar, 2020 1 commit
-
-
Scott Giese authored
-
- 23 Mar, 2020 3 commits
-
-
OpenSceneGraph git repository authored
Improve PkgConfig usage
-
OpenSceneGraph git repository authored
Ignore Visual Studio Code configuration
-
OpenSceneGraph git repository authored
png and tiff plugins do not depend on C++ exceptions.
-
- 22 Mar, 2020 2 commits
-
-
Scott Giese authored
Including FindPkgConfig directly into scripts is not a recommended practice. Doing so will cause CMake to complain with a warning. Replaced with find_package(PkgConfig QUIET)
-
Scott Giese authored
-
- 13 Mar, 2020 2 commits
-
-
Laurens Voerman authored
fix bug in ProxyNode with DEFER_LOADING_TO_DATABASE_PAGER causing crash when children reorder during load.
-
Laurens Voerman authored
ReaderWriterLAS recenter bug fixed, final batch of points was missed in translating the center point.
-