summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-21Travis: Pin Emscripten version to 1.39.19Ré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-20Merge pull request #40476 from Calinou/doc-visibilitynotifierRémi Verschelde
Improve the VisibilityNotifier and VisibilityEnabler class descriptions
2020-07-20Merge pull request #40463 from Calinou/doc-editorsettingsRémi Verschelde
Complete the EditorSettings class documentation
2020-07-20Merge pull request #40493 from Calinou/doc-editor-plugins-interfacesRémi Verschelde
Document several editor-related classes to 100% completion
2020-07-20Merge pull request #40477 from Calinou/doc-vector-dotRémi Verschelde
Document `Vector2.dot()` and `Vector3.dot()` more extensively
2020-07-20Merge pull request #40422 from amanj120/forward_port_bundle_pr_resourcesRémi Verschelde
Create strings.xml files in the Gradle project to handle localization
2020-07-20Merge pull request #39801 from ChristopheLY/tween-bool-stateRémi Verschelde
bug with Tween.is_active, fixes #39760
2020-07-20Merge pull request #38763 from fire/38751Rémi Verschelde
Allow gltf2 morph targets including animations with no default value…
2020-07-20bug with Tween.is_active, fixes #39760Chistpohe LY
2020-07-20Merge pull request #40491 from RandomShaper/font_avail_charsRémi Verschelde
Add DynamicFont::get_available_chars()
2020-07-20Add DynamicFont::get_available_chars()Pedro J. Estébanez
2020-07-20Merge pull request #40484 from nekomatata/android-virtual-keyboard-adjustmentRémi Verschelde
Disable virtual keyboard focus adjustment on Android
2020-07-20Merge pull request #40161 from vnen/classdb-info-methodsRémi Verschelde
Add methods in ClassDB to get property/method/constant/enum info
2020-07-20Merge pull request #40468 from asmaloney/spelling-codeRémi Verschelde
Fix spelling of a var, a struct, and some message output
2020-07-20Merge pull request #40542 from Calinou/doc-httpclient-corsRémi Verschelde
Document HTML5 CORS restrictions in HTTPClient and HTTPRequest
2020-07-20Document HTML5 CORS restrictions in HTTPClient and HTTPRequestHugo Locurcio
See https://github.com/godotengine/godot/issues/40247.
2020-07-20Merge pull request #40424 from SecretPanda420/patch-1Rémi Verschelde
Add GitHub Actions badge to README.md
2020-07-20Merge pull request #40489 from madmiraal/fix-40381Rémi Verschelde
Use difference in position to check whether motion in Bullet is too close to zero.
2020-07-20Merge pull request #40500 from KoBeWi/inspector_magicRémi Verschelde
Convert some resource types in the inspector
2020-07-20Document several editor-related classes to 100% completionHugo Locurcio
2020-07-20Document `Vector2.dot()` and `Vector3.dot()` more extensivelyHugo Locurcio
These methods are commonly used in games. It's time to make the documentation more explicit about them :)
2020-07-20Merge pull request #40409 from Calinou/doc-control-rect-scaleRémi Verschelde
Document caveats related to Control scaling
2020-07-20Merge pull request #40521 from Xrayez/doc-cmdline-parsingRémi Verschelde
Document the process of parsing command-line arguments
2020-07-20Merge pull request #40528 from nathanfranke/fix-directory-make-dirRémi Verschelde
Fix Directory make_dir and make_dir_recursive
2020-07-20Merge pull request #40524 from KoBeWi/loop_destroyerRémi Verschelde
Prevent infinite loop in Tree incremental search
2020-07-20Merge pull request #40520 from KoBeWi/selection_failRémi Verschelde
Prevent multiple Controls moving inside container
2020-07-20Fix Directory make_dir and make_dir_recursiveNathan Franke
2020-07-20Convert some resource types in the inspectorTomasz Chabora
2020-07-20Prevent multiple Controls moving inside containerTomasz Chabora
2020-07-20Prevent infinite loop in Tree incremental searchTomasz Chabora
2020-07-20Disable virtual keyboard focus adjustment on AndroidPouleyKetchoupp
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-20Merge pull request #40536 from akien-mga/stb_vorbis-1.20Rémi Verschelde
stb_vorbis: Update to upstream version 1.20
2020-07-20stb_vorbis: Update to upstream version 1.20Rémi Verschelde
Upstreams our crash fixes from #38422 and #40174.
2020-07-20Merge pull request #40535 from akien-mga/ci-drop-appveyor-travis-desktopRémi Verschelde
CI: Drop AppVeyor and desktop Travis builds
2020-07-20Document the process of parsing command-line argumentsAndrii Doroshenko (Xrayez)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-07-20CI: Drop AppVeyor and desktop Travis buildsRémi Verschelde
These have been replaced by GitHub Actions. The remaining Travis builds will also be ported eventually.
2020-07-20Merge pull request #40510 from RevoluPowered/fix-github-linux-buildsRémi Verschelde
fix github actions source repository down for linux [urgent]
2020-07-20fix CI builds on linux by using ubuntu default apt repositoriesRevoluPowered
2020-07-18Use difference in position to check whether motion in Bullet is too closeMarcel Admiraal
to zero.
2020-07-18Improve the VisibilityNotifier and VisibilityEnabler class descriptionsHugo Locurcio
2020-07-17Complete the EditorSettings class documentationHugo Locurcio
EditorSettings is now 100% documented.
2020-07-17Fix spelling of a var, a struct, and message outputAndy Maloney
2020-07-15Merge pull request #40416 from Calinou/doc-file-data-pathsRémi Verschelde
Mention the Data paths documentation in the File class
2020-07-15Add GitHub Actions badge to README.mdSecret Panda
P.S: Do we use AppVeyor anymore? There hasn't been a run since two days neither do I see it in any build statuses. If not, we might remove it from `README.md`. Correct me if I'm wrong.
2020-07-15Create strings.xml files in the gradle project to handle localizationAman Jain
2020-07-15Merge pull request #40391 from RevoluPowered/add_macos_and_linux_github_actionsRémi Verschelde
added MacOS and Linux to GitHub Actions
2020-07-15Mention the Data paths documentation in the File classHugo Locurcio
This closes https://github.com/godotengine/godot-docs/issues/3799.
2020-07-15Merge pull request #40414 from rcorre/get-mesh-arrays-docRémi Verschelde
Clarify how to convert PrimitiveMesh to ArrayMesh.
2020-07-15added MacOS and Linux to GitHub ActionsGordon MacPherson
2020-07-15Merge pull request #40412 from Calinou/doc-string-c-unescapeRémi Verschelde
Document which escape sequences are supported by `String.c_unescape()`