Rémi Verschelde
|
e956e80c1f
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
|
5 years ago |
Kiri Jolly
|
87ba4daf4b
Fixed false positives in the culling system.
|
5 years ago |
Aaron Franke
|
540156b387
[Core] Rename linear_interpolate to lerp
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Rémi Verschelde
|
13a9bfbca7
Style: Harmonize header guards to style guide [Core]
|
5 years ago |
Rémi Verschelde
|
cb282c6ef0
Style: Set clang-format Standard to Cpp11
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Rémi Verschelde
|
f111d1aaed
Drop b2d_convexdecomp. no longer necessary.
|
5 years ago |
Andrii Doroshenko (Xrayez)
|
08272585e9
Remove redundant transform method in Geometry singleton
|
6 years ago |
Michael Alexsander Silva Dias
|
6cc54a5864
Add 'is_point_in_circle()' to Geometry class, and general file cleanup
|
6 years ago |
Braden Bodily
|
71d71d55b5
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
|
6 years ago |
IAmActuallyCthulhu
|
82b9557803
Remove redundant author doc comments
|
6 years ago |
Simon Puchert
|
4b78e17b15
Optimize get_closest_point_to_segment*.
|
6 years ago |
Andrii Doroshenko (Xrayez)
|
24e9a881c0
Expose 2D Delaunay triangulation in Geometry singleton
|
6 years ago |
Andrii Doroshenko (Xrayez)
|
883ef8570a
Expose 2D polygon boolean operations in Geometry singleton
|
6 years ago |
Rémi Verschelde
|
e0574e1d98
Fix typos with codespell
|
6 years ago |
Aaron Franke
|
b659e1eb2b
Use approximate equallity methods in many places
|
6 years ago |
Christoph Schroeder
|
dcbe55a1fa
Fixes Geometry.segment_intersects_circle working only one way.
|
6 years ago |
Mariano Suligoy
|
078b869d9a
TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix for #24003
|
6 years ago |
Rémi Verschelde
|
b7cc2bb1e2
Core: Ensure classes match their header filename
|
6 years ago |
Juan Linietsky
|
e46f28e02d
Removed splits in Polygon editor, replace by internal vertices and polygon support.
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Juan Linietsky
|
16022da187
Ensure that array passed to physics is always counter clockwise, fixes #15361.
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
Aaron Franke
|
cf136a91d6
[Core] Completely kill math_2d.h, change includes
|
7 years ago |
Hein-Pieter van Braam
|
0e29f7974b
Reduce unnecessary COW on Vector by make writing explicit
|
7 years ago |
Juan Linietsky
|
69a96ff4a6
Merge pull request #15943 from poke1024/geometry-line-line
|
7 years ago |
Chaosus
|
f2c22791ce
Fix is_point_in_triangle
|
7 years ago |
Bernhard Liebl
|
c1e099b48f
Add Geometry::line_intersects_line_2d()
|
7 years ago |