summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-16Fix "Search" match inconsistenciesChristian 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-14Merge pull request #68582 from bruvzg/inv_gd3_bmp_fontRémi Verschelde
Add a special case for importing bitmap fonts designed for Godot 3.
2022-11-14Merge pull request #68470 from bruvzg/img_fnt_impRémi Verschelde
[Image Font Importer] Hide unused font size, add image and character margins.
2022-11-14Merge pull request #68448 from bruvzg/font_imp_trRémi Verschelde
[Font] Add an import option to pre-render all glyphs required for the translation.
2022-11-14Merge pull request #68132 from Mickeon/doc-help-colourfulRémi Verschelde
Improve Editor Documentation colors
2022-11-14Merge pull request #67975 from BastiaanOlij/implement_uv2_on_primitivesRémi Verschelde
Add optional UV2 logic for lightmapping to primitive shapes
2022-11-14Merge pull request #61884 from Calinou/alpha-hash-use-opaque-pipelineRémi Verschelde
Use opaque rendering pipeline for alpha hash materials
2022-11-14Merge pull request #68631 from pkdawson/fix-icondir-buffer-overflowRémi Verschelde
Fix ICONDIR buffer overflow
2022-11-14Merge pull request #68257 from bruvzg/macos_ex_fsRémi Verschelde
[macOS] Add exclusive fullscreen mode with Dock and Menu disabled.
2022-11-14[macOS] Add exclusive fullscreen mode with Dock and Menu disabled.bruvzg
2022-11-14Fix ICONDIR buffer overflowPatrick Dawson
2022-11-13Merge pull request #68608 from dsnopek/gl-manager-nullptrRémi Verschelde
Added missing null checks for gl_manager in MacOS and Windows display servers
2022-11-13Merge pull request #68584 from Sauermann/fix-native-handle-crashRémi Verschelde
Fix gl_manager nullptr crash
2022-11-13Merge pull request #68594 from dzil123/fix_wtype_limits_warning_openxrRémi Verschelde
Fix -Wtype-limits warning in openxr_interface.cpp
2022-11-13Merge pull request #68603 from HolonProduction/zipRémi Verschelde
Fix problem with ZIPPacker
2022-11-13Merge 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-13Merge pull request #60684 from trollodel/lightweight_editor_pluginRémi Verschelde
Use forward-declarations in EditorPlugin where possible
2022-11-13Merge pull request #68574 from clayjohn/RD-shadow-timeRémi Verschelde
Properly set TIME shader uniform when rendering shadows
2022-11-13Added missing null checks for gl_manager in MacOS and Windows display serversDavid Snopek
2022-11-13Fix problem with ZIPPackerHolonProduction
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-13Add optional UV2 logic for lightmapping to primitive shapesBastiaan Olij
2022-11-12Fix -Wtype-limits warning in openxr_interface.cppdzil123
2022-11-13Fix gl_manager nullptr crashMarkus Sauermann
Add a nullptr-check, before accessing gl_manager
2022-11-13Add a special case for importing bitmap fonts designed for Godot 3.bruvzg
2022-11-12Disable code font ligatures by default in the editorHugo Locurcio
2022-11-12Properly set TIME shader uniform when rendering shadowsclayjohn
2022-11-12Merge pull request #68557 from neropatti/masterMatthew
Fix typo, change ´ to '
2022-11-12Fix typo, change ´ to 'neropatti
2022-11-12Merge 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-12Merge pull request #68477 from dzil123/visual_shader_ufunc_input_fixYuri Rubinsky
Fixes https://github.com/godotengine/godot/issues/68463
2022-11-12Revert 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-11Merge pull request #68543 from DarkKilauea/msvc-problem-matcherRémi Verschelde
2022-11-11Add MSVC problem matcher to CIJosh Jones
2022-11-11Merge pull request #68538 from raulsntos/gcc-problem-matcherRémi Verschelde
2022-11-11Merge 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-11Merge pull request #68534 from clayjohn/GLES3-proxyRémi Verschelde
Implement texture_proxy_update which is needed for AnimatedTexture
2022-11-11Merge pull request #67746 from SonnyBonds/fix_cluster_shader_mvkRémi Verschelde
Fix cluster_render.glsl failing on some Macs
2022-11-11Merge pull request #67972 from and-rad/vector-field-consistencyRémi Verschelde
Fix inconsistency between vector field texture and world space directions
2022-11-11Merge pull request #67856 from Calinou/doc-textureRémi Verschelde
Document Texture, CompressedTexture and Placeholder classes
2022-11-11Use forward-declarations in EditorPlugin where possibletrollodel
2022-11-11Add GCC problem matcher to CIRaul Santos
2022-11-11Use a bold font for section titles in the editor performance monitorHugo Locurcio
2022-11-11Document Texture, CompressedTexture and Placeholder classesHugo Locurcio
2022-11-11Implement texture_proxy_update which is needed for AnimatedTextureclayjohn
2022-11-11Merge pull request #68412 from bruvzg/le_caret_plRémi Verschelde
[Line Edit] Ignore placeholder text when drawing caret.
2022-11-11Merge pull request #68505 from Rindbee/delete-unused-TreeItemsRémi Verschelde
Fix memory leak in `EditorSettingsDialog`
2022-11-11Merge pull request #68526 from KoBeWi/godot_not_includedRémi Verschelde
Mention .godot folder in issue template
2022-11-11Merge pull request #68519 from cheece/openxr_get_view_fixRémi Verschelde
Add index check to OpenXRInterface::get_transform_for_view and OpenXRInterface::get_projection_for_view
2022-11-11Merge pull request #68418 from Sauermann/fix-escape-dndRémi Verschelde
Allow canceling Drag and Drop with the Escape-Key
2022-11-11Mention .godot folder in issue templatekobewi