1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PLUnitTests: Enabled and reviewed "PLCore::Bitset::Null" tests (as usual: Please also review my review) More... about 12 years ago
Updated tests ("PLCore::Iterable<ValueType>::Null" related) More... about 12 years ago
Fixed: "warning C4715: 'PLRenderer::TextureHandler::Load' : not all control paths return a value" More... about 12 years ago
"PLCore::Iterable<ValueType>::Null": Moved "Null"-instance from the base into derived classes (see PLCore diary for details) More... about 12 years ago
Cleanup More... about 12 years ago
Review More... about 12 years ago
PLUnitTests: added testfile for FileSystem test More... about 12 years ago
PLUnitTests: fixed include paths in Checksum tests More... about 12 years ago
PLUnitTests: fixed CMakeLists and visual studio project file More... about 12 years ago
PLUnitTests: added FileSystem and Log tests (migrated from PLTestBase) More... about 12 years ago
PLUnitTests: more overloads to "CHECK_EQUAL"- and "CHECK_NOT_EQUAL"-macro to handle PLCore::Strings More... about 12 years ago
PLUnitTests: added tests for PLMath::Vector4 (migrated from PLTestbase) More... about 12 years ago
PLUnitTests: Reviewed some "Math.cpp" tests More... about 12 years ago
"PLMath::Math::WrapToInterval()" is now using the algorithm described at http://en.wikipedia.org/wiki/Wrapping_%28graphics%29 to have a known implementation More... about 12 years ago
"PLMath::Math::ClampToInterval()": The user may try to fool us by swapping minimum/maximum (= violating the interface specification), catch this... More... about 12 years ago
PLCore::Tools::Checksum: added new virtual method Reset() to clear stored checksums, see diary for details More... about 12 years ago
PLUnitTests: added Checksum tests with testData More... about 12 years ago
PLUnitTests: overloaded "CHECK_EQUAL"-macro: PLCore::String will be automatically converted to char* or wchar_t* based on its internal format, e.g. no more calls to GetASCII() or GetUnicode() in CHECK_EQUAL macro More... about 12 years ago
"PLRenderer::Renderer": "CreateTextureBuffer1D()" & "CreateTextureBuffer2D()" & "CreateTextureBuffer2DArray()" & "CreateTextureBufferRectangle()" & "CreateTextureBuffer3D()" & "CreateTextureBufferCube" no longer has "TextureBuffer::Compression" set by default More... about 12 years ago
"PLCore::Var::SetInt64()": Disabled the annoying warning (VC 2010) "warning C4244: 'argument' : conversion from 'PLCore::int64' to 'PLCore::int32', possible loss of data"" (we know that this conversion will introduce a potential loss of data) More... about 12 years ago
Bugfix: "PLCore::Type<PLGraphics::Color3>::ConvertFromVar()" & "PLCore::Type<PLGraphics::Color4>::ConvertFromVar()" & "PLCore::Type<PLMath::Vector2>::ConvertFromVar()" & "PLCore::Type<PLMath::Vector2i>::ConvertFromVar()" & "PLCore::Type<PLMath::Vector3>::ConvertFromVar()" & "PLCore::Type<PLMath::Vector3i>::ConvertFromVar()" & "PLCore::Type<PLMath::Vector4>::ConvertFromVar()" implementation was not correct More... about 12 years ago
"PLMath::Vector2i" & "PLMath::Vector2i" & "PLGraphics::Color3" & "PLGraphics::Color4" & "PLGui::SizeHint"": Added missing constructor taking a string More... about 12 years ago
Merge branch 'master' of ssh://pixellight.git.sourceforge.net/gitroot/pixellight/pixellight More... about 12 years ago
PLUnitTests: updated wchar_t check template to catch cases where we get unicode characters which we can't display in a console More... about 12 years ago
PLUnitTests: overloaded CheckEqual to handle String::EFormat enums More... about 12 years ago
Bugfix: "PLGraphics::ImageData::Decompress()" was only decompressing the first xy-plane (z/depth layer) More... about 12 years ago
PLUnitTests: disabled warning for using strdup in visual studio More... about 12 years ago
PLGraphics: Added "ImagePart::GetDataSize()", "ImagePart::GetCompressedDataSize()", "Image::GetDataSize()" and "Image::GetCompressedDataSize()" More... about 12 years ago
"PLRenderer::TextureBuffer::DownloadAsImage()": Added parameter to control whether or not mipmaps should be downloaded as well More... about 12 years ago
PLUnitTests: updated String test with locale More... about 12 years ago