summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-17Merge pull request #68766 from TokageItLab/fix-update-animation-fps-editRémi Verschelde
Fix GUI update timing when AnimationEditor changes FPS
2022-11-17Merge pull request #68651 from ↵Rémi Verschelde
ClarkThyLord/fix_code_editor_search_match_inconsistencies Fix code editor search match inconsistencies
2022-11-17Merge pull request #68743 from raulsntos/dotnet/array-meshRémi Verschelde
C#: Fix incorrect types used in ArrayMesh docs
2022-11-17Merge pull request #68736 from dzil123/main_print_version_topRémi Verschelde
Move engine version printout to top
2022-11-17Merge pull request #68741 from Chaosus/vs_fix_varyings_popupYuri Rubinsky
2022-11-17Fix update timing when AnimationEditor changes FPSSilc Renew
2022-11-16Fix "Search" match inconsistenciesChristian Cuevas
- Offset by searched length not line text - Continue searching line for whole word matches on mismatch: Breaking at this point makes it so that upon any whole word mismatch all potential matches after this point inline are skipped, to avoid this unwanted behavior we continue searching the line positioned after the mismatch.
2022-11-16C#: Fix incorrect types used in ArrayMesh docsRaul Santos
2022-11-16Fix the bounds of varying popup in visual shader editorYuri Rubinsky
2022-11-16Main::setup2 move print engine version to topdzil123
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.