Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-13 | Merge pull request #68608 from dsnopek/gl-manager-nullptr | Rémi Verschelde | |
Added missing null checks for gl_manager in MacOS and Windows display servers | |||
2022-11-13 | Merge pull request #68584 from Sauermann/fix-native-handle-crash | Rémi Verschelde | |
Fix gl_manager nullptr crash | |||
2022-11-13 | Merge pull request #68594 from dzil123/fix_wtype_limits_warning_openxr | Rémi Verschelde | |
Fix -Wtype-limits warning in openxr_interface.cpp | |||
2022-11-13 | Merge pull request #68603 from HolonProduction/zip | Rémi Verschelde | |
Fix problem with ZIPPacker | |||
2022-11-13 | Merge pull request #68571 from ↵ | Rémi Verschelde | |
Calinou/editor-default-disable-code-font-ligatures Disable code font ligatures by default in the editor | |||
2022-11-13 | Merge pull request #60684 from trollodel/lightweight_editor_plugin | Rémi Verschelde | |
Use forward-declarations in EditorPlugin where possible | |||
2022-11-13 | Merge pull request #68574 from clayjohn/RD-shadow-time | Rémi Verschelde | |
Properly set TIME shader uniform when rendering shadows | |||
2022-11-13 | Added missing null checks for gl_manager in MacOS and Windows display servers | David Snopek | |
2022-11-13 | Fix problem with ZIPPacker | HolonProduction | |
The Zipfile Reference should be set to `NULL` when the `ZIPPacker` is closed not when a file in it is closed. When calling `ZIPPacker.close` without this nothing happens because `zf` is `NULL`. (7zip could still extract the file but warned about unexpected end of file.) | |||
2022-11-12 | Fix -Wtype-limits warning in openxr_interface.cpp | dzil123 | |
2022-11-13 | Fix gl_manager nullptr crash | Markus Sauermann | |
Add a nullptr-check, before accessing gl_manager | |||
2022-11-12 | Disable code font ligatures by default in the editor | Hugo Locurcio | |
2022-11-12 | Properly set TIME shader uniform when rendering shadows | clayjohn | |
2022-11-12 | Merge pull request #68557 from neropatti/master | Matthew | |
Fix typo, change ´ to ' | |||
2022-11-12 | Fix typo, change ´ to ' | neropatti | |
2022-11-12 | Merge pull request #68549 from ↵ | Rémi Verschelde | |
touilleMan/gdextension-revert-get_property_type_func-removal Revert removal of GDNativeExtensionScriptInstanceInfo::get_property_type_func in GDExtension | |||
2022-11-12 | Merge pull request #68477 from dzil123/visual_shader_ufunc_input_fix | Yuri Rubinsky | |
Fixes https://github.com/godotengine/godot/issues/68463 | |||
2022-11-12 | Revert removal of ↵ | Emmanuel Leblond | |
GDNativeExtensionScriptInstanceInfo::get_property_type_func in GDExtension This function pointer is needed to stay close to internal Godot's ScriptInstance class. Besides, by removing this function pointer, we had to do property list create/free each time we want to access type which is quadratic complexity :/ | |||
2022-11-11 | Merge pull request #68543 from DarkKilauea/msvc-problem-matcher | Rémi Verschelde | |
2022-11-11 | Add MSVC problem matcher to CI | Josh Jones | |
2022-11-11 | Merge pull request #68538 from raulsntos/gcc-problem-matcher | Rémi Verschelde | |
2022-11-11 | Merge pull request #68537 from ↵ | Rémi Verschelde | |
Calinou/editor-performance-monitor-section-bold-font Use a bold font for section titles in the editor performance monitor | |||
2022-11-11 | Merge pull request #68534 from clayjohn/GLES3-proxy | Rémi Verschelde | |
Implement texture_proxy_update which is needed for AnimatedTexture | |||
2022-11-11 | Merge pull request #67746 from SonnyBonds/fix_cluster_shader_mvk | Rémi Verschelde | |
Fix cluster_render.glsl failing on some Macs | |||
2022-11-11 | Merge pull request #67972 from and-rad/vector-field-consistency | Rémi Verschelde | |
Fix inconsistency between vector field texture and world space directions | |||
2022-11-11 | Merge pull request #67856 from Calinou/doc-texture | Rémi Verschelde | |
Document Texture, CompressedTexture and Placeholder classes | |||
2022-11-11 | Use forward-declarations in EditorPlugin where possible | trollodel | |
2022-11-11 | Add GCC problem matcher to CI | Raul Santos | |
2022-11-11 | Use a bold font for section titles in the editor performance monitor | Hugo Locurcio | |
2022-11-11 | Document Texture, CompressedTexture and Placeholder classes | Hugo Locurcio | |
2022-11-11 | Implement texture_proxy_update which is needed for AnimatedTexture | clayjohn | |
2022-11-11 | Merge pull request #68412 from bruvzg/le_caret_pl | Rémi Verschelde | |
[Line Edit] Ignore placeholder text when drawing caret. | |||
2022-11-11 | Merge pull request #68505 from Rindbee/delete-unused-TreeItems | Rémi Verschelde | |
Fix memory leak in `EditorSettingsDialog` | |||
2022-11-11 | Merge pull request #68526 from KoBeWi/godot_not_included | Rémi Verschelde | |
Mention .godot folder in issue template | |||
2022-11-11 | Merge pull request #68519 from cheece/openxr_get_view_fix | Rémi Verschelde | |
Add index check to OpenXRInterface::get_transform_for_view and OpenXRInterface::get_projection_for_view | |||
2022-11-11 | Merge pull request #68418 from Sauermann/fix-escape-dnd | Rémi Verschelde | |
Allow canceling Drag and Drop with the Escape-Key | |||
2022-11-11 | Mention .godot folder in issue template | kobewi | |
2022-11-11 | Add index check to OpenXRInterface::get_projection_for_view and ↵ | avemort | |
OpenXRInterface::get_transform_for_view | |||
2022-11-11 | Merge pull request #68307 from EIREXE/goodbye_winblows | Rémi Verschelde | |
Fallback to IAudioClient when IAudioClient3 is not available in a more robust way | |||
2022-11-11 | Merge pull request #68496 from clayjohn/RD-point | Rémi Verschelde | |
Ensure user shader is used in depth pass when point size is used | |||
2022-11-11 | Merge pull request #68513 from Chaosus/fix_shader_param | Rémi Verschelde | |
Fix `Shader::has_parameter` to return a correct value | |||
2022-11-11 | Merge pull request #68511 from clayjohn/RD-mobile-sky | Rémi Verschelde | |
Enable mipmaps in cubemap roughness shader | |||
2022-11-11 | Merge pull request #68482 from Sauermann/fix-mouse-enter-event | Rémi Verschelde | |
Fix unsent WINDOW_EVENT_MOUSE_ENTER event on mouse_mode-change | |||
2022-11-11 | Merge pull request #68358 from Sauermann/fix-pink-512-viewport | Rémi Verschelde | |
Fix SubViewport with default size being pink | |||
2022-11-11 | Merge pull request #68428 from nikitalita/fix-mesh-convert | Rémi Verschelde | |
Fix deprecated mesh conversion | |||
2022-11-11 | Merge pull request #68186 from pkdawson/expose-texture-rd | Rémi Verschelde | |
Expose texture_get_rd_texture for scripts | |||
2022-11-11 | Merge pull request #68235 from pkdawson/pr-expose-vertex-array-create | Rémi Verschelde | |
Expose RenderingDevice::vertex_array_create to scripting | |||
2022-11-11 | Merge pull request #67374 from MrBlockers/fix-draw-primitive | Rémi Verschelde | |
Fix draw_primitive ignoring texture argument | |||
2022-11-11 | Merge pull request #68425 from clayjohn/RD-doubles-particles | Rémi Verschelde | |
Fix GPUParticles not rendering in doubles build of the engine. | |||
2022-11-11 | Merge pull request #68453 from dsnopek/openxr-opengl-rendundant-x11 | Rémi Verschelde | |
[openxr] Remove unnecessary fallbacks for native handles on X11 |