aboutsummaryrefslogtreecommitdiff
path: root/scene/2d/collision_polygon_2d.cpp
Commit message (Collapse)AuthorAgeFilesLines
* It seems everyone misses the polygon decomposer output, fixes #3069Juan Linietsky2016-01-101-1/+1
|
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* -Improved convex decomposer for CollisionPolygon2D, fixes #2336Juan Linietsky2015-12-311-3/+49
|
* Add missing argument names in GDScript bindingsRémi Verschelde2015-12-281-2/+2
| | | | | All classes were reviewed apart from VisualServer for which no argument name is documented at all. While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place).
* -collision debug is shown above all else, fixes #2985Juan Linietsky2015-12-121-0/+6
|
* Ability to visually debug geometry visually:Juan Linietsky2015-09-201-18/+82
|\ | | | | | | | | | | | | -Visible 2D and 3D Shapes, Polygons, Tile collisions, etc. -Visible Navmesh and Navpoly -Visible collision contacts for 2D and 3D as a red point -Customizable colors in project settings
| * Ability to keep collisionshapes and collisionpolygons when running the game.reduz2015-09-151-15/+69
|/ | | | | | | | | | Works for 2D and 3D These are still just helpers in case you want to animate them or access them directly. Modifying the real shapes is still done via CollisionObject and CollisionObject2D APIs But an API was added so you can query which shapes from CollisionObject correspond to which CollisionShape. Have Fun!
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* android fixes, please testJuan Linietsky2015-03-231-0/+12
| | | | (can' t build android atm)
* FixesJuan Linietsky2014-12-201-1/+21
| | | | | | | | -=-=-= -Added missing quaternion constructor -code completion fixes -winrt fixes
* SceneMainLoop -> SceneTreeJuan Linietsky2014-11-051-1/+1
| | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=- *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
* CollisionPolygon (3D)Juan Linietsky2014-09-161-1/+2
| | | | Workaround for round() on PC.
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+187