Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-13 | Merge pull request #21847 from Calinou/light-gizmo-update-inspector | Rémi Verschelde | |
Update Light properties in the inspector when dragging their gizmos | |||
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde | |
Misc. typos | |||
2018-09-12 | Misc. typos | luz.paz | |
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"` | |||
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | |
This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes. | |||
2018-09-07 | Update Light properties in the inspector when dragging their gizmos | Hugo Locurcio | |
2018-09-07 | Tweak the Light instantiation error message and fix a typo | Hugo Locurcio | |
2018-09-06 | Add a function to force transform update, fixes #17628 | Juan Linietsky | |
2018-09-06 | Update FOV if edited in gizmo, fixes #16400 | Juan Linietsky | |
2018-09-05 | Merge pull request #21707 from JFonS/fix_instanced_selection | Rémi Verschelde | |
Fix selection of instanced scenes in 3D | |||
2018-09-04 | Move ParticlesMaterial code to its own resource file | Rémi Verschelde | |
It's shared by both 2D and 3D particles (+ CPU ones), so it makes sense to have as a common resource. It also allowed to disable compilation of Particles (3D) when using 'disable_3d'. Also cleaned up includes in SpatialEditorGizmos and some other places, as well as dropped dead code in material_editor_plugin.cpp. | |||
2018-09-02 | Fix selection of instanced scenes in 3D | JFonS | |
2018-09-02 | PhysicsBody: Don't create PhysicsMaterial override for default friction/bounce | Rémi Verschelde | |
And don't save physics_material_override if null. | |||
2018-09-01 | Improve ClassDB information for some some signal parameters | Kelly Thomas | |
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 | |
Without this change any new PhysicsBody would show deprecation warnings due to default values for friction and bounce being defined. It also enforced a physics material override even when using default values. | |||
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 | |
Supersedes and closes #21193. | |||
2018-08-24 | Merge pull request #21049 from AndreaCatania/joints | Rémi Verschelde | |
Improved 6DOF joint implementation | |||
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 ↵ | Juan Linietsky | |
and fixes #20221 | |||
2018-08-22 | Restrict set_pitch_scale to positive scales for AudioStreamPlayer* | Chaosus | |
Fixes #20459. Co-authored-by: Tiago José Sousa Magalhães <crakylps@gmail.com> | |||
2018-08-21 | Changes to ClippedCamera, RayCast,Raycast2D and 2D physics API to add ↵ | Juan Linietsky | |
ability to choose between bodies and areas when colliding. | |||
2018-08-21 | Merge pull request #21266 from AndreaCatania/master | Juan Linietsky | |
Added area / body collision exception in raycast | |||
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 | |
Added spring arm node | |||
2018-08-20 | Massive rewrite to AnimationTree. Many APIs changed in order to: | Juan Linietsky | |
-Reuse resources -Expose properties in AnimationTree | |||
2018-08-19 | Added ray shape and move_and_slide with snapping on 3D. | Andrea Catania | |
Added stop_on_slope on 2d part | |||
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 | |
Fix camera offsets not applied always | |||
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 | |
Improved Physics material | |||
2018-08-07 | Removed physics material combination mode. Added rough and absorbent ↵ | Andrea Catania | |
parameter to material. Fixed 'change' signal connection | |||
2018-08-07 | Several improvements to inspector. | Juan Linietsky | |
-Added optional horizontal/vertical modes for vector editing (default false for vec2, true for vec3) -Some clean ups with fonts and styles | |||
2018-08-06 | Respect process order for out of order skeleton bones (fixes GLTF2 import ↵ | Juan Linietsky | |
issues). | |||
2018-08-04 | Merge pull request #18699 from AndreaCatania/ik | Juan Linietsky | |
Inverse kinematic | |||
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 | |
Soft Body - Pin Point fix, Material fix | |||
2018-07-29 | Add extra functions to toggle bits in visualinstance and camera, same as ↵ | Juan Linietsky | |
physics. Helps with #6685 | |||
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 | |
Fixes #20483. | |||
2018-07-27 | Rename flag to better name | Juan Linietsky | |