summaryrefslogtreecommitdiff
path: root/misc/scripts
AgeCommit message (Expand)Author
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-10-12Fix dotnet formatRaul Santos
2022-09-30Merge pull request #64784 from yedpodtrzitko/yed/ci-add-mypyRémi Verschelde
2022-09-30Fix typos with codespellRémi Verschelde
2022-09-30ci: add Python static analysis check via mypyJiri Suchan
2022-09-26Style: Cleanup header guards for consistencyRémi Verschelde
2022-09-07C#: Replace libnethost dependency to find hostfxrIgnacio Roldán Etcheverry
2022-09-05Fix UTF-8 validation in static checksGergely Kis
2022-08-27Add `dotnet format` to CI to check C# styleRaul Santos
2022-08-19ci: add basic test pipeline for shader buildersJiri Suchan
2022-08-01File: Re-add support to skip CR (`\r`) in `File::get_as_text`Rémi Verschelde
2022-07-29CI: Link MoltenVK statically on macOSRémi Verschelde
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-07-14Download Vulkan SDK disk image to a temporary folder in the scriptHugo Locurcio
2022-07-12Add a script to install the Vulkan SDK on macOSHugo Locurcio
2022-06-17Make enum/constant binds 64-bit.bruvzg
2022-06-15Stop CI when Godot crashRafał Mikrut
2022-05-23Fix the logic to restart the Godot applicationFredia Huya-Kouadio
2022-05-23Fix typos with codespellRémi Verschelde
2022-04-25Merge pull request #60445 from nathanfranke/minor-changesRémi Verschelde
2022-04-22improve OS.get_name classref, misc/scripts fixes, remove trailing quoteNathan Franke
2022-04-22Remove superfluous Android InputManager interface and implementationMarcel Admiraal
2022-03-31Fix typos with codespellRémi Verschelde
2022-03-29Fix flickering issues with low processor mode on AndroidFredia Huya-Kouadio
2022-02-10Fix typos with codespellRémi Verschelde
2022-02-01CI: Fix exclude patterns with `git ls-files`Rémi Verschelde
2022-01-29simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke
2022-01-19Improve the default project themeHugo Locurcio
2022-01-05Skip formatting .bat files in file_format.shAaron Franke
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-10-25clang-format: Enable `--Wno-error=unknown` for compat with older versionsRémi Verschelde
2021-10-21Add CI step for compiling and testing godot-cppBastiaan Olij
2021-09-14Add dozens of new integration tests to the GDScript test suiteHugo Locurcio
2021-08-25Print colored diffs when there are formatting failures in CIHugo Locurcio
2021-08-22Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke
2021-07-31Fix 'Attempted to remove invalid ID' errorsRafał Mikrut
2021-07-29Add script to make source tarball with `.git/HEAD`Rémi Verschelde
2021-05-20Fix typos with codespellRémi Verschelde
2021-04-15Test Godot with Vulkan in CIRafał Mikrut
2021-02-17Merge pull request #46117 from akien-mga/dynamic-load-libudevRémi Verschelde
2021-02-17Dynamically load libudev.so.1 on Linux if `udev=yes`Rémi Verschelde
2021-02-17Merge pull request #46050 from akien-mga/ci-simplify-file_formatRémi Verschelde
2021-02-16Dynamically load libpulse.so.0 and libasound.so.1 on LinuxHein-Pieter van Braam-Stewart
2021-02-15CI: Remove file_format.sh changes hard to reproduce on WindowsRémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-16Add line removal around braces to the file formatting scriptAaron Franke
2020-07-28Fix incorrect comments in file formatting scriptAaron Franke
2020-07-27Style: Fix code format scripts compat with non-GNU UnicesRémi Verschelde
2020-07-20CI: Drop AppVeyor and desktop Travis buildsRémi Verschelde
2020-07-20fix CI builds on linux by using ubuntu default apt repositoriesRevoluPowered