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
/
geometry.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split `Geometry` singleton into `Geometry2D` and `Geometry3D`
Andrii Doroshenko (Xrayez)
2020-05-27
1
-1377
/
+0
*
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
1
-3
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-45
/
+87
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-98
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-12
/
+6
*
thirdparty: Cleanup after #38386, document provenance and copyright
Rémi Verschelde
2020-05-11
1
-1
/
+2
*
New lightmapper
Juan Linietsky
2020-05-10
1
-0
/
+194
*
Revert "Renamed plane's d to distance"
Rémi Verschelde
2020-05-10
1
-2
/
+2
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-13
/
+38
*
Renamed plane's d to distance
Marcus Elg
2020-05-10
1
-2
/
+2
*
Fixed false positives in the culling system.
Kiri Jolly
2020-04-29
1
-0
/
+39
*
[Core] Rename linear_interpolate to lerp
Aaron Franke
2020-04-29
1
-2
/
+2
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-9
/
+9
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-28
/
+21
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Drop b2d_convexdecomp. no longer necessary.
Rémi Verschelde
2019-12-13
1
-2
/
+0
*
Fix severe performance drop while deflating polylines
Andrii Doroshenko (Xrayez)
2019-12-03
1
-1
/
+1
*
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-4
/
+1
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-4
/
+1
*
|
Changed some code found by Clang Tidy and Coverity
qarmin
2019-09-22
1
-1
/
+1
|
/
*
Add 'is_point_in_circle()' to Geometry class, and general file cleanup
Michael Alexsander Silva Dias
2019-08-27
1
-98
/
+48
*
Expose 2D polygon boolean operations in Geometry singleton
Andrii Doroshenko (Xrayez)
2019-05-22
1
-0
/
+106
*
Use approximate equallity methods in many places
Aaron Franke
2019-04-25
1
-1
/
+1
*
Merge pull request #25495 from IronicallySerious/fix-expand-macros
Rémi Verschelde
2019-03-16
1
-1
/
+1
|
\
|
*
Fix parameterised macros in core. Addresses #25488
IronicallySerious
2019-02-18
1
-1
/
+1
*
|
TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix ...
Mariano Suligoy
2019-03-04
1
-0
/
+35
|
/
*
Removed splits in Polygon editor, replace by internal vertices and polygon su...
Juan Linietsky
2019-01-08
1
-0
/
+2
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+2
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-10
/
+0
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-11
/
+11
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Merge pull request #15093 from poke1024/canvas-editor-select
Rémi Verschelde
2018-01-03
1
-0
/
+11
|
\
|
*
More exact picking for canvas editor
Bernhard Liebl
2017-12-27
1
-0
/
+11
*
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
|
/
*
Rename Rect3 to AABB.
Ferenc Arn
2017-11-17
1
-2
/
+2
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Add closest_power_of_2 func and implement mix_rate/latency on OS X
Marcelo Fernandez
2017-08-17
1
-2
/
+2
*
renamed all Rect3.pos to Rect3.position
alexholly
2017-06-09
1
-3
/
+3
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
Fix typos in source code using codespell
Rémi Verschelde
2017-03-24
1
-2
/
+2
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-439
/
+397
*
Overloaded basic math funcs (double and float variants). Use real_t rather th...
Ferenc Arn
2017-01-16
1
-11
/
+11
*
Type renames:
Juan Linietsky
2017-01-11
1
-2
/
+2
*
Memory pool vectors (DVector) have been enormously simplified in code, and re...
Juan Linietsky
2017-01-07
1
-22
/
+22
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
Turn some prints to error logs, remove others
Rémi Verschelde
2016-07-24
1
-7
/
+7
*
remove trailing whitespace
Hubert Jarosz
2016-03-09
1
-164
/
+164
*
Update copyright to 2016 in headers
George Marques
2016-01-01
1
-1
/
+1
[next]