Age | Commit message (Expand) | Author |
2018-08-29 | Add missing copyright headers | Rémi Verschelde |
2018-08-29 | Ported CPU particles to 2D | Juan Linietsky |
2018-08-29 | Physics: Properly obsolete friction and bounce properties | Rémi Verschelde |
2018-08-29 | Fix vformat(), minor typos and word puzzles | Yuri Chornoivan |
2018-08-24 | Particles: Allow speed_scale at 0 in property hint, equivalent to pause | Rémi Verschelde |
2018-08-24 | Merge pull request #21049 from AndreaCatania/joints | Rémi Verschelde |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-08-23 | Add missing BIND_ENUM_CONSTANT to ClippedCamera | Marcelo Fernandez |
2018-08-23 | Switched AnimatedTexture to a readers-writers lock, solves a race condition a... | Juan Linietsky |
2018-08-22 | Restrict set_pitch_scale to positive scales for AudioStreamPlayer* | Chaosus |
2018-08-21 | Changes to ClippedCamera, RayCast,Raycast2D and 2D physics API to add ability... | Juan Linietsky |
2018-08-21 | Merge pull request #21266 from AndreaCatania/master | Juan Linietsky |
2018-08-21 | Added ray / shape / point / motion / rest cast exclusion of area and or body | Andrea Catania |
2018-08-21 | Clipped camera implementation, a camera that avoids going into geometry. | Juan Linietsky |
2018-08-20 | Merge pull request #18822 from QbieShay/master | Juan Linietsky |
2018-08-20 | Massive rewrite to AnimationTree. Many APIs changed in order to: | Juan Linietsky |
2018-08-19 | Added ray shape and move_and_slide with snapping on 3D. | Andrea Catania |
2018-08-18 | Improved move_and_slide function to stay on slope and fall on steep slope | Andrea Catania |
2018-08-18 | added spring arm node. | QbieShay |
2018-08-16 | Added possibility to create joints with only one body | Andrea Catania |
2018-08-12 | Expose PhysicalBone::get_bone_id() to c#/gdscript | oisincar |
2018-08-10 | Merge pull request #20072 from RandomShaper/fix-camera-offsets | Juan Linietsky |
2018-08-10 | apply a threshold for floor angle, fixes #16037, fixes #15632 | Juan Linietsky |
2018-08-09 | New gizmo structure and new gizmo disabling menu | JFonS |
2018-08-07 | Merge pull request #20381 from AndreaCatania/phymat_2 | Juan Linietsky |
2018-08-07 | Removed physics material combination mode. Added rough and absorbent paramete... | Andrea Catania |
2018-08-07 | Several improvements to inspector. | Juan Linietsky |
2018-08-06 | Respect process order for out of order skeleton bones (fixes GLTF2 import iss... | Juan Linietsky |
2018-08-04 | Merge pull request #18699 from AndreaCatania/ik | Juan Linietsky |
2018-08-04 | Implemented IK | AndreaCatania |
2018-08-03 | Fixed SoftBody pinned point offset calculation | Andrea Catania |
2018-07-30 | Merge pull request #20550 from AndreaCatania/soft_fix | Max Hilbrunner |
2018-07-29 | Add extra functions to toggle bits in visualinstance and camera, same as phys... | Juan Linietsky |
2018-07-29 | SoftBody add MeshInstance Material correctly | Andrea Catania |
2018-07-28 | Fixed Softbody pin point | Andrea Catania |
2018-07-27 | Fix PhysicsBody build with deprecated=no | Rémi Verschelde |
2018-07-27 | Rename flag to better name | Juan Linietsky |
2018-07-26 | Merge pull request #18955 from tagcup/fix_set_scale | Rémi Verschelde |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-24 | Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respecti... | Tiger Caldwell |
2018-07-23 | Merge pull request #12678 from AndreaCatania/soft | Juan Linietsky |
2018-07-23 | Implemented Soft body | AndreaCatania |
2018-07-23 | Fix issues with CPUParticles and related conversion from Particles. Closes #2... | Juan Linietsky |
2018-07-23 | Merge pull request #12403 from AndreaCatania/phymat | Juan Linietsky |
2018-07-18 | Several improvements to editor inspector usability and style | Juan Linietsky |
2018-07-18 | Ability to disable scale in nodes, closes #19927 | Juan Linietsky |
2018-07-18 | Style: Format code with clang-format 6.0.1 | Rémi Verschelde |
2018-07-16 | -Added support for raycast in KinematicBody2D | Juan Linietsky |
2018-07-09 | Improved stream paused fade code | Marcelo Fernandez |
2018-07-09 | Fix camera offsets not applied always | Pedro J. Estébanez |