summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-06Improve StaticBody descriptionHaoyu Qiu
The naming of static bodies has raised a lot of questions and discussions, because they are actually movable (not being static). This commit explains that the reason for "static" is that they are immovable from the point of view of the physics engine. This makes it easier to understand why the user can move static bodies manually.
2022-10-05Merge pull request #66946 from m4gr3d/cursor_shape_logic_cleanup_mainFredia Huya-Kouadio
Cleanup of the Android cursor shape logic
2022-10-05Cleanup of the Android cursor shape logicFredia Huya-Kouadio
2022-10-05Merge pull request #66941 from winterpixelgames/bugfix-android-null-input-eventFredia Huya-Kouadio
Fix null in android keyboard handling.
2022-10-05Merge pull request #66935 from m4gr3d/fix_android_build_configurationFredia Huya-Kouadio
Fix the gradle build configuration for the Android platform
2022-10-05Fix null in android keyboard handling.Jason Knight
2022-10-05Fix the gradle build configuration for the Android platform following ↵Fredia Huya-Kouadio
https://github.com/godotengine/godot/pull/66242
2022-10-05Merge pull request #66560 from MisterMX/fix/tileset-move-custom-data-layerRémi Verschelde
fix(tileset): Move custom data layer
2022-10-05Merge pull request #66922 from BastiaanOlij/fix_direct_shadowRémi Verschelde
Make sure atlas rect for directional lights is calculated using floats
2022-10-05Merge pull request #65424 from RedMser/viewport-input-docsRémi Verschelde
Add documentation for viewport's input handling
2022-10-05Merge pull request #65857 from MinusKube/inherited-open-crashRémi Verschelde
Prevent unsaved inherited scenes from being detected as the 'placeholder' scene
2022-10-05Make sure atlas rect for directional lights is calculated using floatsBastiaan Olij
2022-10-05Add documentation for viewport's input handlingRedMser
2022-10-05Merge pull request #66914 from yedpodtrzitko/yed/fix-docs-file-referenceRémi Verschelde
fix(docs): use proper path for tutorial file in docs
2022-10-05Merge pull request #66919 from bruvzg/ts_gde_fixRémi Verschelde
[TextServer GDExtension] Update build scripts and `.gdextension` files to use new target names and arch suffixes.
2022-10-05Merge pull request #66683 from clayjohn/SRGB-canvasitemRémi Verschelde
Default CanvasItem materials to use sRGB space for uniform colors
2022-10-05fix(docs): use proper path for tutorial file in docsJiri Suchan
2022-10-05Merge pull request #66720 from qarmin/unintialized_memoryRémi Verschelde
Remove usage of unitialized variables
2022-10-05Merge pull request #64819 from RandomShaper/enhance_thread_funcsRémi Verschelde
Enhance portability of threading
2022-10-05[TextServer GDExtension] Update build scripts and `.gdextension` files to ↵bruvzg
use new target names and arch suffixes.
2022-10-05Merge pull request #66839 from aaronfranke/editor-prop-hide-sliderRémi Verschelde
Fix `hide_slider` vs `no_slider` inconsistency in editor property code
2022-10-05Merge pull request #66873 from akien-mga/script-tweak-error-invalid-script-typeRémi Verschelde
GDScript/C#: Tweak error message for invalid script type for object
2022-10-05Merge pull request #66886 from akien-mga/error-print-cleanupRémi Verschelde
Logger: Don't print error twice on `ERR_PRINT`
2022-10-05Merge pull request #64886 from Calinou/web-editor-add-local-web-server-2Rémi Verschelde
Replace local web server setup for web editor with a Python-based solution
2022-10-05Merge pull request #66898 from aaronfranke/proj-mat-columnsRémi Verschelde
Rename Projection `matrix` to `columns`
2022-10-05Merge pull request #66770 from EricEzaM/search-by-eventRémi Verschelde
Add searching by event in Editor Settings shortcuts and Project Settings input map.
2022-10-05Merge pull request #66894 from KoBeWi/TileSetAtlasSourceEditor_on_vacationRémi Verschelde
Disconnect TileSet from source editor if no sources
2022-10-05Merge pull request #66348 from dzil123/world3d_direct_space_state_docRémi Verschelde
World3D.direct_space_state add multithreaded warning
2022-10-05Merge pull request #66913 from timothyqiu/mouse-button-swapRémi Verschelde
Describe the left mouse button constant as the primary button
2022-10-05Merge pull request #66777 from TechnoPorg/msvs-better-optionsRémi Verschelde
Enhancements to VS solution generation
2022-10-05Merge pull request #66911 from clayjohn/imagetexture3dRémi Verschelde
Properly assign texture RID when creating ImageTexture3D
2022-10-05Merge pull request #66798 from bruvzg/win_docsRémi Verschelde
[Docs] Synchronize and update Window and Display Server documentation.
2022-10-05Merge pull request #66885 from atirut-w/lsp-doc-fixRémi Verschelde
LSP: Fix GDScript doc comments
2022-10-05Merge pull request #66915 from timothyqiu/indexingRémi Verschelde
Fix crash when executing `RenderingServer.mesh_surface_get_format_offset`
2022-10-05Merge pull request #65227 from BastiaanOlij/complete_render_target_apiRémi Verschelde
Implementing override functionality for XR
2022-10-05Merge pull request #66895 from Zylann/undo_51969Rémi Verschelde
Undo #51969, generate_mipmaps runs on caller thread.
2022-10-05Merge pull request #64577 from Calinou/improve-dictionary-printingRémi Verschelde
Improve dictionary printing to avoid confusion with arrays
2022-10-05Merge pull request #66300 from KoBeWi/📝🧭Rémi Verschelde
Split script navigation state and edit state
2022-10-05Merge pull request #63983 from Calinou/scons-linux-execinfo-muslRémi Verschelde
Automatically use execinfo for crash handler on *BSD and musl-based Linux
2022-10-05Merge pull request #66841 from jtnicholl/blend_enum_checksRémi Verschelde
Clean up .blend importer to fix unreachable code paths
2022-10-05Merge pull request #66799 from xarses/remove-dangling-os-datetime-refRémi Verschelde
Remove reference in OS to date and time functions
2022-10-05Merge pull request #66509 from Mickeon/yesRémi Verschelde
Support chaining AtlasTextures inside other AtlasTextures
2022-10-05Merge pull request #65776 from Mickeon/camera2d-rotation_smoothingRémi Verschelde
Add rotation smoothing to Camera2D
2022-10-05[Docs] Synchronize and update Window and Display Server documentation.bruvzg
2022-10-04World3D.direct_space_state add multithreaded warningdzil123
2022-10-05Fix crash when executing `RenderingServer.mesh_surface_get_format_offset`Haoyu Qiu
2022-10-05LSP: Fix GDScript doc commentsAtirut Wattanamongkol
2022-10-05Describe the left mouse button constant as the primary buttonHaoyu Qiu
2022-10-04Various enhancements to Visual Studio solution generation.TechnoPorg
This adds support for building solutions with dev_mode and/or float=64 enabled. Additionally, it adds solution generation to the Windows CI to catch future regressions.
2022-10-05Adding getters to RenderTarget and implementing override functionality for XRBastiaan Olij