Mario Zechner
|
e69bc5562c
|
[csharp] spine-csharp.csproj is a .NET Standard 2.0 project now, fixed format-csharp.sh
|
2025-07-16 01:21:03 +02:00 |
|
Mario Zechner
|
46e38c0356
|
[ts] Use correct typescript-formatter package
|
2025-07-16 00:02:29 +02:00 |
|
Mario Zechner
|
b544dd99ed
|
[formatters] C/C++ formatting
|
2025-07-15 22:56:12 +02:00 |
|
Mario Zechner
|
61752a1d5f
|
[formatters] Move lang specific formatters into their own Bash script.
|
2025-07-15 22:22:00 +02:00 |
|
Mario Zechner
|
2c83fe0252
|
[c] More robust enum extraction, assign self to local vars for easier debugging.
|
2025-07-15 22:17:48 +02:00 |
|
Mario Zechner
|
922e94485c
|
Fix formatters gradle wrapper version for jreleaser.
|
2025-06-12 22:04:21 +02:00 |
|
Mario Zechner
|
12f11cbbf9
|
Add spine-android to formatter
|
2024-07-24 20:37:00 +02:00 |
|
Mario Zechner
|
bf0a33876a
|
Formatting
|
2024-07-02 12:32:59 +02:00 |
|
Mario Zechner
|
ac7f0654a6
|
[cpp][flutter] Added spine-lite-cpp, changed spine-flutter to use spine-lite-cpp.
|
2024-04-19 14:43:00 +02:00 |
|
Mario Zechner
|
06005bf0de
|
[ue] rename spine-ue4 to spine-ue
|
2024-04-03 16:11:59 +02:00 |
|
Mario Zechner
|
7c73988b42
|
[flutter] Add formatter pass.
|
2022-11-23 06:29:03 +01:00 |
|
Mario Zechner
|
5cd5a26186
|
[sdl] C++ runtime complete.
Unsupported:
- premultiplied alpha
- screen blend mode
- two color tint
|
2022-08-01 16:50:07 +02:00 |
|
Mario Zechner
|
68b59271bb
|
[godot] Backport to 4.1
|
2022-07-18 10:27:42 +02:00 |
|
Mario Zechner
|
9e7f2df8e1
|
Update formatter build to Gradle 7.3
|
2022-05-31 12:24:20 +02:00 |
|
Mario Zechner
|
2022713bd2
|
[c][cpp] Formatter pass.
|
2022-03-25 13:31:58 +01:00 |
|
Luke Ingram
|
fd617b562e
|
[libgdx] Fixed AnimationState.trackEntry()
Some TrackEntry fields weren't reset to their default values. @NathanSweet you did a bug
|
2022-01-28 11:03:36 -04:00 |
|
Mario Zechner
|
41371b6f6e
|
Fix Gradle build for spotless formatting.
|
2022-01-23 22:25:12 +01:00 |
|
Mario Zechner
|
d7bb172c95
|
Fix fomatting script, apply formatting.
|
2022-01-20 19:49:10 +01:00 |
|
Mario Zechner
|
80c702d526
|
[runtimes] Exclude node_modules from spotless formatting
|
2021-10-13 23:58:05 +02:00 |
|
Mario Zechner
|
39df4c7cbb
|
[ts] Formatter pass
|
2021-08-27 17:24:18 +02:00 |
|
Mario Zechner
|
a475b8a9c3
|
Hard-code our clang-format version.
|
2021-08-18 19:53:54 +02:00 |
|
Mario Zechner
|
1ec5c46361
|
Try specifying clang-format exe path to spotless
|
2021-08-18 19:46:31 +02:00 |
|
Mario Zechner
|
5b09b12564
|
Hard-code the clang-format version for spotless.
|
2021-08-18 19:40:54 +02:00 |
|
Mario Zechner
|
51e7a41651
|
Try using pre-installed clang-format.
|
2021-08-18 19:38:12 +02:00 |
|
Mario Zechner
|
2aced034d3
|
Merge branch 'formatting-gha' into 4.0
|
2021-08-18 18:55:57 +02:00 |
|
Mario Zechner
|
ce036f446c
|
GitHub Action to check for formatting errors.
|
2021-08-18 18:55:33 +02:00 |
|
Harald Csaszar
|
34d5af502e
|
[tools] Updated csharp .editorconfig formatter configuration to include a newline the the end of file. Removed commented out unused code.
|
2021-08-18 16:45:28 +02:00 |
|
Mario Zechner
|
f13ad0d983
|
Exclude d.ts from tsfmt
|
2021-08-16 19:34:45 +02:00 |
|
Mario Zechner
|
61f63549d4
|
Apply tsfmt to TypeScript sources, formatting pass on .ts files.
|
2021-08-16 19:34:27 +02:00 |
|
Mario Zechner
|
287f6dfb24
|
Apply formatting to C# sources.
|
2021-08-16 19:06:08 +02:00 |
|
Harald Csaszar
|
f48e2ae2f8
|
[tools] Updated csharp formatter .editorconfig file (generated in VS 2019), no newline at catch and finally blocks.
|
2021-08-16 18:42:31 +02:00 |
|
Harald Csaszar
|
b4286cd615
|
[tools] renamed formatter/editorconfig to .editorconfig to keep original name.
|
2021-08-16 16:58:32 +02:00 |
|
Harald Csaszar
|
20c406d153
|
[tools] Updated csharp formatter .editorconfig file (generated in VS 2019).
|
2021-08-16 16:53:41 +02:00 |
|
Mario Zechner
|
3f6bc07bad
|
Move all formatter related files to formatters/
|
2021-08-16 16:38:16 +02:00 |
|
badlogic
|
0dcdfd411d
|
[ue4] Prevent clang-format from reordering includes
.generated.h files must come last, but there's no way to specify this to clang-format.
|
2021-07-01 12:13:15 +02:00 |
|
badlogic
|
a1959ee1a0
|
Merge branch '4.0' of https://github.com/esotericsoftware/spine-runtimes into 4.0
# Conflicts:
# spine-c/spine-c/src/spine/PathConstraint.c
|
2021-07-01 10:40:55 +02:00 |
|
badlogic
|
87658c7d31
|
[c][cpp] Spotless formatter
|
2021-07-01 10:40:18 +02:00 |
|
Nathan Sweet
|
109356268f
|
Eclipse formatter update.
|
2021-06-30 10:36:35 -04:00 |
|
badlogic
|
2fdd6e5c11
|
Upgrade Gradle to 7.0, fix libGDX build, add Java formatter
|
2021-06-30 16:15:20 +02:00 |
|