Rémi Verschelde
93e202fe36
iOS: Bump `IPHONEOS_DEPLOYMENT_TARGET` to 9.0
...
Related to #41186 .
2021-10-25 11:44:57 +02:00
Rémi Verschelde
897c53173d
Travis: Use clang-format 8 instead of 6
...
Fix bogus build matrix due to stray quotes.
2020-08-13 23:17:30 +02:00
Rémi Verschelde
b97401f304
Update copyright statements to 2020
...
And apply clang-format 10 to the codebase.
2020-08-13 22:58:13 +02:00
Rémi Verschelde
c071c754d0
Travis: Fix clang-format on non-master branches
...
`git diff-tree` used to fail on the `3.2` branch (and other non-master
branches) as Travis doesn't actually check that branch from the remote:
```
fatal: ambiguous argument '3.2': unknown revision or path not in the
working tree.
```
The exit code would still be 0 so we'd miss badly formatted commits
targeting stable branches.
We do it manually to ensure that it's going to work as we want it.
(cherry picked from commit e479231b21
)
2020-05-28 14:09:22 +02:00
Rémi Verschelde
246b2c2d06
Update more version strings to 2.1.6
2019-06-04 11:43:02 +02:00
Rémi Verschelde
7562ce053a
Update copyright statements to 2019
2019-06-04 11:41:49 +02:00
Rémi Verschelde
38ed4b9a8c
Release 2.1.5-stable
2018-07-28 17:17:52 +02:00
Rémi Verschelde
792a0cdb53
Travis: Update style checks to clang-format 6.0.1
2018-07-18 17:48:28 +02:00
Leon Krause
4e0643a51c
Fix HTML5 start-up, remove godotfs.js
2018-03-18 18:13:55 +01:00
Xavier Sellier
0af3f8e053
Backport of clang-format 7cb6e6b723
2018-02-22 13:00:36 -05:00
Razah
f5f11b4317
Fix broken Info.plist after copyright update
...
Fixes #15293 .
+ misc fixes by @akien-mga.
(cherry picked from commit e3c9a7ed4f
)
2018-01-03 17:15:23 +01:00
Rémi Verschelde
2712014744
Update copyright statements to 2018
...
Happy new year to the wonderful Godot community!
2018-01-02 11:27:24 +01:00
Rémi Verschelde
7e2d6b4450
Style: Update definitions for clang-format 5.0.0
...
This will be the new standard from now on.
(cherry picked from commit a8ceb7e3f2
)
2017-12-11 15:18:26 +01:00
Rhody Lugo
f09bbfa372
change matrix and enable caching for Android, iOS and macOS (cross-compile)
2017-11-13 15:13:46 -04:00
Rémi Verschelde
3ec45a60b1
Dist: Use HTTPS for screenshot link in AppData file
...
[ci skip]
(cherry picked from commit b57fa8f19b
)
2017-09-24 19:42:00 +02:00
Rémi Verschelde
e25c37afa1
Dist: Add man page for Linux packagers
...
[ci skip]
2017-09-24 12:39:45 +02:00
Rémi Verschelde
893ebc54fc
Dist: Add desktop and AppStream files for Linux packagers
...
[ci skip]
(cherry picked from commit 20c8a4752c
)
2017-09-24 10:10:58 +02:00
Rémi Verschelde
9d598833d2
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:11:45 +02:00
Rémi Verschelde
eeb1d94dc9
Bump version to 2.1.4-beta
2017-06-17 14:05:00 +02:00
George Marques
b2f8a365f2
Fix cherry-picking issues caused by code updates
2017-06-07 12:59:42 -03:00
Rémi Verschelde
8df5b7151f
Release 2.1.3-stable
2017-04-10 23:44:55 +02:00
Rémi Verschelde
20d1a28341
squish: Update to upstream version 1.15
...
Also fix clang-format pre-commit hook to ignore thirdparty files.
(cherry picked from commit fa2d5b91dc
)
2017-04-09 15:51:41 +02:00
Rémi Verschelde
a27876d5ac
Style: Apply clang-format (3.9.1) to Obj-C++ files
2017-04-09 14:03:52 +02:00
Rémi Verschelde
e9b045d9e5
Add "Godot Engine contributors" copyright line
2017-04-08 00:45:24 +02:00
Rémi Verschelde
62d8f96720
Remove redundant subfolder in iOS template
...
(cherry picked from commit 1a0d1bb18d
)
2017-03-26 22:04:29 +02:00
Rémi Verschelde
51c5a12f43
Travis: Run clang-format static check
...
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 6aee289b3e
)
2017-03-19 16:14:53 +01:00
Rémi Verschelde
9d2c0f6c6e
clang-format: Add pre-commit hook
...
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 0e4ee5935a
)
2017-03-18 23:29:45 +01:00
Rémi Verschelde
6e5246e312
Reorder the folders in tools to prepare moving tools/editor
...
- `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 b87a232668
)
2017-03-18 23:29:43 +01:00