summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-11Merge pull request #73040 from Rindbee/popup_centered_consider_current_sizeRémi Verschelde
Calling popup_center* with the default size will use the current size
2023-02-11Merge pull request #73060 from clayjohn/screen_texture-sizeRémi Verschelde
Avoid inserting screen_texture compatibility code when using textureSize
2023-02-11Merge pull request #73031 from DarkKilauea/allow-no-navigation-moduleRémi Verschelde
Allow compiling out the navigation module
2023-02-11Merge pull request #73063 from ↵Rémi Verschelde
KoBeWi/it_exited_the_tree_but_changed_its_mind_and_broke_instead Fix camera reparenting
2023-02-11Merge pull request #73083 from timothyqiu/nav-agent-debug-propertiesRémi Verschelde
Strip name prefix of navigation agent debug properties in the inspector
2023-02-11Merge pull request #73082 from aaronfranke/check-canvas-itemRémi Verschelde
Check for CanvasItem instead of Control and Node2D
2023-02-11Merge pull request #73068 from dsnopek/webxr-bounds-geometry-bugRémi Verschelde
Fix byte packing (and buffer overrun) in godot_webxr_get_bounds_geometry()
2023-02-11Merge pull request #73075 from timothyqiu/ttrn-singleRémi Verschelde
Don't warn when using `TTRN()` in a language without plurals
2023-02-11Merge pull request #63907 from heppocogne/Fix-code-editor-colorpickerRémi Verschelde
Fix code editor's ColorPicker issue
2023-02-11Merge pull request #73057 from sakrel/draw-command-label-thread-safetyRémi Verschelde
RenderingDeviceVulkan: Make draw command labels thread safe
2023-02-11Merge pull request #70723 from rburing/fill_physicsserver2d_docsRémi Verschelde
Fill and fix `PhysicsServer2D` documentation
2023-02-11Merge pull request #73055 from clayjohn/RD-canvas-bgRémi Verschelde
Do clear request before reading from render target when using CANVAS_BG
2023-02-11Merge pull request #67155 from ↵Rémi Verschelde
touilleMan/Engine-exposes-ScriptServer-unregister_language Expose unregister language & improve usability with GDExtension
2023-02-11Merge pull request #73014 from TokageItLab/animation-tree-docsRémi Verschelde
Add document for AnimationNodes which have setter as request property
2023-02-11Calling popup_center* with the default size will use the current sizeRindbee
2023-02-11Strip name prefix of navigation agent debug properties in the inspectorHaoyu Qiu
2023-02-11Check for CanvasItem instead of Control and Node2DAaron Franke
2023-02-11Don't warn when using TTRN() in a language without pluralsHaoyu Qiu
2023-02-10Merge pull request #68905 from jaymehta-g/area-node-description-typoMatthew
Fix Area node description mistake
2023-02-10Fix byte packing (and buffer overrun) in godot_webxr_get_bounds_geometry()David Snopek
2023-02-11Fix code editor's ColorPicker issueheppocogne
ColorPicker now supports color constants. Modify code comments.
2023-02-10Fix camera reparentingkobewi
2023-02-10Avoid inserting screen_texture compatibility code when using textureSizeclayjohn
2023-02-10Make draw command labels thread safesakrel
2023-02-10Do clear request before reading from render target when using CANVAS_BGclayjohn
2023-02-10Add Engine::unregister_script_language and make ↵Emmanuel Leblond
Engine::register_script_language returns a Error
2023-02-10Fill and fix PhysicsServer2D documentationRicardo Buring
Fixes incorrect descriptions, adds more detail, and fills in missing descriptions. Also adds a physics object glossary at the beginning. Default values of body/area/joint parameters are now documented (based on the values in Godot Physics), to aid GDExtension developers.
2023-02-11Add document for AnimationNodes which have setter as request propertySilc 'Tokage' Renew
2023-02-10Merge pull request #70663 from EpEpDragon/feature_buffer_get_data_size_optionRémi Verschelde
Add optional size parameter to the RenderDevice buffer_get_data method.
2023-02-10Merge pull request #71691 from ↵Rémi Verschelde
hcoura/res-importer-gen-physics-mesh-only-when-needed Fix SceneImportSettings perf issues
2023-02-10Merge pull request #71054 from ↵Rémi Verschelde
MarioLiebisch/fix-animationplayer-calltrack-strings Properly stringify args for Call Method Tracks
2023-02-10Merge pull request #72045 from DeeJayLSP/update_libwebpRémi Verschelde
libwebp: Sync with upstream 1.3.0
2023-02-10Merge pull request #73042 from akien-mga/create-project-gl_compatibility-mobileRémi Verschelde
ProjectManager: Also set `gl_compatibility` for mobile override
2023-02-10Merge pull request #71572 from RedMser/docs-binary-variantYuri Sizov
Document internal usage of `encode`/`decode_variant`
2023-02-10Merge pull request #43111 from junkajii/masterYuri Sizov
New icons for ParallaxBackground & ParallaxLayer
2023-02-10Merge pull request #69728 from Calinou/doc-font-oversampling-exceptionsYuri Sizov
Document exceptions to font oversampling in Camera2D, CanvasItem and Control
2023-02-10Merge pull request #69731 from hackenshaw/improve-CanvasLayer.layer-tootltipYuri Sizov
Improve tooltip for CanvasLayer.layer
2023-02-10ProjectManager: Also set `gl_compatibility` for mobile overrideRémi Verschelde
It's a bit hacky as the choice mainly impacts the main setting, but there are pre-existing overrides which supersede it. We should treat this checkbox as the highest allowed rendering method, and replace the ones which would be higher end (here replace `mobile` with the chosen `gl_compatibility`).
2023-02-10i18n: Sync translations with WeblateRémi Verschelde
2023-02-10Merge pull request #73024 from TokageItLab/fix-transtition-first-frameRémi Verschelde
Fix broken first frame of `NodeTransition`/`NodeOneShot` when xfade is 0
2023-02-10Merge pull request #72378 from maximkulkin/line-edit-consume-eventsRémi Verschelde
Fix LineEdit not consuming events
2023-02-10Merge pull request #72714 from DarkMessiah/fix-unlimited-text-in-treeRémi Verschelde
Fix unlimited text rendering in Tree if width <= 0
2023-02-10Merge pull request #73001 from SaracenOne/update_on_advanced_reimportRémi Verschelde
Emit reimport signal in reimport_file_with_custom_parameters method
2023-02-10Merge pull request #73002 from KoBeWi/VisibleOnScreenConfusionRémi Verschelde
Clarify visibility in VisibleOnScreenNotifier
2023-02-10Merge pull request #73000 from Sauermann/fix-editor-viewport-size-zero-crashRémi Verschelde
Fix crash in editor when setting `SubViewport.size` to zero
2023-02-10Merge pull request #73007 from KoBeWi/typos_be_likeRémi Verschelde
Fix error spam when deselecting TileMap
2023-02-10Merge pull request #73034 from groud/fix_tilemap_patternRémi Verschelde
Fix TileMap patterns creation
2023-02-10Merge pull request #73027 from timothyqiu/more-i18nRémi Verschelde
Add some missing translatable editor strings
2023-02-10Merge pull request #73006 from clayjohn/GL-blend-subRémi Verschelde
Properly reset blend mode when resetting canvas in compatibility renderer
2023-02-10Merge pull request #73032 from dalexeev/gds-remove-warn-as-err-settingRémi Verschelde
GDScript: Remove `treat_warnings_as_errors` project setting