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
2021-07-30
Remove obsolete "dectime" method
Aaron Franke
2021-07-25
Merge pull request #50809 from akien-mga/iterators-const-references
Rémi Verschelde
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
Fix various typos with codespell
luz paz
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
Merge pull request #50748 from JFonS/gizmo_rework
Rémi Verschelde
2021-07-23
Node3D gizmo improvements
jfons
2021-07-21
Add min_axis and max_axis to Vector2i
Gilles Roudière
2021-07-21
Use the standard C `INFINITY` and `NAN` constants directly
Hugo Locurcio
2021-06-29
Implement painting properties over TileSets
Gilles Roudière
2021-06-18
Merge pull request #44156 from aaronfranke/quat-angle-to
Rémi Verschelde
2021-06-17
Add Quaternion angle_to method
Aaron Franke
2021-06-15
Allow multiplying Transforms and Basis by numbers
Aaron Franke
2021-06-13
Merge pull request #34668 from aaronfranke/to-string
Rémi Verschelde
2021-06-13
Fix crash when using invalid index in Color.get_named_color
Haoyu Qiu
2021-06-11
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
Reformat structure string operators
Aaron Franke
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-07
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-06-05
New and improved IK system for Skeleton2D
TwistedTwigleg
2021-06-04
Rename Quat to Quaternion
Marcel Admiraal
2021-06-03
Merge pull request #38430 from aaronfranke/transform3d
Rémi Verschelde
2021-06-03
Allow clamping vectors and colors
Aaron Franke
2021-06-03
Rename Vector2 clamped to limit_length and add limit_length to Vector3
Aaron Franke
2021-06-03
Rename files and the exposed name for Transform3D
Aaron Franke
2021-06-03
Rename Variant TRANSFORM to TRANSFORM3D
Aaron Franke
2021-06-03
Rename Transform to Transform3D in core
Aaron Franke
2021-05-31
Merge pull request #49142 from Chaosus/bvh_fix_possible_crash
Rémi Verschelde
2021-05-29
BVH - fix stale current_tree in deactivate function [4.x]
lawnjelly
2021-05-27
Fixed possible crash in `DynamicBVH::optimize_incremental`
Yuri Roubinsky
2021-05-22
Replace QuickHull with Bullet's convex hull computer.
Morris Tabor
2021-05-21
Merge pull request #48903 from Calinou/math-funcs-remove-old-msvc-ifdef
Rémi Verschelde
2021-05-20
Remove `#ifdef` catering to MSVC 2012 and earlier in `math_funcs.h`
Hugo Locurcio
2021-05-20
Merge pull request #48887 from aaronfranke/round
Rémi Verschelde
2021-05-20
Use global scope round method for rounding
Aaron Franke
2021-05-20
Make is_equal_approx have explicit float and double versions
Aaron Franke
2021-05-19
Fix Quat includes
Marcel Admiraal
2021-05-10
Dynamic BVH broadphase in 2D & 3D Godot Physics
PouleyKetchoupp
2021-05-07
Merge pull request #48535 from groud/tiles_squashed
Rémi Verschelde
2021-05-07
Rework the TileSet resource and TileMap nodes:
Gilles Roudière
2021-05-07
Merge pull request #45144 from dalexeev/color-consts
Rémi Verschelde
2021-05-04
Re-bind posmod, use int64_t instead of int
Rémi Verschelde
2021-05-03
Cast Unix time to uint in the randomize function
George Marques
2021-04-28
Fix area calculation of Face3
Pasi Nuutinmaki
2021-04-28
Merge pull request #48239 from akien-mga/goodbye-copymem
Rémi Verschelde
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-23
Implement occlusion culling
jfons
2021-04-22
Make randomize() use unix time too
kobewi
2021-04-09
Fix `Color::get_{r,g,b,a}8`
Danil Alexeev
2021-04-05
Style: Apply clang-tidy's `readability-braces-around-statements`
Rémi Verschelde
[next]