summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-04Treat JSON as resource files.Juan Linietsky
This makes the files ended in ".json" be treated as Godot resources. This solves two problems: * Avoid extensions to implement their own handling, which results in conflicts (all must use this one). * Allow code to still work opening it as a file (since it will not be imported).
2022-09-03Merge pull request #65279 from Rindbee/fix-Skeleton3DEditor-crashRémi Verschelde
Fix Skeleton3DEditor crash
2022-09-03Fix Skeleton3DEditor crashRindbee
2022-09-02Merge pull request #65267 from Calinou/cameraserver-print-verboseRémi Verschelde
2022-09-02Use verbose prints when registering cameras in CameraServerHugo Locurcio
This prevents lines from being printed every time the editor or project starts in the editor Output log.
2022-09-02Merge pull request #65250 from YuriSizov/theme-owner-risesRémi Verschelde
2022-09-02Merge pull request #65181 from fire-forge/corner-detailsRémi Verschelde
2022-09-02Merge pull request #65256 from RedMser/unrounds-your-cornersRémi Verschelde
2022-09-02Merge pull request #65264 from MewPurPur/all-hail-icon-annotationRémi Verschelde
2022-09-02Merge pull request #65248 from Mickeon/docs-improve-icons-non-breaking-spaceRémi Verschelde
2022-09-02Merge pull request #65260 from Calinou/doc-audio-input-permissionsRémi Verschelde
2022-09-02Merge pull request #59589 from Calinou/rename-or-lesser-range-property-hintRémi Verschelde
2022-09-02Un-defer the initial theme changed notificationYuri Sizov
Co-authored-by: Rindbee <idleman@yeah.net>
2022-09-02Add ThemeOwner type for managing theme propagation and lookupYuri Sizov
2022-09-02Merge pull request #65251 from AlmightyLaxz/fix-real_t-double-csharp-compilingIgnacio Roldán Etcheverry
Fixed GodotSharp build failing when real_t is double
2022-09-02Merge pull request #65115 from raulsntos/linux/dark-modeRémi Verschelde
2022-09-02Remove old syntax for custom class iconVolTer
2022-09-02Merge pull request #64917 from Tim-Fronsee/fix/add-gutter-total-widthRémi Verschelde
2022-09-02Merge pull request #65261 from YuriSizov/property-MUST-revertRémi Verschelde
2022-09-02Fix property revert logic in the sectioned inspectorYuri Sizov
Co-authored-by: derammo <817160+derammo@users.noreply.github.com>
2022-09-02Improve documentation related to audio input permissionsHugo Locurcio
2022-09-02Rename `or_lesser` range property hint to `or_less`Hugo Locurcio
"less" should be used for quantity, rather than "lesser". Existing scripts that use `or_lesser` in `_get_property_list()` will need to be updated to account for this change.
2022-09-02EditorTheme: Remove rounded corners for all popupsRedMser
Expands #59045 to apply to all kinds of popups, since they all render as separate windows.
2022-09-02Merge pull request #65249 from Chaosus/revert_array_paramYuri Rubinsky
2022-09-02Revert usage of typed array in `add_surface_from_arrays` parametersYuri Rubinsky
2022-09-03Fixed build failing when REAL_T double and dotnet enabledAlmighty Laxz
2022-09-02Add support for system dark mode (Linux)Raul Santos
- Use `org.freedesktop.appearance color-scheme` to support system dark mode.
2022-09-02Improve Docs' inheritance tree icons on newlineMicky
Uses a Non-Breaking Space to prevent the icon from detaching from the name on newline, improving the look considerably.
2022-09-02Merge pull request #64735 from KoBeWi/viewportshifterRémi Verschelde
2022-09-02Merge pull request #65170 from KoBeWi/your_argument_is_TypedArrayRémi Verschelde
2022-09-02Merge pull request #65242 from bruvzg/menu_event_multiwindowRémi Verschelde
2022-09-02Merge pull request #65026 from bruvzg/dark_modeRémi Verschelde
2022-09-02Merge pull request #65218 from xX-Void-Xx/area2d/3d-optimizationRémi Verschelde
2022-09-02Merge pull request #65210 from YuriSizov/control-customizable-cache-p3Rémi Verschelde
2022-09-02Merge pull request #65236 from akien-mga/scons-compiledb-explicit-requirementRémi Verschelde
2022-09-02Merge pull request #64952 from Chaosus/vs_rename_uniform_to_paramRémi Verschelde
2022-09-02fixed and optimized Area2/3D get_overlapping_bodies/areasVoid
fixed a type and made it so area3d get_overlapping_x is similar to its counterpart func in area2d so that it uses TypedArray instead of Array and ERR_FAIL_COND_V_MSG instead of no message, also minimized array resize calls
2022-09-02[macOS] Simplify handling of menu accelerators, and send event to the ↵bruvzg
focused window instead of main.
2022-09-02Fix theme propagation in various parts of the editorYuri Sizov
2022-09-02SCons: Enforce version 4.0+ when `compiledb=yes` is usedRémi Verschelde
Fixes #65233.
2022-09-02Merge pull request #65202 from BenniKane/patch-1Rémi Verschelde
2022-09-02Merge pull request #65225 from Rindbee/fix-reparent-from-window-issueRémi Verschelde
2022-09-02Merge pull request #64724 from KoBeWi/HVBoxContainerRémi Verschelde
2022-09-02Merge pull request #65223 from jtnicholl/is_zero_approxRémi Verschelde
2022-09-02Add `is_zero_approx` methods to `Vector2`, `3`, and `4`Jonathan Nicholl
2022-09-02Fix getting an error message when repeatedly entering and exiting the treeRindbee
2022-09-02Fix build after merge of #63479Rémi Verschelde
2022-09-01Merge pull request #60185 from Calinou/environment-fog-and-sky-affectRémi Verschelde
2022-09-01Merge pull request #65212 from Faless/net/4.x_simplify_ext_bindingsRémi Verschelde
2022-09-01Merge pull request #65187 from JohanAR/vector_to_sizeRémi Verschelde