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
/
modules
/
csg
/
csg.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-1
/
+1
*
[Core] Add `LocalVector::has` for convenience
A Thousand Ships
2024-05-06
1
-1
/
+1
*
Enable shadow warnings and fix raised errors
Ninni Pipping
2023-05-11
1
-18
/
+18
*
Fix infinite loop in Build2DFaces::_find_edge_intersections
Justin Wash
2023-04-27
1
-5
/
+22
*
Fix CSG edge case causing intersection line to hit on common edge of 2 trian...
K. S. Ernest (iFire) Lee
2023-04-27
1
-14
/
+66
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix some array size function definition mismatch.
Fabio Alessandrelli
2022-08-04
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-3
/
+3
*
Fix warnings found by Emscripten 3.1.10
Rémi Verschelde
2022-05-10
1
-4
/
+3
*
Rename `CSGPrimitive3D.invert_faces` to `flip_faces`
hoontee
2022-05-06
1
-3
/
+3
*
Rename Basis get_axis to get_column, remove redundant methods
Aaron Franke
2022-05-03
1
-3
/
+3
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-8
/
+8
*
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-2
/
+2
*
Fixed a typo in csg module
M. Huri
2021-10-12
1
-1
/
+1
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-4
/
+4
*
Use functions defined in the their classes.
Anilforextra
2021-09-29
1
-13
/
+13
*
Fix Typo: Segement.
Anilforextra
2021-09-27
1
-9
/
+9
*
Add Get Center Method for Rect2/Rect2i and AABB.
Anilforextra
2021-09-21
1
-2
/
+2
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-2
/
+2
*
Use is_equal_approx in more places
Aaron Franke
2021-07-21
1
-5
/
+5
*
Rename Transform to Transform3D in core
Aaron Franke
2021-06-03
1
-1
/
+1
*
Rename Array.invert() to Array.reverse()
Marcel Admiraal
2021-03-21
1
-1
/
+1
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-5
/
+5
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Don't attempt to insert points into degenerate triangles.
Marcel Admiraal
2020-08-13
1
-5
/
+15
*
Mark the first shape as inside, not the second shape, when CSG shapes are
Marcel Admiraal
2020-08-12
1
-2
/
+2
*
Use is_equal_approx() instead of vertex_snap when checking if ray is
Marcel Admiraal
2020-06-29
1
-1
/
+1
*
Create degenerate triangles when inserting an edge into a CSG face.
Marcel Admiraal
2020-06-29
1
-9
/
+0
*
Check if point's index exists before adding it to the list of points
Marcel Admiraal
2020-06-21
1
-2
/
+6
*
Split `Geometry` singleton into `Geometry2D` and `Geometry3D`
Andrii Doroshenko (Xrayez)
2020-05-27
1
-7
/
+7
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-60
/
+113
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-69
/
+0
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-15
/
+30
*
[Core] Rename linear_interpolate to lerp
Aaron Franke
2020-04-29
1
-1
/
+1
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
Fix various typos
luz.paz
2020-03-11
1
-3
/
+3
*
Fix multiple issues with CSG module.
Marcel Admiraal
2020-02-21
1
-1081
/
+1036
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-6
/
+6
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Replace vector == and is_zero_approx(distance) with is_equal_approx
Aaron Franke
2019-10-14
1
-5
/
+5
*
Fix misc. source comment typos
luz.paz
2019-09-19
1
-1
/
+1
*
Replace is_zero_approx(A.distance_to(B)) with A==B
Paul Trojahn
2019-08-19
1
-5
/
+5
*
Merge pull request #29283 from qarmin/fix_some_always_same_values
Rémi Verschelde
2019-06-20
1
-4
/
+4
|
\
|
*
Fix always true/false values
qarmin
2019-06-20
1
-4
/
+4
*
|
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-06-11
1
-1
/
+1
|
/
*
Fix typos with codespell
Rémi Verschelde
2019-05-19
1
-1
/
+1
*
Use approximate equallity methods in many places
Aaron Franke
2019-04-25
1
-5
/
+5
*
Fix CSG crash, closes #26281
Juan Linietsky
2019-03-01
1
-2
/
+4
[next]