Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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. | |||
2022-11-15 | Change EditorQuickOpen base_type to String | kobewi | |
2022-11-15 | Change docs' Typed Array & void representation | Micky | |
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-15 | Load GLX dynamically with GLAD | Riteo 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-15 | Fix false warning when renaming Joint2D's node | kobewi | |
2022-11-15 | Merge pull request #68340 from KoBeWi/deparent | Rémi Verschelde | |
Don't reparent dragged node when non needed | |||
2022-11-15 | Merge pull request #67798 from KoBeWi/code_resurrection | Rémi Verschelde | |
Uncomment drag forwarding in CreateDialog | |||
2022-11-15 | Merge pull request #67651 from KoBeWi/❗_of_damnation | Rémi Verschelde | |
Fix double hint paste in EditorResourcePicker | |||
2022-11-15 | Merge pull request #67397 from KoBeWi/impostorpup | Rémi Verschelde | |
Change EditorSpinSlider's popup to Control | |||
2022-11-15 | Merge pull request #67869 from KoBeWi/coostom_ooser_deer | Rémi Verschelde | |
Fix documentation about custom user dir | |||
2022-11-15 | Merge pull request #68683 from bruvzg/mvk_detect | Rémi Verschelde | |
[macOS] Automatically detect MoltenVK libs installed via homebrew and macports. | |||
2022-11-15 | Merge pull request #68681 from groud/fix_infinite_loop_in_resource_loader | Rémi Verschelde | |
Fixes infinite loop in ResourceFormatText when having unexpected end of file | |||
2022-11-15 | Merge pull request #68680 from bruvzg/fc_no_font_sub | Rémi Verschelde | |
[fontconfig] Reject font substitutes if non-alias name was used. | |||
2022-11-15 | Merge pull request #68372 from Riteo/glad2 | Rémi Verschelde | |
Regenerate GL loader code with GLAD 2 |