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 |
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
|
da477b76a9
|
some class renames
TextureFrame -> TextureRect
Patch9Frame -> NinePatchRect
ColorFrame -> ColorRect
|
2017-01-12 18:28:12 -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
|
95eb7466df
|
-Added a ColorFrame control, kind of like Texture but for color.
-Added dropping nodes to text editor for them to become a path
-Fixed issues with font not properly being set in code editor
|
2016-09-11 11:28:01 -03:00 |