Juan Linietsky
|
da11d6d9e8
|
Many fixes to make exported scenes work better, still buggy.
|
2017-02-15 08:34:02 -03:00 |
|
Hein-Pieter van Braam
|
411ee71b4d
|
Rename the _MD macro to D_METHOD
This new name also makes its purpose a little clearer
This is a step towards fixing #56
|
2017-02-13 12:50:02 +01:00 |
|
Hein-Pieter van Braam
|
0f687f0ccb
|
Remove use of _SCS from ADD_METHOD
This saves typing and is a step towards fixing #56
|
2017-02-13 10:37:47 +01:00 |
|
Juan Linietsky
|
5cc63dee0f
|
ability to adjust propagation in gi probe
|
2017-02-06 05:12:15 -03:00 |
|
Juan Linietsky
|
6f2e16306a
|
Several bugfixes, improving the import workflow
|
2017-02-06 00:38:39 -03:00 |
|
Ferenc Arn
|
6f4f9aa6de
|
Overloaded basic math funcs (double and float variants). Use real_t rather than float or double in generic functions (core/math) whenever possible.
Also inlined some more math functions.
|
2017-01-16 13:36:33 -06:00 |
|
BastiaanOlij
|
3a02df7739
|
Working on compile issues for iOS
|
2017-01-16 23:14:13 +11: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 |
|
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 |
|
BastiaanOlij
|
bf990b0822
|
Few small fixes so tools=no and target=release compiles
|
2017-01-10 21:42:14 +11:00 |
|
Juan Linietsky
|
2ab83e1abb
|
Memory pool vectors (DVector) have been enormously simplified in code, and renamed to PoolVector
|
2017-01-07 18:26:38 -03:00 |
|
Juan Linietsky
|
118eed485e
|
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to 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()
|
2017-01-02 23:03:46 -03:00 |
|
Juan Linietsky
|
a62c99c4e4
|
Some fixes and clean ups
|
2016-12-31 10:53:29 -03:00 |
|
reduz
|
f4a56e7782
|
begin work on new particle system
|
2016-12-30 08:35:54 -03:00 |
|
Juan Linietsky
|
4e729f38e0
|
baking now shows a proper button, and bakes can be saved.
|
2016-12-23 00:37:38 -03:00 |
|
Juan Linietsky
|
f9603d8236
|
can bake for omni and spotlight
store normal when baking
|
2016-12-22 10:00:15 -03:00 |
|
Juan Linietsky
|
075fde7f26
|
work in progress global illumination
|
2016-12-20 00:21:07 -03:00 |
|