Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-21 | Merge pull request #40512 from yrk06/ExposeInertiaTensorMaster | Rémi Verschelde | |
Add Method get_inverse_inertia_tensor | |||
2020-07-21 | Add Method get_inverse_inertia_tensor | Yerik | |
2020-07-21 | Merge pull request #40533 from zaevi/fix_clipboard_crlf | Rémi Verschelde | |
fix crlf for clipboard | |||
2020-07-21 | Merge pull request #40562 from nekomatata/osxcross-vulkan-layer | Rémi Verschelde | |
Fix Vulkan layer creation when compiling with OSXCross | |||
2020-07-21 | Merge pull request #40565 from akien-mga/enetgodot-style | Rémi Verschelde | |
ENetGodot: Apply clang-format and style guide | |||
2020-07-21 | Merge pull request #40548 from nekomatata/osxcross-min-version-10.12 | Rémi Verschelde | |
Set minimum osx version to 10.12 for OSXCross compilation | |||
2020-07-21 | Set minimum osx version to 10.12 for OSXCross compilation | PouleyKetchoupp | |
Fixes this compilation error: In file included from thirdparty/vulkan/vk_mem_alloc.cpp:7: thirdparty/vulkan/vk_mem_alloc.h:3691:18: error: 'shared_mutex' is unavailable: introduced in macOS 10.12 std::shared_mutex m_Mutex; ^ /home/[user]/sources/osxcross/target/bin/../SDK/MacOSX10.14.sdk/usr/include/c++/v1/shared_mutex:178:58: note: 'shared_mutex' has been explicitly marked unavailable here class _LIBCPP_TYPE_VIS _LIBCPP_AVAILABILITY_SHARED_MUTEX shared_mutex | |||
2020-07-21 | Fix MoltenVK layer creation when compiling with OSXCross | PouleyKetchoupp | |
2020-07-21 | Merge pull request #40560 from akien-mga/tileseteditor-polygon-size-crash | Rémi Verschelde | |
TileSet Editor: Check polygon size before indexing | |||
2020-07-21 | ENetGodot: Apply clang-format and style guide | Rémi Verschelde | |
2020-07-21 | TileSet Editor: Check polygon size before indexing | Rémi Verschelde | |
Fixes #39722. | |||
2020-07-21 | Merge pull request #40563 from akien-mga/travis-pin-emscripten-1.39.19 | Rémi Verschelde | |
Travis: Pin Emscripten version to 1.39.19 | |||
2020-07-21 | Travis: Pin Emscripten version to 1.39.19 | Rémi Verschelde | |
1.39.20 dropped support for the no-embedded mode we use since #39168, as our detection logic hasn't been fixed yet to support the embedded mode. | |||
2020-07-20 | Merge pull request #40476 from Calinou/doc-visibilitynotifier | Rémi Verschelde | |
Improve the VisibilityNotifier and VisibilityEnabler class descriptions | |||
2020-07-20 | Merge pull request #40463 from Calinou/doc-editorsettings | Rémi Verschelde | |
Complete the EditorSettings class documentation | |||
2020-07-20 | Merge pull request #40493 from Calinou/doc-editor-plugins-interfaces | Rémi Verschelde | |
Document several editor-related classes to 100% completion | |||
2020-07-20 | Merge pull request #40477 from Calinou/doc-vector-dot | Rémi Verschelde | |
Document `Vector2.dot()` and `Vector3.dot()` more extensively | |||
2020-07-20 | Merge pull request #40422 from amanj120/forward_port_bundle_pr_resources | Rémi Verschelde | |
Create strings.xml files in the Gradle project to handle localization | |||
2020-07-20 | Merge pull request #39801 from ChristopheLY/tween-bool-state | Rémi Verschelde | |
bug with Tween.is_active, fixes #39760 | |||
2020-07-20 | Merge pull request #38763 from fire/38751 | Rémi Verschelde | |
Allow gltf2 morph targets including animations with no default value… | |||
2020-07-20 | bug with Tween.is_active, fixes #39760 | Chistpohe LY | |
2020-07-20 | Merge pull request #40491 from RandomShaper/font_avail_chars | Rémi Verschelde | |
Add DynamicFont::get_available_chars() | |||
2020-07-20 | Add DynamicFont::get_available_chars() | Pedro J. Estébanez | |
2020-07-20 | fix crlf for clipboard | Zae | |
2020-07-20 | Merge pull request #40484 from nekomatata/android-virtual-keyboard-adjustment | Rémi Verschelde | |
Disable virtual keyboard focus adjustment on Android | |||
2020-07-20 | Merge pull request #40161 from vnen/classdb-info-methods | Rémi Verschelde | |
Add methods in ClassDB to get property/method/constant/enum info | |||
2020-07-20 | Merge pull request #40468 from asmaloney/spelling-code | Rémi Verschelde | |
Fix spelling of a var, a struct, and some message output | |||
2020-07-20 | Merge pull request #40542 from Calinou/doc-httpclient-cors | Rémi Verschelde | |
Document HTML5 CORS restrictions in HTTPClient and HTTPRequest | |||
2020-07-20 | Document HTML5 CORS restrictions in HTTPClient and HTTPRequest | Hugo Locurcio | |
See https://github.com/godotengine/godot/issues/40247. | |||
2020-07-20 | Merge pull request #40424 from SecretPanda420/patch-1 | Rémi Verschelde | |
Add GitHub Actions badge to README.md | |||
2020-07-20 | Merge pull request #40489 from madmiraal/fix-40381 | Rémi Verschelde | |
Use difference in position to check whether motion in Bullet is too close to zero. | |||
2020-07-20 | Merge pull request #40500 from KoBeWi/inspector_magic | Rémi Verschelde | |
Convert some resource types in the inspector | |||
2020-07-20 | Document several editor-related classes to 100% completion | Hugo Locurcio | |
2020-07-20 | Document `Vector2.dot()` and `Vector3.dot()` more extensively | Hugo Locurcio | |
These methods are commonly used in games. It's time to make the documentation more explicit about them :) | |||
2020-07-20 | Merge pull request #40409 from Calinou/doc-control-rect-scale | Rémi Verschelde | |
Document caveats related to Control scaling | |||
2020-07-20 | Merge pull request #40521 from Xrayez/doc-cmdline-parsing | Rémi Verschelde | |
Document the process of parsing command-line arguments | |||
2020-07-20 | Merge pull request #40528 from nathanfranke/fix-directory-make-dir | Rémi Verschelde | |
Fix Directory make_dir and make_dir_recursive | |||
2020-07-20 | Merge pull request #40524 from KoBeWi/loop_destroyer | Rémi Verschelde | |
Prevent infinite loop in Tree incremental search | |||
2020-07-20 | Merge pull request #40520 from KoBeWi/selection_fail | Rémi Verschelde | |
Prevent multiple Controls moving inside container | |||
2020-07-20 | Fix Directory make_dir and make_dir_recursive | Nathan Franke | |
2020-07-20 | Convert some resource types in the inspector | Tomasz Chabora | |
2020-07-20 | Prevent multiple Controls moving inside container | Tomasz Chabora | |
2020-07-20 | Prevent infinite loop in Tree incremental search | Tomasz Chabora | |
2020-07-20 | Disable virtual keyboard focus adjustment on Android | PouleyKetchoupp | |
Fixes #37190 The default adjustment setting was causing the view to pan down in order to adjust the focus on the text content. We don't need any focus adjustment since we're using a fixed size window for our application. Documentation: https://developer.android.com/reference/android/view/WindowManager.LayoutParams#SOFT_INPUT_ADJUST_NOTHING | |||
2020-07-20 | Merge pull request #40536 from akien-mga/stb_vorbis-1.20 | Rémi Verschelde | |
stb_vorbis: Update to upstream version 1.20 | |||
2020-07-20 | stb_vorbis: Update to upstream version 1.20 | Rémi Verschelde | |
Upstreams our crash fixes from #38422 and #40174. | |||
2020-07-20 | Merge pull request #40535 from akien-mga/ci-drop-appveyor-travis-desktop | Rémi Verschelde | |
CI: Drop AppVeyor and desktop Travis builds | |||
2020-07-20 | Document the process of parsing command-line arguments | Andrii Doroshenko (Xrayez) | |
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> | |||
2020-07-20 | CI: Drop AppVeyor and desktop Travis builds | Rémi Verschelde | |
These have been replaced by GitHub Actions. The remaining Travis builds will also be ported eventually. | |||
2020-07-20 | Merge pull request #40510 from RevoluPowered/fix-github-linux-builds | Rémi Verschelde | |
fix github actions source repository down for linux [urgent] |