summaryrefslogtreecommitdiff
path: root/scene/resources
AgeCommit message (Collapse)Author
2021-11-23Improve various textskobewi
2021-11-22Merge pull request #55171 from dalexeev/font-data-set-fixed-sizeRémi Verschelde
2021-11-22Merge pull request #55174 from clayjohn/Sky-SRGBRémi Verschelde
2021-11-22Merge pull request #55170 from Razoric480/raz/cast-handleRémi Verschelde
2021-11-21Convert PhysicalSkyMaterial colors to SRGBclayjohn
2021-11-20Expose `FontData::{set,get}_fixed_size` methodsDanil Alexeev
2021-11-20Change cast of int to num to int static castFrancois Belair
2021-11-20Fix ProceduralSkyMaterial colors due to double sRGB -> linear conversionHugo Locurcio
2021-11-18Enchance `VisualShaderNodeMeshEmitter`, add more ports and fix bugsYuri Roubinsky
2021-11-17Fix `ColorPicker` inverted input on color circleYuri Roubinsky
2021-11-17Merge pull request #55056 from RandomShaper/fix_crash_instantiateRémi Verschelde
2021-11-17Fix crash when loading scene instance after node vanished from parentPedro J. Estébanez
2021-11-17Merge pull request #55018 from ↵Rémi Verschelde
kodiwills/add-error-macros-for-`set_modification_count` add negative number validation for set_modification_count
2021-11-16add input validation for set_modification_countKodi
update error macros for set_modification_count
2021-11-16Make bezier handle type a property of keyframes, update interfaceNathan Lovato
- Replaced unused code related to old close icon with a button - Add bezier handle options to right-click menu - Remove mirror handle mode, only keep balanced - Update animation reference
2021-11-12Merge pull request #54920 from Chaosus/vs_fix_crashYuri Roubinsky
2021-11-12Fix editor crash due incorrect setup of default texture in visual shaderYuri Roubinsky
2021-11-12Implement texture padding in TileSetAtlasSourcesGilles Roudière
2021-11-12Merge pull request #53987 from groud/tile_data_inspector_pluginRémi Verschelde
2021-11-12Fix default_texture_param in shader pipeline to support uniform arraysYuri Roubinsky
2021-11-11String: Remove `erase` method, bindings can't mutate StringRémi Verschelde
2021-11-10Merge pull request #54660 from Chaosus/vs_particles_mesh_emitterRémi Verschelde
2021-11-10VisualShader: Document enum args for virtual methodsRémi Verschelde
Fixes #31563.
2021-11-09Merge pull request #53819 from TokageItLab/re-implement-ping-pongRémi Verschelde
Reimplement ping-pong animation and reverse playback
2021-11-09Merge pull request #46721 from bruvzg/custom_word_break_punctRémi Verschelde
2021-11-09Merge pull request #54372 from bruvzg/text_edit_uiRémi Verschelde
2021-11-09Merge pull request #54649 from bruvzg/shadowsRémi Verschelde
2021-11-08Several Gradient improvementsHendrik Brucker
2021-11-08Merge pull request #52943 from RandomShaper/property_pin_control_naturalRémi Verschelde
2021-11-08Merge pull request #54715 from goostengine/gradient-texture-1d-renameYuri Roubinsky
2021-11-08Add property value pinningPedro J. Estébanez
2021-11-07Remove redundant texture flag setters/getters for `CameraTexture`Aaron Record
2021-11-07Unify determination of default property valuesPedro J. Estébanez
2021-11-07Rename `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-06Added `MeshEmitter` node for particles in visual shaderYuri Roubinsky
2021-11-06Fix Label and RichTextLabale text shadows and shadow outlines.bruvzg
2021-11-05Merge pull request #54573 from nekomatata/query-parametersRémi Verschelde
2021-11-05Added 2D boolean hint for particle emitters in visual shadersYuri Roubinsky
2021-11-04Use parameter classes instead of arguments for all physics queriesPouleyKetchoupp
Same as what is already done for shape queries, applied to point and ray queries. Easier to document and more flexible to add more parameters. Also expose intersect_point method to script in 3D. Remove intersect_point_on_canvas in 2D, replaced with a parameter.
2021-11-04Add missing argument names for bindings in GDExtensionRémi Verschelde
2021-11-04Add is_built_in() method to Resourcekobewi
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
This is consistent with other constants that include `NO`, such as `PROPERTY_HINT_COLOR_NO_ALPHA`.
2021-11-03Merge pull request #54528 from nekomatata/fix-crash-tileset-polygonGilles Roudière
Fix crash in Tileset with get_collision_polygon_shape
2021-11-03reimplement ping-pongSilc 'Tokage' Renew
2021-11-02Fix crash in Tileset with get_collision_polygon_shapePouleyKetchoupp
Shape index was used instead of polygon index in this one case.
2021-11-02Prevent MeshDataTool from crashing due to invalid bones/weights arraysYuri Sizov
2021-11-01Merge pull request #54396 from groud/implement_terrain_other_brushesRémi Verschelde
2021-11-01Merge pull request #37880 from nekomatata/rigid-body-damping-overrideCamille Mohr-Daurat
Improved RigidDynamicBody linear/angular damping override
2021-11-01Fix memory leak when using CurveTexture.set_texture_modeHaoyu Qiu
2021-10-31Add functions for getting name and font style from dynamic and bitmap fonts.bruvzg
Add font selection toolbar editor plugin.