1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed frontend lifecycle handling in PLFrontendOS (OnStop wasn't called when the application was closed via Frontend::IsRunning = false) More... almost 12 years ago
Merge branch 'master' of ssh://pixellight.git.sourceforge.net/gitroot/pixellight/pixellight More... almost 12 years ago
PLViewerQt: Fixed issue with relative filenames inside "Gui::ResetAndFillQFileSystemWatcher()" More... almost 12 years ago
fixed FindPixelLight.cmake for not Win32 platforms More... almost 12 years ago
Only PLViewer/PLViewerQt should have the "-bin" suffix under linux not PLProject More... almost 12 years ago
Fixed helper script when run with ./<app> PLViewerQt: Fixed adding file paths to the QFileSystemWatcher, when the to be added path is relative. The Application base path is prepended when the given filepath is relative and the file cannot be found. (The assumption is that ScriptApplication::GetBaseDirectory() returns a path which can be used as an basepath for the relative filepath More... almost 12 years ago
"PLFeatures"-documentation: Another Autodesk 3ds Max 2013 related minor documentation update, as far as I can see this is the last one of this kind More... almost 12 years ago
Merge branch 'master' of ssh://pixellight.git.sourceforge.net/gitroot/pixellight/pixellight More... almost 12 years ago
SDKBrowser update More... almost 12 years ago
Interesting: The FMODEx 32 bit Windows external package checksum was invalid?! More... almost 12 years ago
PL3dsMaxSceneExport_2013: An entry within a CMake file was missing More... almost 12 years ago
"PixelLightBuild"-documentation, Windows part: Updated used CMake and Doxygen version number More... almost 12 years ago
PL3dsMaxSceneExport: "#include <Max.h>" -> "#include <max.h>" and "#include <MaxIcon.h>" -> "#include <maxicon.h>" More... almost 12 years ago
Merge branch 'master' of ssh://pixellight.git.sourceforge.net/gitroot/pixellight/pixellight More... almost 12 years ago
Updated Linux build info More... almost 12 years ago
Reviewed "SHA-1: 56c3e63a94ea6dfc5faebabfd7bbed7485c2e2bf - * PLVolumnRenderer is now compileable with <gcc-4.5 and <clang-3.1", works like a charm, removed the Lamda-expression version completely in order to keep the CMake files as slim as possible More... almost 12 years ago
Merge branch 'master' of ssh://pixellight.git.sourceforge.net/gitroot/pixellight/pixellight More... almost 12 years ago
PLVolumnRenderer is now compileable with <gcc-4.5 and <clang-3.1 fixed name of the generated runner helper shellscipt (on debug build the name wasn't <app>D ) More... almost 12 years ago
Spelling Mr Ofenberg! More... almost 12 years ago
Merge branch 'master' of ssh://pixellight.git.sourceforge.net/gitroot/pixellight/pixellight More... almost 12 years ago
Next stop: PixelLight 1.0.0, see diary for details More... almost 12 years ago
Updated the cmake warning for PL_Volume. When an gcc version < 4.5 or a clang version < 3.1 the warning is printed and PL_VOLUME is completely disabled And this isn't a LINUX only problem also on APPLE (currently on APPLE the relevant code is commented out) More... almost 12 years ago
fixed cmake warning for PL_Volumn not compileable with gcc-4.4 More... almost 12 years ago
Merge branch 'master' of ssh://pixellight.git.sourceforge.net/gitroot/pixellight/pixellight More... almost 12 years ago
The usual pre-release spell check More... almost 12 years ago
Fixed my "[TODO] With gcc 4.4.x PLVolume doesn't compile, review it (should be usual C++ code)"-handling by adding an additional Linux and GNU test, such exceptions can get really nasty, best to avoid them completely :D More... almost 12 years ago
CMake: Within the "external_clean"-macro the "${CMAKETOOLS_CURRENT_TARGET}-Clean"-targets are now now excluded from the default build (see diary entry for details) More... almost 12 years ago
Reviewed and commented "SHA-1: c4e7cae6b3e5a3e8249211f99f73ea8f661cb538 * PL_Volume isn't compileable with gcc 4.4.x -> deactivate it completely" commit More... almost 12 years ago
Instead of using two global methods to change the current locale to the "C" locale and again back to the previouse used one a class instance is used. Via RAII (Resource Acquisition Is Initialization) restoring the locale to the saved one is always done. => Restoring the locale cannot be forgotten, because restoring the locale is automatically done on destruction of the helper class More... almost 12 years ago
Added additional Test for handling floating point values in String (Format, GetFloat, GetDouble) These tests checks if the String class uses internally the "C" locale for handling floating point value conversion to/from string More... almost 12 years ago