Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-24 | Merge pull request #63098 from Xwdit/fix_qualifiers_script_doc | Rémi Verschelde | |
2022-07-24 | Fix missing method qualifiers in script doc | Xwdit | |
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2022-07-24 | GLTF: Move shared defines into a separate gltf_defines.h file | Aaron Franke | |
Also move GLTFDocument's template conversion functions into gltf_template_convert.h | |||
2022-07-23 | GLTF: Only list used extensions when they're actually used | Aaron Franke | |
2022-07-23 | Merge pull request #63265 from reduz/stream-bpm-support | Rémi Verschelde | |
Implement BPM support in AudioStream files. | |||
2022-07-23 | Implement BPM support | reduz | |
Based on #62896, only implements the BPM support part. * Implements BPM support in the AudioStreamOGG/MP3 importers. * Can select BPM/Bar Size and total beats in a song file, as well as edit looping points. * Looping is now BPM aware * Added a special importer UI for configuring this. * Added a special preview showing the audio waveform as well as the playback position in the resource picker. * Renamed `AudioStream::instance` to `instantiate` for correctness. | |||
2022-07-22 | Merge pull request #63313 from python273/fix-xr-doc-links | Rémi Verschelde | |
2022-07-22 | Rename directory for export templates from templates to export_templates | Aaron Franke | |
2022-07-22 | Don't print redundant errors when parsing GDScript | Dallon Feldner | |
The error macros print a generic error, which isn't necessary, and could be confusing to end users. | |||
2022-07-22 | Fix tutorial links in XR classes docs | python273 | |
2022-07-21 | round dimensions of svg | Nathan Franke | |
2022-07-21 | Rename `epsilon` to `tolerance` in the `Plane::has_point` method | Yuri Rubinsky | |
2022-07-21 | Merge pull request #62433 from KoBeWi/🌈 | Rémi Verschelde | |
2022-07-21 | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg | |
2022-07-20 | Merge pull request #47935 from HaSa1002/doc-loading-run-time | Rémi Verschelde | |
2022-07-20 | Improve `linuxbsd` headless building, cleanup build scripts | Riteo | |
Now the `linuxbsd` platform can be built headlessly (e.g. without X11 development libraries). I also cleaned up some weird (old?) usages of the `env` variable which seem to make no difference and are used nowhere else. | |||
2022-07-19 | Highlight ^NodePath and &StringName differently | kobewi | |
2022-07-19 | Merge pull request #59301 from fire-forge/layout-preset-full-rect | Rémi Verschelde | |
2022-07-18 | Rename Control PRESET_WIDE to PRESET_FULL_RECT | FireForge | |
2022-07-18 | Use integer types in Image and ImageTexture methods | FireForge | |
- Image.blit_rect() - Image.blit_rect_mask() - Image.blend_rect() - Image.blend_rect_mask() - Image.fill_rect() - Image.get_used_rect() - Image.get_rect() - ImageTexture.set_size_override() | |||
2022-07-18 | Merge pull request #63037 from ↵ | Rémi Verschelde | |
cdemirer/fix-non-global-autoload-code-completion-crash | |||
2022-07-18 | Fix crash while trying to autocomplete non-global Autoload | cdemirer | |
2022-07-18 | Merge pull request #63024 from Xwdit/fix_grouping_annotation_in_doc | Rémi Verschelde | |
2022-07-18 | Merge pull request #63123 from zerc/fix_doc_class_description | Rémi Verschelde | |
2022-07-18 | GDScript: Fix brief/long description doc comments. | Vladimir Savin | |
2022-07-18 | Merge pull request #63125 from cdemirer/fix-parameter-shadowing-class-member | Rémi Verschelde | |
Check for parameters shadowing class members | |||
2022-07-18 | Check for parameters shadowing class members | cdemirer | |
2022-07-17 | Adding Variable Rate Shading support to Godot | Bastiaan Olij | |
Improve GI renderer and add VRS support Implement render device has_feature and move subgroup settings to limit_get | |||
2022-07-15 | Fix grouping annotations displayed in document | Xwdit | |
2022-07-15 | Use BitField hint for the TextServer enums. Add missing parts for BitField ↵ | bruvzg | |
support to the GDextension API. | |||
2022-07-14 | Merge pull request #60458 from KoBeWi/Deprecated-hint,-unused- | Rémi Verschelde | |
2022-07-13 | Fix documentation for C# Vector2/3i classes. | Lerg | |
The / operator was wrongly documented as a multiplication. | |||
2022-07-13 | Merge pull request #62895 from KoBeWi/callables_exist_you_know | George Marques | |
2022-07-13 | Merge pull request #62901 from ↵ | George Marques | |
cdemirer/prevent-unnecessary-additional-parser-error | |||
2022-07-13 | Merge pull request #62900 from cdemirer/fix-parser-stuck-in-an-error-loop | George Marques | |
2022-07-13 | Merge pull request #62827 from fire-forge/ok-cancel | Rémi Verschelde | |
Add `ok_button_text` to AcceptDialog and `cancel_button_text` to ConfirmationDialog | |||
2022-07-13 | Merge pull request #62918 from cdemirer/parser-properly-set-node-extents | George Marques | |
2022-07-13 | Merge pull request #62922 from YuriSizov/gdscript-annotation-defaults | George Marques | |
2022-07-13 | Merge pull request #62578 from MinusKube/editor-print-crash | George Marques | |
Fix GDScript parser sometimes crashing when issuing warning for unreachable pattern | |||
2022-07-12 | Remove unused hints | kobewi | |
2022-07-11 | Add default argument bindings to GDScript annotations | Yuri Sizov | |
2022-07-11 | Parser: Properly set node extents | cdemirer | |
2022-07-11 | Prevent unnecessary additional parser error | cdemirer | |
2022-07-11 | Fix parser stuck in an error loop | cdemirer | |
2022-07-10 | Remove outdated code path | kobewi | |
2022-07-09 | Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog | FireForge | |
2022-07-08 | Add static methods for creating Image and ImageTexture | kobewi | |
2022-07-07 | Merge pull request #62805 from raulsntos/csharp-rpc | Rémi Verschelde | |
2022-07-07 | Merge pull request #62789 from raulsntos/csharp-export-nodes | Rémi Verschelde | |
2022-07-07 | Merge pull request #62782 from raulsntos/csharp-bitfield-enums | Rémi Verschelde | |