0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated/moved some material definitions (preparing for the changes in the next revision r279). More... about 13 years ago
Fixed case of model file name. More... about 13 years ago
Scripting reference documentation: Augmented main page / overview text. More... about 13 years ago
Scripting documentation: Added documentation for the Console and ci common scripting libraries. More... about 13 years ago
Cafu model support: Moved the allocation of the render materials from the loaders into the CafuModelT ctor. More... about 13 years ago
Cafu model support, LoaderFbxT: Added proper computation of the bounding-boxes for each frame of each animation. More... over 13 years ago
Fixed Linux/GCC build issues, but also see http://area.autodesk.com/forum/autodesk-fbx/fbx-sdk/fbx-sdk-201131-on-64-bit-linux-valgrind-results/ More... over 13 years ago
Cafu model support, class LoaderFbxT: - Added user callback interface for opening password-protected files. - Added access to main class from PIMPL class LoaderFbxT::FbxSceneT. More... over 13 years ago
- Cafu model support, class LoaderFbxT: Added proper uv texture-coordinates loading. - Removed stale file Libs/Doxyfile (see directory Doxygen/ for current one). More... over 13 years ago
Cafu model support: More refactoring of LoaderFbxT code. More... over 13 years ago
Cafu model support: Revised the LoaderFbxT code. More... over 13 years ago
Cafu model support: Added mesh (skin) loading to the FBX loader (class LoaderFbxT). More... over 13 years ago
Added Doxygen documentation for scripting class GuiT. More... over 13 years ago
Improved the API documentation: - Fixed several Doxygen warnings. - Added docs for "event handler callbacks" in Doxygen/scripting/GuiWindows.hpp More... over 13 years ago
Fixed Linux/GCC compilation issue. More... over 13 years ago
Improved the scripting reference documentation (converted WindowT documentation from the Wiki to Doxygen). More... over 13 years ago
Cafu models: Added support for scaling model joints / hierarchy nodes. (As a side effect, this allows us to properly load the skeletons of FBX model files.) More... over 13 years ago
Fixed the FBX loader to properly construct the model skeleton / node hierarchy. More... over 13 years ago
Another set of improvements to the Doxygen C++ and scripting documentation. :-) More... over 13 years ago
Further improved the Doxygen C++ and scripting documentation. More... over 13 years ago
Updated the scripting documentation (found online at http://api.cafu.de/scripting). More... over 13 years ago
Scripting documentation: - Continued the work begun in the previous revision (r254), fixed and improved the code. - Used this code to create initial hpp files in Doxygen/scripting/ for future customization. - Added related Doxyfile configuration file and mainpage.hpp. More... over 13 years ago
= Motivation = We need (reference) documentation for our (Lua-) scripting APIs. More... over 13 years ago
Games/DeathMatch: - Added support for controlling the animation sequences of EntStaticDetailModelT entities per map script. - Also added a tiny example map script that demonstrates the basics of the above in map Kidney. More... over 13 years ago
Games/DeathMatch: First steps towards scripting support for EntStaticDetailModelT entities. More... over 13 years ago
Customized header and footer for Doxygen HTML pages. More... over 13 years ago
Doxygen: - Prepared for customizing the look and feel of the HTML output by adding the `header.html`, `footer.html` and `doxygen.css` files in their default, unmodified form, as obtained from running `doxygen -w html header.html footer.html doxygen.css`. - Updated the Doxyfile for in-place output in `Doxygen/out`. More... over 13 years ago
Added a Doxygen configuration file. More... over 13 years ago
Cafu model support: Added loading of animations to class LoaderFbxT. More... over 13 years ago
Cafu model support: Prepared loading of FBX animations. More... over 13 years ago