summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo when setting NavigationRegion travel_costJosh Jones2022-08-072-2/+2
|
* Merge pull request #60843 from hoontee/CSG3Rémi Verschelde2022-08-065-0/+187
|\ | | | | Add `TorusMesh`
| * Add `TorusMesh`hoontee2022-08-045-0/+187
| |
* | Merge pull request #63992 from qarmin/check_also_GLES3Rémi Verschelde2022-08-062-1/+9
|\ \ | | | | | | Test also GLES3 in CI
| * | Check also GLES3 in CIRafał Mikrut2022-08-062-1/+9
| | |
* | | Merge pull request #63985 from raulsntos/convert-rpc-attribute-csharpRémi Verschelde2022-08-062-0/+158
|\ \ \ | | | | | | | | RPC improvements to the conversion tool
| * | | Add conversion for the RPC attributes in C#Raul Santos2022-08-062-0/+122
| | | |
| * | | Add conversion for `sync` and `slave` GDScript keywordsRaul Santos2022-08-061-0/+36
| | | |
* | | | Merge pull request #63712 from object71/fix-export-issuesRémi Verschelde2022-08-069-116/+110
|\ \ \ \
| * | | | Removed faulty function update after get_property_list.Hristo Stamenov2022-08-039-116/+110
| | | | | | | | | | | | | | | | | | | | The function tried to rearrange properties but that lead to problems with duplication or deleted properties. Implemented the logic that that function did inside the get_property_list both for tool scripts and non-tool scripts.
* | | | | Merge pull request #63976 from aaronfranke/godots-own-comment-linesRémi Verschelde2022-08-067-8/+7
|\ \ \ \ \
| * | | | | Make "Godot source files" comment consistent in modulesAaron Franke2022-08-057-8/+7
| | | | | |
* | | | | | Merge pull request #63977 from TomBCodes/masterRémi Verschelde2022-08-061-0/+3
|\ \ \ \ \ \
| * | | | | | updated the String class with info about the 'allow_empty' optional argumentTom2022-08-051-0/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #63870 from Calinou/doc-editorsettingsRémi Verschelde2022-08-061-0/+277
|\ \ \ \ \ \
| * | | | | | Document editor settings in the class referenceHugo Locurcio2022-08-061-0/+277
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #62847 from RandomShaper/upgrade_spirv_reflectRémi Verschelde2022-08-065-23/+147
|\ \ \ \ \ \ | |/ / / / / |/| | | | | spirv-reflect: Update to latest commit
| * | | | | spirv-reflect: Update to latest commitPedro J. Estébanez2022-07-085-23/+147
| | | | | |
* | | | | | Merge pull request #63700 from YeldhamDev/no_methods_to_filter_palRémi Verschelde2022-08-061-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Hide method filter bar when selecting a doc in the Script editor
| * | | | | | Hide method filter bar when selecting a doc in the Script editorMichael Alexsander2022-07-301-0/+3
| | | | | | |
* | | | | | | Merge pull request #63698 from PrecisionRender/plane-operator-asteriskRémi Verschelde2022-08-063-0/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add operator `*` to `Plane`
| * | | | | | | Add `operator*` to `Plane`PrecisionRender2022-07-303-0/+16
| | | | | | | |
* | | | | | | | Merge pull request #62787 from RandomShaper/vk_object_nameRémi Verschelde2022-08-061-7/+59
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Set default resource names under pure debug in Vulkan RD
| * | | | | | | | Set default resource names under pure debug in Vulkan RDPedro J. Estébanez2022-07-061-7/+59
| | | | | | | | |
* | | | | | | | | Merge pull request #63704 from fire-forge/no-codeRémi Verschelde2022-08-061-5/+22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix EditorPropertyMultilineText expression mode
| * | | | | | | | | Fix code font usage in EditorPropertyMultilineTextFireForge2022-07-271-5/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Only use code font while in expression mode - Use code font and syntax highlighter in big text box
* | | | | | | | | | Merge pull request #63762 from bruvzg/ft_warnRémi Verschelde2022-08-064-1/+10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [TextServer] Add a build warning when building with external FreeType without Brotli support.
| * | | | | | | | | | [TextServer] Add a build warning when building with external FreeType ↵bruvzg2022-08-014-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | without Brotli support.
* | | | | | | | | | | Merge pull request #63776 from fire-forge/shapecast2dRémi Verschelde2022-08-064-54/+71
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add ShapeCast2D editor handle and improve debug drawing
| * | | | | | | | | | | Improve ShapeCast2D editor and debug drawingFireForge2022-07-314-54/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename RayCast2DEditorPlugin to Cast2DEditorPlugin and make it also support editing ShapeCast2D. - Apply RayCast2D debug drawing improvements from #46675 to ShapeCast2D.
* | | | | | | | | | | | Merge pull request #63859 from Rindbee/fix-hue-slider-incorrectly-rotatedRémi Verschelde2022-08-061-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Hue slider incorrectly rotated 90 degrees in ColorPicker
| * | | | | | | | | | | | Fix Hue slider incorrectly rotated 90 degrees in ColorPickerRindbee2022-08-041-2/+2
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #63871 from bruvzg/ts_build_optionsRémi Verschelde2022-08-068-70/+208
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Text Server related options to the build profiles editor.
| * | | | | | | | | | | | | Add Text Server related options to the build profiles editor.bruvzg2022-08-038-70/+208
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds SCons options to disable Brotli and Graphite. Adds option categories to the build profiles editor. Adds options default state to the build profiles editor. Adds Text Server related options to the build profiles editor. Fix misplaced OpenGL/Vulkan SCons options.
* | | | | | | | | | | | | | Merge pull request #63887 from qarmin/more_renamesRémi Verschelde2022-08-063-1054/+637
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Various converter enhancements and bugfixes
| * | | | | | | | | | | | | | Various converter enhancements and bugfixesRafał Mikrut2022-08-033-1054/+637
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #63958 from hakro/fix-control-animation-keysRémi Verschelde2022-08-063-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove rect_ prefix from control properties when keyframing
| * | | | | | | | | | | | | | | Remove rect_ prefix from control properties when keyframingHakim2022-08-053-5/+5
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #63962 from bruvzg/fix_elong_ligaRémi Verschelde2022-08-062-79/+121
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | [Text Server] Prevent composite glyphs which incorporate kashida from being used for justification.
| * | | | | | | | | | | | | | | [Text Server] Prevent composite glyphs which incorporate kashida from being ↵bruvzg2022-08-052-79/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | used for justification. Update TextServer tests to clean up on fail.
* | | | | | | | | | | | | | | | Merge pull request #63882 from RedMser/keep-screen-on-windowsRémi Verschelde2022-08-052-1/+42
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement `keep_screen_on` for Windows
| * | | | | | | | | | | | | | | | Implement `keep_screen_on` for WindowsRedMser2022-08-052-1/+42
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #63953 from bruvzg/mac_keep_on_readRémi Verschelde2022-08-052-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement `screen_is_kept_on` for macOS.
| * | | | | | | | | | | | | | | | | Implement `screen_is_kept_on` for macOS.bruvzg2022-08-052-0/+5
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #63963 from ↵Rémi Verschelde2022-08-051-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | YuriSizov/editor-feature-profiles-like-it-dark-and-damp Rebuild the trees in the `EditorFeatureProfile` dialog when the editor theme changes
| * | | | | | | | | | | | | | | | | Rebuild the trees in the EditorFeatureProfile dialog when the editor theme ↵Yuri Sizov2022-08-051-0/+5
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes
* | | | | | | | | | | | | | | | | Merge pull request #63957 from YuriSizov/buttons-in-focusRémi Verschelde2022-08-051-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | Round icon position and size in buttons to make them look sharper
| * | | | | | | | | | | | | | | | Round icon position and size in buttons to make them look sharperYuri Sizov2022-08-051-1/+2
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #63951 from reduz/framebuffer-cacheClay John2022-08-0511-23/+436
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a Framebuffer cache
| * | | | | | | | | | | | | | | | Add a Framebuffer cacheJuan Linietsky2022-08-0511-23/+436
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a FramebufferCache singletion that operates the same way as UniformSetCache. Allows creating framebuffers on the fly (and keep them cached if re-requested) such as: ```C++ RID fb = FramebufferCache::get_singleton()->get_cache(texture1,texture2); ```