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
*
Expose 2D Delaunay triangulation in Geometry singleton
Andrii Doroshenko (Xrayez)
2019-05-24
1
-0
/
+14
*
Expose 2D polygon boolean operations in Geometry singleton
Andrii Doroshenko (Xrayez)
2019-05-22
2
-1
/
+182
*
Fix typos with codespell
Rémi Verschelde
2019-05-19
1
-1
/
+1
*
Merge pull request #28925 from Daw11/astar-sorted-array
Max Hilbrunner
2019-05-18
2
-66
/
+47
|
\
|
*
Use a binary heap for the open list of Astar
Daw11
2019-05-16
2
-66
/
+47
*
|
Implement Lanczos image filter
Daw11
2019-05-05
1
-0
/
+6
|
/
*
Merge pull request #27676 from qarmin/small_fixes_2
Rémi Verschelde
2019-05-01
1
-1
/
+1
|
\
|
*
Small fixes to static analyzer bugs
qarmin
2019-04-04
1
-1
/
+1
*
|
Make "decimal" functions more consistent
Aaron Franke
2019-04-30
2
-0
/
+8
*
|
Merge pull request #27294 from lupoDharkael/rect2i
Rémi Verschelde
2019-04-30
1
-8
/
+31
|
\
\
|
*
|
Add missing methods to Rect2i
lupoDharkael
2019-03-21
1
-8
/
+31
*
|
|
Use approximate equallity methods in many places
Aaron Franke
2019-04-25
3
-8
/
+8
*
|
|
[Core] Approximate equality
Aaron Franke
2019-04-25
5
-25
/
+33
*
|
|
Merge pull request #26064 from JFonS/add_frustum_camera_mode
Hein-Pieter van Braam
2019-04-23
2
-0
/
+9
|
\
\
\
|
*
|
|
Add FRUSTUM camera mode, allowing tilted frustums
JFonS
2019-02-19
2
-0
/
+9
*
|
|
|
Added ability for multiple images to be imported as an atlas
Juan Linietsky
2019-04-19
3
-2
/
+3
*
|
|
|
Added generator audio stream, and spectrum analyzer audio effect
Juan Linietsky
2019-04-10
1
-0
/
+9
*
|
|
|
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
3
-6
/
+8
*
|
|
|
Merge pull request #27506 from Chaosus/astar
Rémi Verschelde
2019-04-08
2
-0
/
+26
|
\
\
\
\
|
*
|
|
|
Added functions to AStar for disable/enable points
Chaosus
2019-04-08
2
-0
/
+26
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #27452 from Chaosus/direction_to
Rémi Verschelde
2019-04-08
2
-0
/
+14
|
\
\
\
\
|
*
|
|
|
Added direction_to method to vectors
Chaosus
2019-04-05
2
-0
/
+14
|
|
/
/
/
*
|
|
|
Merge pull request #27231 from Chaosus/smoothstep
Rémi Verschelde
2019-04-08
3
-0
/
+20
|
\
\
\
\
|
*
|
|
|
Added smoothstep built-in function
Chaosus
2019-04-07
3
-0
/
+20
|
|
/
/
/
*
|
|
|
Merge pull request #27043 from Chaosus/randfn
Yuri Roubinsky
2019-04-07
3
-0
/
+12
|
\
\
\
\
|
*
|
|
|
Added normally distributed generation function to RNG
Chaosus
2019-03-17
3
-0
/
+12
*
|
|
|
|
Merge pull request #26486 from marxin/fix-Wdeprecated-copy
Rémi Verschelde
2019-04-06
2
-0
/
+14
|
\
\
\
\
\
|
*
|
|
|
|
Fix new GCC 9 warnings: -Wdeprecated-copy.
marxin
2019-03-02
2
-0
/
+14
*
|
|
|
|
|
Merge pull request #26699 from Schroedi/fix-line-circle-intersect
Rémi Verschelde
2019-04-06
1
-2
/
+4
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fixes Geometry.segment_intersects_circle working only one way.
Christoph Schroeder
2019-03-06
1
-2
/
+4
*
|
|
|
|
|
Merge pull request #27171 from Chaosus/randfix
Rémi Verschelde
2019-04-01
2
-5
/
+4
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Properly setup seed in RNG
Chaosus
2019-03-27
2
-5
/
+4
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #27485 from Faless/io/encode_decode_safety_pr
Rémi Verschelde
2019-04-01
1
-5
/
+7
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add object encoding param to serialization methods
Fabio Alessandrelli
2019-04-01
1
-5
/
+7
|
|
/
/
/
/
/
*
/
/
/
/
/
Some improvements to is_equal_approx, restored Quat operator.
Juan Linietsky
2019-04-01
3
-9
/
+24
|
/
/
/
/
/
*
|
|
|
|
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
*
|
|
|
|
Fix -Wc++11-extensions warning after #26737
Rémi Verschelde
2019-03-07
2
-2
/
+3
*
|
|
|
|
Fixed get_seed() not returning the correct seed.
MidZik
2019-03-07
2
-15
/
+20
|
|
/
/
/
|
/
|
|
|
*
|
|
|
TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix ...
Mariano Suligoy
2019-03-04
2
-0
/
+37
|
|
/
/
|
/
|
|
*
|
|
Scale quickhull tolerance with mesh size
Hein-Pieter van Braam
2019-03-01
2
-3
/
+3
*
|
|
Remove setting that caused is_inside_tree() errors on doppler tracking enabled.
Juan Linietsky
2019-02-26
1
-8
/
+2
*
|
|
Several fixes to make GLES2 on HTML5 work much better.
Juan Linietsky
2019-02-25
6
-33
/
+72
*
|
|
Fix wrapi to use int64_t instead int
Chaosus
2019-02-25
1
-2
/
+2
*
|
|
Fix crash when using `wrapi()` with a range of zero
Hugo Locurcio
2019-02-23
1
-3
/
+3
*
|
|
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
5
-56
/
+56
*
|
|
fixed AStar improper point deletion (leads to crash)
hedin
2019-02-20
1
-5
/
+8
|
|
/
|
/
|
*
|
Merge pull request #25680 from Chaosus/random_fix
Rémi Verschelde
2019-02-16
1
-1
/
+4
|
\
\
|
*
|
Fix random generation, to not retrieve 0 after seed()
Chaosus
2019-02-10
1
-1
/
+4
*
|
|
Fix typo for randd and randf
Pierrick Brunet
2019-02-16
1
-2
/
+2
[next]