Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-17 | Merge pull request #68766 from TokageItLab/fix-update-animation-fps-edit | Rémi Verschelde | |
Fix GUI update timing when AnimationEditor changes FPS | |||
2022-11-17 | Merge pull request #68651 from ↵ | Rémi Verschelde | |
ClarkThyLord/fix_code_editor_search_match_inconsistencies Fix code editor search match inconsistencies | |||
2022-11-17 | Merge pull request #68743 from raulsntos/dotnet/array-mesh | Rémi Verschelde | |
C#: Fix incorrect types used in ArrayMesh docs | |||
2022-11-17 | Merge pull request #68736 from dzil123/main_print_version_top | Rémi Verschelde | |
Move engine version printout to top | |||
2022-11-17 | Merge pull request #68741 from Chaosus/vs_fix_varyings_popup | Yuri Rubinsky | |
2022-11-17 | Fix update timing when AnimationEditor changes FPS | Silc Renew | |
2022-11-16 | Fix "Search" match inconsistencies | Christian 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-16 | C#: Fix incorrect types used in ArrayMesh docs | Raul Santos | |
2022-11-16 | Fix the bounds of varying popup in visual shader editor | Yuri Rubinsky | |
2022-11-16 | Main::setup2 move print engine version to top | dzil123 | |
2022-11-16 | Merge pull request #68573 from Sauermann/fix-optionbutton-popup | Rémi Verschelde | |
Fix position and size of OptionButton PopupMenu | |||
2022-11-16 | Merge pull request #68709 from MewPurPur/instance-begone-part3 | Rémi Verschelde | |
Remove more instances of 'instance' being used as a verb | |||
2022-11-16 | Merge pull request #68729 from m4gr3d/fix_save_restart_main | Rémi Verschelde | |
Fix 'save & restart' logic for the Android Editor | |||
2022-11-16 | Remove more instances of 'instance' being used as a verb | VolTer | |
2022-11-16 | Fix 'save & restart' logic for the Android Editor | Fredia Huya-Kouadio | |
2022-11-16 | Merge pull request #68727 from akien-mga/GLES3-glx-swap-interval-fix | Rémi Verschelde | |
X11: Don't override glxSwapInterval function pointers loaded by GLAD | |||
2022-11-16 | X11: Don't override glxSwapInterval function pointers loaded by GLAD | Rémi Verschelde | |
Fixes #68722. Co-authored-by: alcomposer <alex.w.mitchell@gmail.com> | |||
2022-11-16 | Merge pull request #68701 from Bromeon/bugfix/extension-header-cleanup | Rémi Verschelde | |
Extension header: fix typos, documentation and member order | |||
2022-11-16 | Merge pull request #68725 from TokageItLab/fix-bone-renamer-for-conflicting | Rémi Verschelde | |
Improve BoneRenamer to avoid conflicting with original bone name | |||
2022-11-16 | Merge pull request #68704 from ↵ | Rémi Verschelde | |
Calinou/node-add-proximitygroup-compatibility-handler Add a node compatibility handler for ProximityGroup | |||
2022-11-16 | Merge pull request #68718 from dzil123/fix_fog_shader_buffer_overflow | Rémi Verschelde | |
Fix shader compiler asan out of bounds | |||
2022-11-16 | Merge pull request #68708 from KoBeWi/this_dock_is_a_history_now | Rémi Verschelde | |
Add explicit name to History dock | |||
2022-11-16 | Improve BoneRenamer to avoid conflicting with original bone name | Silc Renew | |
2022-11-16 | Merge pull request #68717 from rune-scape/rune-compiler-regression | Yuri Rubinsky | |
Fixes https://github.com/godotengine/godot/issues/68716 | |||
2022-11-15 | GDScript Compiler: regression fix | Rune | |
2022-11-16 | Add explicit name to History dock | kobewi | |
2022-11-16 | Add a node compatibility handler for ProximityGroup | Hugo Locurcio | |
This converts ProximityGroup nodes from 3.x projects into Node3Ds (their parent), rather than bare Nodes. | |||
2022-11-16 | Extension header: fix typos, documentation and member order | Jan Haller | |
2022-11-16 | Merge pull request #68700 from clayjohn/GLES3-vsync | Rémi Verschelde | |
Set vsync on window creation when using GLES3 | |||
2022-11-16 | Merge pull request #68699 from bruvzg/win_con_icon | Rémi Verschelde | |
[Windows] Add icon to the console wrapper, add option to set icon for the console wrapper on export. | |||
2022-11-15 | Set 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-15 | Merge pull request #62814 from KoBeWi/strint | Rémi Verschelde | |
Restore numeric from String constructors | |||
2022-11-15 | Merge pull request #64077 from ↵ | Rémi Verschelde | |
Calinou/tweak-audiostreamplayer2d3d-default-panning Decrease default AudioStreamPlayer2D/3D panning strength | |||
2022-11-15 | Merge pull request #68643 from Chaosus/fix_shader | Yuri Rubinsky | |
Fix https://github.com/godotengine/godot/issues/68378 | |||
2022-11-15 | Mark shader built-ins as used when passed to functions as out parameter | Yuri Rubinsky | |
2022-11-15 | Merge pull request #67948 from DeeJayLSP/split_webp | Rémi Verschelde | |
Overhaul WebP packer and split compression options | |||
2022-11-15 | Merge pull request #68690 from KoBeWi/StringNoName | Rémi Verschelde | |
Change EditorQuickOpen base_type to String | |||
2022-11-15 | Merge pull request #65372 from Mickeon/fix-treat-warnings-as-errors | Rémi Verschelde | |
Fix "Treat Warnings as Errors" Project Setting doing nothing | |||
2022-11-15 | Merge pull request #67688 from Mickeon/i-forgror-☠️☠️ | Rémi Verschelde | |
Remove `PROPERTY_HINT_IMAGE_COMPRESS` constants | |||
2022-11-15 | Merge pull request #66516 from DeeJayLSP/update_theora | Rémi Verschelde | |
Update libtheora to GIT (2020.10) | |||
2022-11-15 | Merge pull request #65836 from Calinou/add-max-physics-steps-per-frame-setting | Rémi Verschelde | |
Implement adjusting the maximum number of physics steps per rendered frame | |||
2022-11-15 | Merge pull request #68159 from Mickeon/doc-help-return-array | Rémi Verschelde | |
Change docs' Typed Array & void representation | |||
2022-11-15 | Merge pull request #67713 from KoBeWi/smoke_Joint2D_everyday | Rémi Verschelde | |
Fix false warning when renaming Joint2D's node | |||
2022-11-15 | Merge pull request #68586 from Riteo/dynamic-glx | Rémi Verschelde | |
Load GLX dynamically with GLAD | |||
2022-11-15 | Merge pull request #68587 from Riteo/file-check-exception | Rémi Verschelde | |
Add an exception for thirdparty subdirectories in file_format.sh | |||
2022-11-15 | Merge pull request #68663 from Chaosus/gds_fix_completion | Yuri Rubinsky | |
2022-11-15 | Overhaul WebP packer and split compression options | DeeJayLSP | |
2022-11-15 | Fix Fog shader buffer overflow | dzil123 | |
2022-11-15 | Remove `PROPERTY_HINT_IMAGE_COMPRESS` constants | Micky | |
These were used in 3.x but there's no reference of them in the codebase, at all. |