summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2016-04-24RigidBody2D: rename apply_impulse(pos) to offset.Josh Grams
2016-04-20RigidBody2D: add and bind get_inertia() method.Josh Grams
You can't set this value very well, since it's automatically computed from the mass and the collision shapes. But since the values are higher than many people might suspect, so being able to read it helps estimate the amount of torque you might need to apply.
2016-04-20RigidBody2D: add and bind get/set_applied_torque.Josh Grams
2016-04-20Merge pull request #4302 from Anarchid/gridmap-navmeshRémi Verschelde
Navmesh support for GridMaps
2016-04-20Implement GridMap support for navigation meshesAnarchid
2016-04-19Merge pull request #4365 from bojidar-bg/surfacetool-add-quadRémi Verschelde
Add an add_triangle_fan method to SurfaceTool
2016-04-19Merge pull request #4380 from bojidar-bg/camera2d-fix-zoomRémi Verschelde
Fix Camera2D ignoring zoom when checking limits
2016-04-19Fix Camera2D ignoring zoom when checking limitsBojidar Marinov
Closes #1912
2016-04-19Add preview of the Camera2D's screen boundariesBojidar Marinov
Closes #3365
2016-04-18Add a add_triangle_fan method to SurfaceToolBojidar Marinov
Closes #4298
2016-04-18tiny fix to loop restart (#4358)Alex
Closes #4355
2016-04-18Merge pull request #4319 from kubecz3k/played_signalRémi Verschelde
animation_started signal for AnimationPlayer
2016-04-18Merge pull request #4299 from neikeq/pr-issue-4297Rémi Verschelde
Keep editable instances data when replacing tree root node
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
AnimationTreePlayer: fix discrete value tracks.
2016-04-12Keep editable instances data when replacing tree root nodeIgnacio Etcheverry
2016-04-12AnimationTreePlayer: fix discrete value tracks.Josh Grams
Discrete value tracks don't update every frame (only when a new key is reached). So we can't use the actual property value as an accumulator: it will end up being zero most of the time.
2016-04-12Merge pull request #4286 from JoshuaGrams/atp-resourcesRémi Verschelde
AnimationTreePlayer: allow animating resource properties.
2016-04-12Merge pull request #4273 from bojidar-bg/add-layers-and-masks-to-3dRémi Verschelde
Port collision and layer masks to 3D
2016-04-12Merge pull request #4284 from JoshuaGrams/atp-process-modeRémi Verschelde
AnimationTreePlayer: constructor now sets processing mode.
2016-04-11AnimationTreePlayer: allow animating resource properties.Josh Grams
e.g. Particles2D config and param values.
2016-04-11AnimationTreePlayer: constructor now sets processing mode.Josh Grams
2016-04-11Merge pull request #4155 from JoshuaGrams/anim_tree_switchedRémi Verschelde
AnimationTreePlayer: Various processing improvements
2016-04-09Port collision and layer masks to 3D, fixes #1759Bojidar Marinov
Raycasts now have type_mask and layer_mask. Areas - collision_mask and layer_mask. PhysicsBodies needed only collision_mask.
2016-04-08Setting to change line number colorPaulb23
2016-04-07Merge pull request #4259 from neikeq/pr-issue-4224Rémi Verschelde
Fix RayCast not updating when debugging collissions
2016-04-07Merge pull request #4257 from sanikoyes/Pr-gui-fix-warnRémi Verschelde
Fix warn print when hide an control does not inside_tree
2016-04-07Merge pull request #4256 from sanikoyes/Pr-fix-tween-crashRémi Verschelde
Fix crash when tween control object previous freed
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 ↵Josh Grams
copy-paste duplication.
2016-04-06AnimationTreePlayer (set_active, reset, constructor): seek all animations to ↵Josh Grams
start.
2016-04-06AnimationTreePlayer (_process_node): more robust oneshot termination condition.Josh Grams
2016-04-06Merge pull request #4251 from Paulb23/block_indent_issue_3803Rémi Verschelde
Fixed block indent inconsistency, issue #3803
2016-04-06Fixed block indent inconsistency, fixes issue 3803Paulb23
2016-04-06Merge pull request #4248 from bojidar-bg/fix-launchmedia-for-bonesRémi Verschelde
Fix Ctrl+LaunchMedia showing up as a shortcut for "Make Bones"
2016-04-06Merge pull request #4238 from Paulb23/caret_colorRémi Verschelde
Ability to change the caret color
2016-04-06Merge pull request #4234 from Paulb23/member_variable_syntax_highlightingRémi Verschelde
Member variable syntax highlighting
2016-04-06Add a `sleeping_state_changed` signal to RigidBody and RigidBody2D classesBojidar Marinov
Closes #3911
2016-04-06Fix PopupMenu and MenuButton not activating items with shortcut inside submenusBojidar Marinov
2016-04-06Fixed text edit undo and redo operation interactionPaul Batty
2016-04-05Ability to change the caret colorPaulb23
2016-04-05Member variable syntax highlightingPaulb23
2016-04-05Fixed 'complex' typo in method namePaulb23
2016-04-05Fixed undoing twice when removing selectionPaulb23
2016-04-04Merge pull request #4191 from leezh/progressbar_minsizeRémi Verschelde
Progress bar minsize now checks percent_visible