summaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Integrate `.pre-commit-config.yaml`Thaddeus Crews2024-06-2418-922/+230
|
* Sync license copyright with upstream GH-70885Rémi Verschelde2023-01-101-29/+29
|
* Rename float=64 build option to precision=doubleRicardo Buring2023-01-091-2/+2
| | | | | This makes the build system consistent with Godot again. Also fix CMake build to define REAL_T_IS_DOUBLE when precision=double.
* Rename godot-headers to gdextension, move header to top folderRémi Verschelde2022-12-141-1/+1
| | | | | | | | Changes the `<godot/gdextension_interface.h>` include to simply `<gdextension_interface.h>`. Refactor and better document the SCons and CMake logic around setting the paths to the header and API JSON file.
* Add more static checks and move to separate file to match main repoAaron Franke2022-10-095-25/+78
|
* Fix get_file_list not returning all generated files.Fabio Alessandrelli2022-09-111-0/+31
| | | | Adds a CI static check for it.
* Relicense integration testing project under public domain/UnlicenseRémi Verschelde2022-08-221-1/+1
| | | | Fixes #813.
* Git hooks: Remove reference to unused `pre-commit-make-rst`Rémi Verschelde2022-07-261-1/+1
| | | | Fixes #795.
* Sync `misc/` scripts and hooks with upstream GodotRémi Verschelde2022-03-159-79/+61
|
* Update copyright yearRémi Verschelde2022-03-151-2/+2
|
* Replace bindgins to work with extensionsGeorge Marques2021-09-2712-26/+779
|
* Update clang-format to version 11George Marques2021-02-281-0/+4
| | | | | | | This is taken from the Godot repository, so formatting is similar. This updates the style rules as well. Also fix style in files to conform with this version.
* Re-added clang-format checks to the CIMarc Gilleron2021-02-032-48/+43
|
* Travis: Use clang-format 8.0, update scriptRémi Verschelde2020-06-021-6/+14
| | | | Cf. https://github.com/godotengine/godot/pull/36350
* Set up Travis CIHugo Locurcio2019-05-021-0/+40
| | | | | This ensures the repository is always in a buildable state, while also checking for code style violations.
* Implementing clang-format and applying it to all classesBastiaan Olij2018-11-244-0/+263