| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Git Hooks: Suppress "which" error messages. | bruvzg | 2020-04-24 | 2 | -10/+10 |
| | | |||||
| * | Git Hooks: Add support for GUI git clients. | bruvzg | 2020-04-21 | 3 | -10/+253 |
| | | | | | [ci skip] | ||||
| * | Merge pull request #37445 from nekomatata/hook-makerst-fix | Rémi Verschelde | 2020-03-31 | 1 | -1/+8 |
| |\ | | | | | Fixed errors in makerst pre-commit hook | ||||
| | * | Fixed errors in makerst pre-commit hook | PouleyKetchoupp | 2020-03-31 | 1 | -1/+8 |
| | | | |||||
| * | | Pre-commit hook instructions on Windows | PouleyKetchoupp | 2020-03-30 | 1 | -3/+14 |
| |/ | |||||
| * | Hooks: Use pygmentize if available to visualize diff | Rémi Verschelde | 2020-03-30 | 2 | -4/+12 |
| | | |||||
| * | Hooks: Add pre-commit hook for psf/black formatting | Rémi Verschelde | 2020-03-30 | 4 | -16/+146 |
| | | |||||
| * | Add a pre-commit hook to check the class reference syntax | Hugo Locurcio | 2019-12-06 | 3 | -4/+11 |
| | | | | | This also makes documentation helper scripts executable. | ||||
| * | Split the Android platform java logic into an Android library module (`lib`) ↵ | fhuya | 2019-09-04 | 1 | -1/+1 |
| | | | | | | | and an application module (`app`). The application module `app` serves double duties of providing the prebuilt Godot binaries ('android_debug.apk', 'android_release.apk') and the Godot custom build template ('android_source.zip'). | ||||
| * | Style: Don't apply clang-format to platform/android/java/src/com | Rémi Verschelde | 2019-08-27 | 1 | -0/+3 |
| | | |||||
| * | Style: Fix clang-format pre-commit hook for java and glsl | Rémi Verschelde | 2018-10-02 | 1 | -1/+1 |
| | | |||||
| * | Style: Enable clang-format on GLSL shaders | Rémi Verschelde | 2018-08-27 | 1 | -1/+1 |
| | | | | | | | | As of clang-format 6.0.1, putting the `/* clang-format off */` hint around our "invalid" `[vertex]` and `[shader]` statements isn't enough to prevent a bogus indent of the next comments and first valid statement, so we need to enclose that first valid statement in the unformatted chunk. | ||||
| * | Change shebang of pre-commit-clang-format hook to make it portable | robfram | 2018-03-06 | 1 | -1/+1 |
| | | | | | | | | | The default one is "#!/bin/bash", but BSD systems doesn't have bash in that path. For portability reasons, it should be changed to "#!/usr/bin/env bash". More info: https://en.wikipedia.org/wiki/Shebang_%28Unix%29#Portability | ||||
| * | Style: Apply clang-format to Java files | Rémi Verschelde | 2017-12-10 | 1 | -1/+1 |
| | | | | | Only those from org/godotengine/godot though, not the thirdparty ones. | ||||
| * | Fix typos 'a' and 'an' | Poommetee Ketson | 2017-09-02 | 1 | -2/+2 |
| | | |||||
| * | squish: Update to upstream version 1.15 | Rémi Verschelde | 2017-04-09 | 1 | -0/+5 |
| | | | | | Also fix clang-format pre-commit hook to ignore thirdparty files. | ||||
| * | Style: Apply clang-format (3.9.1) to Obj-C++ files | Rémi Verschelde | 2017-04-09 | 1 | -1/+1 |
| | | |||||
| * | clang-format: Add pre-commit hook | Rémi Verschelde | 2017-02-12 | 4 | -0/+258 |
| Derived from https://github.com/githubbrowser/Pre-commit-hooks and https://gitlab.cern.ch/GeantV/geant/blob/master/hooks/pre-commit-clang-format | |||||
