summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-16Merge pull request #52734 from lucypero/thread_override_masterRémi Verschelde
2021-09-16Merge pull request #52681 from nekomatata/rename-rigid-bodyCamille Mohr-Daurat
Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody
2021-09-16Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBodyPouleyKetchoupp
2021-09-16Merge pull request #52668 from qarmin/cppcheck_servers_physicsCamille Mohr-Daurat
Initialize variables in servers/physics
2021-09-16Allow for platform Thread implementation overrideLucy
2021-09-16Merge pull request #52739 from BastiaanOlij/gdextension_array_indexRémi Verschelde
2021-09-16Merge pull request #52740 from akien-mga/os-get_locale-languageRémi Verschelde
Implement `OS::get_locale_language()` helper method
2021-09-16Add GD extensions operator functions for arraysBastiaan Olij
2021-09-16Merge pull request #52741 from fabriceci/platform-layer-from-physics-serverRémi Verschelde
Retrieve platform layer from PhysicsServer2D
2021-09-16Merge pull request #52358 from kleonc/astar_error_messagesRémi Verschelde
`AStar` Add error messages
2021-09-16Merge pull request #52376 from rcorre/prop_path_copy_fixRémi Verschelde
Don't handle property_editor shortcuts on release.
2021-09-16Retrieve platform layer from PhysicsServer2Dfabriceci
2021-09-16Merge pull request #49266 from Calinou/remove-unused-editor-iconsRémi Verschelde
Remove unused editor icons
2021-09-16Merge pull request #49284 from Calinou/add-listener3d-gizmo-iconRémi Verschelde
Display a editor gizmo icon for Listener3D
2021-09-16Merge pull request #52732 from manueldun/materialConversionMRémi Verschelde
Materials Conversion now includes "Local to scene" flag and name
2021-09-16Merge pull request #52735 from BastiaanOlij/gdextension_property_groupRémi Verschelde
Add property group and subgroup registration to extensions
2021-09-16Merge pull request #41949 from ↵Rémi Verschelde
EricEzaM/PR/inspector-sub-resources-unique-confirm Added confirmation dialog for making sub-resources unique.
2021-09-16Display a editor gizmo icon for Listener3DHugo Locurcio
The icon was present in `editor/icons/`, but it was never implemented in the editor gizmos code. This also removes some unused gizmo drawing code (overridden methods that are no longer called anywhere).
2021-09-16Merge pull request #44885 from Jummit/duplicate-docsRémi Verschelde
Clarify that duplicate only copies exported members and fails with a constructor
2021-09-16Merge pull request #52731 from KoBeWi/tween_safe()Rémi Verschelde
Improvements to Tweens' Variant types
2021-09-16Merge pull request #52683 from Calinou/script-editor-tweak-line-column-indicatorRémi Verschelde
Tweak the script editor's line/column indicator for readability
2021-09-16Merge pull request #52715 from Calinou/linuxbsd-vulkan-driver-rebootRémi Verschelde
Mention that rebooting is required after updating graphics driver on Linux
2021-09-16Merge pull request #52720 from Faless/js/4.x_fix_wheelRémi Verschelde
[HTML5] Fix wheel/touch callback modifying event after parse.
2021-09-16Implement `OS::get_locale_language()` helper methodRémi Verschelde
This method extracts the 2 or 3-letter language code from `OS::get_locale()`, making it easier for users to identify the "main" language code for users that might have different OS locales due to different OS or region, but should be matched to the same translation (e.g. "generic" Spanish). Fixes #40703.
2021-09-16Merge pull request #51715 from aaronfranke/editor-setting-macroRémi Verschelde
Add and use macros for defining editor settings with hint information
2021-09-15Merge pull request #52571 from timothyqiu/expose-enumJuan Linietsky
Expose enum related methods in ClassDB
2021-09-16Add property group and subgroup registration to extensionsBastiaan Olij
2021-09-16Merge pull request #38051 from Calinou/doc-cubemapMax Hilbrunner
Document the Cubemap class
2021-09-16Added confirmation dialog for making subresources unique.Eric M
2021-09-16Merge pull request #43240 from HaSa1002/docs-mainloopMax Hilbrunner
Docs: Fix Mainloop example
2021-09-16Merge pull request #46625 from mbrlabs/docs-mutex-lockMax Hilbrunner
Documented that mutexes are implemented recursively
2021-09-16Merge pull request #50197 from SirQuartz/patch-16Max Hilbrunner
Add note to `RichTextLabel` about BBCode and `push_*/pop` functions
2021-09-16Improvements to Tweens' Variant typeskobewi
2021-09-15Conversion now includes "Local to scene" flag and nameManuel Dun
2021-09-15Merge pull request #52679 from nekomatata/world-boundary-shapeCamille Mohr-Daurat
Rename WorldMarginShape to WorldBoundaryShape
2021-09-16Merge pull request #52472 from mhilbrunner/array-slice-docsMax Hilbrunner
Fix docs for Array's slice()
2021-09-16Merge pull request #49038 from madmiraal/fix-docs-3407Max Hilbrunner
Clarify documentation of Camera3D.get_camera_transform()
2021-09-16Merge pull request #49041 from madmiraal/fix-docs-4085Max Hilbrunner
Clarify that eof_reached() cannot be used to check if more data is available
2021-09-15Merge pull request #50207 from SirQuartz/patch-17Max Hilbrunner
Add note to `SceneTree` about pausing
2021-09-15Merge pull request #50182 from SirQuartz/patch-15Max Hilbrunner
Add many descriptions to the `Window` class
2021-09-15Merge pull request #51615 from Bhu1-V/PR/docs/cmd-pltMax Hilbrunner
`EditorCommandPalette` Documentation.
2021-09-15Merge pull request #52677 from Calinou/doc-styleboxflat-bevel-antialiasingMax Hilbrunner
Document caveats with StyleBoxFlat antialiasing and beveled corners
2021-09-15Merge pull request #52628 from mechPenSketch/imgages_in_docsMax Hilbrunner
Add Graph Illustrations to Doc
2021-09-15Merge pull request #52719 from Calinou/doc-msdf-font-renderingMax Hilbrunner
Improve documentation related to MSDF font rendering
2021-09-15Merge pull request #52656 from akien-mga/rename-vseditor-singletonMax Hilbrunner
Rename VisualScriptEditor singleton to VisualScriptCustomNodes
2021-09-15Merge pull request #51864 from aaronfranke/test-string-doubleRémi Verschelde
Fix String::num_real and test cases when compiling with doubles
2021-09-15Add and use macros for defining editor settings with hint informationAaron Franke
2021-09-15Fix String::num_real and String test cases when compiling with doublesAaron Franke
2021-09-15Merge pull request #52695 from Faless/js/4.x_audio_mix_rateFabio Alessandrelli
[HTML5] Use browser mix rate by default on the Web.
2021-09-15Merge pull request #52344 from TechnoPorg/import-assets-firstRémi Verschelde