Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-05-06 | Suggestions'd #2 | Tiger Wang | 1 | -0/+5 | |
2014-05-04 | Removed convert-assign operator. | madmaxoft | 1 | -8/+0 | |
We want all conversions to be explicit, not hidden. | |||||
2014-05-03 | Removed the controversial Vector3::operator <. | madmaxoft | 1 | -6/+0 | |
It hasn't been used in any C++ code and Lua doesn't need it. | |||||
2014-05-03 | Fixed float comparison warnings in Vector3. | madmaxoft | 1 | -5/+23 | |
There's a bitwise comparison (Equals), and there's Eps-based comparison (EqualsEps). | |||||
2014-05-03 | Implemented a true assignment operator for Vector3. | madmaxoft | 1 | -1/+9 | |
2014-05-02 | Attempted fix for CLang warnings in Vector3.h. | madmaxoft | 1 | -1/+9 | |
C++11 seems to have deprecated classes that have custom copy-constructor but not a custom assignment operator. | |||||
2014-04-15 | Rewrote redstone powering to use power levels | Tiger Wang | 1 | -0/+5 | |
2014-03-25 | Added Vector3::Move(const Vector3 &). | madmaxoft | 1 | -0/+7 | |
2014-03-12 | Vector3: More casts | andrew | 1 | -9/+9 | |
2014-03-12 | M_PI MSVC Fix | andrew | 1 | -1/+1 | |
2014-03-12 | Vector3: Length() should always return a float | andrew | 1 | -9/+9 | |
2014-03-11 | Matrix4: Removed enum | andrew | 1 | -0/+6 | |
2014-03-11 | Unified Matrix4 code | andrew | 1 | -1/+1 | |
2014-03-11 | LineCoeff Doc | andrew | 1 | -4/+20 | |
2014-03-11 | Unified Vector classes | andrew | 1 | -0/+264 | |