summaryrefslogtreecommitdiffstats
path: root/scene/resources
Commit message (Collapse)AuthorAgeFilesLines
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-096-77/+77
|
* Remove or make verbose some debugging printsHugo Locurcio2021-12-052-3/+3
| | | | | | The message about SpatialMaterial conversion was turned into a warning, as it can potentially interfere with porting projects from Godot 3.x (if there's a bug in the conversion code).
* Add bitwise operators to `VisualShaderNodeIntOp`Yuri Roubinsky2021-12-032-3/+31
|
* Merge pull request #54910 from ↵Rémi Verschelde2021-12-021-0/+15
|\ | | | | | | | | Calinou/basematerial3d-texture-auto-roughness-metallic Set roughness/metallic to 1 when assigning a texture in BaseMaterial3D
| * Set roughness/metallic to 1 when assigning a texture in BaseMaterial3DHugo Locurcio2021-11-131-0/+15
| | | | | | | | | | | | | | | | This makes material setup faster and avoids mistakes, especially with the metallic channel which defaults to 0. The value is only changed when adding a texture when none was previously assigned, not when assigning a different texture.
* | Merge pull request #55271 from RPicster/particles-texture-animation-speedRémi Verschelde2021-12-021-1/+1
|\ \
| * | Fixed texture animation speed when using random lifetime ( Particle2D gpu + ↵Raffaele Picca2021-11-261-1/+1
| | | | | | | | | | | | cpu) as mentioned here: https://github.com/godotengine/godot/issues/54993
* | | Merge pull request #55402 from TokageItLab/fixed-immediatemesh-minimum-aabbRémi Verschelde2021-12-022-1/+4
|\ \ \ | | | | | | | | Fixed minimum size of `AABB` in `ImmediateMesh` to draw only one vertex
| * | | Fixed minimum size of aabb in ImmediateMesh to draw only one vertexSilc 'Tokage' Renew2021-12-022-1/+4
| |/ /
* | | Improve Curve with const and real_tAaron Franke2021-11-302-302/+302
| | |
* | | Prevent crash when passing empty array to MeshEmitterYuri Roubinsky2021-11-262-64/+94
|/ /
* | Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-2311-61/+61
| |
* | Improve various textskobewi2021-11-231-1/+1
| |
* | Merge pull request #55171 from dalexeev/font-data-set-fixed-sizeRémi Verschelde2021-11-221-0/+3
|\ \
| * | Expose `FontData::{set,get}_fixed_size` methodsDanil Alexeev2021-11-201-0/+3
| | |
* | | Merge pull request #55174 from clayjohn/Sky-SRGBRémi Verschelde2021-11-221-4/+4
|\ \ \
| * | | Convert PhysicalSkyMaterial colors to SRGBclayjohn2021-11-211-4/+4
| | | |
* | | | Merge pull request #55170 from Razoric480/raz/cast-handleRémi Verschelde2021-11-221-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Change cast of int to num to int static castFrancois Belair2021-11-201-3/+3
| |/ /
* / / Fix ProceduralSkyMaterial colors due to double sRGB -> linear conversionHugo Locurcio2021-11-201-4/+4
|/ /
* | Enchance `VisualShaderNodeMeshEmitter`, add more ports and fix bugsYuri Roubinsky2021-11-183-74/+230
| |
* | Fix `ColorPicker` inverted input on color circleYuri Roubinsky2021-11-171-2/+2
| |
* | Merge pull request #55056 from RandomShaper/fix_crash_instantiateRémi Verschelde2021-11-171-6/+6
|\ \
| * | Fix crash when loading scene instance after node vanished from parentPedro J. Estébanez2021-11-171-6/+6
| | |
* | | Merge pull request #55018 from ↵Rémi Verschelde2021-11-172-0/+2
|\ \ \ | | | | | | | | | | | | | | | | kodiwills/add-error-macros-for-`set_modification_count` add negative number validation for set_modification_count
| * | | add input validation for set_modification_countKodi2021-11-162-0/+2
| | | | | | | | | | | | | | | | update error macros for set_modification_count
* | | | Make bezier handle type a property of keyframes, update interfaceNathan Lovato2021-11-162-31/+111
|/ / / | | | | | | | | | | | | | | | | | | - 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
* | | Merge pull request #54920 from Chaosus/vs_fix_crashYuri Roubinsky2021-11-122-8/+8
|\ \ \
| * | | Fix editor crash due incorrect setup of default texture in visual shaderYuri Roubinsky2021-11-122-8/+8
| | | |
* | | | Implement texture padding in TileSetAtlasSourcesGilles Roudière2021-11-122-0/+145
|/ / /
* | | Merge pull request #53987 from groud/tile_data_inspector_pluginRémi Verschelde2021-11-122-8/+14
|\ \ \
| * | | Implement polygons editors in the tiles selection modeGilles Roudière2021-10-262-8/+14
| | | |
* | | | Fix default_texture_param in shader pipeline to support uniform arraysYuri Roubinsky2021-11-126-26/+36
| |_|/ |/| |
* | | String: Remove `erase` method, bindings can't mutate StringRémi Verschelde2021-11-111-10/+8
| | |
* | | Merge pull request #54660 from Chaosus/vs_particles_mesh_emitterRémi Verschelde2021-11-105-7/+333
|\ \ \
| * | | Added `MeshEmitter` node for particles in visual shaderYuri Roubinsky2021-11-065-7/+333
| | | |
* | | | VisualShader: Document enum args for virtual methodsRémi Verschelde2021-11-102-4/+4
| | | | | | | | | | | | | | | | Fixes #31563.
* | | | Merge pull request #53819 from TokageItLab/re-implement-ping-pongRémi Verschelde2021-11-094-234/+477
|\ \ \ \ | |_|_|/ |/| | | Reimplement ping-pong animation and reverse playback
| * | | reimplement ping-pongSilc 'Tokage' Renew2021-11-034-234/+477
| | | |
* | | | Merge pull request #46721 from bruvzg/custom_word_break_punctRémi Verschelde2021-11-092-0/+17
|\ \ \ \
| * | | | [Text Server] Add support for user defined punctuation list, used for word ↵bruvzg2021-10-012-0/+17
| | | | | | | | | | | | | | | | | | | | breaking.
* | | | | Merge pull request #54372 from bruvzg/text_edit_uiRémi Verschelde2021-11-092-0/+69
|\ \ \ \ \
| * | | | | Add functions for getting name and font style from dynamic and bitmap fonts.bruvzg2021-10-312-0/+69
| | | | | | | | | | | | | | | | | | | | | | | | Add font selection toolbar editor plugin.
* | | | | | Merge pull request #54649 from bruvzg/shadowsRémi Verschelde2021-11-091-1/+1
|\ \ \ \ \ \
| * | | | | | Fix Label and RichTextLabale text shadows and shadow outlines.bruvzg2021-11-061-1/+1
| | | | | | |
* | | | | | | Several Gradient improvementsHendrik Brucker2021-11-082-4/+83
| | | | | | |
* | | | | | | Merge pull request #52943 from RandomShaper/property_pin_control_naturalRémi Verschelde2021-11-082-143/+89
|\ \ \ \ \ \ \
| * | | | | | | Add property value pinningPedro J. Estébanez2021-11-082-8/+59
| | | | | | | |
| * | | | | | | Unify determination of default property valuesPedro J. Estébanez2021-11-072-149/+44
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #54715 from goostengine/gradient-texture-1d-renameYuri Roubinsky2021-11-084-26/+26
|\ \ \ \ \ \ \