Rémi Verschelde
|
f44ee891be
|
Style: Fix statements ending with ';;'
|
2017-01-16 08:49:52 +01:00 |
|
Juan Linietsky
|
b400c69cd4
|
Oops! Audio engine has vanished :D
|
2017-01-15 16:07:51 -03:00 |
|
Juan Linietsky
|
52e2a1e98d
|
fixed to 2D physics, makes it work again
|
2017-01-15 09:50:27 -03:00 |
|
Rémi Verschelde
|
93ab45b6b5
|
Style: Fix whole-line commented code
They do not play well with clang-format which aligns the `//` part
with the rest of the code block, thus producing badly indented commented code.
|
2017-01-14 14:52:23 +01:00 |
|
Rémi Verschelde
|
7b9f2d9929
|
Finish renaming *Frame GUI classes to *Rect
ReferenceFrame had been overlooked, and the cpp files still used the old
names. Also ripgrep'ed it all to find some forgotten references.
|
2017-01-14 10:52:54 +01:00 |
|
Juan Linietsky
|
d9d77291bc
|
rename String.extension() -> String.get_extension() / String.basename() -> String.get_basename()
|
2017-01-14 00:51:09 -03:00 |
|
Juan Linietsky
|
bc26f90581
|
Type renames:
Matrix32 -> Transform2D
Matrix3 -> Basis
AABB -> Rect3
RawArray -> PoolByteArray
IntArray -> PoolIntArray
FloatArray -> PoolFloatArray
Vector2Array -> PoolVector2Array
Vector3Array -> PoolVector3Array
ColorArray -> PoolColorArray
|
2017-01-11 00:52:51 -03:00 |
|
Rémi Verschelde
|
8b7a86ec7b
|
Move tests again from core to main
As advised by @reduz, as tests depend on other libs.
|
2017-01-08 21:33:37 +01:00 |
|