summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-18Remove the global space `get_transformed_aabb` helper methodAaron Franke
2022-10-18Code simplificationsMarkus Sauermann
2022-10-18[macOS] Fit OS::alert to the text width for better readability.bruvzg
2022-10-18Add Caret Insert Below and Above shortcuts to TextEditPucklaMotzer09
2022-10-18Use more reasonable scrollable conditions in `ScrollContainer`Rindbee
2022-10-18Merge pull request #67561 from BastiaanOlij/fix_openxr_missing_itosBastiaan Olij
2022-10-18Fix missing itos for OpenXR loggingBastiaan Olij
2022-10-18Fix `SceneTreeEditor::_update_tree()` bindingHaoyu Qiu
2022-10-17Fix single-quotes incorrectly escaped when dragging into script editorJoão Martins
2022-10-17Support AtlasTexture in radial modes of TextureProgressBararkology
2022-10-17Merge pull request #67532 from Faless/ws/4.x_fix_pollRémi Verschelde
2022-10-17Merge pull request #67539 from bruvzg/check_ctxRémi Verschelde
2022-10-17Merge pull request #67179 from BastiaanOlij/openxr_add_refresh_rate_extensionRémi Verschelde
2022-10-17Merge pull request #67521 from nikitalita/speed_up_texture_posRémi Verschelde
2022-10-17Merge pull request #67463 from aaronfranke/num-real-negativeRémi Verschelde
2022-10-17Merge pull request #67514 from timothyqiu/deferRémi Verschelde
2022-10-17Merge pull request #67469 from anvilfolk/resource-load-clarificationRémi Verschelde
2022-10-17Merge pull request #67491 from Paulb23/fix-undo-redo-viewport-adjustRémi Verschelde
2022-10-17Merge pull request #67485 from kdada/kdada/masterRémi Verschelde
2022-10-17Merge pull request #64277 from KoBeWi/script_editor🧹🧹Rémi Verschelde
2022-10-17Merge pull request #67411 from rburing/editor_cast_rays_in_physics_processRémi Verschelde
2022-10-17Merge pull request #67458 from Sauermann/fix-expose-viewport-get-screen-trans...Rémi Verschelde
2022-10-17Merge pull request #67322 from ztc0611/add-ios-ui-optionsRémi Verschelde
2022-10-17Merge pull request #67428 from aaronfranke/gltf-additional-dataRémi Verschelde
2022-10-17Merge pull request #67441 from Zylann/fix_tileset_editor_mutexRémi Verschelde
2022-10-17Merge pull request #67118 from Mickeon/⬛Rémi Verschelde
2022-10-17Merge pull request #67259 from lucasnlm/optimiza-android-exportFredia Huya-Kouadio
2022-10-17Check if Vulkan context for the window exists before resizing it to avoid unn...bruvzg
2022-10-17[WebSocket] Fix client failing to connect to direct IP.Fabio Alessandrelli
2022-10-17Fix two typos in tracker names and a bug in OpenXR haptic feedbackBastiaan Olij
2022-10-17Fix MIDI input with ALSA.Ibrahn Sahir
2022-10-17[TextServer] Do not round glyph advances / coordinates if font oversampling o...bruvzg
2022-10-16Speed up `find_texture_pos_for_glyph()`nikitalita
2022-10-17Merge pull request #67488 from Iniquitatis/patch-1Yuri Rubinsky
2022-10-17Fix memory leak when `_ensure_cache_for_size()` failsHaoyu Qiu
2022-10-17Changing timing of call to xr_interface->pre_draw_viewportBastiaan Olij
2022-10-17Fix Light2D Shadow Filter Smooth property being visible with filter NoneHugo Locurcio
2022-10-17Merge pull request #67440 from raulsntos/dotnet/bindings-conflictsIgnacio Roldán Etcheverry
2022-10-16Clarified reason why a resource cannot be loaded.João Martins
2022-10-16Fix undo redo not adjusting TextEdit viewport to caretPaulb23
2022-10-16Fix editor crash when assigning some uniform hints to the texturesYuri Rubinsky
2022-10-16Fix crash in code completion when using an invalid / null fontPaulb23
2022-10-16Forcibly end current TextEdit action on undo redoPaulb23
2022-10-16[Font] Add support for OEM encoded bitmap fonts.bruvzg
2022-10-16Fix MultiplayerSynchronizer peer visibilityWei Guo
2022-10-16Merge pull request #67477 from Chaosus/plane_constructorYuri Rubinsky
2022-10-16Fix missing parenthesis in the documentationDominus Iniquitatis
2022-10-16Add a `Plane(Vector3, Vector3)` constructor for C#Yuri Rubinsky
2022-10-16Merge pull request #66979 from rburing/gdextension_abstract_classRémi Verschelde
2022-10-16GDExtension: add support for abstract and virtual classesRicardo Buring