1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 21 hours ago.
Jun 02, 2023 — Jun 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PLUnitTests: removed trailing Whitespaces and Tabs More... over 12 years ago
PLUnitTests: added String tests, migrated from PLTestBase More... over 12 years ago
PLUnitTests: added a new CHECK-Macro: CHECK_NOT_EQUAL More... over 12 years ago
PLGraphics: Renamed "ImageBuffer::GetRowSize()" into "ImageBuffer::GetBytesPerRow()", less confusing and consistent to "GetBytesPerPixel()" etc. More... over 12 years ago
Added "PLGraphics::ImageBuffer::GetBytesPerPlane()" returning the size of one xy-plane (one z/depth layer) of image data in bytes More... over 12 years ago
"PLGraphics::Color3": Added a missing constructor More... over 12 years ago
PLGraphics: Added two operators I missed within Color3 and Color4 More... over 12 years ago
"PLViewer::Application::LoadResource()" now emits the "SignalSceneLoadingFinished"-signal in case the resource was not loaded via "LoadScene()" More... over 12 years ago
"PLEngine::SceneCreator::ConfigureGenericScene()": The created free camera scene node is now named "FreeCamera" instead of "Camera" to have the same naming convention used across PixelLight More... over 12 years ago
Added "PLGraphics::ImageBuffer::GetNumOfVoxels()" More... over 12 years ago
"PLUnitTests": Updated Visual Studio project file More... over 12 years ago
PLCore The loadable system can now also deal with file formats which don't have any file extension + The loadable system can now also deal with file formats like DICOM which load from directories instead of files More... over 12 years ago
"PLScene::SceneNode::Clone()" is now virtual More... over 12 years ago
PLUnitTests: fixed path of Queue.cpp More... over 12 years ago
PLUnitTests: updated CMakeLists More... over 12 years ago
PLUnitTests: added Stack tests More... over 12 years ago
PLUnitTests: added SimpleList tests More... over 12 years ago
PLUnitTests: added Queue + FastPool tests and made a change to generic container test "AddAtIndex" More... over 12 years ago
PLUnitTests: minor fixes/changes More... over 12 years ago
Reviewed "PLScene::SNMesh::LoadSkin()": In case the given "Skin" has no filename extension, just pass the provided string on to the material manager More... over 12 years ago
Now working on PixelLight 0.9.12-R1 More... over 12 years ago
Cleanup More... over 12 years ago
"PLPhysics::SNRagdoll": Added null pointer tests More... over 12 years ago
"PLEngine::SNMTransformGizmoRotationController::PerformTransform()": Rotating is now working better, although it's still in scene node space and not view dependent More... over 12 years ago
Fixed a Doxygen comment More... over 12 years ago
"PLCore::MeshCreatorQuad" (http://dev.pixellight.org/forum/viewtopic.php?f=6&t=264): It's confusing that in here the y-axis of the texture coordinate is flipped. Changed it. (nothing critical, it's not used in PixelLight itself) More... over 12 years ago
Next scheduled release 0.9.11 is on February 23, 2012, today More... over 12 years ago
PLSamples: "51RendererTexturing" now also shows how to draw a fullscreen quad and shows some basic coordinate systems More... over 12 years ago
PLUnitTestsPerformance: Removed "system("Pause")" resulting in the error message "error: 'system' was not declared in this scope" when building for Android, instead "getchar()" is used as already done within "PLUnitTests" (altough I'am not sure whether or not it's a good idea to wait for a key in here) More... over 12 years ago
Fixed two GCC warnings More... over 12 years ago