summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Expand)Author
2016-05-01math: Fix rounding error for 0 in Math::round (#4495)Rémi Verschelde
2016-05-01Add math/script expression evaluation in editor (#3620)Franco Eusébio Garcia
2016-04-29Merge pull request #4482 from Geequlim/masterRémi Verschelde
2016-04-29Add more documentations and fix AcceptDialog::add_cancelGeequlim
2016-04-29Merge pull request #4387 from JoshuaGrams/rigidbody2d-torqueRémi Verschelde
2016-04-28move Font to BitmapFontJuan Linietsky
2016-04-28Merge pull request #4462 from Paulb23/scroll_linesRémi Verschelde
2016-04-28Merge pull request #4451 from JoshuaGrams/anim-tree-filterRémi Verschelde
2016-04-28Classref: Document Button and ButtonArrayRémi Verschelde
2016-04-27Added scroll lines, issue 4243Paulb23
2016-04-26RigidBody2D (add_force, set_inertia): new methods.Josh Grams
2016-04-26AnimationTree: add filters to Animation nodes.Josh Grams
2016-04-24AnimationTree: set value track property per frame, not per track.Josh Grams
2016-04-24RigidBody2D: rename apply_impulse(pos) to offset.Josh Grams
2016-04-23Fix continious update with Camera2DBojidar Marinov
2016-04-21Adds a remove class item option in the theme editor.Aren Villanueva
2016-04-20RigidBody2D: add and bind get_inertia() method.Josh Grams
2016-04-20RigidBody2D: add and bind get/set_applied_torque.Josh Grams
2016-04-20Merge pull request #4302 from Anarchid/gridmap-navmeshRémi Verschelde
2016-04-20Implement GridMap support for navigation meshesAnarchid
2016-04-19Merge pull request #4365 from bojidar-bg/surfacetool-add-quadRémi Verschelde
2016-04-19Merge pull request #4380 from bojidar-bg/camera2d-fix-zoomRémi Verschelde
2016-04-19Fix Camera2D ignoring zoom when checking limitsBojidar Marinov
2016-04-19Add preview of the Camera2D's screen boundariesBojidar Marinov
2016-04-18Add a add_triangle_fan method to SurfaceToolBojidar Marinov
2016-04-18tiny fix to loop restart (#4358)Alex
2016-04-18Merge pull request #4319 from kubecz3k/played_signalRémi Verschelde
2016-04-18Merge pull request #4299 from neikeq/pr-issue-4297Rémi Verschelde
2016-04-15BoneAttachments now position themselves instantly during bind.Saracen
2016-04-15Fixed curve baking, now always start at origin pointHearto Lazor
2016-04-14animation_started signal to AnimationPlayerJakub Grzesik
2016-04-14Merge pull request #4308 from JoshuaGrams/atp-resourcesRémi Verschelde
2016-04-12Keep editable instances data when replacing tree root nodeIgnacio Etcheverry
2016-04-12AnimationTreePlayer: fix discrete value tracks.Josh Grams
2016-04-12Merge pull request #4286 from JoshuaGrams/atp-resourcesRémi Verschelde
2016-04-12Merge pull request #4273 from bojidar-bg/add-layers-and-masks-to-3dRémi Verschelde
2016-04-12Merge pull request #4284 from JoshuaGrams/atp-process-modeRémi Verschelde
2016-04-11AnimationTreePlayer: allow animating resource properties.Josh Grams
2016-04-11AnimationTreePlayer: constructor now sets processing mode.Josh Grams
2016-04-11Merge pull request #4155 from JoshuaGrams/anim_tree_switchedRémi Verschelde
2016-04-09Port collision and layer masks to 3D, fixes #1759Bojidar Marinov
2016-04-08Setting to change line number colorPaulb23
2016-04-07Merge pull request #4259 from neikeq/pr-issue-4224Rémi Verschelde
2016-04-07Merge pull request #4257 from sanikoyes/Pr-gui-fix-warnRémi Verschelde
2016-04-07Merge pull request #4256 from sanikoyes/Pr-fix-tween-crashRémi Verschelde
2016-04-07Fix RayCast not updating when debugging collissionsIgnacio Etcheverry
2016-04-07Doc: fix type of stream objectRémi Verschelde
2016-04-07Fix warn print when hide an control does not inside_treesanikoyes
2016-04-07Fix crash when tween control object previous freedsanikoyes
2016-04-06AnimationTreePlayer (transition_node_set_current): fix by removing copy-paste...Josh Grams