summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-03Add screen_get_refresh_rate to DisplayServerjordi
2022-01-27Merge pull request #57293 from mhilbrunner/windows-console-fixupsRémi Verschelde
2022-01-27Merge pull request #57290 from ↵Rémi Verschelde
IgorKordiukiewicz/fix-tile-map-editor-not-disappearing
2022-01-27Merge pull request #57281 from Rubonnek/rename-subsequenceRémi Verschelde
2022-01-27Merge pull request #57295 from TokageItLab/fix-blendspace2d-discreteRémi Verschelde
2022-01-26Merge pull request #57277 from m4gr3d/fix_android_plugin_crash_masterFredia Huya-Kouadio
Include the `godot_plugin_jni.cpp` file into the `platform/android/SCsub` file
2022-01-27Merge pull request #56881 from KoBeWi/get_over_hereRémi Verschelde
Improve 2D editor's right-click menu
2022-01-27Merge pull request #57291 from mhilbrunner/expose-transform3d-slerpRémi Verschelde
Expose Transform3D::sphere_interpolate_with()
2022-01-27More time parameters change type float to doubleSilc 'Tokage' Renew
2022-01-27Minor typo fixups to Windows console changesMax Hilbrunner
2022-01-27Improve 2D editor's right-click menukobewi
2022-01-27Expose Transform3D::sphere_interpolate_with()Max Hilbrunner
2022-01-27Fixes TileMap editor not disappearingIgor Kordiukiewicz
2022-01-26Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez
2022-01-26Merge pull request #57278 from Calinou/editor-voxelgi-rename-bake-actionsRémi Verschelde
2022-01-26Merge pull request #57275 from fabriceci/revert-applying-delta-move-and-collideRémi Verschelde
2022-01-26Include the `godot_plugin_jni.cpp` file into the `platform/android/SCsub` fileFredia Huya-Kouadio
This should resolve https://github.com/godotengine/godot/issues/57209
2022-01-26Rename VoxelGI editor bake actions from "GI Probe" to "VoxelGI"Hugo Locurcio
2022-01-26Revert #53174 (applying the delta in move and collide), rename rec_vel to ↵fabriceci
distance and improve the doc description
2022-01-26Merge pull request #57262 from m4gr3d/update_android_xr_manifest_masterRémi Verschelde
2022-01-26Fix XR Android manifest metadataFredia Huya-Kouadio
- Adds the parameters for supported Meta devices, which is required to access some device specific capabilities - Remove the 'com.samsung.android.vr.application.mode' metadata
2022-01-26Merge pull request #54822 from KoBeWi/sortucesRémi Verschelde
2022-01-26Allow sorting tileset sourceskobewi
2022-01-26Merge pull request #57247 from bruvzg/rtl_ol_type1Rémi Verschelde
2022-01-26Merge pull request #54574 from Ansraer/glow_mapRémi Verschelde
2022-01-26Merge pull request #54173 from nathanfranke/fix-exact-matchRémi Verschelde
2022-01-26Merge pull request #57240 from BastiaanOlij/xrinterface_render_hooksRémi Verschelde
2022-01-26Merge pull request #57182 from timothyqiu/shape-ownerRémi Verschelde
2022-01-26Fix RichTextLabel [ol type=1] tag closing.bruvzg
2022-01-26Merge pull request #57235 from Calinou/3d-import-fix-lightmap-size-hint-optionRémi Verschelde
Fix lightmap size hint option not displaying for 3D scenes
2022-01-26Improve XRInterface hooks into renderingBastiaan Olij
2022-01-26Fix lightmap size hint option not displaying for 3D scenesHugo Locurcio
This also renames the Static Lightmaps option hint to be more explicit about which GI techniques are supported (as VoxelGI/SDFGI can still be used with Static Lightmaps).
2022-01-25Merge pull request #57229 from cdemirer/match-dictionary-non-const-key-crash-fixRémi Verschelde
2022-01-26Fix crash with non-constant keys in match statement Dictionary patterncdemirer
2022-01-25Merge pull request #53954 from Chaosus/fix_quit_errorsRémi Verschelde
2022-01-25Merge pull request #57214 from kleonc/sprite_frames_editor_texture_type_fixRémi Verschelde
2022-01-25Merge pull request #57207 from Chaosus/fix_global_uniformsYuri Roubinsky
2022-01-25Merge pull request #57215 from Paulb23/placeholder-invisRémi Verschelde
2022-01-25Fix TextEdit placeholder not checking line countPaulb23
2022-01-25SpriteFramesEditor Incorrect texture type fixkleonc
2022-01-25Prevent checking of global uniform type outside the editorYuri Roubinsky
2022-01-25Merge pull request #55841 from OverloadedOrama/expose-bitmap-methodsRémi Verschelde
2022-01-25Merge pull request #56891 from rafallus/meshlib_shapes_arrayRémi Verschelde
2022-01-25Merge pull request #57187 from timothyqiu/leak-from-trashRémi Verschelde
2022-01-25Merge pull request #57190 from timothyqiu/ani-node-renameRémi Verschelde
2022-01-25Merge pull request #57189 from bruvzg/fix_shortcut_context_unsetRémi Verschelde
2022-01-25Fix crash after renaming an animation nodeHaoyu Qiu
2022-01-25Allow unsetting `shortcut_context`.bruvzg
2022-01-25Fix memory leak when move to trash fails on LinuxHaoyu Qiu
2022-01-25Store ObjectID instead of raw pointer for Shape OwnersHaoyu Qiu