summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-262-1/+2
|\
| * Merge pull request #99332 from Repiteo/ci/bump-sconsThaddeus Crews2024-11-251-1/+1
| |\ | | | | | | | | | CI: Bump SCons to latest (4.8.0 → 4.8.1)
| | * CI: Bump SCons to latest (4.8.0 → 4.8.1)Thaddeus Crews2024-11-161-1/+1
| | |
| * | [Codeowners] Add missing test ownershipA Thousand Ships2024-11-201-0/+1
| |/
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-156-19/+10
|\|
| * SCons: Improve cache purging logicThaddeus Crews2024-11-154-12/+6
| | | | | | | | • Implement caching via SCons arguments, rather than environment variables
| * SCons: Bump minimum SCons & Python versionsThaddeus Crews2024-11-122-7/+4
| | | | | | | | | | SCons: 3.1.2 → 4.0 Python: 3.6 → 3.8
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-125-6/+9
|\|
| * CI: Update Linux runners to Ubuntu 24.04Thaddeus Crews2024-11-105-6/+9
| |
* | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-3/+1
|\|
| * [Web] Don't cache emsdkA Thousand Ships2024-11-091-3/+1
| | | | | | | | | | | | 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
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+1
|\|
| * Patch the OpenXR headers to get EGL from GLAD if we're using itDavid Snopek2024-11-041-1/+1
| |
* | Fix godot references in the issue & PR templateJosh Kerr2024-11-032-2/+2
| |
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-302-27/+33
|\|
| * Merge pull request #98399 from Repiteo/codeowners-2-return-of-jafarThaddeus Crews2024-10-291-24/+19
| |\ | | | | | | | | | Implement `CODEOWNERS` corrections
| | * Implement `CODEOWNERS` correctionsThaddeus Crews2024-10-221-24/+19
| | |
| * | Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebasedClay John2024-10-291-3/+14
| |\ \ | | | | | | | | Add Swappy & Pre-Transformed Swapchain
| | * | Add Swappy & Pre-Transformed SwapchainMatias N. Goldberg2024-10-281-3/+14
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-1/+1
|\| |
| * | Merge pull request #97771 from dsnopek/openxr-linux-eglThaddeus Crews2024-10-251-1/+1
| |\ \ | | |/ | |/| | | | OpenXR: Add support for Wayland on Linux
| | * OpenXR: Add support for Wayland on LinuxDavid Snopek2024-10-041-1/+1
| | |
* | | Remove CI jobs that do not match GodotSpartan3222024-10-162-23/+0
| | | | | | | | | | | | 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.
* | | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-142-26/+67
|\| |
| * | Merge pull request #97446 from Repiteo/ci/windows-gcc-actionThaddeus Crews2024-10-101-6/+21
| |\ \ | | | | | | | | | | | | CI: Add MinGW/GCC build to Windows GHA
| | * | CI: Add MinGW/GCC build to Windows GHAThaddeus Crews2024-10-101-6/+21
| | |/
| * / Update `CODEOWNERS`Thaddeus Crews2024-10-091-19/+45
| |/
* | Fix release.yml causing failing CISpartan3222024-10-111-1/+1
| |
* | Update release.ymldecryptedchaos2024-10-111-8/+8
| | | | | | fix target
* | Create release.yml for release buildsdecryptedchaos2024-10-111-0/+337
| | | | | | Adding release runner, to get builds
* | Renable CHANGED_FILES for static_checks.ymlSpartan3222024-10-111-13/+13
| |
* | Temporarily disable CHANGED_FILES for static_checks.ymlSpartan3222024-10-111-13/+13
| |
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-113-17/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Update ISSUE__TEMPLATES to point to Redot-Engine repo instead of Godot repo ↵Erik Eakins2024-10-042-16/+16
|/ | | | | | | (#151) * Update config.yml * Update bug_report.yml
* Merge pull request #97503 from Repiteo/ci/merge_queueRémi Verschelde2024-09-291-1/+1
|\ | | | | | | CI: Support merge queues with default runner
| * CI: Support merge queues with default runnerThaddeus Crews2024-09-261-1/+1
| |
* | Add a few missing CODEOWNERSA Thousand Ships2024-09-281-1/+4
| |
* | Update CODEOWNERSA Thousand Ships2024-09-251-119/+170
|/ | | | | | | * Added shared responsibilities for documentation and tests * Made buildsystem manage all build scripts (uniquely) * Cleaned up unused cases * Added unmanaged cases
* CI: Improve `godot-cpp` actionsThaddeus Crews2024-09-192-29/+28
|
* Merge pull request #96967 from m4gr3d/update_android_editor_flavorsRémi Verschelde2024-09-161-1/+1
|\ | | | | | | [Android editor] Update the Android editor flavors
| * Update the Android editor flavors to avoid vendor-specific referencesFredia Huya-Kouadio2024-09-131-1/+1
| |
* | Style: Format yaml filesThaddeus Crews2024-09-1319-182/+198
|/
* [Core] Optionally delete `Ref` `nullptr` comparisonsA Thousand Ships2024-09-126-6/+6
| | | | | | 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`)
* Improve support for XR projectsFredia Huya-Kouadio2024-09-061-0/+1
|
* CI: add C compile step for gdextension_interface.hJan Haller2024-09-021-0/+10
| | | | | | 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.
* Add support for compiling with VS clang-cl toolsetAlula2024-08-281-0/+11
|
* Add Metal support for macOS (arm64) and iOSStuart Carnie2024-08-201-0/+3
|
* Update GDExtension related CI after Godot 4.3-stable's releaseDavid Snopek2024-08-151-1/+1
|
* CI: Update Emscripten to 3.1.64Rémi Verschelde2024-08-081-1/+1
| | | | This is the version we're using for 4.3-stable.
* [Web] Enable the closure compiler in CIFabio Alessandrelli2024-07-261-1/+1
| | | | Also fixes some JSDoc annotations in GodotAudio