1
I Use This!
Inactive

Commits : Listings

Analyzed 34 minutes ago. based on code collected 35 minutes ago.
Dec 15, 2024 — Dec 15, 2025
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" 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" More... almost 14 years ago
Static code analysis from Microsoft Visual Studio 2010 Ultimate: "warning C6011: Dereferencing NULL pointer" More... almost 14 years ago
Spell checking 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" More... almost 14 years ago
PLUnitTestsPerformance: cppcheck 1.53: "Variable 'testloops' is assigned a value that is never used" More... almost 14 years ago
PLUnitTests: cppcheck 1.53: "Member variable 'ConstructTest::fX' is not initialized in the constructor." More... almost 14 years ago
PLUnitTests: cppcheck 1.53: "Member variable 'ConstructTest::pNodeA' is not initialized in the constructor." More... almost 14 years ago
PLUnitTests: cppcheck 1.53: "Member variable 'ConstructTest::fX' is not initialized in the constructor." More... almost 14 years ago
PLRendererOpenGLES2: cppcheck 1.53: "The scope of the variable 'nMultisampleAntialiasingSampleBuffers' can be reduced" 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" More... almost 14 years ago
PLFrontendMozilla: cppcheck 1.53: "Member variable 'nsPluginInstance::m_hWnd' is not initialized in the constructor." More... almost 14 years ago
PLFrontendMozilla: cppcheck 1.53: "C-style pointer casting" 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 More... almost 14 years ago
"PLCompositing::SRPBegin::DepthTexture": Better to make this op-in instead of op-out until it's better tested More... almost 14 years ago
"PLCompositing::SRPBackgroundColorGradient": Changed default angle More... almost 14 years ago
Added "PLCompositing::SRPBegin::GetTextureBuffer2DDepth()" More... almost 14 years ago
Added "PLRenderer::Renderer::SetDepthRenderTarget()" More... almost 14 years ago
Merge branch 'master' of ssh://pixellight.git.sourceforge.net/gitroot/pixellight/pixellight More... almost 14 years ago
PLCore: Improved "Checksum"/"ChecksumCRC32" usability More... almost 14 years ago
"PLEngine::SkinLoaderPL::LoadV1()": Minor error message improvement (http://dev.pixellight.org/forum/viewtopic.php?f=6&t=121) More... almost 14 years ago
PLEngine: Added "strg & shift" support within the transform gizmos More... almost 14 years ago
PLUnitTest: more Bitset tests and a little change to generic ContainerTests More... almost 14 years ago
"PLScriptLua::LuaUserData": Added support for Lua's "__eq" metamethod callback (called when Lua tries to check for equality) More... almost 14 years ago
Updated CMakeLists from the LuaJIT external More... almost 14 years ago
PLUnitTestsPerformance: CMakeLists update More... almost 14 years ago
Bugfix within CMakeLists of PLViewerQt (Windows part) More... almost 14 years ago
"PLRendererOpenGLCg::CgContext::AddCgContextReference()": Our renderer is not multithreaded, so, avoid lock overhead by setting "cgSetLockingPolicy(CG_NO_LOCKS_POLICY);" 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... More... almost 14 years ago
PLUnitTests: added new macro "CHECK_IMPLEMENT" to mark a test as "not yet implemented", minor refactoring in EulerAngles test More... almost 14 years ago