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
*
Add a new decomposition to Basis.
Ferenc Arn
2017-08-30
2
-4
/
+38
*
Remove Basis::set_scale and Basis::set_rotation_* functions.
Ferenc Arn
2017-08-29
2
-37
/
+0
*
Dead code tells no tales
Rémi Verschelde
2017-08-27
10
-297
/
+5
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
36
-36
/
+36
*
Merge pull request #10415 from tagcup/euler_hack
Rémi Verschelde
2017-08-22
1
-13
/
+4
|
\
|
*
Fix incorrect workaround for pure Y (X) rotations in XYZ (YXZ) convention.
Ferenc Arn
2017-08-18
1
-13
/
+4
*
|
Merge pull request #10225 from Noshyaar/map
Rémi Verschelde
2017-08-22
1
-2
/
+8
|
\
\
|
*
|
GDScript Built-in: add inverse_lerp & range_lerp
Poommetee Ketson
2017-08-18
1
-2
/
+8
*
|
|
Properly manage drawing of primitives when they lack an area, fixes #8930
Juan Linietsky
2017-08-18
1
-2
/
+2
*
|
|
Add closest_power_of_2 func and implement mix_rate/latency on OS X
Marcelo Fernandez
2017-08-17
1
-2
/
+2
|
|
/
|
/
|
*
|
Merge pull request #8899 from toger5/BetterFlatStylebox
Rémi Verschelde
2017-08-16
1
-0
/
+8
|
\
\
|
*
|
Added Corner Enum
toger5
2017-08-15
1
-0
/
+8
*
|
|
Synchronize parameter names in definition and declaration
TwistedTwigleg
2017-08-16
4
-56
/
+56
*
|
|
Rename cull_AABB to cull_aabb
Rémi Verschelde
2017-08-16
1
-6
/
+6
*
|
|
Use const reference where favorable
Wilson E. Alvarez
2017-08-14
2
-4
/
+4
|
/
/
*
|
Merge pull request #10190 from tagcup/euler_yxz
Rémi Verschelde
2017-08-11
4
-18
/
+143
|
\
\
|
*
|
Use YXZ convention for Euler angles.
Ferenc Arn
2017-08-09
4
-18
/
+143
|
|
/
*
/
Moved member variables from constructor to initialization list
Wilson E. Alvarez
2017-08-08
5
-37
/
+34
|
/
*
Display the Y angle properly when rotating from gizmo, partially helps #1479
Juan Linietsky
2017-08-07
1
-3
/
+11
*
Merge pull request #8567 from BastiaanOlij/ar_vr_server
Rémi Verschelde
2017-07-31
2
-13
/
+113
|
\
|
*
Adding base classes and structures for ARVR support
BastiaanOlij
2017-07-28
2
-13
/
+113
*
|
Style: Apply clang-format on all files
Rémi Verschelde
2017-07-30
1
-12
/
+12
|
/
*
Lots of work on Audio & Physics engine:
Juan Linietsky
2017-07-15
2
-0
/
+16
*
AStar: add bool has_point(id)
Poommetee Ketson
2017-07-11
2
-0
/
+8
*
Refactor 'treshold' to 'threshold'
Poommetee Ketson
2017-07-08
1
-4
/
+4
*
Implemented environment arrays for skybox reflection and roughness, quality i...
Juan Linietsky
2017-07-04
1
-3
/
+4
*
Fixed syntax inconsistency in Vector3.snap and Vector3.snapped
TwistedTwigleg
2017-07-03
4
-9
/
+9
*
Merge pull request #8870 from tagcup/pathfollow
Thomas Herzog
2017-06-19
3
-13
/
+16
|
\
|
*
Fix PathFollow rotations.
Ferenc Arn
2017-05-31
3
-13
/
+16
*
|
doc: Sync classref with current source
Rémi Verschelde
2017-06-15
1
-1
/
+1
*
|
Use inline code for isinf as a workaround for libstdc++ versions from gcc 5.x...
Ferenc Arn
2017-06-14
1
-4
/
+4
*
|
Merge pull request #8548 from tagcup/etc2comp
Juan Linietsky
2017-06-13
1
-0
/
+17
|
\
\
|
*
|
Add ETC1/ETC2 compression support though etc2comp.
Ferenc Arn
2017-05-31
1
-0
/
+17
*
|
|
renamed all Rect3.pos to Rect3.position
alexholly
2017-06-09
11
-190
/
+190
*
|
|
Fix build error, commit bee81d5
Poommetee Ketson
2017-06-08
1
-2
/
+2
*
|
|
Merge pull request #8981 from toger5/addedGrowFunction
Rémi Verschelde
2017-06-08
1
-0
/
+19
|
\
\
\
|
*
|
|
added grow functions to Rect2
toger5
2017-06-05
1
-0
/
+19
|
|
/
/
*
|
|
renamed all Rect2.pos to Rect2.position
alexholly
2017-06-04
3
-108
/
+108
*
|
|
Changed enum to const because enum with uint64 size does not work on VSC++ Co...
Thomas Görlich
2017-05-29
1
-3
/
+1
|
/
/
*
/
-Added EXR supprot for HDR (no BC6 compression yet though)
Juan Linietsky
2017-05-26
1
-0
/
+4
|
/
*
Merge pull request #8786 from bojidar-bg/fix-astar-weight-scale
Rémi Verschelde
2017-05-22
1
-4
/
+2
|
\
|
*
Fix weigth scale of A* being applied to the whole path and estimation
Bojidar Marinov
2017-05-22
1
-5
/
+2
*
|
Avoid overestimating the cost in AStar heuristics.
Ferenc Arn
2017-05-21
1
-1
/
+1
*
|
Added bool to allow astar points to be connected in one direction only
Fabian Mathews
2017-05-19
2
-4
/
+6
|
/
*
Move core thirdparty files to thirdparty/{minizip,misc}
Rémi Verschelde
2017-04-28
5
-1886
/
+2
*
Merge pull request #8277 from tagcup/math_checks
Rémi Verschelde
2017-04-24
8
-42
/
+133
|
\
|
*
Added various functions basic math classes. Also enabled math checks only for...
Ferenc Arn
2017-04-06
8
-42
/
+133
*
|
Fix PRNG randomization.
Ferenc Arn
2017-04-17
2
-5
/
+3
*
|
Particle system is complete. Rejoice!
Juan Linietsky
2017-04-08
1
-10
/
+11
*
|
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
36
-0
/
+36
[next]