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
2023-01-27
Merge pull request #72170 from Chaosus/astar_fix
Yuri Rubinsky
2023-01-27
Merge pull request #72168 from RandomShaper/sensible_lock_return
Rémi Verschelde
2023-01-27
Enchance the performance of AStar by using a LocalVector(2)
Yuri Rubinsky
2023-01-27
Booleanize various sync primitives' wait & locking methods
Pedro J. Estébanez
2023-01-26
Fix range loop iteration regressions
bitsawer
2023-01-23
Convert en_GB spelling to en_US with codespell
Rémi Verschelde
2023-01-23
Merge pull request #71676 from vnen/gdscript-unicode-identifiers
Rémi Verschelde
2023-01-22
Enchance the performance of `AStar` by using a `LocalVector`
Yuri Rubinsky
2023-01-21
Use range iterators in LocalVector loops
kobewi
2023-01-21
Add support for Unicode identifiers in Expression class
George Marques
2023-01-19
Cleanup unused engine code v2
kobewi
2023-01-15
Rename `center` method to `get_center` in Plane.
Raul Santos
2023-01-08
Fix error in `AstarGrid2D::get_id_path`
Yuri Rubinsky
2023-01-06
Fix jumping in `AStarGrid2D` when `DIAGONAL_MODE_NEVER` is enabled
Yuri Rubinsky
2023-01-06
Merge pull request #70547 from TokageItLab/pingpong-wrap
Rémi Verschelde
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2023-01-01
Optimize `wrapf` function a bit
Yuri Rubinsky
2022-12-25
Fix pingpong with loop wrap is not working
Silc Renew
2022-12-24
Divide `AStarGrid2D::default_heuristic` into two different heuristics
Yuri Rubinsky
2022-12-21
Merge pull request #70403 from rburing/fix_edge_map_capacity
Rémi Verschelde
2022-12-21
Fix edge map capacity in convex hull computer
Ricardo Buring
2022-12-20
Add `get_point_position` method to `AStarGrid2D`
Yuri Rubinsky
2022-12-20
Restore weight scale for `AStarGrid2D` (partially)
Yuri Rubinsky
2022-12-15
[RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.
bruvzg
2022-12-15
Fix "p_zfar" to "p_znear" in Projection.create_orthogonal
Hei
2022-11-24
Merge pull request #68386 from MewPurPur/snappedi-snappedf
Rémi Verschelde
2022-11-24
Refactor interpolating functions in some classes to use Math class
Silc Renew
2022-11-24
Refactor Curve3D::_bake() method
Yaohua Xiong
2022-11-19
Implement snappedi, snappedf, and Vector[2/3/4]i.snapped
VolTer
2022-11-18
Static analysis: remove "break" after "return"
Andy Maloney
2022-11-14
Fix periods in editor strings and messages
Hugo Locurcio
2022-11-02
Allow getting Quaternion rotation in different Euler orders
Aaron Franke
2022-11-02
Merge pull request #66747 from aaronfranke/move-euler-order
Rémi Verschelde
2022-11-02
Move EulerOrder enum to math_defs.h and global scope
Aaron Franke
2022-11-02
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-01
Replace Quaternion Euler constructor with `from_euler` method
Aaron Franke
2022-10-13
Merge pull request #67057 from Anutrix/rng-generator-default-seed
Rémi Verschelde
2022-10-13
Optimize Convex Collision
Juan Linietsky
2022-10-08
Randomize RandomNumberGenerator instances' default seed
Anutrix
2022-10-08
Add `is_finite` method for checking built-in types
Haoyu Qiu
2022-10-07
Use float literals for float calculations in Color
Aaron Franke
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-05
Enhancements to includes in core data structures
Aaron Franke
2022-10-04
Rename Projection `matrix` to `columns`
Aaron Franke
2022-10-03
Merge pull request #66655 from MisterMX/feat/astargrid2d-vector2i
Rémi Verschelde
2022-10-03
Merge pull request #66133 from aaronfranke/set-all
Rémi Verschelde
2022-09-30
refactor(AStarGrid2D): Return Vector2i in get_id_path
MisterMX
2022-09-29
Use `constexpr` in the conditions with template parameters and `sizeof`s to s...
bruvzg
2022-09-28
Merge pull request #66544 from lawnjelly/bvh_tree_sibling_warning
Rémi Verschelde
2022-09-28
Fix false flag compiler warning in bvh tree
lawnjelly
[next]