Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-20 | Merge pull request #52479 from KoBeWi/the_close_of_all_tabs | Rémi Verschelde | |
Don't stop closing on unsaved script | |||
2021-09-20 | Merge pull request #52513 from Ev1lbl0w/fix_path_double_slash | Rémi Verschelde | |
Fix path with multiple slashes not being corrected on templates | |||
2021-09-20 | Merge pull request #51034 from bruvzg/macos_mime | Rémi Verschelde | |
[macOS] Update MIME codes and file type name to match "dist/linux/org.godotengine.Godot.xml" | |||
2021-09-20 | Merge pull request #52519 from e8newallm/52497-Remove_Unused_Variable | Rémi Verschelde | |
Removed unused Ref<Font> font variables | |||
2021-09-20 | Merge pull request #52865 from akien-mga/obj-import-no-threads | Rémi Verschelde | |
Import: Disable thread import for OBJ meshes | |||
2021-09-20 | Merge pull request #52827 from Chaosus/blend_tree_connection_improvement | Rémi Verschelde | |
Draggin in/out from ports to create nodes in Animation Blend Tree editor | |||
2021-09-20 | Merge pull request #52151 from CaptainProton42/fix-y-billboard-shear | Rémi Verschelde | |
Fix y billboard shear when rotating camera | |||
2021-09-20 | [macOS] Update MIME codes and file type names to match ↵ | bruvzg | |
"dist/linux/org.godotengine.Godot.xml" definitions. Add missing "shader" type icon. | |||
2021-09-20 | Merge pull request #37228 from rcorre/rcorre/better-load-dialog | Rémi Verschelde | |
Use QuickOpen to load resources in the inspector. | |||
2021-09-20 | Import: Disable thread import for OBJ meshes | Rémi Verschelde | |
This can currently lead to deadlocks, possibly due to some race condition in the Vulkan renderer. Works around #48265. | |||
2021-09-20 | Merge pull request #52848 from Paulb23/code-edit-tests | Rémi Verschelde | |
2021-09-20 | Merge pull request #52862 from bruvzg/cache_index_chk | Rémi Verschelde | |
Add FontData cache index check, remove excessive loop. | |||
2021-09-20 | Merge pull request #52858 from ↵ | Rémi Verschelde | |
SilverCreekEntertainment/fix-cursor-disappearing-in-windows-fullscreen-4.x Fix Windows cursor with trails disappearing in fullscreen | |||
2021-09-20 | Add remaning code edit unit tests | Paulb23 | |
2021-09-20 | Change completion prefixes to single char and unnecessary ui_cancel accept_event | Paulb23 | |
2021-09-20 | Merge pull request #52860 from bruvzg/vis_chars | Rémi Verschelde | |
2021-09-20 | Add FontData cache index check, remove excessive loop. | bruvzg | |
2021-09-20 | Merge pull request #52859 from bruvzg/hb300 | Rémi Verschelde | |
2021-09-20 | Draggin in/out from ports to create nodes in Animation Blend Tree editor | Yuri Roubinsky | |
2021-09-20 | HarfBuzz: Update to version 3.0.0 | bruvzg | |
2021-09-20 | Merge pull request #52398 from deakcor/dev-transform | Rémi Verschelde | |
2021-09-20 | Fix `Label` and `RichTextLabel` `visible_characters` and `percent_visible` ↵ | bruvzg | |
methods. | |||
2021-09-19 | Fix Windows cursor with trails disappearing in fullscreen | Dan | |
Fixed by turning off mouse trails when going into fullscreen, then restoring trails when exiting fullscreen or game | |||
2021-09-19 | Expose get_skew for transform2d and add new constructor | Vincent D | |
Expose set_scale and set_skew for transform2d Replacing float by real_t Adding const parameters Updated transform2d doc | |||
2021-09-19 | Merge pull request #52474 from KoBeWi/script_remover_3000 | Rémi Verschelde | |
2021-09-18 | Add QuickLoad option to resource picker. | Ryan Roden-Corrent | |
When clicking on a resource field in the inspector dock, you now have the "Quick Load" option in addition to "Load". This opens a QuickOpen dialog allowing the user to type in a phrase to quickly locate the desired resource (similar to "Quick Open Scene"). In my experience, this is much faster than clicking through the File Dialog. Relates to godotengine/godot-proposals#346. | |||
2021-09-18 | Merge pull request #52829 from aaronfranke/cs-xml | Rémi Verschelde | |
Fix some minor issues in C# XML doc comments | |||
2021-09-18 | Fix some minor issues in C# XML doc comments | Aaron Franke | |
2021-09-18 | Merge pull request #52743 from Ev1lbl0w/fix_debug_errors_not_clearing | Fabio Alessandrelli | |
Fix error list not being cleared | |||
2021-09-18 | Merge pull request #52666 from magian1127/temp1 | Rémi Verschelde | |
2021-09-18 | Merge pull request #52818 from Chaosus/fix_shader_crash | Rémi Verschelde | |
2021-09-18 | C#, replace the current Xform method with a * operator. | Magian | |
2021-09-18 | Fix shader crash when passing array to built-in function without index | Yuri Roubinsky | |
2021-09-18 | Merge pull request #52810 from Chaosus/vs_fix_gotoline | Rémi Verschelde | |
Fix incorrect call of `_center_on_node` in VisualScript editor | |||
2021-09-18 | Fix incorrect call of `_center_on_node` in VisualScript editor | Yuri Roubinsky | |
2021-09-17 | Merge pull request #52461 from kleonc/sprite-frames-dialog-fix-drawing | Rémi Verschelde | |
2021-09-17 | Merge pull request #52458 from jmb462/fix-node-pivot-shortcut-always-active | Rémi Verschelde | |
2021-09-17 | Merge pull request #52797 from vnen/string-indexing | Rémi Verschelde | |
2021-09-17 | Merge pull request #52774 from Calinou/audiostreamplayer3d-remove-out-of-range | Rémi Verschelde | |
2021-09-17 | Allow indexing of String values in scripting languages | George Marques | |
2021-09-17 | Remove unused `out_of_range_mode` property from AudioStreamPlayer3D | Hugo Locurcio | |
The `out_of_range_mode` property is no longer used since audio mixing was moved out of the various AudioStreamPlayer nodes. | |||
2021-09-17 | Merge pull request #52792 from vnen/gdscript-subscript-missing-index | Rémi Verschelde | |
2021-09-17 | Merge pull request #52450 from aaronfranke/they-came-from-scale | Rémi Verschelde | |
Replace Vector3.to_diagonal_matrix with Basis.from_scale | |||
2021-09-17 | Merge pull request #52788 from vnen/gdscript-compare-with-null | Rémi Verschelde | |
2021-09-17 | GDScript: Properly catch error when missing index in subscript | George Marques | |
2021-09-17 | Merge pull request #52464 from raulsntos/fix_buffer_info_uninitialized | Rémi Verschelde | |
2021-09-17 | Merge pull request #49819 from nekomatata/fix-process-mode-inherit | Rémi Verschelde | |
2021-09-17 | Allow comparing equality between builtin types and null | George Marques | |
2021-09-17 | Replace Vector3.to_diagonal_matrix with Basis.from_scale | Aaron Franke | |
2021-09-17 | Merge pull request #51671 from RandomShaper/fix_gdscript_crash | George Marques | |
Fix some GDScript bugs |