index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
math
Age
Commit message (
Expand
)
Author
2018-08-29
Add missing copyright headers
Rémi Verschelde
2018-08-27
Merge pull request #21205 from KellyThomas/c-sharp-feature-parity-quat
Ignacio Etcheverry
2018-08-24
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
mono: Quat - add some missing constructors and methods
Kelly Thomas
2018-08-23
Merge pull request #21305 from Mr-Slurpy/expression-fix
Rémi Verschelde
2018-08-23
Fixed bugs in expression class
Daniel Eliasinski
2018-08-22
[Mono] Vector2/3 Project methods
Aaron Franke
2018-08-20
Remove faces in in QuickHull::build() that we don't need anymore
Hein-Pieter van Braam
2018-08-16
add project method to Vector2/3
Thomas Herzog
2018-08-11
[Core] Completely kill math_2d.h, change includes
Aaron Franke
2018-08-11
[Core] Move Vector2i and Rect2i out of math_2d.h
Aaron Franke
2018-08-10
[Core] Move Rect2 and Transform2D to their own files
Aaron Franke
2018-08-10
[Core] Grammar, move defs to defs
Aaron Franke
2018-08-10
[Core] Change math_2d includes to vector2 includes where relevant
Aaron Franke
2018-08-10
[Core] Move Vector2 to its own file
Aaron Franke
2018-08-09
Fix clang compile error
Marcelo Fernandez
2018-08-08
Ability to pass custom variables to expression.
Juan Linietsky
2018-08-08
-Add Expression class, used to evaluate expressions
Juan Linietsky
2018-07-26
Merge pull request #18955 from tagcup/fix_set_scale
Rémi Verschelde
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-24
Removed unnecessary assignments
Wilson E. Alvarez
2018-07-05
Merge pull request #19279 from aaronfranke/core-fposmod-fix
Max Hilbrunner
2018-07-03
Merge pull request #19819 from MetaSaval/master
Max Hilbrunner
2018-06-27
Change the neighbours vector to a set in AStar
Danny
2018-06-25
Merge pull request #19193 from tagcup/quat_norm
Juan Linietsky
2018-06-21
Added auto triangle generation in blend space, using Delaunay.
Juan Linietsky
2018-06-13
Polished 3D selection
JFonS
2018-06-10
[Core] [Math] Fix fposmod() function
Aaron Franke
2018-06-07
Added functions to get trimesh info
Andrea Catania
2018-05-31
Style: Apply clang-format (5.0) to some missed files
Rémi Verschelde
2018-05-27
Fixed Basis -> Quat conversions, added a few safety checks.
tagcup
2018-05-17
Removed incorrect Basis::set_scale().
tagcup
2018-05-12
Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation.
tagcup
2018-05-07
Merge pull request #15943 from poke1024/geometry-line-line
Juan Linietsky
2018-05-04
Vector3::round, Vector2::round & Vector2::ceil methods were added.
Alexander Alekseev
2018-04-19
Fix Coverity reports of uninitialized scalar variable
Rémi Verschelde
2018-04-14
Avoid converting Quat to Euler angles when not necessary.
tagcup
2018-04-13
Small performance fix to wrapf
Chaosus
2018-04-09
Resolves Inccorect Quaternion Conversion
Crazy-P
2018-04-08
Merge pull request #16495 from Chaosus/is_point_in_triangle_fix
Juan Linietsky
2018-03-22
Fix for clang warning at distance_to
Marcelo Fernandez
2018-03-13
Merge pull request #17254 from Chaosus/updatewrap
Rémi Verschelde
2018-03-07
Bring back Vector2.cross()
Bernhard Liebl
2018-03-06
Update wrap functions
Chaosus
2018-02-28
Allow degenerate triangles in polygon triangulation when necessary.
Nicolas Silva
2018-02-08
Fix is_point_in_triangle
Chaosus
2018-02-05
Fix polygon triangulation failure.
Nicolas Silva
2018-01-21
Add Geometry::line_intersects_line_2d()
Bernhard Liebl
2018-01-18
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
[next]