summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-06Merge pull request #66936 from mihe/inverse-inertia-tensorRémi Verschelde
Bind PhysicsDirectBodyState3D::get_inverse_inertia_tensor
2022-10-06Merge pull request #66965 from bruvzg/win_llvmRémi Verschelde
[Windows] Fix LLVM MinGW build.
2022-10-06Merge pull request #66955 from FHEK789/tilemap_get_layers_count_docsRémi Verschelde
Add description to TileMap's get_layers_count method
2022-10-06Merge pull request #66958 from timothyqiu/static-bodyRémi Verschelde
Improve StaticBody description
2022-10-06Merge pull request #66957 from BastiaanOlij/fix_error_typo_openglRémi Verschelde
Fixing an incorrect error message in OpenXR
2022-10-06Merge pull request #66962 from aaronfranke/core-struct-includesRémi Verschelde
Enhancements to includes in core data structures
2022-10-06Merge pull request #66954 from Nidjo123/sample-baked-up-vectorRémi Verschelde
Handle last baked vector index early
2022-10-06Merge pull request #66961 from Rindbee/fix-set_custom_colorRémi Verschelde
Fix wrong condition used in `set_custom_color`
2022-10-06Merge pull request #66951 from rburing/restore_recovery_as_collisionRémi Verschelde
Revert "Turn on recovery as collisions only for floor snapping"
2022-10-06Merge pull request #61902 from Paulb23/multi-caretRémi Verschelde
Add Multi-caret support to TextEdit
2022-10-06Merge pull request #66569 from akien-mga/dotnet-generate-sdkpackageversionsRémi Verschelde
.NET: Generate SdkPackageVersions.props from version.py
2022-10-06Merge pull request #64815 from RandomShaper/default_cpu_countRémi Verschelde
Improve default `OS`'s CPU count getter
2022-10-06Merge pull request #66687 from Waridley/free_gdn_method_bindsRémi Verschelde
free NativeExtensionMethodBinds on unregister
2022-10-06[Windows] Fix LLVM MinGW build.bruvzg
2022-10-05Enhancements to includes in core data structuresAaron Franke
2022-10-06Fix wrong condition used in `set_custom_color`Rindbee
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-06Fixing an incorrect error message in OpenXR reporting missing OpenGL supportBastiaan Olij
2022-10-06Handle last baked vector index earlyNikola Bunjevac
2022-10-05Add description to TileMap's get_layers_count methodFelipe Kinoshita
2022-10-05Revert "Turn on recovery as collisions only for floor snapping as this leads ↵Ricardo Buring
to unwanted behaviour for other surface than the floor." This reverts commit 10395f5df2a1cac6ed83e674c084e62a88fcdde9.
2022-10-05Update TextEdit docsPaulb23
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-05.NET: Generate SdkPackageVersions.props from version.pyRémi Verschelde
Ensures that the versions always match the Godot version, albeit following SemVer 2.0 so inserting a dot between "beta" and the build number. For "stable" status, we omit the suffix as this would be interpreted as a pre-release build too. So we have: | Godot version | Nupkg version | | -------------- | -------------- | | 4.0.0-beta | 4.0.0-beta | | 4.0.0-beta2 | 4.0.0-beta.2 | | 4.0.0-rc1 | 4.0.0-rc.1 | | 4.0.0-stable | 4.0.0 |
2022-10-05Keep a single, portable implementation of `OS::get_processor_count()`Pedro J. Estébanez
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-05free NativeExtensionMethodBinds on unregisterWaridley
2022-10-05Add multi caret support to EditorPaulb23
2022-10-05Add multi caret support to CodeEditPaulb23
2022-10-05Add mutliple Caret support to TextEditPaulb23
2022-10-05Fix the gradle build configuration for the Android platform following ↵Fredia Huya-Kouadio
https://github.com/godotengine/godot/pull/66242
2022-10-05Bind PhysicsDirectBodyState3D::get_inverse_inertia_tensorMikael Hermansson
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