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
Updated from "SQLite 3.5.6" to "SQLite 3.7.13" More... over 11 years ago
PLDatabaseSQLite: Updated VisualStudio project file, see commit " SHA-1: 725a73e3528c51c83d49312b802b4a9aa0f64639 More... over 11 years ago
Fixed a good compiler warning More... over 11 years ago
Merge branch 'master' of ssh://pixellight.git.sourceforge.net/gitroot/pixellight/pixellight More... over 11 years ago
Review of " Revision: 6d291f614dc1f37c58a10e9d453ff4f836c1090f Author: Stephan Wezel Date: 18.08.2012 23:05:03 Message: Fixed frontend lifecycle handling in PLFrontendOS (OnStop wasn't called when the application was closed via Frontend::IsRunning = false) " There was indeed a bug, inside the Linux implementation part. See diary for details. More... over 11 years ago
Merge branch 'master' of ssh://pixellight.git.sourceforge.net/gitroot/pixellight/pixellight More... over 11 years ago
Added Linux 64Bit external package for sqlite (also updated to version 3.7.13) Added FindSqlite cmake module file Fixed building PLDatabaseSQLite when unsing systemlibs More... over 11 years ago
"PixelLightBuild"-document: For no page break within an itemize we can use the "samepage"-environment More... over 11 years ago
When using CMAKETOOLS_USE_SYSTEM_LIBS and CMAKETOOLS_TARGET_ARCHBITSIZE="x86" (32Bit) on an 64Bit Host prepend additional 32Bit lib locations to the search paths used by the FIND_XXX macros. Otherwise the 64Bit libs are found and used instead of the 32Bit ones More... over 11 years ago
fixed build of PLRendererOpenGLCg when using CMAKETOOLS_USE_SYSTEM_LIBS More... over 11 years ago
Updated url to the cg-download page More... over 11 years ago
Minor code style change within "FindPixelLight.cmake": Fixed the formating More... over 11 years ago
"PixelLightBuild"-document: Removed "\clearpage"-usage, best to avoid telling LaTex how to do the job when it can be avoided, LaTex is pretty good in layout topics and there are some people saying "LaTex is always right" More... over 11 years ago
"PixelLightBuild"-document: First review of the changes in the Linux section: Formating and spelling (I'am no English expert either :) Next I have to think about "PixelLight 1.0.0" cases within the document which is only meant for the version it's shipped with. More... over 11 years ago
Best not to use abbreviations in comments which should be human readable ("var" -> "variable", "vars" -> "variables", "env" -> "environment")... I remember the "Why is there rot in a scene node?"-question from a German citizen years ago. In German "rot" means "red", meaning the color. Before this incident we used rot as abbreviation for rotation", after it no longer in order to avoid such questions in the first place. Also found some inconsistencies in how names are written, another topic which usually creates questions. More... over 11 years ago
Best not to have uncommented code spooking around without commenting why it's commented out (e.g. because it's just an example or hint) More... over 11 years ago
Minor cleanup: External headers first, good practice and might avoid issues on a certain platform (+ see coding style conventions :) More... over 11 years ago
Checksum issues (e.g. http://dev.pixellight.org/forum/viewtopic.php?f=6&t=531 ): Maybe more information within errors help at least a little bit More... over 11 years ago
Hopefully we get the PixelLight 1.0.0-R1 release managed on August 23, 2012 More... over 11 years ago
Updated from "Cg Toolkit 3.1 - February 2012" to "Cg Toolkit 3.1 - April 2012" More... over 11 years ago
Made the Cg external package "public" and enabled Cg support by default, see diary for details More... over 11 years ago
Fixed several code style inconsistencies across the CMake files in order to avoid confusion (files from external sources are not changed) More... over 11 years ago
Merge branch 'master' of ssh://pixellight.git.sourceforge.net/gitroot/pixellight/pixellight More... over 11 years ago
updated docu to the changes of the shell helper script More... over 11 years ago
When adding "CMAKETOOLS_SDK", I forgot the third case: The original default setting More... over 11 years ago
Updated helper shellscript generation to support copying the SDK to any destination. This works as long as the directory structure under <install_prefix>/share/pixellight is preserved More... over 11 years ago
Reviewed Commit 7228460cdd92877c1cf665ab1f8f589155797649: Disable windows only projects under non windows build target when CMAKETOOLS_SDK is set Added a warning when PL_PLUGIN_ENGINE_POSTPROCESS is set but not PL_PLUGIN_RENDERER_OPENGLCG (-> Some postprocess effect doesn't work without Cg support) More... over 11 years ago
It seems that with gcc-4.4.6 the Problem (with gcc-4.4.x releases) that some RTTI elements gets not properly exported is gone More... over 11 years ago
"PixelLight.cmake": Added "CMAKETOOLS_SDK"-trigger which is similar to the "CMAKETOOLS_MINIMAL"-trigger More... over 11 years ago
Merge branch 'master' of ssh://pixellight.git.sourceforge.net/gitroot/pixellight/pixellight More... over 11 years ago