Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integrate `.pre-commit-config.yaml` | Thaddeus Crews | 2024-06-24 | 18 | -922/+230 |
| | |||||
* | Sync license copyright with upstream GH-70885 | Rémi Verschelde | 2023-01-10 | 1 | -29/+29 |
| | |||||
* | Rename float=64 build option to precision=double | Ricardo Buring | 2023-01-09 | 1 | -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 folder | Rémi Verschelde | 2022-12-14 | 1 | -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 repo | Aaron Franke | 2022-10-09 | 5 | -25/+78 |
| | |||||
* | Fix get_file_list not returning all generated files. | Fabio Alessandrelli | 2022-09-11 | 1 | -0/+31 |
| | | | | Adds a CI static check for it. | ||||
* | Relicense integration testing project under public domain/Unlicense | Rémi Verschelde | 2022-08-22 | 1 | -1/+1 |
| | | | | Fixes #813. | ||||
* | Git hooks: Remove reference to unused `pre-commit-make-rst` | Rémi Verschelde | 2022-07-26 | 1 | -1/+1 |
| | | | | Fixes #795. | ||||
* | Sync `misc/` scripts and hooks with upstream Godot | Rémi Verschelde | 2022-03-15 | 9 | -79/+61 |
| | |||||
* | Update copyright year | Rémi Verschelde | 2022-03-15 | 1 | -2/+2 |
| | |||||
* | Replace bindgins to work with extensions | George Marques | 2021-09-27 | 12 | -26/+779 |
| | |||||
* | Update clang-format to version 11 | George Marques | 2021-02-28 | 1 | -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 CI | Marc Gilleron | 2021-02-03 | 2 | -48/+43 |
| | |||||
* | Travis: Use clang-format 8.0, update script | Rémi Verschelde | 2020-06-02 | 1 | -6/+14 |
| | | | | Cf. https://github.com/godotengine/godot/pull/36350 | ||||
* | Set up Travis CI | Hugo Locurcio | 2019-05-02 | 1 | -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 classes | Bastiaan Olij | 2018-11-24 | 4 | -0/+263 |