Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-11 | catch null profile_def causing crash on startup | Josh Kabo | |
2022-04-11 | Merge pull request #60046 from Zylann/print_line_function | Rémi Verschelde | |
2022-04-11 | Merge pull request #60026 from ConteZero/shortcut_keys_enabled | Rémi Verschelde | |
2022-04-11 | Merge pull request #60102 from KoBeWi/graphememe | Rémi Verschelde | |
2022-04-11 | Merge pull request #54191 from Ev1lbl0w/bugfix-window_popup_ratio | Rémi Verschelde | |
2022-04-11 | Merge pull request #60137 from JFonS/fix_default_shadow_tex | Rémi Verschelde | |
Fix Vulkan validation errors on default depth textures | |||
2022-04-11 | Merge pull request #57899 from Chaosus/fix_aa | Yuri Rubinsky | |
2022-04-11 | Merge pull request #60138 from JFonS/fix_spec_constants | Rémi Verschelde | |
2022-04-11 | Merge pull request #59980 from reduz/animation-libraries | Rémi Verschelde | |
2022-04-11 | Merge pull request #59440 from bruvzg/fd_ref_counted | Rémi Verschelde | |
2022-04-11 | Merge pull request #60111 from KoBeWi/the_files_have_landed | Rémi Verschelde | |
2022-04-11 | Merge pull request #60124 from KoBeWi/sepyt_noitcennoc_dilav | Rémi Verschelde | |
2022-04-11 | Implement Animation Libraries | reduz | |
* Instead of containing single animations, AnimationPlayer now contains libraries. * Libraries, in turn, contain the animations. This paves the way for implementing the possibility of importing scenes as animation libraries, finally allowing to import animations separate from the 3D models. Missing (will be done on separate PRs): * Make it possible to import scenes (dae/fbx/gltf) as animation libraries. * Make it possible for AnimationTree to import animation libraries on its own, so it does not rely on AnimationPlayer for everything. | |||
2022-04-11 | Merge pull request #60125 from Calinou/makerst-improve-error-reporting | Rémi Verschelde | |
2022-04-11 | Fix specialization constant updates in color passes | jfons | |
The color pass specialization constants were not being updated after splitting them to their own array. | |||
2022-04-11 | Merge pull request #59514 from EricEzaM/input-editor-fixes | Rémi Verschelde | |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg | |
2022-04-11 | Merge pull request #60136 from bruvzg/long_select | Rémi Verschelde | |
2022-04-11 | Merge pull request #60104 from ConteZero/shortcut_keys | Rémi Verschelde | |
2022-04-11 | Merge pull request #60129 from timothyqiu/title-unnamed | Rémi Verschelde | |
2022-04-11 | Fix Vulkan validation errors on default depth textures | jfons | |
The validation layers were complaining that we use DEFAULT_RD_TEXTURE_WHITE (which is RGBA8) in places where it's sampled as a depth texture. This commit adds the new default texture DEFAULT_RD_TEXTURE_DEPTH and uses it where needed. | |||
2022-04-11 | Merge pull request #59940 from BastiaanOlij/xr_new_controllers_20220405 | Rémi Verschelde | |
2022-04-11 | [TextServer] Fix long selection performance. | bruvzg | |
2022-04-11 | Localize unnamed project name in editor window title | Haoyu Qiu | |
2022-04-11 | makerst: Improve error reporting | Hugo Locurcio | |
- List file names before error descriptions, as is common in linters. - Print the number of errors reported at the end of the list. - Use double quotes instead of single quotes in messages. | |||
2022-04-11 | Improvements to files_dropped signal | kobewi | |
2022-04-11 | Fix GraphEdit's valid connections being reversed | kobewi | |
2022-04-10 | Add select_all() to RichTextLabel | ConteZero | |
2022-04-10 | Improve shaped_text_get_word_breaks() | kobewi | |
2022-04-10 | Clamp ratio from popup_centered_ratio | Ev1lbl0w | |
2022-04-09 | Merge pull request #60059 from fabriceci/fix-up-direction-doc | Rémi Verschelde | |
2022-04-09 | Fix up direction doc description | fabriceci | |
2022-04-09 | Changed print_line macro to a function | Marc Gilleron | |
2022-04-09 | Merge pull request #59995 from Scony/fix-threaded-navmesh-baking | Rémi Verschelde | |
Fix navmesh baking | |||
2022-04-09 | Merge pull request #60029 from vnen/gdscript-static-methods-fix | Rémi Verschelde | |
GDScript: Fix method call on singletons | |||
2022-04-08 | Fix navmesh baking | Pawel Lampe | |
- improved mesh data calculation from standalone static colliders so that no VisualServer calls are performed - and thus no VS mutexes need to be locked in case of on-thread baking - improved the same for GridMap's static colliders | |||
2022-04-08 | GDScript: Fix method call on singletons | George Marques | |
2022-04-08 | Fix shortcut_keys_enabled in TextEdit | ConteZero | |
2022-04-08 | Merge pull request #59324 from Zylann/fix_fvec_array_binary_load | Rémi Verschelde | |
Fix loading binary resources with float=64 | |||
2022-04-08 | Fix loading binary resources with float=64 | Marc Gilleron | |
- PackedVector2Array - PackedVector3Array - PackedColorArray | |||
2022-04-08 | Merge pull request #59396 from Calinou/animation-track-editor-improve-drawing | Rémi Verschelde | |
Improve the animation track editor drawing | |||
2022-04-08 | Merge pull request #59998 from akien-mga/fbx-blend-importers-path-handling | Rémi Verschelde | |
2022-04-07 | Fix path handling in FBX and Blend importers | Rémi Verschelde | |
Fixes #59996. | |||
2022-04-07 | Merge pull request #59594 from dmaz/add-completion-opt-built-in-types | Rémi Verschelde | |
2022-04-07 | Merge pull request #59992 from bruvzg/remove_godotcpp_build | Rémi Verschelde | |
2022-04-07 | Merge pull request #59178 from Calinou/occluder3d-add-editor-icons | Rémi Verschelde | |
2022-04-07 | Remove redundant `godot-cpp` build stage. | bruvzg | |
2022-04-07 | Add built-in Variant types to autocompletion list | David Maziarka | |
Co-authored-by: Gustav <gusan092@student.liu.se> | |||
2022-04-07 | Merge pull request #59788 from Vitika9/59711 | Rémi Verschelde | |
2022-04-07 | Merge pull request #59963 from akien-mga/remove-unused-legacy-tests | Rémi Verschelde | |