Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-03 | Merge pull request #63820 from nathanfranke/templates-in-header | Rémi Verschelde | |
2022-08-03 | Merge pull request #56451 from Calinou/rootmotionview-no-replace-with-node | Rémi Verschelde | |
Don't replace RootMotionView with Node in a running project | |||
2022-08-03 | Merge pull request #63857 from Calinou/doc-camera3d-frustum-offset-projection | Rémi Verschelde | |
Document Camera3D's frustum offset property requiring Frustum projection | |||
2022-08-03 | Merge pull request #58611 from Calinou/ssr-fix-blend-margin | Rémi Verschelde | |
Fade screen-space reflection towards inner margin | |||
2022-08-03 | Merge pull request #63853 from fire-forge/particle-flags | Rémi Verschelde | |
Rename ParticlesMaterial's "ParticleFlags" group to "Particle Flags" | |||
2022-08-03 | Merge pull request #55923 from ↵ | Rémi Verschelde | |
bluenote10/feature/consistent_transform_operations Fix consistency of translated/scaled/rotated in Transform2D and Transform3D | |||
2022-08-03 | Merge pull request #63847 from Zylann/shader_switch_uint | Yuri Rubinsky | |
2022-08-03 | Don't replace RootMotionView with Node in a running project | Hugo Locurcio | |
This behavior was inconsistent with other editor-only nodes such as Position3D, Position2D and ReferenceRect. It also caused issues when a script extended RootMotionView as it ceased to work when the project was run. | |||
2022-08-03 | Document Camera3D's frustum offset property requiring Frustum projection | Hugo Locurcio | |
2022-08-03 | Fade screen-space reflection towards inner margin | Hugo Locurcio | |
- Fade reflection towards inner margin and clip it at screen edges instead of external margin. - Round edges of the fade margin if both are being cut off to prevent sharp corners. Co-authored-by: puchik <puchik@users.noreply.github.com> | |||
2022-08-02 | move rpc and rpc_id implementations back to header | Nathan Franke | |
StackOverflow on why this is needed: https://stackoverflow.com/questions/495021/why-can-templates-only-be-implemented-in-the-header-file Minor mistake in commit ca7d572908c58c587214b8f65bdd4078d0185ab2 | |||
2022-08-02 | Add space to ParticlesMaterial "Particle Flags" group name | FireForge | |
- "ParticleFlags" -> "Particle Flags" | |||
2022-08-02 | Allow shading language to use `switch` statement with uints | Marc Gilleron | |
2022-08-02 | Fix consistency of translated/scaled/rotated in Transform2D and Transform3D | Fabian Keller | |
2022-08-02 | Merge pull request #63834 from lawnjelly/variant_large_bucket_pool | Rémi Verschelde | |
Variant large bucket memory pool - for Projection | |||
2022-08-02 | Merge pull request #63803 from matjlars/weakref-null | Rémi Verschelde | |
adds null case to weakref docs | |||
2022-08-02 | Merge pull request #62639 from Calinou/line-antialiasing-decrease-feather-width | Rémi Verschelde | |
2022-08-02 | Merge pull request #49058 from madmiraal/add-override-fileaccess | Rémi Verschelde | |
Add override keywords to FileAccess and DirAccess derived classes | |||
2022-08-02 | Merge pull request #63597 from paddy-exe/spatial-shader-built-ins | Rémi Verschelde | |
Add often used built-ins (camera-pos, object-pos, camera-eye etc.) to spatial shaders | |||
2022-08-02 | adds null case to weakref docs | Matt | |
2022-08-02 | Merge pull request #63827 from fire-forge/particles | Rémi Verschelde | |
Rename `ParticlesMaterial.turbulence_active` to `turbulence_enabled` | |||
2022-08-02 | Merge pull request #63830 from KoBeWi/regEX | Rémi Verschelde | |
Add static method for creating RegEx | |||
2022-08-02 | Add override keywords to DirAccess derived classes | Marcel Admiraal | |
2022-08-02 | Add override keywords to FileAccess derived classes | Marcel Admiraal | |
2022-08-02 | Add spatial built-ins (camera-pos, object-pos, camera-eye etc.) | Patrick Exner | |
2022-08-02 | Variant large bucket memory pool - for Projection | lawnjelly | |
Add a larger bucket size pool for the new Projection Matrix. | |||
2022-08-02 | Merge pull request #63825 from fire-forge/bpm | Rémi Verschelde | |
2022-08-02 | Merge pull request #63824 from KoBeWi/bidi_slots | Rémi Verschelde | |
2022-08-02 | Add static method for creating RegEx | kobewi | |
2022-08-02 | Merge pull request #50614 from foxydevloper/clarify-group-tooltip | Rémi Verschelde | |
Improve tooltips for grouping/ungrouping nodes | |||
2022-08-02 | Merge pull request #61315 from lawnjelly/variant_bucket_pools | Rémi Verschelde | |
Variant memory pools | |||
2022-08-02 | Rename ParticlesMaterial.turbulence_active to turbulence_enabled | FireForge | |
2022-08-02 | Fix GraphNode slot list | kobewi | |
2022-08-02 | Add capitalization for "BPM" | FireForge | |
2022-08-02 | Merge pull request #54905 from bruvzg/uncode_confusion | Rémi Verschelde | |
2022-08-02 | [TextServer] Add ICU Unicode security and spoofing detection. | bruvzg | |
2022-08-02 | Merge pull request #63815 from RPicster/particle_turbulence_default_values | Rémi Verschelde | |
2022-08-02 | Merge pull request #63813 from ↵ | Rémi Verschelde | |
alfredbaudisch/GD-63621-animation-player-not-shown | |||
2022-08-02 | Added default values to particle turbulence. | Raffaele Picca | |
2022-08-02 | Display sub-plugins when Stay in Script Editor is On | Alfred R. Baudisch | |
Currently, with stay_in_script_editor_on_node_selected as On, inspector_only is forcibly set, and no editors from the node selected are displayed. With this change, if the selected Node has a Main Editor, it's still not shown (the intended behaviour of the feature), but the sub-editors are shown, this correctly opens the AnimationPlayerEditor plugin and other sub-plugins. Fixes and closes #63621. | |||
2022-08-02 | Merge pull request #53956 from bruvzg/icu_uax_31 | Rémi Verschelde | |
2022-08-02 | Merge pull request #63806 from DarkMessiah/guidelines-appearance-bug | Rémi Verschelde | |
2022-08-02 | Merge pull request #63789 from YuriSizov/editor-remove-old-property-widgets | Rémi Verschelde | |
Remove `CustomPropertyEditor` completely | |||
2022-08-02 | Fix guidelines appearance | Stanislav Labzyuk | |
2022-08-02 | [TextServer] Implement ICU/UAX 31 based `is_valid_identifier` function. | bruvzg | |
2022-08-02 | Merge pull request #51672 from Calinou/shader-add-hint-transparent-texture | Rémi Verschelde | |
Add `hint_transparent` to use a transparent black placeholder texture | |||
2022-08-02 | Merge pull request #63797 from JohanAR/fix-color-picker-okhsl | Rémi Verschelde | |
Fix ColorPicker color and hsv sync issue | |||
2022-08-02 | Merge pull request #63627 from and-rad/vector-field-attractor-fix | Rémi Verschelde | |
Fix vector field particle attractor texture sampling | |||
2022-08-02 | Merge pull request #63589 from RandomShaper/sdfgi_debug_pc | Rémi Verschelde | |
Keep SdfgiDebug shader's push constant size <= 128 | |||
2022-08-02 | Merge pull request #63794 from clayjohn/GLES3-bugs | Rémi Verschelde | |
Fix various bugs in GLES3 renderer that stopped it from running on web |