| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
The other subfolders of tools/ had already been moved to either
editor/, misc/ or thirdparty/, so the hiding the editor code that
deep was no longer meaningful.
|
| |
|
|
|
|
|
|
|
| |
Made sure files in core/ and tools/ have a proper Godot license header
when written by us. Also renamed aabb.{cpp,h} and object_type_db.{cpp,h}
to rect3.{cpp,h} and class_db.{cpp,h} respectively.
Also added a proper header to core/io/base64.{c,h} after clarifying
the licensing with the original author (public domain).
|
| |
|
|
| |
container!
|
| |
|
|
| |
item_pressed, closes #3188
|
| |
|
|
|
|
| |
-Modified help to display properties
GDScript can still not make use of them, though.
|
| |
|
|
|
|
|
|
| |
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()
|
| | |
|
| |
|
|
|
|
|
| |
and fixed russian localization based on user feedback.
Added strings already contained in the current version of the
localization.
|
|
|
-Also fixed draw_texture_rect() tile parameter
|