summaryrefslogtreecommitdiffstats
path: root/src/Vector3.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-17Fixed spaces around single-line comments.madmaxoft1-1/+1
There should be at least two spaces in front and one space after //-style comments.
2014-07-10Fixed a missing "inline" keyword.madmaxoft1-1/+1
2014-07-10Fixed Vector3.h compilation in MSVC2008.madmaxoft1-0/+9
2014-07-04Compile fixTiger Wang1-1/+1
2014-07-04SuggestionsTiger Wang1-5/+5
2014-07-01Vector clamping fixesTiger Wang1-17/+16
Thank you, @madmaxoft.
2014-06-30Implemented Vector3<>::Floor()Tiger Wang1-8/+16
2014-06-29SuggestionsTiger Wang1-0/+14
2014-05-06Suggestions'd #2Tiger Wang1-0/+5
2014-05-04Removed convert-assign operator.madmaxoft1-8/+0
We want all conversions to be explicit, not hidden.
2014-05-03Removed the controversial Vector3::operator <.madmaxoft1-6/+0
It hasn't been used in any C++ code and Lua doesn't need it.
2014-05-03Fixed float comparison warnings in Vector3.madmaxoft1-5/+23
There's a bitwise comparison (Equals), and there's Eps-based comparison (EqualsEps).
2014-05-03Implemented a true assignment operator for Vector3.madmaxoft1-1/+9
2014-05-03cCHunkBuffer that compiles with TestGlobals.hTycho1-0/+2
2014-05-02Attempted fix for CLang warnings in Vector3.h.madmaxoft1-1/+9
C++11 seems to have deprecated classes that have custom copy-constructor but not a custom assignment operator.
2014-04-15Rewrote redstone powering to use power levelsTiger Wang1-0/+5
2014-03-25Added Vector3::Move(const Vector3 &).madmaxoft1-0/+7
2014-03-12Vector3: More castsandrew1-9/+9
2014-03-12M_PI MSVC Fixandrew1-1/+1
2014-03-12Vector3: Length() should always return a floatandrew1-9/+9
2014-03-11Matrix4: Removed enumandrew1-0/+6
2014-03-11Unified Matrix4 codeandrew1-1/+1
2014-03-11LineCoeff Docandrew1-4/+20
2014-03-11Unified Vector classesandrew1-0/+264