0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 2 days ago.
Jun 15, 2025 — Jun 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix brace position typo More... about 8 years ago
Inherit links are not stored as shared_ptr now, fixed python bindings for those and link to use pointers More... about 8 years ago
Removed shared_ptr usage from Relation's Link usage #23 More... about 8 years ago
light population made more immediate, some warnings removed, cleanups More... about 8 years ago
cleanup and fixes of asserts. Stylistic cleanups More... about 8 years ago
explaining why we use packed normals exclusively More... about 8 years ago
Simplified the normal handling in LGMD More... about 8 years ago
fixes flat shading on AI models. UV array also contains packed normals for verticies. #11 More... about 8 years ago
#11 fixed LGMM normal handling More... about 8 years ago
fix for out of bounds index on no-materials BIN files More... about 8 years ago
typo More... about 8 years ago
cleanup in the bin file loader More... about 8 years ago
formatting More... about 8 years ago
adding markdown version of the readme that is a bit more up-to date More... about 8 years ago
various small fixes/tweaks More... about 8 years ago
Fixed the lightmap placement code - the bsp allocator was all wrong. More... about 8 years ago
refactoring allocations in the lightmap atlas code More... about 8 years ago
removing all 'typedef struct' constructs More... about 8 years ago
* Transitioning to std::function for input service callbacks. * Made input variables persistent - can be held via pointer/ref instead of getting them from map every time. More... about 8 years ago
Removed second parameter for OPDE_EXCEPT - replaced with __FUNCTION__ More... about 8 years ago
cleaning up some of the hand held allocations, and some formatting More... about 8 years ago
Handling of input fixed (hacked) to allow both opdeMain and opdeScript to work. More... about 8 years ago
small tweaks to loop service - log loop requests, expose termination request More... about 8 years ago
Fix for shutdown when using python scripts - these atlases objects depend on objects in draw service, and have to be destroyed first More... about 8 years ago
Opde logger already handles Ogre logs, no need to re-listen here More... about 8 years ago
Handle exceptions in startup better - some objects may still be uninitialized in shutdown More... about 8 years ago
reviving the tools. Moving them to src/main More... about 8 years ago
unique_ptr for render properties More... about 8 years ago
getting rid of some hand made allocations, removing some small useless methods, fixed a few warnings, adding missing files More... about 8 years ago
moving polygons into vector of vectors More... about 8 years ago