summaryrefslogtreecommitdiff
path: root/tools/editor/scene_tree_dock.cpp
AgeCommit message (Collapse)Author
2014-12-18Small clean-up..TheoXD
2014-12-18Restricted to same parent, seem to work better now.TheoXD
2014-12-18Selected node(s) can now be moved up and down in scene tree dock.TheoXD
2014-11-05SceneMainLoop -> SceneTreeJuan Linietsky
-=-=-=-=-=-=-=-=-=-=-=-=-=- *YOUR SOURCE MIGHT NOT WORK* For mor information on fix: https://github.com/okamstudio/godot/wiki/devel_scene_tree Other stuff: -Shower of bullets demo -Fixes all around
2014-09-21Fix #395: change node name does not refresh in the inspector until you ↵Ralf Hölzemer
reselect it - added missing _node_renamed function to SceneTreeDock
2014-09-21Fixed too many little issues, check the issues closed today.Juan Linietsky
2014-09-023D Physics and Other StuffJuan Linietsky
-=-=-=-=-=-=-=-=-=-=-=-=-= -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!
2014-07-02Forgot to add SceneTreeDock::set_selected change in last PRmarynate
2014-05-10Shift+Del to delete nodes without confirmationmarynate
2014-05-08Add lock and group icon to scene tree editormarynate
2014-04-10-Fixed a few bugs in ViewportJuan Linietsky
-Made a few demos using Viewport to show it's true power! -Fixed some start-up error messages.
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky