Rémi Verschelde
1361f07395
Style: Mark clang-format 16 as supported for pre-commit hook
...
It only introduced a difference in a .glsl file, which I've worked
around by removing an empty line. This keeps formatting consistent
between clang-format 15 and 16.
Also added a change in the 3-to-4 project converter to fix bogus
formatting in clang-format < 17.
(cherry picked from commit 49f4860ce3e4122e17c869229701f7d86aa6956c)
2024-02-08 15:15:30 +01:00
bruvzg
bf8d0672f6
Update linker flags for Xcode 15.0 - 15.2. Bump min. iOS version to 12.
2024-02-08 14:30:10 +01:00
f3982e12c7
Fix an exclude in the clang format script.
2023-12-18 00:31:20 +01:00
7a1db17e0f
Added more excludes to the clang format script.
2023-12-18 00:25:43 +01:00
2dc3113b0c
Added more excludes to the clang format script.
2023-12-18 00:19:04 +01:00
ac22f681a7
Added more excludes to the clang format script.
2023-12-18 00:03:16 +01:00
cc4123e8fc
Also ignore formatting fastnoise/lib.
2023-12-17 23:22:59 +01:00
87794189e6
Skip formatting sqlite.
2023-12-17 23:15:33 +01:00
443140a9e8
File copyright header updates pt5.
2023-12-17 23:07:28 +01:00
b3bb02b250
Fix adding newline in the copyright headers script.
2023-12-17 22:36:00 +01:00
9eb2fb05e4
Updated the copyright headers and clang-format scripts.
2023-12-17 22:14:52 +01:00
15f092866b
Fix JNI method names and java class lookup names in the android backend.
2023-08-31 21:59:44 +02:00
Ben Rog-Wilhelm
51ecd46a06
Add static check for overzealous .gitignores.
...
(cherry picked from commit 7ea171adca8d28d10aae68cfe8f36094683bc491)
2023-08-30 10:37:39 +02:00
b18d0a5fc9
Fix the android lib's package locations.
2023-08-27 22:56:41 +02:00
bruvzg
2be3b9c0ce
Back-port notarytool, provisioning profile and PKG export options.
2023-08-27 12:12:20 +02:00
f0241c55f4
Added a note and some commented out commands to the container linux build script.
2023-08-12 11:48:09 +02:00
ca982ac507
Ported: Add benchmark logic
...
Add benchmarking measuring methods to `OS` to allow for platform specific overrides (e.g: can be used to hook into platform specific benchmarking and tracing capabilities).
- m4gr3d
Also contains some mouse pointer improvements.
2023-05-01 15:32:01 +02:00
88d12ace16
Added a new dummy navigation server module.
2023-04-16 18:57:43 +02:00
fbfbbd3e00
Added alternate slim args when building the editor with the setup script. Also updated the list and style of the example.
2023-04-16 17:19:55 +02:00
a54844becf
Now the desired android arches can be easily specified for the android build when using to the app build script.
2022-12-31 15:51:35 +01:00
213f393293
Fix typos with codespell.
2022-12-22 19:51:25 +01:00
91e598aa7b
Ported: SCons: Cleanup DEBUG, _DEBUG and NDEBUG defines
...
- `_DEBUG` is MSVC specific so it didn't make much sense to define for
Android and iOS builds.
- iOS was the only platform to define `DEBUG`. We don't use it anywhere
outside thirdparty code, which we usually don't intend to debug, so it
seems better to be consistent with other platforms.
- Consistently define `NDEBUG` to disable assert behavior in both `release`
and `release_debug` targets. This used to be set for `release` for all
platforms, and `release_debug` for Android and iOS only.
- Due to the above, I removed the only use we made of `assert()` in Godot
code, which was only implemented for Unix anyway, should have been
`DEV_ENABLED`, and is in PoolAllocator which we don't actually use.
- The denoise and recast modules keep defining `NDEBUG` even for the `debug`
target as we don't want OIDN and Embree asserting all over the place.
- akien-mga
b0b759e6da
2022-12-22 17:42:54 +01:00
Riteo Siuga
699d2caa1d
Add an exception for thirdparty subdirectories in file_format.sh
...
This exception is also present in clang_format.sh and is needed in some
cases.
(cherry picked from commit 10eaf0c52bcec565df46a90ceeebe59d52c8cbff)
2022-12-11 19:03:47 +01:00
Zach Coleman
6fd82aca20
Add ProMotion Support to iOS Exports
2022-11-13 00:51:09 +01:00
d8b644c81b
Now the make release engine script will also zip the sources.
2022-10-15 15:10:55 +02:00
6e0d6585e1
Added a new make_release script for the engine.
2022-10-14 18:55:53 +02:00
e89a1d909c
Pre release file check script for the engine.
2022-10-14 17:40:19 +02:00
4473c70a37
Added a strip script.
2022-10-12 14:41:48 +02:00
c1d5bcff74
Add -f to the mv commands of the linux container build script.
2022-10-12 14:37:49 +02:00
67e61d2823
Also check whether the armhf builds have finished at the end of the build all script.
2022-10-12 13:36:55 +02:00
0667ff9280
Rename linux armhf executables at the end of the build all linux script.
2022-10-12 13:36:15 +02:00
c41d56ee5a
Fix the build commands for armhf x11.
2022-10-12 13:31:07 +02:00
138ca10b6d
Fix osx build commands in the build all script.
2022-10-12 07:50:32 +02:00
d6f135daf5
Fixed the javascript build container. Also downgraded emscripten for now to avoid warning spam because of a deprecation on their end.
2022-10-12 07:37:24 +02:00
7361e3b029
Now the podman build all script has the ability to easily set the build name.
2022-10-11 22:36:09 +02:00
a0e9615d93
Don't remove the module config file in the build all script anymore.
2022-10-11 22:15:29 +02:00
c243dbe6e5
Fixed the osx docker container.
2022-10-11 21:57:15 +02:00
4b1c400afd
Fixed typo.
2022-10-11 18:09:07 +02:00
3bf7bd0df0
Moved podman linux build commands to a new script.
2022-10-11 17:17:20 +02:00
98817907fa
Initial update / small cleanup pass on the build all script.
2022-10-11 17:04:36 +02:00
6b78806f60
Pass all arguments into the build commands in the podman builkd all file instead of the hardcoded -j4.
2022-10-11 16:40:27 +02:00
6801642fce
Updated the build consatiners based on changes from godot's.
2022-10-11 16:29:00 +02:00
59e980923d
Remove 32 bit linux dockerfle.
2022-10-11 16:00:09 +02:00
Rémi Verschelde
43de2b9ecc
Style: Ensure consistent formatting with clang-format 15
2022-10-08 16:48:59 +02:00
0bb6a05a4e
Removed now unneeded classes.
2022-09-17 16:35:58 +02:00
379a669f65
Updated the example build config file.
2022-09-17 14:34:50 +02:00
Pedro J. Estébanez
ba9d7d66fd
Add ability to extend the set of Git pre-commit hooks
...
(cherry picked from commit 8e2d0e1bb16409ad2e32e6e59432ffafb03c14ee)
2022-09-16 22:47:07 +02:00
Pedro J. Estébanez
866f38a8ae
Make Git hooks work on worktrees on Windows
...
(cherry picked from commit 4bf03afe8b70062cfca3336527294171e538ce25)
2022-09-16 22:46:13 +02:00
91bba51de6
Now the project setup script's module folders are customizable.
2022-08-27 14:36:44 +02:00
5489ace788
Add quotes when passing the custom module folders parameter.
2022-08-22 15:17:03 +02:00