5
I Use This!
Very Low Activity

Commits : Listings

Analyzed 22 days ago. based on code collected 23 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replaced get_origin_[xyz]() with get_translate() and added set_translate() helper More... over 10 years ago
Fixed bug in the Mat4 transpose function, and created SSE2 version for floats More... over 10 years ago
Fix and enable the SSE2 code for Mat4f translate_self More... over 10 years ago
Fix the SSE2 for the matrix scale_self More... over 10 years ago
Add Vec3 parameters for the matrix scale_self and translate_self functions More... over 10 years ago
Optimize clan::Mat4f::rotate() using euler angles by creating a clan::Mat3f::rotate() with the euler angle specialization More... over 10 years ago
Adjust the Input example to use the SlotContainer. Example now works again More... over 10 years ago
Merge branch 'master' of https://github.com/sphair/ClanLib More... over 10 years ago
Add quaternion tests for euler angles More... over 10 years ago
Merge branch 'master' of https://github.com/sphair/ClanLib
mbn
More... over 10 years ago
Speed optimization
mbn
More... over 10 years ago
Merge pull request #20 from punkkeks/master More... over 10 years ago
Examples: add -ldl to examples makefile More... over 10 years ago
fixed endofline spaces in big_int_impl More... over 10 years ago
fixed big_int_impl undefined reference error More... over 10 years ago
Merge pull request #19 from punkkeks/patch-1 More... over 10 years ago
Update big_int.cpp More... over 10 years ago
(Breaking change) Reverse the EulerOrder to be more intuitive and consistent. Fix get_euler() More... over 10 years ago
Removed the canvas modelview pull, pop, translate and scale functions. Renamed modelview to transform More... over 10 years ago
Minor example compile fix More... over 10 years ago
Create clan::make_unique, since std::make_unique is c++14 only. This should solve potential exception safety problems More... over 10 years ago
Use std::make_shared to allocate std::shared_ptr's More... over 10 years ago
Merge branch 'master' of https://github.com/sphair/ClanLib More... over 10 years ago
Move miniz to the clan namespace More... over 10 years ago
clang warning fixes, including 2 bug fixes More... over 10 years ago
Linux build fixes More... over 10 years ago
Remove excessive whitespace in the source code More... over 10 years ago
We no longer pretend that we support creating ClanLib as a DLL More... over 10 years ago
Remove the BREAKPOINT #define More... over 10 years ago
We do not support Borland C++ anymore More... over 10 years ago