summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Expand)AuthorAgeFilesLines
* CI: Use clang-format 15Rémi Verschelde2023-01-101-3/+3
* CI: Fix dumping GDExtension interface and API for godot-cppRémi Verschelde2022-12-141-12/+5
* Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextensionRémi Verschelde2022-12-122-3/+2
|\
| * Rename all gdnative occurences to gdextensionGilles Roudière2022-12-122-3/+2
* | Rename `float=64` SCons option to `precision=double`Hugo Locurcio2022-12-101-2/+2
|/
* Emphasize the importance of uploading a minimal reproduction projectHugo Locurcio2022-11-171-2/+5
* Merge pull request #68543 from DarkKilauea/msvc-problem-matcherRémi Verschelde2022-11-111-1/+3
|\
| * Add MSVC problem matcher to CIJosh Jones2022-11-111-1/+3
* | Add GCC problem matcher to CIRaul Santos2022-11-111-0/+3
* | Mention .godot folder in issue templatekobewi2022-11-111-1/+1
|/
* Add rendering team as GLES3 CODEOWNERclayjohn2022-11-021-0/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-1/+1
* Various enhancements to Visual Studio solution generation.TechnoPorg2022-10-041-1/+1
* CI: Update target for godot-cpp after https://github.com/godotengine/godot-cp...Rémi Verschelde2022-10-041-1/+1
* Fix CODEOWNERS and fix missing quote in "Building for platform" messageAaron Franke2022-10-011-2/+2
* ci: add Python static analysis check via mypyJiri Suchan2022-09-301-1/+5
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-267-61/+42
* Further cleanup of VisualScript referencesRedMser2022-09-191-1/+0
* CI: Downgrade Emscripten to 3.1.18Rémi Verschelde2022-09-091-1/+1
* Fix UTF-8 validation in static checksGergely Kis2022-09-051-2/+2
* [Web] Require threads, rtti, allow optimize=speed.Fabio Alessandrelli2022-08-301-1/+1
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-292-5/+5
* Add `dotnet format` to CI to check C# styleRaul Santos2022-08-271-0/+4
* CI: Remove unnecessary extra cache step for EmscriptenRémi Verschelde2022-08-251-8/+0
* CI: Bump various GitHub actions to latest versionsRémi Verschelde2022-08-259-17/+18
* Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-255-10/+10
* CI: Remove second build with mono_glue=yesIgnacio Roldán Etcheverry2022-08-231-12/+2
* Merge pull request #62545 from yedpodtrzitko/yed/pytest-buildersRémi Verschelde2022-08-221-5/+9
|\
| * ci: add basic test pipeline for shader buildersJiri Suchan2022-08-191-1/+5
| * ci: move slowest static job to the end of pipelineJiri Suchan2022-08-191-4/+4
* | C#: Upgrade to .NET 6 (5.0 -> 6.0)Ignacio Roldán Etcheverry2022-08-221-1/+1
* | CI: Setup .NET Sdk to fix CI and build C# code as wellIgnacio Roldán Etcheverry2022-08-221-2/+15
|/
* Check also GLES3 in CIRafał Mikrut2022-08-061-1/+7
* create vector4, vector4i and projection for csharpantonWetzel2022-07-311-33/+6
* CI: Link MoltenVK statically on macOSRémi Verschelde2022-07-292-1/+7
* Implement support for loading system fonts on Linux, macOS / iOS and Windows.bruvzg2022-07-261-1/+1
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-0/+4
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-6/+33
* SCons: Refactor Linux linker options with `linker=<bfd|gold|lld|mold>`Rémi Verschelde2022-07-221-4/+4
* Merge pull request #63225 from bruvzg/mac_renameRémi Verschelde2022-07-213-5/+5
|\
| * Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-213-5/+5
* | CI: Use Gold (GCC) and LLD (Clang) as linker for Linux sanitizers buildsRémi Verschelde2022-07-211-4/+4
|/
* Revert "CI: Disable Linux GCC ASAN temporarily"Riteo2022-07-201-2/+2
* CI: Disable Linux GCC ASAN temporarilyRémi Verschelde2022-07-201-2/+2
* SCons: Default `num_jobs` to max CPUs minus 1 if not specifiedRémi Verschelde2022-07-172-2/+2
* [macOS] Use statically linked MoltenVK by default, automatically detect Molte...bruvzg2022-07-031-1/+1
* Fix exit code of --help and --version, and test them in CIJan Haller2022-07-023-0/+6
* Rewrite PR template to make it slightly less verboseRémi Verschelde2022-06-281-8/+4
* Add Godot 3.x -> Godot 4.x project converterRafał Mikrut2022-06-151-0/+12
* makerst: Print colored output for easier visual greppingHugo Locurcio2022-06-111-1/+1