2
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected 2 days ago.
Jan 26, 2025 — Jan 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Enable helix and convex More... over 21 years ago
Use size_t for all of the size parameters; Add a missing pointer incriment (corrects infinate loop). More... over 21 years ago
Prepare the py_display_kernel object for consumption in Python. More... over 21 years ago
Remove cruft More... over 21 years ago
Update this file More... over 21 years ago
Add files from the 'visual' module that are known to work with the current code. More... over 21 years ago
Commit work to date for mouse handling. More... over 21 years ago
Fix the implementation of atomic_queue::clear(). More... over 21 years ago
Incorporate a backport from cvisual/vector.hpp. More... over 21 years ago
Replace the autoscaler with a non-uniform version; Make the fps display user-controllable. More... over 21 years ago
Initial import from the 'cvisual' cvs module. More... over 21 years ago
Use older names for these weights for compatability with OSX. More... over 21 years ago
Raise the warning level even higher, adding "-std=c++98 -pedantic". Remove files not expected to be in the release from the build. More... over 21 years ago
Fix extent calcs; Use the degenerate() policy throughout; More... over 21 years ago
Factor out the condition for degeneracy and use it appropriately. More... over 21 years ago
Remove extraneous test. More... over 21 years ago
Fix a think-o that made 30 appear equal to -30. More... over 21 years ago
Fix the name of the import function. More... over 21 years ago
Fix clipping plane calcs. Fix the panning rate calcs. Tweak formatting. Factor out the half-field-of-view calcs. More... over 21 years ago
Fix typeo that lead to a grossly inappropriate bounding box. More... over 21 years ago
Add comments. Add some useful functions for getting higher-level information from the exent. More... over 21 years ago
Add an important member function. More... over 21 years ago
Remove or work around constructs discovered with -std=c++98 and -pedantic in GCC. More... over 21 years ago
Add -std=c++98 -pedantic to the warning flags. More... over 21 years ago
Expose the convex object to Python. More... over 21 years ago
Force SCons to not add a 'lib' prefix to site-packages/cvisual.so. Expose faces to Python. Add comments. More... over 21 years ago
Expose faces to Python. Make formatting changes in primitives.py. Figured out how to force SCons to not add the 'lib' prefix to site-packages/cvisual.so. More... over 21 years ago
Rename frame::{add,remove}_child() to {add,remove}_renderable(); Expose frame.{add,remove}_renderable() to Python. More... over 21 years ago
Add the faces object. More... over 21 years ago
Add prerequisite bitmaps for the Win32 backend. More... over 21 years ago