Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-06 | Merge pull request #66936 from mihe/inverse-inertia-tensor | Rémi Verschelde | |
Bind PhysicsDirectBodyState3D::get_inverse_inertia_tensor | |||
2022-10-06 | Merge pull request #66965 from bruvzg/win_llvm | Rémi Verschelde | |
[Windows] Fix LLVM MinGW build. | |||
2022-10-06 | Merge pull request #66955 from FHEK789/tilemap_get_layers_count_docs | Rémi Verschelde | |
Add description to TileMap's get_layers_count method | |||
2022-10-06 | Merge pull request #66958 from timothyqiu/static-body | Rémi Verschelde | |
Improve StaticBody description | |||
2022-10-06 | Merge pull request #66957 from BastiaanOlij/fix_error_typo_opengl | Rémi Verschelde | |
Fixing an incorrect error message in OpenXR | |||
2022-10-06 | Merge pull request #66962 from aaronfranke/core-struct-includes | Rémi Verschelde | |
Enhancements to includes in core data structures | |||
2022-10-06 | Merge pull request #66954 from Nidjo123/sample-baked-up-vector | Rémi Verschelde | |
Handle last baked vector index early | |||
2022-10-06 | Merge pull request #66961 from Rindbee/fix-set_custom_color | Rémi Verschelde | |
Fix wrong condition used in `set_custom_color` | |||
2022-10-06 | Merge pull request #66951 from rburing/restore_recovery_as_collision | Rémi Verschelde | |
Revert "Turn on recovery as collisions only for floor snapping" | |||
2022-10-06 | Merge pull request #61902 from Paulb23/multi-caret | Rémi Verschelde | |
Add Multi-caret support to TextEdit | |||
2022-10-06 | Merge pull request #66569 from akien-mga/dotnet-generate-sdkpackageversions | Rémi Verschelde | |
.NET: Generate SdkPackageVersions.props from version.py | |||
2022-10-06 | Merge pull request #64815 from RandomShaper/default_cpu_count | Rémi Verschelde | |
Improve default `OS`'s CPU count getter | |||
2022-10-06 | Merge pull request #66687 from Waridley/free_gdn_method_binds | Rémi Verschelde | |
free NativeExtensionMethodBinds on unregister | |||
2022-10-06 | [Windows] Fix LLVM MinGW build. | bruvzg | |
2022-10-05 | Enhancements to includes in core data structures | Aaron Franke | |
2022-10-06 | Fix wrong condition used in `set_custom_color` | Rindbee | |
2022-10-06 | Improve StaticBody description | Haoyu 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-06 | Fixing an incorrect error message in OpenXR reporting missing OpenGL support | Bastiaan Olij | |
2022-10-06 | Handle last baked vector index early | Nikola Bunjevac | |
2022-10-05 | Add description to TileMap's get_layers_count method | Felipe Kinoshita | |
2022-10-05 | Revert "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-05 | Update TextEdit docs | Paulb23 | |
2022-10-05 | Merge pull request #66946 from m4gr3d/cursor_shape_logic_cleanup_main | Fredia Huya-Kouadio | |
Cleanup of the Android cursor shape logic | |||
2022-10-05 | Cleanup of the Android cursor shape logic | Fredia Huya-Kouadio | |
2022-10-05 | .NET: Generate SdkPackageVersions.props from version.py | Ré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-05 | Keep a single, portable implementation of `OS::get_processor_count()` | Pedro J. Estébanez | |
2022-10-05 | Merge pull request #66941 from winterpixelgames/bugfix-android-null-input-event | Fredia Huya-Kouadio | |
Fix null in android keyboard handling. | |||
2022-10-05 | Merge pull request #66935 from m4gr3d/fix_android_build_configuration | Fredia Huya-Kouadio | |
Fix the gradle build configuration for the Android platform | |||
2022-10-05 | Fix null in android keyboard handling. | Jason Knight | |
2022-10-05 | free NativeExtensionMethodBinds on unregister | Waridley | |
2022-10-05 | Add multi caret support to Editor | Paulb23 | |
2022-10-05 | Add multi caret support to CodeEdit | Paulb23 | |
2022-10-05 | Add mutliple Caret support to TextEdit | Paulb23 | |
2022-10-05 | Fix the gradle build configuration for the Android platform following ↵ | Fredia Huya-Kouadio | |
https://github.com/godotengine/godot/pull/66242 | |||
2022-10-05 | Bind PhysicsDirectBodyState3D::get_inverse_inertia_tensor | Mikael Hermansson | |
2022-10-05 | Merge pull request #66560 from MisterMX/fix/tileset-move-custom-data-layer | Rémi Verschelde | |
fix(tileset): Move custom data layer | |||
2022-10-05 | Merge pull request #66922 from BastiaanOlij/fix_direct_shadow | Rémi Verschelde | |
Make sure atlas rect for directional lights is calculated using floats | |||
2022-10-05 | Merge pull request #65424 from RedMser/viewport-input-docs | Rémi Verschelde | |
Add documentation for viewport's input handling | |||
2022-10-05 | Merge pull request #65857 from MinusKube/inherited-open-crash | Rémi Verschelde | |
Prevent unsaved inherited scenes from being detected as the 'placeholder' scene | |||
2022-10-05 | Make sure atlas rect for directional lights is calculated using floats | Bastiaan Olij | |
2022-10-05 | Add documentation for viewport's input handling | RedMser | |
2022-10-05 | Merge pull request #66914 from yedpodtrzitko/yed/fix-docs-file-reference | Rémi Verschelde | |
fix(docs): use proper path for tutorial file in docs | |||
2022-10-05 | Merge pull request #66919 from bruvzg/ts_gde_fix | Rémi Verschelde | |
[TextServer GDExtension] Update build scripts and `.gdextension` files to use new target names and arch suffixes. | |||
2022-10-05 | Merge pull request #66683 from clayjohn/SRGB-canvasitem | Rémi Verschelde | |
Default CanvasItem materials to use sRGB space for uniform colors | |||
2022-10-05 | fix(docs): use proper path for tutorial file in docs | Jiri Suchan | |
2022-10-05 | Merge pull request #66720 from qarmin/unintialized_memory | Rémi Verschelde | |
Remove usage of unitialized variables | |||
2022-10-05 | Merge pull request #64819 from RandomShaper/enhance_thread_funcs | Ré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-05 | Merge pull request #66839 from aaronfranke/editor-prop-hide-slider | Rémi Verschelde | |
Fix `hide_slider` vs `no_slider` inconsistency in editor property code | |||
2022-10-05 | Merge pull request #66873 from akien-mga/script-tweak-error-invalid-script-type | Rémi Verschelde | |
GDScript/C#: Tweak error message for invalid script type for object |