summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-17[iOS] iOS export improvements.bruvzg
Add export options to set Settings and Notification icons on export. Automatically fill background of the app store icon instead of failing (with warning). Update development region to use `en` instead of `English`.
2022-11-17Merge pull request #68741 from Chaosus/vs_fix_varyings_popupYuri Rubinsky
2022-11-16Fix the bounds of varying popup in visual shader editorYuri Rubinsky
2022-11-16Merge pull request #68573 from Sauermann/fix-optionbutton-popupRémi Verschelde
Fix position and size of OptionButton PopupMenu
2022-11-16Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde
Remove more instances of 'instance' being used as a verb
2022-11-16Merge pull request #68729 from m4gr3d/fix_save_restart_mainRémi Verschelde
Fix 'save & restart' logic for the Android Editor
2022-11-16Remove more instances of 'instance' being used as a verbVolTer
2022-11-16Fix 'save & restart' logic for the Android EditorFredia Huya-Kouadio
2022-11-16Merge pull request #68727 from akien-mga/GLES3-glx-swap-interval-fixRémi Verschelde
X11: Don't override glxSwapInterval function pointers loaded by GLAD
2022-11-16X11: Don't override glxSwapInterval function pointers loaded by GLADRémi Verschelde
Fixes #68722. Co-authored-by: alcomposer <alex.w.mitchell@gmail.com>
2022-11-16Merge pull request #68701 from Bromeon/bugfix/extension-header-cleanupRémi Verschelde
Extension header: fix typos, documentation and member order
2022-11-16Merge pull request #68725 from TokageItLab/fix-bone-renamer-for-conflictingRémi Verschelde
Improve BoneRenamer to avoid conflicting with original bone name
2022-11-16Merge pull request #68704 from ↵Rémi Verschelde
Calinou/node-add-proximitygroup-compatibility-handler Add a node compatibility handler for ProximityGroup
2022-11-16Merge pull request #68718 from dzil123/fix_fog_shader_buffer_overflowRémi Verschelde
Fix shader compiler asan out of bounds
2022-11-16Merge pull request #68708 from KoBeWi/this_dock_is_a_history_nowRémi Verschelde
Add explicit name to History dock
2022-11-16Improve BoneRenamer to avoid conflicting with original bone nameSilc Renew
2022-11-16Merge pull request #68717 from rune-scape/rune-compiler-regressionYuri Rubinsky
Fixes https://github.com/godotengine/godot/issues/68716
2022-11-15GDScript Compiler: regression fixRune
2022-11-16Add explicit name to History dockkobewi
2022-11-16Add a node compatibility handler for ProximityGroupHugo Locurcio
This converts ProximityGroup nodes from 3.x projects into Node3Ds (their parent), rather than bare Nodes.
2022-11-16Extension header: fix typos, documentation and member orderJan Haller
2022-11-16Merge pull request #68700 from clayjohn/GLES3-vsyncRémi Verschelde
Set vsync on window creation when using GLES3
2022-11-16Merge pull request #68699 from bruvzg/win_con_iconRémi Verschelde
[Windows] Add icon to the console wrapper, add option to set icon for the console wrapper on export.
2022-11-15Set vsync on window creation when using GLES3.clayjohn
Add vsync to Windows platform
2022-11-15[Windows] Add icon to the console wrapper, add option to set icon for the ↵bruvzg
console wrapper on export.
2022-11-15Merge pull request #62814 from KoBeWi/strintRémi Verschelde
Restore numeric from String constructors
2022-11-15Merge pull request #64077 from ↵Rémi Verschelde
Calinou/tweak-audiostreamplayer2d3d-default-panning Decrease default AudioStreamPlayer2D/3D panning strength
2022-11-15Merge pull request #68643 from Chaosus/fix_shaderYuri Rubinsky
Fix https://github.com/godotengine/godot/issues/68378
2022-11-15Mark shader built-ins as used when passed to functions as out parameter Yuri Rubinsky
2022-11-15Merge pull request #67948 from DeeJayLSP/split_webpRémi Verschelde
Overhaul WebP packer and split compression options
2022-11-15Merge pull request #68690 from KoBeWi/StringNoNameRémi Verschelde
Change EditorQuickOpen base_type to String
2022-11-15Merge pull request #65372 from Mickeon/fix-treat-warnings-as-errorsRémi Verschelde
Fix "Treat Warnings as Errors" Project Setting doing nothing
2022-11-15Merge pull request #67688 from Mickeon/i-forgror-☠️☠️Rémi Verschelde
Remove `PROPERTY_HINT_IMAGE_COMPRESS` constants
2022-11-15Merge pull request #66516 from DeeJayLSP/update_theoraRémi Verschelde
Update libtheora to GIT (2020.10)
2022-11-15Merge pull request #65836 from Calinou/add-max-physics-steps-per-frame-settingRémi Verschelde
Implement adjusting the maximum number of physics steps per rendered frame
2022-11-15Merge pull request #68159 from Mickeon/doc-help-return-arrayRémi Verschelde
Change docs' Typed Array & void representation
2022-11-15Merge pull request #67713 from KoBeWi/smoke_Joint2D_everydayRémi Verschelde
Fix false warning when renaming Joint2D's node
2022-11-15Merge pull request #68586 from Riteo/dynamic-glxRémi Verschelde
Load GLX dynamically with GLAD
2022-11-15Merge pull request #68587 from Riteo/file-check-exceptionRémi Verschelde
Add an exception for thirdparty subdirectories in file_format.sh
2022-11-15Merge pull request #68663 from Chaosus/gds_fix_completionYuri Rubinsky
2022-11-15Overhaul WebP packer and split compression optionsDeeJayLSP
2022-11-15Fix Fog shader buffer overflowdzil123
2022-11-15Remove `PROPERTY_HINT_IMAGE_COMPRESS` constantsMicky
These were used in 3.x but there's no reference of them in the codebase, at all.
2022-11-15Change EditorQuickOpen base_type to Stringkobewi
2022-11-15Change docs' Typed Array & void representationMicky
Typed Arrays now look the same as to how they're defined in GDScript. Also modifies "void" to be darkened and show a tooltip.
2022-11-15Load GLX dynamically with GLADRiteo Siuga
This is accomplished through the addition of a GLAD GLX loader in the `thirdparty` directory. This is another step towards a nice Wayland/X11 interoperation.
2022-11-15Fix false warning when renaming Joint2D's nodekobewi
2022-11-15Merge pull request #68340 from KoBeWi/deparentRémi Verschelde
Don't reparent dragged node when non needed
2022-11-15Merge pull request #67798 from KoBeWi/code_resurrectionRémi Verschelde
Uncomment drag forwarding in CreateDialog
2022-11-15Merge pull request #67651 from KoBeWi/❗_of_damnationRémi Verschelde
Fix double hint paste in EditorResourcePicker