0
I Use This!
Activity Not Available

Commits : Listings

Analyzed almost 2 years ago. based on code collected over 2 years ago.
Sep 15, 2022 — Sep 15, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
VRML-Reader: update projects, improve generation of vertex normals, fix compiler warnings. More... over 7 years ago
Add clang nullability markup to pointers in public functions and structures, and fix resulting warnings. More... over 7 years ago
Fix some errors when compiling for release. More... over 7 years ago
Fix structure of -[Quesa3DView initwithFrame:] in Cocoa Example. More... over 7 years ago
Update Cocoa Example for Xcode 10. More... over 7 years ago
Changed modern Quesa project to 64-bit only. More... over 7 years ago
Delete shadow VBOs with the wrong local light position. This simplifies the data structure, as we only need to store one shadow VBO for a given pair of geometry and light. More... almost 8 years ago
Add some warnings to Xcode configs. More... almost 8 years ago
Compile a C++11, and replace NULL by nullptr. More... almost 8 years ago
Windows projects updated to Visual Studio 2017 and for new source file names. More... almost 8 years ago
Rename sources so they can be compiled according to extension. More... almost 8 years ago
Use zeroing weak references in texture cache. More... over 9 years ago
Fix autorelease bug in Quesa for Cocoa. More... over 9 years ago
Implemented face tolerance when picking 2D geometry with window point or world ray picks. More... over 9 years ago
New API Q3Memory_GetObjectCount. More... over 9 years ago
Implement zeroing weak references, and use them for cleaner caching of VBOs. More... over 9 years ago
Make a Mac system version check more compatible. More... over 9 years ago
Transparent rendering: Fixed a bug in emissive color handing of transparent geometry, minor optimizations. More... almost 10 years ago
Fragment shader: Fix incompatibility between fog and translucency with premultiplied alpha. More... about 10 years ago
Fix e3memGetSize to account for being able to feed NULL to realloc. More... over 10 years ago
Strip out Q3_MEMORY_DEBUG code that broke alignment rules, leaving the statistics functionality. More... over 10 years ago
More... over 10 years ago
On Mac, make E3Assert call abort. More... over 10 years ago
VRML-Reader: improve calculation of vertex normals of an IndexedFaceSet. More... almost 11 years ago
QuesaMathOperators.hpp: add convenience operators for scalar * point, point + point. More... almost 11 years ago
VRML-Reader project configured to build i386/x86_64, not i386/ppc. More... almost 11 years ago
Update Windows-specific classes for change in class registration from April 21. More... almost 11 years ago
Fix bug writing swapped file formats in e3ffw_3DMF_filter_in_toc. More... almost 11 years ago
Fix access to instance data that was incorrect in 64-bit binaries. More... almost 11 years ago
Fix minor compile warnings. More... almost 11 years ago