aboutsummaryrefslogtreecommitdiff
path: root/scene/2d/collision_object_2d.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2698 from Faless/add_area_fixJuan Linietsky2016-01-231-2/+2
|\ | | | | Fix bug in Body(2D)SW::add_area
| * Properly update node after clearing shapes in _update_shapes_from_children()Fabio Alessandrelli2015-12-021-2/+2
| | | | | | | | (fix bug causing eg. CircleShape2D.set_radius to generate multiple shapes)
* | Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|/
* Several performance improvements, mainly in loading and instancing scenes ↵Juan Linietsky2015-06-291-22/+36
| | | | | | | | and resources. A general speedup should be apparent, with even more peformance increase when compiling optimized. WARNING: Tested and it seems to work, but if something breaks, please report.
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* input events on Area2D is now supportedJuan Linietsky2015-03-221-0/+71
| | | | also added a demo showing how this works
* SceneMainLoop -> SceneTreeJuan Linietsky2014-11-051-2/+2
| | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=- *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
* Bug FixesJuan Linietsky2014-11-021-4/+4
| | | | | | | | | | | | | | | | -=-=-=-=- -Fixed problem with scaling shapes (#827), related to not taking scale in consideration for calculating the moment of inertia -Added support for multiline strings (or comments) using """ -Save subscene bug, properties not being saved in root node (#806) -Fix Crash in CollisionPolygon2DEditor (#814) -Restored Ability to compile without 3D (#795) -Fix InterpolatedCamera (#803) -Fix UV Import for OBJ Meshes (#771) -Fixed issue with modifier gizmos (#794) -Fixed CapsuleShape gizmo handle (#50) -Fixed Import Button (not properly working in 3D) (#733) -Many misc fixes (though no new features)
* Little BitsJuan Linietsky2014-08-141-0/+4
| | | | | | | | -=-=-=-=-=- -Fixed small bugs all around -Added ability to show/hide entire sections of the spatial (3D) tree -WIP new vehicle (not ready yet) based on Bullet
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+282