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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added volumetric fog effect.
Juan Linietsky
2020-08-13
2
-4
/
+3
*
Make all String float conversion methods be 64-bit
Aaron Franke
2020-07-27
1
-1
/
+1
*
GDScript: Clarified/fixed inaccuracies in the built-in function docs.
Meriipu
2020-07-25
1
-6
/
+6
*
Update core documentation to match recent C# changes
Aaron Franke
2020-07-21
4
-6
/
+5
*
Merge pull request #38713 from aaronfranke/string-64bit
Rémi Verschelde
2020-07-01
1
-1
/
+1
|
\
|
*
Remove 32-bit String to_int method
Aaron Franke
2020-06-03
1
-1
/
+1
*
|
Addition of SDFGI for open world global illumination
Juan Linietsky
2020-06-26
3
-1
/
+13
*
|
Style: Fix copyright headers
Rémi Verschelde
2020-06-25
2
-2
/
+2
*
|
Simplify Transform2D get_rotation
Aaron Franke
2020-06-17
1
-6
/
+1
*
|
- Added more euler rotation orders support.
Andrea Catania
2020-06-12
2
-16
/
+211
*
|
Merge pull request #39230 from ntfshard/expression_string_singlequote
Rémi Verschelde
2020-06-11
1
-1
/
+3
|
\
\
|
*
|
Fix for Expression class: inner string can be single quoted
ntfs.hard
2020-06-02
1
-1
/
+3
|
|
/
*
/
AStar: Make get_closest_point() deterministic for equidistant points
Rémi Verschelde
2020-06-09
1
-5
/
+9
|
/
*
Split `Geometry` singleton into `Geometry2D` and `Geometry3D`
Andrii Doroshenko (Xrayez)
2020-05-27
9
-762
/
+820
*
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
8
-52
/
+53
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
29
-476
/
+891
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
15
-0
/
+35
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
43
-1041
/
+0
*
Style: Fix missing/invalid copyright headers
Rémi Verschelde
2020-05-14
1
-0
/
+30
*
Modernize remaining uses of 0/NULL instead of nullptr (C++11)
Rémi Verschelde
2020-05-14
3
-7
/
+7
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
19
-222
/
+78
*
thirdparty: Cleanup after #38386, document provenance and copyright
Rémi Verschelde
2020-05-11
5
-10
/
+9
*
New lightmapper
Juan Linietsky
2020-05-10
11
-2
/
+959
*
Revert "Renamed plane's d to distance"
Rémi Verschelde
2020-05-10
6
-35
/
+35
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
3
-66
/
+189
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
8
-35
/
+70
*
Renamed plane's d to distance
Marcus Elg
2020-05-10
6
-35
/
+35
*
Check for empty vectors before trying to access a pointer to the first
Marcel Admiraal
2020-05-04
1
-1
/
+3
*
Implement Skew in Node2D
Juan Linietsky
2020-05-01
2
-0
/
+23
*
Fixed false positives in the culling system.
Kiri Jolly
2020-04-29
6
-12
/
+83
*
[Core] Rename linear_interpolate to lerp
Aaron Franke
2020-04-29
7
-25
/
+14
*
Improve the Vector2 rotated code
Aaron Franke
2020-04-21
2
-11
/
+5
*
Remove unnecessary check for zero determinant in Basis::orthonormalize().
Marcel Admiraal
2020-04-14
1
-4
/
+0
*
Fix aspect ratio on hmd projection matrix
Bastiaan Olij
2020-04-05
1
-1
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
9
-83
/
+83
*
Merge pull request #37504 from qarmin/out_of_bound_cursor
Rémi Verschelde
2020-04-02
1
-0
/
+2
|
\
|
*
Fix out of bound array access caused by unassigned variable
Rafał Mikrut
2020-04-01
1
-0
/
+2
*
|
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
1
-1
/
+1
|
/
*
Style: Harmonize header guards to style guide [Core]
Rémi Verschelde
2020-03-25
8
-12
/
+12
*
Merge pull request #37039 from Chaosus/astar2d_cost
Rémi Verschelde
2020-03-19
2
-13
/
+192
|
\
|
*
Implements estimate/compute_cost for AStar2D
Yuri Roubinsky
2020-03-14
2
-13
/
+192
*
|
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
2
-22
/
+22
|
/
*
Merge pull request #36994 from akien-mga/typedefs-cleanup
Rémi Verschelde
2020-03-12
1
-4
/
+4
|
\
|
*
typedefs: Cleanup unused macros and unnecessary checks
Rémi Verschelde
2020-03-11
1
-4
/
+4
*
|
Fix various typos
luz.paz
2020-03-11
1
-1
/
+1
|
/
*
Turn Rect2's 'intersects_touch()' into an extra argument of 'intersects()'
Michael Alexsander
2020-03-04
1
-22
/
+20
*
Merge pull request #36515 from reduz/packed-array-64-bits
Rémi Verschelde
2020-02-25
2
-7
/
+7
|
\
|
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
2
-7
/
+7
*
|
Expression: Fix parsing integers as 32-bit
Rémi Verschelde
2020-02-25
1
-1
/
+1
|
/
*
Add support for Vector2i, Rect2i and Vector3i to Variant
Juan Linietsky
2020-02-22
2
-1
/
+11
[next]