openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
PixelLight
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
34 minutes
ago. based on code collected
35 minutes
ago.
Dec 15, 2024 — Dec 15, 2025
Showing page 12 of 97
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
PLMath: Static code analysis from Microsoft Visual Studio 2010 Ultimate: "warning C6246: Local declaration of 'i' hides declaration of the same name in outer scope"
Christian Ofenberg
More...
almost 14 years ago
PLMath: Static code analysis from Microsoft Visual Studio 2010 Ultimate: "warning C4244: 'return' : conversion from 'int' to 'PLCore::uint16', possible loss of data"
Christian Ofenberg
More...
almost 14 years ago
Static code analysis from Microsoft Visual Studio 2010 Ultimate: "warning C6011: Dereferencing NULL pointer"
Christian Ofenberg
More...
almost 14 years ago
Spell checking
Christian Ofenberg
More...
almost 14 years ago
41ScriptGlobalVariables: Static code analysis from Microsoft Visual Studio 2010 Ultimate: "warning C4189: 'nTypeID' : local variable is initialized but not referenced"
Christian Ofenberg
More...
almost 14 years ago
PLUnitTestsPerformance: cppcheck 1.53: "Variable 'testloops' is assigned a value that is never used"
Christian Ofenberg
More...
almost 14 years ago
PLUnitTests: cppcheck 1.53: "Member variable 'ConstructTest::fX' is not initialized in the constructor."
Christian Ofenberg
More...
almost 14 years ago
PLUnitTests: cppcheck 1.53: "Member variable 'ConstructTest::pNodeA' is not initialized in the constructor."
Christian Ofenberg
More...
almost 14 years ago
PLUnitTests: cppcheck 1.53: "Member variable 'ConstructTest::fX' is not initialized in the constructor."
Christian Ofenberg
More...
almost 14 years ago
PLRendererOpenGLES2: cppcheck 1.53: "The scope of the variable 'nMultisampleAntialiasingSampleBuffers' can be reduced"
Christian Ofenberg
More...
almost 14 years ago
PLFrontendQt: cppcheck 1.53: "Variable 'rowToMove' is assigned a value that is never used" and "Variable 'bAppend' is assigned a value that is never used"
Christian Ofenberg
More...
almost 14 years ago
PLFrontendMozilla: cppcheck 1.53: "Member variable 'nsPluginInstance::m_hWnd' is not initialized in the constructor."
Christian Ofenberg
More...
almost 14 years ago
PLFrontendMozilla: cppcheck 1.53: "C-style pointer casting"
Christian Ofenberg
More...
almost 14 years ago
"PLScene::SceneNodeModifier::SetFlags()"-bugfix: "if ((m_nFlags & Inactive) != (nValue & nValue))" should be "if ((m_nFlags & Inactive) != (nValue & Inactive))", cppcheck 1.53 found it
Christian Ofenberg
More...
almost 14 years ago
"PLCompositing::SRPBegin::DepthTexture": Better to make this op-in instead of op-out until it's better tested
Christian Ofenberg
More...
almost 14 years ago
"PLCompositing::SRPBackgroundColorGradient": Changed default angle
Christian Ofenberg
More...
almost 14 years ago
Added "PLCompositing::SRPBegin::GetTextureBuffer2DDepth()"
Christian Ofenberg
More...
almost 14 years ago
Added "PLRenderer::Renderer::SetDepthRenderTarget()"
Christian Ofenberg
More...
almost 14 years ago
Merge branch 'master' of ssh://pixellight.git.sourceforge.net/gitroot/pixellight/pixellight
Christian Ofenberg
More...
almost 14 years ago
PLCore: Improved "Checksum"/"ChecksumCRC32" usability
Christian Ofenberg
More...
almost 14 years ago
"PLEngine::SkinLoaderPL::LoadV1()": Minor error message improvement (http://dev.pixellight.org/forum/viewtopic.php?f=6&t=121)
Christian Ofenberg
More...
almost 14 years ago
PLEngine: Added "strg & shift" support within the transform gizmos
Christian Ofenberg
More...
almost 14 years ago
PLUnitTest: more Bitset tests and a little change to generic ContainerTests
Jens Schmer
More...
almost 14 years ago
"PLScriptLua::LuaUserData": Added support for Lua's "__eq" metamethod callback (called when Lua tries to check for equality)
Christian Ofenberg
More...
almost 14 years ago
Updated CMakeLists from the LuaJIT external
Christian Ofenberg
More...
almost 14 years ago
PLUnitTestsPerformance: CMakeLists update
Christian Ofenberg
More...
almost 14 years ago
Bugfix within CMakeLists of PLViewerQt (Windows part)
Christian Ofenberg
More...
almost 14 years ago
"PLRendererOpenGLCg::CgContext::AddCgContextReference()": Our renderer is not multithreaded, so, avoid lock overhead by setting "cgSetLockingPolicy(CG_NO_LOCKS_POLICY);"
Christian Ofenberg
More...
almost 14 years ago
"PLRendererOpenGL::TextureBuffer3D::InitialUploadVolumeData()": We really have to disable the automatic mipmap generation for the split, else mipmaps are generated for every single uploaded depth layer... which may take ages on large volume data...
Christian Ofenberg
More...
almost 14 years ago
PLUnitTests: added new macro "CHECK_IMPLEMENT" to mark a test as "not yet implemented", minor refactoring in EulerAngles test
Jens Schmer
More...
almost 14 years ago
←
1
2
…
8
9
10
11
12
13
14
15
16
…
96
97
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree