Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-24 | RigidBody2D: rename apply_impulse(pos) to offset. | Josh Grams | |
2016-04-20 | RigidBody2D: 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-20 | RigidBody2D: add and bind get/set_applied_torque. | Josh Grams | |
2016-04-20 | Merge pull request #4302 from Anarchid/gridmap-navmesh | Rémi Verschelde | |
Navmesh support for GridMaps | |||
2016-04-20 | Implement GridMap support for navigation meshes | Anarchid | |
2016-04-19 | Merge pull request #4365 from bojidar-bg/surfacetool-add-quad | Rémi Verschelde | |
Add an add_triangle_fan method to SurfaceTool | |||
2016-04-19 | Merge pull request #4380 from bojidar-bg/camera2d-fix-zoom | Rémi Verschelde | |
Fix Camera2D ignoring zoom when checking limits | |||
2016-04-19 | Fix Camera2D ignoring zoom when checking limits | Bojidar Marinov | |
Closes #1912 | |||
2016-04-19 | Add preview of the Camera2D's screen boundaries | Bojidar Marinov | |
Closes #3365 | |||
2016-04-18 | Add a add_triangle_fan method to SurfaceTool | Bojidar Marinov | |
Closes #4298 | |||
2016-04-18 | tiny fix to loop restart (#4358) | Alex | |
Closes #4355 | |||
2016-04-18 | Merge pull request #4319 from kubecz3k/played_signal | Rémi Verschelde | |
animation_started signal for AnimationPlayer | |||
2016-04-18 | Merge pull request #4299 from neikeq/pr-issue-4297 | Rémi Verschelde | |
Keep editable instances data when replacing tree root node | |||
2016-04-15 | BoneAttachments now position themselves instantly during bind. | Saracen | |
2016-04-15 | Fixed curve baking, now always start at origin point | Hearto Lazor | |
2016-04-14 | animation_started signal to AnimationPlayer | Jakub Grzesik | |
2016-04-14 | Merge pull request #4308 from JoshuaGrams/atp-resources | Rémi Verschelde | |
AnimationTreePlayer: fix discrete value tracks. | |||
2016-04-12 | Keep editable instances data when replacing tree root node | Ignacio Etcheverry | |
2016-04-12 | AnimationTreePlayer: 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-12 | Merge pull request #4286 from JoshuaGrams/atp-resources | Rémi Verschelde | |
AnimationTreePlayer: allow animating resource properties. | |||
2016-04-12 | Merge pull request #4273 from bojidar-bg/add-layers-and-masks-to-3d | Rémi Verschelde | |
Port collision and layer masks to 3D | |||
2016-04-12 | Merge pull request #4284 from JoshuaGrams/atp-process-mode | Rémi Verschelde | |
AnimationTreePlayer: constructor now sets processing mode. | |||
2016-04-11 | AnimationTreePlayer: allow animating resource properties. | Josh Grams | |
e.g. Particles2D config and param values. | |||
2016-04-11 | AnimationTreePlayer: constructor now sets processing mode. | Josh Grams | |
2016-04-11 | Merge pull request #4155 from JoshuaGrams/anim_tree_switched | Rémi Verschelde | |
AnimationTreePlayer: Various processing improvements | |||
2016-04-09 | Port collision and layer masks to 3D, fixes #1759 | Bojidar Marinov | |
Raycasts now have type_mask and layer_mask. Areas - collision_mask and layer_mask. PhysicsBodies needed only collision_mask. | |||
2016-04-08 | Setting to change line number color | Paulb23 | |
2016-04-07 | Merge pull request #4259 from neikeq/pr-issue-4224 | Rémi Verschelde | |
Fix RayCast not updating when debugging collissions | |||
2016-04-07 | Merge pull request #4257 from sanikoyes/Pr-gui-fix-warn | Rémi Verschelde | |
Fix warn print when hide an control does not inside_tree | |||
2016-04-07 | Merge pull request #4256 from sanikoyes/Pr-fix-tween-crash | Rémi Verschelde | |
Fix crash when tween control object previous freed | |||
2016-04-07 | Fix RayCast not updating when debugging collissions | Ignacio Etcheverry | |
2016-04-07 | Doc: fix type of stream object | Rémi Verschelde | |
2016-04-07 | Fix warn print when hide an control does not inside_tree | sanikoyes | |
2016-04-07 | Fix crash when tween control object previous freed | sanikoyes | |
2016-04-06 | AnimationTreePlayer (transition_node_set_current): fix by removing ↵ | Josh Grams | |
copy-paste duplication. | |||
2016-04-06 | AnimationTreePlayer (set_active, reset, constructor): seek all animations to ↵ | Josh Grams | |
start. | |||
2016-04-06 | AnimationTreePlayer (_process_node): more robust oneshot termination condition. | Josh Grams | |
2016-04-06 | Merge pull request #4251 from Paulb23/block_indent_issue_3803 | Rémi Verschelde | |
Fixed block indent inconsistency, issue #3803 | |||
2016-04-06 | Fixed block indent inconsistency, fixes issue 3803 | Paulb23 | |
2016-04-06 | Merge pull request #4248 from bojidar-bg/fix-launchmedia-for-bones | Rémi Verschelde | |
Fix Ctrl+LaunchMedia showing up as a shortcut for "Make Bones" | |||
2016-04-06 | Merge pull request #4238 from Paulb23/caret_color | Rémi Verschelde | |
Ability to change the caret color | |||
2016-04-06 | Merge pull request #4234 from Paulb23/member_variable_syntax_highlighting | Rémi Verschelde | |
Member variable syntax highlighting | |||
2016-04-06 | Add a `sleeping_state_changed` signal to RigidBody and RigidBody2D classes | Bojidar Marinov | |
Closes #3911 | |||
2016-04-06 | Fix PopupMenu and MenuButton not activating items with shortcut inside submenus | Bojidar Marinov | |
2016-04-06 | Fixed text edit undo and redo operation interaction | Paul Batty | |
2016-04-05 | Ability to change the caret color | Paulb23 | |
2016-04-05 | Member variable syntax highlighting | Paulb23 | |
2016-04-05 | Fixed 'complex' typo in method name | Paulb23 | |
2016-04-05 | Fixed undoing twice when removing selection | Paulb23 | |
2016-04-04 | Merge pull request #4191 from leezh/progressbar_minsize | Rémi Verschelde | |
Progress bar minsize now checks percent_visible |