| 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.
|
| |
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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()
|
| |\
| |
| | |
Able to change visibility when ancestor node is hidden
|
| | | |
|
| |/
|
|
|
|
|
|
| |
That year should bring the long-awaited OpenGL ES 3.0 compatible renderer
with state-of-the-art rendering techniques tuned to work as low as middle
end handheld devices - without compromising with the possibilities given
for higher end desktop games of course. Great times ahead for the Godot
community and the gamers that will play our games!
|
| |
|
|
| |
Allows to attach scripts by dragging them onto the target Node.
|
| |
|
|
|
| |
Can be turned on/off in editor settings + line color change available as
well
|
| | |
|
| | |
|
| |
|
|
|
| |
-Added a new "add" and "instance" buttons for scene tree
-Added a vformat() function to ease translation work
|
| |
|
|
|
|
| |
-Added context menu to Scene Tree Dock
-Removed Buttons
-Added a filter to search for nods more easily in the dock
|
| |
|
|
| |
Will eventually replace the buttons of that dock, so please test it!
|
| |
|
|
|
|
| |
-filesystem dock dnd support
-property list dnd support
-scene tree dnd support
|
| | |
|
| | |
|
| |
|
|
| |
BUT DONT TRUST ME IT MAY STILL BREAK, USE WITH CARE!!
|
| |
|
|
|
| |
-Ability to edit and keep changes of instanced scenes and sub-scenes
-Ability to inherit from other scenes
|
| |
|
|
|
|
|
|
|
|
|
| |
-ability to edit multiple scenes at the same time
-resource internal IDs are now persistent, this makes multiple scene
editing possible but maaaaay result in file corruption bugs (tested and
could not find anything but possibility exists because core code
changed, report immediately if you find this).
-properly save settings, layout, etc when edited
-script editing is independent from scene editing now
-show a yellow box when a script belongs to the scene
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
-=-=-=-=-=-=-=-=-=-=-=-=-=
-New Vehicle (Based on Bullet's RaycastVehicle) - Vehiclebody/VehicleWheel. Demo will come soon, old vehicle (CarBody) will go away soon too.
-A lot of fixes to the 3D physics engine
-Added KinematicBody with demo
-Fixed the space query API for 2D (demo will come soon). 3D is WIP.
-Fixed long-standing bug with body_enter/body_exit for Area and Area2D
-Performance variables now includes physics (active bodies, collision pairs and islands)
-Ability to see what's inside of instanced scenes!
-Fixed Blend Shapes (no bs+skeleton yet)
-Added an Android JavaClassWrapper singleton for using Android native classes directly from GDScript. This is very Alpha!
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
-fix some menus
-fixed bug in out transition curves
-detect and remove file:/// in collada
-remove multiscript for now
-remove dependencies on mouse in OS, moved to Input
-avoid fscache from screwing up (fix might make it slower, but it works)
-funcref was missing, it's there now
|
| |
|