| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |\
| | |
| | |
| | | |
CI: Bump SCons to latest (4.8.0 → 4.8.1)
|
| | | |
|
| |/ |
|
|\| |
|
| |
| |
| |
| | |
• Implement caching via SCons arguments, rather than environment variables
|
| |
| |
| |
| |
| | |
SCons: 3.1.2 → 4.0
Python: 3.6 → 3.8
|
|\| |
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| | |
Due to how caches are accessed this cache is almost useless, it only
matters if it is from the same branch or a base branch, and is identical
between branches, so caching it just clutters the build cache
|
|\| |
|
| | |
|
| | |
|
|\| |
|
| |\
| | |
| | |
| | | |
Implement `CODEOWNERS` corrections
|
| | | |
|
| |\ \
| | | |
| | | | |
Add Swappy & Pre-Transformed Swapchain
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Adds Swappy for Android for stable frame pacing
- Implements pre-transformed Swapchain so that Godot's compositor is in
charge of rotating the screen instead of Android's compositor
(performance optimization for phones that don't have HW rotator)
============================
The work was performed by collaboration of TheForge and Google. I am
merely splitting it up into smaller PRs and cleaning it up.
Changes from original PR:
- Removed "display/window/frame_pacing/android/target_frame_rate" option
to use Engine::get_max_fps instead.
- Target framerate can be changed at runtime using Engine::set_max_fps.
- Swappy is enabled by default.
- Added documentation.
- enable_auto_swap setting is replaced with swappy_mode.
|
|\| | |
|
| |\ \
| | |/
| |/|
| | | |
OpenXR: Add support for Wayland on Linux
|
| | | |
|
| | |
| | |
| | |
| | | |
These have a tendency to consume a more notable amount of GH Action resources by their mere existence so they are being removed to free up time, GHA run slots, and cache for future workflow runs.
|
|\| | |
|
| |\ \
| | | |
| | | |
| | | | |
CI: Add MinGW/GCC build to Windows GHA
|
| | |/ |
|
| |/ |
|
| | |
|
| |
| |
| | |
fix target
|
| |
| |
| | |
Adding release runner, to get builds
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add Linux Editor tests workflow matrix
Add Windows Editor w/ Mono workflow matrix
Add Generate Glue Code job to Windows workflow
Add Build GodotSharp job to Windows workflow
Add godot compatibility version references
Add Godot author info
Add Godot version compatibility info
Add Godot donor info
Add Godot authors and donors to editor_about.cpp
Credits:
Co-authored-by: Skogi <skogi.b@gmail.com>
Co-authored-by: Spartan322 <Megacake1234@gmail.com>
Co-authored-by: swashberry <swashdev@pm.me>
Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: radenthefolf <radenthefolf@gmail.com>
Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com>
Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com>
Co-authored-by: decryptedchaos <nixgod@gmail.com>
Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com>
Co-authored-by: Mister Puma <MisterPuma80@gmail.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: SingleError <isaaconeoneone@gmail.com>
Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
|
|/
|
|
|
|
|
| |
(#151)
* Update config.yml
* Update bug_report.yml
|
|\
| |
| |
| | |
CI: Support merge queues with default runner
|
| | |
|
| | |
|
|/
|
|
|
|
|
| |
* Added shared responsibilities for documentation and tests
* Made buildsystem manage all build scripts (uniquely)
* Cleaned up unused cases
* Added unmanaged cases
|
| |
|
|\
| |
| |
| | |
[Android editor] Update the Android editor flavors
|
| | |
|
|/ |
|
|
|
|
|
|
| |
Adds an optional (default false) compile option to enable comparing
`Ref` to `nullptr` to ensure correct use, as well as future expandsion
for more general dev checks (enabled with `dev_mode`)
|
| |
|
|
|
|
|
|
| |
It has happened repeatedly that C++ code accidentally crept into the
GDExtension C header, a notable example being use of the `bool` type.
This change adds a CI step to check the header with a C-only compiler.
|
| |
|
| |
|
| |
|
|
|
|
| |
This is the version we're using for 4.3-stable.
|
|
|
|
| |
Also fixes some JSDoc annotations in GodotAudio
|