Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-25 | Thirdparty Vulkan: patch VMA to fix assets | Sergey Minakov | |
Applies VMA master branch patch that removes incorrect asserts: issue: https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/issues/102 patch: https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/commit/39aeff7a434801c5f8a2432b9544a2165e63e697 | |||
2020-07-25 | GUI ScrollBar: possible fix for scrolling | Sergey Minakov | |
Use of unmodified value returned by 'screen_is_touchscreen' to be used in determening if scroll bar should be scrolled | |||
2020-07-25 | Merge pull request #38900 from bruvzg/docs_ignore_os_spec_def_vals | Rémi Verschelde | |
Docs: Ignore OS specific values (constants, project settings, properties) | |||
2020-07-25 | Merge pull request #40698 from vnen/gscript-allow-new-call | Rémi Verschelde | |
Allow "new()" to be called in non-static functions | |||
2020-07-25 | Merge pull request #40696 from Xrayez/scons-tests | Rémi Verschelde | |
SCons: Add `tests` option to enable or disable unit tests | |||
2020-07-25 | SCons: Add `tests` option to enable or disable unit tests | Andrii Doroshenko (Xrayez) | |
2020-07-25 | Merge pull request #40640 from Xrayez/base-begins-with-local-err | Rémi Verschelde | |
Skip internal scripts for breakpoints without printing an error | |||
2020-07-25 | Merge pull request #40485 from Rubonnek/fix-nowarn-deferred-call | Rémi Verschelde | |
Show errors on Object.call_deferred | |||
2020-07-25 | Merge pull request #40668 from SecretPanda420/patch-1 | Rémi Verschelde | |
Remove Travis CI and AppVeyor build badge | |||
2020-07-24 | Show errors on Object.call_deferred | Wilson E. Alvarez | |
2020-07-24 | Merge pull request #40610 from amanj120/forward_port_bundle_pr_manifest | Rémi Verschelde | |
Write AndroidManifest.xml file for Gradle project | |||
2020-07-24 | Merge pull request #40660 from SkyLucilfer/TTRFix | Rémi Verschelde | |
Fix TTR misuse | |||
2020-07-24 | Write an AndroidManifest.xml file to be merged with app module's manifest. | Aman Jain | |
2020-07-24 | GDScript: Allow "new()" to be called in non-static functions | George Marques | |
2020-07-24 | Remove Travis CI and AppVeyor build badge | Secret Panda | |
Travis CI and AppVeyor are phased out in https://github.com/godotengine/godot/commit/431930bd09e082edce56f9cf6987368b868d07a1 hence there is no point in keeping a badge of it in `README.md` | |||
2020-07-24 | Merge pull request #40663 from bruvzg/fix-macos-arm64-build | Rémi Verschelde | |
[macOS] Fix build for ARM64. | |||
2020-07-24 | [macOS / ARM64] Remove "-msse2" flag from ARM64 release export template ↵ | bruvzg | |
build. Add ARM64 breakpoint inline assembly to "doctest". | |||
2020-07-24 | Merge pull request #40661 from RevoluPowered/fix_argument_edit_doctest_pr | Rémi Verschelde | |
Fix godot not starting | |||
2020-07-24 | fix crash on shutdown | Gordon MacPherson | |
2020-07-24 | Fix arguments always being found and returned some items back to normal | Gordon MacPherson | |
2020-07-24 | Fix TTR misuse | SkyJJ | |
2020-07-24 | Merge pull request #40148 from RevoluPowered/unit-test-revamp | Rémi Verschelde | |
Added doctest unit test framework | |||
2020-07-24 | t Add unit testing to Godot using DocTest and added to GitHub Actions CI | RevoluPowered | |
Implements exit codes into the engine so tests can return their statuses. Ideally we don't do this, and we use FIXUP logic to 'begin' and 'end' the engine execution for tests specifically. Since realistically we're initialising the engine here we don't want to do that, since String should not require an engine startup to test a single header. This lowers the complexity of running the unit tests and even for physics should be possible to implement such a fix. | |||
2020-07-24 | Merge pull request #38088 from YeldhamDev/name_tooltips_tweaks | Rémi Verschelde | |
Small naming and tooltip tweaks | |||
2020-07-24 | Merge pull request #40436 from DanielZTing/master | Rémi Verschelde | |
Evenly distribute stretched Nodes in BoxContainer | |||
2020-07-24 | Merge pull request #40652 from akien-mga/ci-more-cache-key | Rémi Verschelde | |
CI: Fix cache key and include base branch | |||
2020-07-24 | CI: Fix cache key and include base branch | Rémi Verschelde | |
The base branch is hardcoded as an env variable as I couldn't find a simple way to just get either `3.2` or `master`. But it's easy to change when we branch off from `master` to a new stable branch, which doesn't happen often. (There's `{{github.base_ref}}` but it's probably more verbose like `ref/heads/master`, and only valid for PRs.) | |||
2020-07-24 | Merge pull request #40648 from RevoluPowered/github_actions_cache_fixes | Rémi Verschelde | |
GitHub actions cache fixes | |||
2020-07-23 | Small naming and tooltip tweaks | Michael Alexsander | |
2020-07-24 | Improve the cache keys to prevent clashes for the wrong type of build | Gordon MacPherson | |
2020-07-24 | Clamp scons cache to 4096 MB | Gordon MacPherson | |
2020-07-24 | Merge pull request #40598 from vnen/gdscript-2.0 | Rémi Verschelde | |
GDScript 2.0 (again) | |||
2020-07-24 | Merge pull request #40646 from akien-mga/ci-gh-action-linux-mono | Rémi Verschelde | |
CI: Add Mono support to Linux builds on GitHub Actions | |||
2020-07-24 | CI: Drop Travis CI config, replaced by GitHub Actions | Rémi Verschelde | |
2020-07-24 | CI: Add Mono support to Linux builds on GitHub Actions | Rémi Verschelde | |
Mono seems to be preinstalled in the build environment \o/ | |||
2020-07-24 | Merge pull request #40644 from akien-mga/ci-gh-action-javascript | Rémi Verschelde | |
CI: Add GitHub Action build for JavaScript | |||
2020-07-24 | CI: Add GitHub Action build for JavaScript | Rémi Verschelde | |
Uses mymindstorm/setup-emsdk to install Emscripten and set up caching for Emscripten's generated system libraries. | |||
2020-07-24 | Merge pull request #40643 from KoBeWi/key_keeper | Rémi Verschelde | |
Keep transition value when replacing key | |||
2020-07-23 | Merge pull request #40632 from asmaloney/macos-maya-scroll | Rémi Verschelde | |
[macOS] Fix Maya navigation with ALT + mouse scroll | |||
2020-07-23 | Keep transition value when replacing key | Tomasz Chabora | |
2020-07-23 | Merge pull request #40635 from KoBeWi/🏃 | Rémi Verschelde | |
Fix run project when current scene was never saved | |||
2020-07-23 | Merge pull request #40437 from thebestnom/Android-Template-github-action | Rémi Verschelde | |
Github Action for Android Template | |||
2020-07-23 | Merge pull request #40639 from KoBeWi/fix_emoji🎉🎉 | Rémi Verschelde | |
Fix emoji branch compilation error | |||
2020-07-23 | Skip internal scripts for breakpoints without printing an error | Andrii Doroshenko (Xrayez) | |
This removes: ``` ERROR: get_breakpoints: Condition ' base.begins_with("local://") ``` while running a project with blank scripts caused by deleting or moving, or built-in scripts which are not yet saved within a scene on running a project. | |||
2020-07-23 | Fix emoji branch compilation error | Tomasz Chabora | |
2020-07-23 | Fix run project when current scene was never saved | Tomasz Chabora | |
2020-07-23 | CI: Added Android GitHub Action | thebestnom | |
2020-07-23 | Merge pull request #40556 from aaronfranke/gha-sep-workflows | Rémi Verschelde | |
Split CI builds into workflows for each OS | |||
2020-07-23 | Merge pull request #40348 from amanj120/forward_port_bundle_pr_icons | Rémi Verschelde | |
Copy project icons to Gradle project directory during Android Custom Build. | |||
2020-07-23 | Merge pull request #39737 from Cevantime/add_force_caret_displayed_to_line_edit | Rémi Verschelde | |
add force caret display to line edit |