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
/
math_funcs.h
Age
Commit message (
Expand
)
Author
2022-06-27
Refactor bezier interpolation functions
Hendrik Brucker
2022-06-08
Fix `wrapf` to correct wrap values with 0.1 stepping
Yuri Rubinsky
2022-04-20
Fix more issues found by cppcheck.
bruvzg
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-03-07
VariantUtility: Unexpose `Math::range_step_decimals`
Rémi Verschelde
2022-02-24
Float literals - fix main primitives to use real_t casting
lawnjelly
2022-02-12
Implement cubic_interpolate() as MathFunc for refactoring
Silc 'Tokage' Renew
2022-02-10
Float literals - fix main primitives to use .f
lawnjelly
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-17
Expose `randfn` to global scope
Yuri Roubinsky
2021-11-16
Rename built-in `SGN()` macro to `SIGN()`
Hugo Locurcio
2021-11-03
reimplement ping-pong
Silc 'Tokage' Renew
2021-10-28
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-11
Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...
Juan Linietsky
2021-10-09
implement ping-pong loop in animation
Tokage
2021-07-30
Remove obsolete "dectime" method
Aaron Franke
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-04
Re-bind posmod, use int64_t instead of int
Rémi Verschelde
2021-04-23
Implement occlusion culling
jfons
2021-01-09
Use Math_TAU and deg2rad/rad2deg in more places and optimize code
Aaron Franke
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename Math::stepify to snapped
Marcel Admiraal
2020-12-24
Cull fixes and optimizations
reduz
2020-11-06
Exposed randi_range to global funcs + renamed rand_range to randf_range
Yuri Roubinsky
2020-09-23
Remove redundant is_equal_approx_ratio method
Aaron Franke
2020-09-18
Linux/BSD: Fix support for NetBSD
Rémi Verschelde
2020-07-25
GDScript: Clarified/fixed inaccuracies in the built-in function docs.
Meriipu
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-10-31
Fix "seperate" typos
Aaron Franke
2019-09-01
Check for exact equality before approximate equality
Aaron Franke
2019-08-04
[Core] [Mono] Optimize Wrap functions
Aaron Franke
2019-07-23
Inspector: Make default float step configurable
Rémi Verschelde
2019-07-20
Added lerp_angles built-in function
Chaosus
2019-07-18
Add integer posmod and rename default arg names
Aaron Franke
2019-05-28
Added move_toward functions for float, Vector2 and Vector3
Giacom
2019-05-05
Implement Lanczos image filter
Daw11
2019-04-25
[Core] Approximate equality
Aaron Franke
2019-04-08
Merge pull request #27231 from Chaosus/smoothstep
Rémi Verschelde
2019-04-07
Added smoothstep built-in function
Chaosus
2019-04-01
Some improvements to is_equal_approx, restored Quat operator.
Juan Linietsky
2019-02-25
Several fixes to make GLES2 on HTML5 work much better.
Juan Linietsky
2019-02-25
Fix wrapi to use int64_t instead int
Chaosus
2019-02-23
Fix crash when using `wrapi()` with a range of zero
Hugo Locurcio
[next]