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
*
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
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
2
-28
/
+28
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
11
-893
/
+128
*
Remove more deprecated methods and code
Rémi Verschelde
2020-02-13
1
-8
/
+2
*
Remove deprecated decimals builtin
Rémi Verschelde
2020-02-12
2
-8
/
+0
*
Vulkan: Move thirdparty code out of drivers, style fixes
Rémi Verschelde
2020-02-11
2
-4
/
+4
*
Modified rendering to use cluster instead of foward
Juan Linietsky
2020-02-11
4
-0
/
+61
*
Fix code formatting issues and VS compilation
Rémi Verschelde
2020-02-11
2
-0
/
+60
*
Several fixes to GIProbes
Juan Linietsky
2020-02-11
1
-1
/
+1
*
Fix Vector3 ambiguities and out of bounds init.
bruvzg
2020-02-11
1
-2
/
+2
*
GIProbes working.
Juan Linietsky
2020-02-11
3
-0
/
+277
*
Reflection probes working
Juan Linietsky
2020-02-11
2
-3
/
+3
*
Rewrote large part of rendering, omni and spot shadows now work.
Juan Linietsky
2020-02-11
2
-0
/
+23
*
Yay very basic 3D (only white) finally shows.
Juan Linietsky
2020-02-11
2
-0
/
+8
*
Merge pull request #35682 from nathanwfranke/canvas-cull-control-fix
Rémi Verschelde
2020-02-08
1
-0
/
+13
|
\
|
*
Fix bug where Control at origin with 0 size not rendered
nathanwfranke
2020-02-07
1
-0
/
+13
*
|
Add do..while(0) wrappers to macros without one.
Marcel Admiraal
2020-02-05
1
-1
/
+1
|
/
*
Add explanations for errors related to Vector/Quat normalization
Hugo Locurcio
2020-01-24
6
-16
/
+16
*
Change CameraMatrix::get_viewport_size to get_viewport_half_extents
lawnjelly
2020-01-22
2
-7
/
+5
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
51
-102
/
+102
*
Add ord() function to Expression class
Danil Alexeev
2019-12-29
2
-0
/
+29
*
Drop b2d_convexdecomp. no longer necessary.
Rémi Verschelde
2019-12-13
2
-11
/
+0
*
Merge pull request #34040 from qarmin/unused_variable_more_precise_numbers
Rémi Verschelde
2019-12-10
2
-8
/
+8
|
\
|
*
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-12-10
2
-8
/
+8
*
|
Fix severe performance drop while deflating polylines
Andrii Doroshenko (Xrayez)
2019-12-03
1
-1
/
+1
|
/
*
Merge pull request #33583 from qarmin/fix_overflows_unitialized
Rémi Verschelde
2019-11-20
1
-0
/
+4
|
\
|
*
Fix some overflows and unitialized variables
Rafał Mikrut
2019-11-20
1
-0
/
+4
*
|
Fixed bug caused by a copy/paste error in Face3::get_closest_point_to
stoofin
2019-11-19
1
-1
/
+1
|
/
[next]