Thaddeus Crews
|
01fc9aee6c
Core: Modernize C headers with C++ equivalents
|
3 месяцев назад |
Yufeng Ying
|
4f4031a675
Replace size() == 0 with is_empty().
|
4 месяцев назад |
Yufeng Ying
|
be86ce3103
Apply iwyu suggestion in core.
|
7 месяцев назад |
Yufeng Ying
|
bdf24924e6
[Codestyle] Merge identical code piece.
|
8 месяцев назад |
Rémi Verschelde
|
c92a6c7e27
CI: Update `clang-format` pre-commit hook to 19.1.0
|
10 месяцев назад |
Thaddeus Crews
|
bbb3eb3a1a
Update lingering `do/while(0)` defines
|
1 год назад |
A Thousand Ships
|
15369fdb1d
Remove unnecessary `this->` expressions
|
1 год назад |
A Thousand Ships
|
034c0f1624
Replace `sanity` with `safety` for checks
|
1 год назад |
Rémi Verschelde
|
e4deaa2727
Merge pull request #76787 from RedworkDE/avoid-localvector-copy
|
2 лет назад |
Ninni Pipping
|
71ee65dc57
Enable shadow warnings and fix raised errors
|
2 лет назад |
RedworkDE
|
1324c7d06a
Avoid making unnecessary copies of `LocalVector`
|
2 лет назад |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 лет назад |
Ricardo Buring
|
e0e45e013e
Fix edge map capacity in convex hull computer
|
2 лет назад |
Juan Linietsky
|
71d2e38cb5
Optimize Convex Collision
|
2 лет назад |
Rémi Verschelde
|
c273ddc3ee
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
|
3 лет назад |
bruvzg
|
de4c97758a
Fix more issues found by cppcheck.
|
3 лет назад |
Anilforextra
|
fc27636999
Vectors: Use clear() and has().
|
3 лет назад |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 лет назад |
Aaron Franke
|
24f57886d0
Expose max_axis_index and max_axis_index for Vector2(i)
|
5 лет назад |
Lightning_A
|
e078f970db
Rename `remove()` to `remove_at()` when removing by index
|
4 лет назад |
Rémi Verschelde
|
0ae65472e7
clang-format: Enable `BreakBeforeTernaryOperators`
|
3 лет назад |
Rémi Verschelde
|
3a6be64c12
clang-format: Various fixes to comments alignment from `clang-format` 13
|
3 лет назад |
Marcel Admiraal
|
87a4ba492e
Remove unimplemented methods
|
3 лет назад |
Morris Tabor
|
75dd294732
Fix emitting duplicate edges for convex hulls
|
4 лет назад |
Morris Tabor
|
054c7a125f
Fix winding of new convex hull implementation.
|
4 лет назад |
Morris Tabor
|
d1bc88d426
Replace QuickHull with Bullet's convex hull computer.
|
4 лет назад |