Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-08 | Rename GPUParticles attractor and collision nodes to have a 3D suffix | Hugo Locurcio | |
GPUParticles attractors and collision are currently only available in 3D. Their 2D counterparts haven't been implemented yet, but they will use separate nodes. | |||
2021-12-06 | Remove ProximityGroup3D node | kobewi | |
2021-11-15 | Use a different icon for eased keyframes in the animation editor | Hugo Locurcio | |
This makes easing tracks easier to recognize, in a way similar to curved lines in the Path2D editor. | |||
2021-11-12 | Merge pull request #54803 from goostengine/shape-cast-2d | Camille Mohr-Daurat | |
Add `ShapeCast2D` node | |||
2021-11-12 | Add `ShapeCast2D` node | Andrii Doroshenko (Xrayez) | |
2021-11-12 | Merge pull request #53987 from groud/tile_data_inspector_plugin | Rémi Verschelde | |
2021-11-09 | Merge pull request #53819 from TokageItLab/re-implement-ping-pong | Rémi Verschelde | |
Reimplement ping-pong animation and reverse playback | |||
2021-11-08 | Several Gradient improvements | Hendrik Brucker | |
2021-11-08 | Merge pull request #54715 from goostengine/gradient-texture-1d-rename | Yuri Roubinsky | |
2021-11-08 | Merge pull request #54275 from Calinou/editor-tweak-animation-editor-icon-colors | Rémi Verschelde | |
2021-11-07 | Rename `GradientTexture` to `GradientTexture1D` | Andrii Doroshenko (Xrayez) | |
1. Explicit and unambiguous when comparing to `GradientTexture2D` 2. Consistent with other class names where 1D is used in the engine. | |||
2021-11-03 | reimplement ping-pong | Silc 'Tokage' Renew | |
2021-10-30 | Merge pull request #54383 from ↵ | Rémi Verschelde | |
Calinou/colorpicker-overbright-indicator-tweak-icon Tweak overbright indicator icon to be more visible on white background | |||
2021-10-29 | Merge pull request #53234 from Geometror/gradient-texture-2d | Yuri Roubinsky | |
2021-10-29 | Tweak overbright indicator icon to be more visible on white background | Hugo Locurcio | |
An outline is now present on all sides to ensure it's more visible when the "new" color (on the right of a ColorPicker) is overbright. | |||
2021-10-28 | Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog | clayjohn | |
Co-authored-by: Brian Semrau <brian.semrau@gmail.com> | |||
2021-10-26 | Tweak animation editor icon colors for easier visual grepping | Hugo Locurcio | |
This makes the Linear and Cubic icons in particular easier to distinguish from each other. The Cubic interpolation icon's curve was also changed to be more distinguishable from the Linear icon's curve. | |||
2021-10-26 | Implement polygons editors in the tiles selection mode | Gilles Roudière | |
2021-10-23 | Fixed animation insertion in SkeletonEditor | Silc 'Tokage' Renew | |
2021-10-19 | Rename `Tabs` to `TabBar` | Michael Alexsander | |
2021-10-19 | Merge pull request #52940 from groud/toast_notification | Rémi Verschelde | |
2021-10-16 | Implement Animation Blend Shape Tracks | reduz | |
* New track type BLEND_SHAPE * Blend shapes are imported via this new track type * Processing is more optimized (no longer relies on variants) * Modified the Blend Shape API in MeshInstance3D to use indices rather than StringNames (more optimizes) * Promo: Fixed a small bug in gizmo updating in Node3D that affected performance Dedicated BlendShape tracks are required for both optimization and eventually implementing them in animation compression. | |||
2021-10-14 | Implement toast notifications in the editor | Gilles Roudière | |
2021-10-12 | Remove animation 3D transform track, replace by loc/rot/scale tracks. | reduz | |
* `Animation.TYPE_TRANSFORM3D` track is gone. * Added POSITION_3D, ROTATION_3D, SCALE_3D tracks. * GLTF2, Collada, FBX importers will only import the track types found. * Skeleton3D bone poses are now Pos/Rot/Scale, pose matrix removed. * AnimationPlayer and AnimationTree animate these tracks separately, only when found. * Removed BakeReset code, is useless with these changes. This is the first in a series of commits designed to make the animation system in Godot more useful, which includes: * Better compatibility with Autodesk products * Better reusability of animations across models (including retargeting). * Proper animation compression. * etc. *Note* GLTF2 animation saving went broken with this PR, needs to be fixed in a subsequent one. | |||
2021-10-12 | Add GradientTexture2D | Hendrik Brucker | |
Co-authored-by: Mariano Javier Suligoy <marianognu.easyrpg@gmail.com> Co-authored-by: Andrii Doroshenko <xrayez@gmail.com> | |||
2021-10-11 | Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ↵ | Juan Linietsky | |
NodeAnimation" | |||
2021-10-09 | implement ping-pong loop in animation | Tokage | |
Co-authored-by: Chaosus <chaosus89@gmail.com> | |||
2021-10-07 | Implemented SkeletonEditorGizmo | Silc Renew | |
Co-authored-by: Lyuma <xn.lyuma@gmail.com> | |||
2021-09-30 | Improved breakpoint gutter for CodeEdit. | Eric M | |
Added preview of breakpoint placement on hover. Added override of icon for the Editor to use an SVG so it is no longer blurry. | |||
2021-09-16 | Rename Listener2D/Listener3D to AudioListener2D/AudioListener3D | Wilson E. Alvarez | |
2021-09-16 | Merge pull request #52681 from nekomatata/rename-rigid-body | Camille Mohr-Daurat | |
Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody | |||
2021-09-16 | Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody | PouleyKetchoupp | |
2021-09-16 | Merge pull request #49266 from Calinou/remove-unused-editor-icons | Rémi Verschelde | |
Remove unused editor icons | |||
2021-09-16 | Display a editor gizmo icon for Listener3D | Hugo Locurcio | |
The icon was present in `editor/icons/`, but it was never implemented in the editor gizmos code. This also removes some unused gizmo drawing code (overridden methods that are no longer called anywhere). | |||
2021-09-15 | Merge pull request #52679 from nekomatata/world-boundary-shape | Camille Mohr-Daurat | |
Rename WorldMarginShape to WorldBoundaryShape | |||
2021-09-14 | Rename WorldMarginShape to WorldBoundaryShape | PouleyKetchoupp | |
2021-09-09 | Merge pull request #44844 from KoBeWi/hey_listen!_but_2d | Juan Linietsky | |
Add Listener2D | |||
2021-09-07 | Merge pull request #52277 from groud/implement_array_property_hint | Juan Linietsky | |
Implement properties arrays in the Inspector. | |||
2021-09-07 | Implement properties arrays in the Inspector. | Gilles Roudière | |
2021-09-06 | Merge pull request #52286 from nekomatata/restore-kinematic-body | Camille Mohr-Daurat | |
Add AnimatableBody inherited from StaticBody for moving platforms | |||
2021-09-05 | Apply set_read_only() to child classes of EditorProperty elements | Silc 'Tokage' Renew | |
2021-08-31 | Add AnimatableBody inherited from StaticBody for moving platforms | PouleyKetchoupp | |
Instead of having a physics node named Static that can be either Static or Kinematic, AnimatableBody is added again as a separate node: -Inherited from StaticBody to make its usage clearer -Still separated from CharacterBody to make its usage more focused Properly implemented constant velocity for kinematic bodies in godot physics servers (induced velocity without actually moving). Also updated description for the different physics nodes to make their usage clearer. | |||
2021-08-31 | Add Listener2D | kobewi | |
2021-08-24 | Rename RayShape to SeparationRayShape | PouleyKetchoupp | |
Makes it clearer that it's used for special cases when picking a collision shape. | |||
2021-08-24 | Restore RayShape as a regular shape type | PouleyKetchoupp | |
Partial revert from previously removing ray shapes completely, added back as a shape type but without the specific character controller code. | |||
2021-08-18 | Merge pull request #50752 from Phischermen/indeterminate_checkmark_api | Rémi Verschelde | |
Added icons and API for indeterminate checkmarks for the Tree class. | |||
2021-08-18 | Fix missing and incorrectly named visual shader texture uniform icons | Hugo Locurcio | |
2021-08-16 | Added icons and API for indeterminate checkmarks for the Tree class. | Kevin Fischer | |
2021-08-16 | Merge pull request #51704 from Calinou/editor-icons-add-expression | Rémi Verschelde | |
Add editor icons for VisualScript and VisualShader expression resources | |||
2021-08-16 | Merge pull request #51702 from Calinou/port-visual-shader-icons | Rémi Verschelde | |
Port visual shader node icons from Godot 2.1.x |