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
2020-04-29
[Core] Rename linear_interpolate to lerp
Aaron Franke
2020-04-21
Improve the Vector2 rotated code
Aaron Franke
2020-04-14
Remove unnecessary check for zero determinant in Basis::orthonormalize().
Marcel Admiraal
2020-04-05
Fix aspect ratio on hmd projection matrix
Bastiaan Olij
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-04-02
Merge pull request #37504 from qarmin/out_of_bound_cursor
Rémi Verschelde
2020-04-01
Fix out of bound array access caused by unassigned variable
Rafał Mikrut
2020-03-30
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-25
Style: Harmonize header guards to style guide [Core]
Rémi Verschelde
2020-03-19
Merge pull request #37039 from Chaosus/astar2d_cost
Rémi Verschelde
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-14
Implements estimate/compute_cost for AStar2D
Yuri Roubinsky
2020-03-12
Merge pull request #36994 from akien-mga/typedefs-cleanup
Rémi Verschelde
2020-03-11
typedefs: Cleanup unused macros and unnecessary checks
Rémi Verschelde
2020-03-11
Fix various typos
luz.paz
2020-03-04
Turn Rect2's 'intersects_touch()' into an extra argument of 'intersects()'
Michael Alexsander
2020-02-25
Merge pull request #36515 from reduz/packed-array-64-bits
Rémi Verschelde
2020-02-25
Expression: Fix parsing integers as 32-bit
Rémi Verschelde
2020-02-25
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-22
Add support for Vector2i, Rect2i and Vector3i to Variant
Juan Linietsky
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-13
Remove more deprecated methods and code
Rémi Verschelde
2020-02-12
Remove deprecated decimals builtin
Rémi Verschelde
2020-02-11
Vulkan: Move thirdparty code out of drivers, style fixes
Rémi Verschelde
2020-02-11
Modified rendering to use cluster instead of foward
Juan Linietsky
2020-02-11
Fix code formatting issues and VS compilation
Rémi Verschelde
2020-02-11
Several fixes to GIProbes
Juan Linietsky
2020-02-11
Fix Vector3 ambiguities and out of bounds init.
bruvzg
2020-02-11
GIProbes working.
Juan Linietsky
2020-02-11
Reflection probes working
Juan Linietsky
2020-02-11
Rewrote large part of rendering, omni and spot shadows now work.
Juan Linietsky
2020-02-11
Yay very basic 3D (only white) finally shows.
Juan Linietsky
2020-02-08
Merge pull request #35682 from nathanwfranke/canvas-cull-control-fix
Rémi Verschelde
2020-02-07
Fix bug where Control at origin with 0 size not rendered
nathanwfranke
2020-02-05
Add do..while(0) wrappers to macros without one.
Marcel Admiraal
2020-01-24
Add explanations for errors related to Vector/Quat normalization
Hugo Locurcio
2020-01-22
Change CameraMatrix::get_viewport_size to get_viewport_half_extents
lawnjelly
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-29
Add ord() function to Expression class
Danil Alexeev
2019-12-13
Drop b2d_convexdecomp. no longer necessary.
Rémi Verschelde
2019-12-10
Merge pull request #34040 from qarmin/unused_variable_more_precise_numbers
Rémi Verschelde
2019-12-10
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-12-03
Fix severe performance drop while deflating polylines
Andrii Doroshenko (Xrayez)
2019-11-20
Merge pull request #33583 from qarmin/fix_overflows_unitialized
Rémi Verschelde
2019-11-20
Fix some overflows and unitialized variables
Rafał Mikrut
2019-11-19
Fixed bug caused by a copy/paste error in Face3::get_closest_point_to
stoofin
2019-11-08
Emit an error rather than crash in A*
Shiqing
2019-11-07
Merge pull request #32477 from aaronfranke/equal-approx-separate
Rémi Verschelde
2019-11-07
Merge pull request #30556 from kawa-yoiko/astar-directed
Rémi Verschelde
[next]