0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jan 07, 2024 — Jan 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Generalised the Boost.Threads support to more easily support all of Boost in the future, if that should happen. I also copied updates for Linux to apply to BSD. More... over 20 years ago
Some errors resulting from passing some toxic::Contexts as constant were fixed by making the parameters mutable. More... over 20 years ago
Updated the build scripts to support Boost.Threads. More... over 20 years ago
Added much better SCons build scripts. Works on Linux and FreeBSD, should also work on most other *nixs. Win32 needs work. More... over 20 years ago
Completed the first working implementation of multithreaded rendering. More... over 20 years ago
Initial commit. More... over 20 years ago
Added renderingthread.* and renderingthreadpool.* files to the project. More... over 20 years ago
Closed an entry. More... over 20 years ago
Added some initial build scripts for use with SCons. More... almost 21 years ago
Made `throw()' specifications match .h file, and added a `typename' keyword to two iterator declarations. More... almost 21 years ago
Made `throw()' specifications match between the .h and the .inl. More... almost 21 years ago
Moved some template specialisations from the class body to `toxic' namespace scope. More... almost 21 years ago
Added a properly qualified name for IGeometryBuilder and IMaterialBuilder. More... almost 21 years ago
mesh.cpp and octree.cpp both had statements that created a temporary in a function call and passing it as a reference. GCC gives fatal errors because of this. It should not change much if they're declared as variables just before the function they're passed in to. More... almost 21 years ago
I/O exceptions are now correctly caught. More... almost 21 years ago
Removed my e-mail address (dictoon). More... almost 21 years ago
Rewrote the class BinaryStream. More... almost 21 years ago
Minor enhancement. More... almost 21 years ago
Set up 1 Mb buffers for photon maps I/O. More... almost 21 years ago
Cosmetics. More... almost 21 years ago
Added the ENABLE_MULTITHREADING symbol. More... almost 21 years ago
Started to implement multithreaded rendering. More... almost 21 years ago
Added a new entry. More... almost 21 years ago
Changed C runtime library to multithreaded DLL. More... almost 21 years ago
Changed C runtime library to multithreaded DLL. Added dependency to Boost.Threads library. More... almost 21 years ago
Fixed a comment. More... almost 21 years ago
Initial commit. More... almost 21 years ago
*** empty log message *** More... almost 21 years ago
Added TODO.txt file. More... almost 21 years ago
Implemented Whitted Adaptive Sampling. Fixed several bugs due to a confusion between geometric and shading normals. More... almost 21 years ago