1
0
Fork 0
Commit Graph

68 Commits

Author SHA1 Message Date
Tycho d478e3cfb1 Merge branch 'master' into chunksparsing/structs
Conflicts:
	src/Chunk.h
2014-05-10 05:05:44 -07:00
Tiger Wang 696a7bc52e Merge branch 'master' into fixes
Conflicts:
	src/Vector3.h
2014-05-06 20:15:19 +01:00
Tiger Wang cca8376a01 Suggestions'd #2 2014-05-06 19:38:01 +01:00
madmaxoft 136aeb1f64 Removed convert-assign operator.
We want all conversions to be explicit, not hidden.
2014-05-04 13:29:32 +02:00
madmaxoft b4496278a5 Removed the controversial Vector3::operator <.
It hasn't been used in any C++ code and Lua doesn't need it.
2014-05-03 20:17:47 +02:00
madmaxoft d4ae00434c Fixed float comparison warnings in Vector3.
There's a bitwise comparison (Equals), and there's Eps-based comparison (EqualsEps).
2014-05-03 19:57:34 +02:00
madmaxoft ee79bd10c2 Implemented a true assignment operator for Vector3. 2014-05-03 19:34:46 +02:00
Tycho 616ddf5ca5 cCHunkBuffer that compiles with TestGlobals.h 2014-05-03 06:02:51 -07:00
madmaxoft cbf4a17e05 Attempted fix for CLang warnings in Vector3.h.
C++11 seems to have deprecated classes that have custom copy-constructor but not a custom assignment operator.
2014-05-02 23:50:22 +02:00
Tiger Wang 82b3d543e7 Rewrote redstone powering to use power levels 2014-04-15 13:15:56 +01:00
madmaxoft 0984cf9deb Added Vector3::Move(const Vector3 &). 2014-03-25 21:59:41 +01:00
andrew 4a883be428 Vector3: More casts 2014-03-12 16:30:57 +02:00
andrew 6f2bb0ad44 M_PI MSVC Fix 2014-03-12 16:13:03 +02:00
andrew a3a94436dc Vector3: Length() should always return a float 2014-03-12 15:13:19 +02:00
andrew abf4effaaf Matrix4: Removed enum 2014-03-11 21:58:50 +02:00
andrew 9810d57a39 Unified Matrix4 code 2014-03-11 18:33:31 +02:00
andrew d64db443c2 LineCoeff Doc 2014-03-11 18:10:15 +02:00
andrew b4bf13aa4f Unified Vector classes 2014-03-11 16:02:25 +02:00