Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-16 | Overloaded basic math funcs (double and float variants). Use real_t rather ↵ | Ferenc Arn | |
than float or double in generic functions (core/math) whenever possible. Also inlined some more math functions. | |||
2017-01-16 | Working on compile issues for iOS | BastiaanOlij | |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde | |
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-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-10 | Few small fixes so tools=no and target=release compiles | BastiaanOlij | |
2017-01-07 | Memory pool vectors (DVector) have been enormously simplified in code, and ↵ | Juan Linietsky | |
renamed to PoolVector | |||
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵ | Juan Linietsky | |
Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS() | |||
2016-12-31 | Some fixes and clean ups | Juan Linietsky | |
2016-12-30 | begin work on new particle system | reduz | |
2016-12-23 | baking now shows a proper button, and bakes can be saved. | Juan Linietsky | |
2016-12-22 | can bake for omni and spotlight | Juan Linietsky | |
store normal when baking | |||
2016-12-20 | work in progress global illumination | Juan Linietsky | |