Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-15 | Merge pull request #70102 from Chaosus/rd_remove_usage_indirect | Yuri Rubinsky | |
2022-12-15 | Fix typos with codespell | Rémi Verschelde | |
2022-12-15 | Changed `STORAGE_BUFFER_USAGE_DISPATCH_INDIRECT` type to enum flags | Yuri Rubinsky | |
2022-12-15 | Remove a confusing TileMap warning | Gilles Roudière | |
2022-12-15 | Improve documentation on heuristics in AStarGrid2D | Yuri Rubinsky | |
2022-12-14 | Merge pull request #70028 from clayjohn/PM-GLES3 | Rémi Verschelde | |
Added gl_compatibility as an option to the project creation screen | |||
2022-12-14 | Merge pull request #69732 from KoBeWi/rc_undo | Rémi Verschelde | |
Add remote history to EditorUndoRedoManager | |||
2022-12-13 | Merge pull request #70009 from clayjohn/glow-hq | Rémi Verschelde | |
Remove high quality glow as it is not any higher quality than regular glow | |||
2022-12-13 | Merge pull request #70003 from clayjohn/GLES3-cc | Rémi Verschelde | |
Various fixes and documentation for CanvasGroup | |||
2022-12-13 | Added gl_compatibility as an option to the project creation screen | clayjohn | |
Last selected option is saved as default for next time | |||
2022-12-13 | Various fixes and documentation for CanvasGroup | clayjohn | |
Properly apply custom materials with CanvasGroups in the GLES3 backend Properly blur backbuffer when using a partial rect in forward_plus and gl_compatibility renderers Properly set fit_margin when clear_margin is set Fix shader error during backbuffer clear in mobile renderer | |||
2022-12-13 | Remove high quality glow as it is not any higher quality than regular glow | clayjohn | |
2022-12-13 | i18n: Sync classref translations with Weblate (3.5 branch) | Rémi Verschelde | |
(cherry picked from commit f5f0543aec4fe89405bf6365b3a2d4e36092c8ab) | |||
2022-12-12 | Fix docstring for String.get_base_dir | Andrés Botero | |
2022-12-12 | Merge pull request #69629 from smix8/agent_wild_callback_pointer_4.x | Rémi Verschelde | |
Fix Navigation agent callback wild pointer crash | |||
2022-12-12 | Fix Navigation agent callback wild pointer crash | smix8 | |
Fixes crash in sanitizer builds when callback agent or object are already freed. | |||
2022-12-12 | Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextension | Rémi Verschelde | |
Rename all gdnative occurences to gdextension | |||
2022-12-12 | Merge pull request #67038 from Calinou/xdg-paths-linux-only | Rémi Verschelde | |
Only support XDG directory path configuration on Linux | |||
2022-12-12 | Only support XDG directory path configuration on Linux | Hugo Locurcio | |
XDG support breaks when running Windows builds via WINE. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2022-12-12 | Merge pull request #67050 from KoBeWi/syrt | Rémi Verschelde | |
Warn if isometric TileMap is not Y-sorted | |||
2022-12-12 | Rename all gdnative occurences to gdextension | Gilles Roudière | |
Non-exhaustive list of case-sensitive renames: GDExtension -> GDNative GDNATIVE -> GDEXTENSION gdextension -> gdnative ExtensionExtension ->Extension (for where there was GDNativeExtension) EXTENSION_EXTENSION ->EXTENSION (for where there was GDNATIVE_EXTENSION) gdnlib -> gdextension gdn_interface -> gde_interface gdni -> gde_interface | |||
2022-12-12 | Merge pull request #69714 from flatline-84/editor_scene_post_import_doc_example | Rémi Verschelde | |
updated example documentation for EditorScenePostImport | |||
2022-12-12 | updated example documentation for EditorScenePostImport | flatline-84 | |
2022-12-11 | Merge pull request #69905 from Chaosus/rd_dynamic_state_flag | Rémi Verschelde | |
Changed `RD::PipelineDynamicStateFlags` type to enum flags | |||
2022-12-11 | Merge pull request #69559 from timothyqiu/unique-call | Rémi Verschelde | |
Add note about `GROUP_CALL_UNIQUE` not considering arguments | |||
2022-12-11 | Changed `RD::PipelineDynamicStateFlags` type to enum flags | Yuri Rubinsky | |
2022-12-10 | Merge pull request #67399 from Calinou/rename-precision-double-scons | Rémi Verschelde | |
Rename `float=64` SCons option to `precision=double` | |||
2022-12-10 | Enable assigning an owner to navigation regions and links | Josh Jones | |
This allows users of the server APIs to get back the nodes that created certain regions and links. | |||
2022-12-10 | Rename `float=64` SCons option to `precision=double` | Hugo Locurcio | |
This avoids confusion with the old `bits=64` option and building for 64-bit CPUs in general. | |||
2022-12-10 | Merge pull request #69831 from Calinou/audio-random-no-repeats-remove-warning | Rémi Verschelde | |
Remove warning when playing random no-repeat sound with only 1 sound in pool | |||
2022-12-09 | Remove warning when playing random no-repeat sound with only 1 sound in pool | Hugo Locurcio | |
This makes setting up sounds for random pitch/volume faster, as you don't have to change the mode from Random (Avoid Repeats) to Random anymore if you only care about randomizing pitch/volume but want to prevent a warning message from appearing on every playback. | |||
2022-12-09 | Update StringName documentation to match String's | Micky | |
2022-12-09 | Merge pull request #68747 from rune-scape/rune-stringname-unification | Rémi Verschelde | |
GDScript: Unify StringName and String | |||
2022-12-09 | Merge pull request #69353 from YuriSizov/window-be-more-like-your-brother | Rémi Verschelde | |
Copy local theme overrides from `Control` to `Window` | |||
2022-12-09 | Merge pull request #69774 from ↵ | Rémi Verschelde | |
Calinou/backbuffercopy-only-show-rect-when-relevant Fix BackBufferCopy `rect` property appearing when not relevant in inspector | |||
2022-12-08 | Fix BackBufferCopy `rect` property appearing when not relevant in inspector | Hugo Locurcio | |
The `rect` property is only effective if `copy_mode` is Rect. | |||
2022-12-08 | Add remote history to EditorUndoRedoManager | kobewi | |
2022-12-08 | Use capitalized ID in the doc | Haoyu Qiu | |
2022-12-07 | Copy local theme overrides from Control to Window | Yuri Sizov | |
2022-12-07 | Merge pull request #69712 from bruvzg/real_size | Rémi Verschelde | |
Rename `window_get_real_size`, add position counterpart. | |||
2022-12-07 | Merge pull request #69707 from bruvzg/x11_exfs | Rémi Verschelde | |
[Linux/X11] Split fullscreen mode into `WINDOW_MODE_EXCLUSIVE_FULLSCREEN` and `WINDOW_MODE_FULLSCREEN` to improve multi-window handling. | |||
2022-12-07 | Merge pull request #69654 from BastiaanOlij/openxr_submit_depth_optional | Rémi Verschelde | |
Make submitting depth buffer in OpenXR optional | |||
2022-12-07 | Merge pull request #69713 from groud/rename_get_surrounding_tiles | Rémi Verschelde | |
Rename get_surrounding_tiles to get_surrounding_cells | |||
2022-12-07 | Rename get_surrounding_tiles to get_surrounding_cells | Gilles Roudière | |
2022-12-07 | Rename `window_get_real_size` to `window_get_size_with_decorations`, add ↵ | bruvzg | |
`window_get_position_with_decorations`. | |||
2022-12-07 | Fix Determining Window for Touchscreen | Markus Sauermann | |
DisplayServer::screen_is_touchscreen will likely never utilize its parameter p_screen. This PR replaces this function by DisplayServer::is_touchscreen_available() with the same functionality. This solves the problem, that a SubViewport was used for determining the screen, which resulted in error messages. | |||
2022-12-07 | [Linux/X11] Split fullscreen mode into `WINDOW_MODE_EXCLUSIVE_FULLSCREEN` ↵ | bruvzg | |
and `WINDOW_MODE_FULLSCREEN` to improve multi-window handling. | |||
2022-12-06 | Make submitting depth buffer in OpenXR optional | Bastiaan Olij | |
2022-12-06 | Merge pull request #69628 from Piralein/strong-treatment | Rémi Verschelde | |
fix conversion of csharp attributes in code blocks | |||
2022-12-06 | Merge pull request #55757 from Calinou/light-3d-tweak-shadow-bias | Rémi Verschelde | |
Tweak shadow bias defaults for DirectionalLight3D and OmniLight3D |