aboutsummaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Release 2.1.3-stableRémi Verschelde2017-04-101-2/+2
|
* squish: Update to upstream version 1.15Rémi Verschelde2017-04-091-0/+5
| | | | | | Also fix clang-format pre-commit hook to ignore thirdparty files. (cherry picked from commit fa2d5b91dc390a11262859e5309351ba58842901)
* Style: Apply clang-format (3.9.1) to Obj-C++ filesRémi Verschelde2017-04-092-2/+2
|
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-082-0/+2
|
* Remove redundant subfolder in iOS templateRémi Verschelde2017-03-2639-5/+4
| | | | (cherry picked from commit 1a0d1bb18dc392ffdeef43451b8190f79b02d424)
* Travis: Run clang-format static checkRémi Verschelde2017-03-191-0/+40
| | | | | | | | | | Commits or PRs that do not respect the clang-format style that we enforce will fail the test. Adding ubuntu-toolchain-r-test as its libstdc++ is necessary to install libllvm-3.9. (cherry picked from commit 6aee289b3efea1d4f44fbcaa7d97ce276d17214e)
* clang-format: Add pre-commit hookRémi Verschelde2017-03-184-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 (cherry picked from commit 0e4ee5935a000f5d6de63d3c8ad15e1baf80cd0e)
* Reorder the folders in tools to prepare moving tools/editorRémi Verschelde2017-03-1859-0/+2071
- `certs` and `editor_fonts` go to `thirdparty` - `dist` and `scripts` go to a new `misc` folder - `collada` and `doc` go to `tools/editor` The next step will be to rename `tools/editor` to `editor` directly, but this will be done at the right time to avoid breaking too many PRs. (cherry picked from commit b87a232668d9f9f3b32c2fceb60bc5f6ef46df22)