index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
math
/
convex_hull.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Rebrand Godot 4.3 to Redot
Trashguy
2024-10-13
1
-1
/
+1
*
Update lingering `do/while(0)` defines
Thaddeus Crews
2024-04-04
1
-4
/
+6
*
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-8
/
+8
*
Replace `sanity` with `safety` for checks
A Thousand Ships
2023-10-08
1
-1
/
+1
*
Merge pull request #76787 from RedworkDE/avoid-localvector-copy
Rémi Verschelde
2023-06-20
1
-2
/
+2
|
\
|
*
Avoid making unnecessary copies of `LocalVector`
RedworkDE
2023-05-06
1
-2
/
+2
*
|
Enable shadow warnings and fix raised errors
Ninni Pipping
2023-05-11
1
-10
/
+10
|
/
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix edge map capacity in convex hull computer
Ricardo Buring
2022-12-21
1
-2
/
+1
*
Optimize Convex Collision
Juan Linietsky
2022-10-13
1
-5
/
+49
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-1
/
+1
*
Fix more issues found by cppcheck.
bruvzg
2022-04-20
1
-3
/
+3
*
Vectors: Use clear() and has().
Anilforextra
2022-02-02
1
-4
/
+4
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Expose max_axis_index and max_axis_index for Vector2(i)
Aaron Franke
2021-12-02
1
-7
/
+7
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-1
/
+1
*
clang-format: Enable `BreakBeforeTernaryOperators`
Rémi Verschelde
2021-10-28
1
-6
/
+3
*
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
1
-6
/
+3
*
Remove unimplemented methods
Marcel Admiraal
2021-10-21
1
-2
/
+0
*
Fix emitting duplicate edges for convex hulls
Morris Tabor
2021-08-25
1
-3
/
+14
*
Fix winding of new convex hull implementation.
Morris Tabor
2021-08-20
1
-1
/
+10
*
Replace QuickHull with Bullet's convex hull computer.
Morris Tabor
2021-05-22
1
-0
/
+2290