Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-11 | Type renames: | Juan Linietsky | |
Matrix32 -> Transform2D Matrix3 -> Basis AABB -> Rect3 RawArray -> PoolByteArray IntArray -> PoolIntArray FloatArray -> PoolFloatArray Vector2Array -> PoolVector2Array Vector3Array -> PoolVector3Array ColorArray -> PoolColorArray | |||
2017-01-08 | Move tests again from core to main | RĂ©mi Verschelde | |
As advised by @reduz, as tests depend on other libs. |