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 |
|