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
/
variant
/
variant_call.cpp
Age
Commit message (
Expand
)
Author
2022-07-29
Remove Signal connect binds
Juan Linietsky
2022-07-28
Merge pull request #63532 from TokageItLab/rename-cubic-slerp
Rémi Verschelde
2022-07-28
Merge pull request #57698 from bluenote10/feature/rename_translated_to_transl...
Rémi Verschelde
2022-07-27
rename and unify notation for spherical interpolation
Silc Renew
2022-07-26
Add some missing Vector4 methods
kobewi
2022-07-25
Merge pull request #63219 from reduz/implement-vector4-projection
Rémi Verschelde
2022-07-24
Solve discrepancy between code and class reference for Plane
Jcrespo
2022-07-23
Implement Vector4, Vector4i, Projection
reduz
2022-07-21
Rename `epsilon` to `tolerance` in the `Plane::has_point` method
Yuri Rubinsky
2022-07-16
rename translate(d) to translate(d)_local in Transform 2D/3D
Fabian Keller
2022-07-02
Merge pull request #61610 from TokageItLab/importer-retarget-registered-gdhum...
Rémi Verschelde
2022-06-30
Prevent out-of-bounds write in array conversion; avoid logspam on empty arrays.
Lyuma
2022-07-01
implement bone renamer in importer
Silc Renew
2022-06-28
Merge pull request #62468 from V-Sekai/core-const-expressions
Rémi Verschelde
2022-06-27
Add a const call mode to Object, Variant and Script.
K. S. Ernest (iFire) Lee
2022-06-27
Refactor bezier interpolation functions
Hendrik Brucker
2022-06-23
Add core types enums description to extension api json
Pierre-Thomas Meisels
2022-06-20
Clean up Hash Functions
reduz
2022-06-17
Make enum/constant binds 64-bit.
bruvzg
2022-06-12
Fix parameter name for String.left and String.right
Haoyu Qiu
2022-06-07
Merge pull request #59786 from V-Sekai/ok_color
Rémi Verschelde
2022-06-07
Merge pull request #50349 from Calinou/array-add-some-every
Rémi Verschelde
2022-06-07
Allow picking similar colours using OKHSL.
K. S. Ernest (iFire) Lee
2022-06-06
Merge pull request #59883 from KoBeWi/merge_this
Rémi Verschelde
2022-06-06
[GDExtension] Expose Variant, NodePath and StringName hash functions.
bruvzg
2022-05-31
Add Dictionary.merge()
kobewi
2022-05-25
Add `any()` and `all()` methods to Array
Hugo Locurcio
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-07
Add search methods for packed arrays
Haoyu Qiu
2022-05-05
Core: Rename math 'phi' arguments to 'angle'
Rémi Verschelde
2022-05-02
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-04-20
Fix more issues found by cppcheck.
bruvzg
2022-04-13
Color: Rename `to_srgb`/`to_linear` to include base color space
Rémi Verschelde
2022-03-28
Expose Color's `to_linear()` and `to_srgb()` to scripting
Hugo Locurcio
2022-03-18
Merge pull request #58233 from bruvzg/gde_ts
Rémi Verschelde
2022-03-17
Unify TextServer built-in module and GDExtension code.
bruvzg
2022-03-16
Fix blend animation to solve TRS track bug & blend order inconsistency
Silc 'Tokage' Renew
2022-03-09
Remove VARIANT_ARG* macros
reduz
2022-02-08
[GDExtension] Add binds for missing methods, operators, and constants require...
bruvzg
2022-02-04
String: Add contains().
Anilforextra
2022-01-27
Merge pull request #57281 from Rubonnek/rename-subsequence
Rémi Verschelde
2022-01-27
Expose Transform3D::sphere_interpolate_with()
Max Hilbrunner
2022-01-26
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-10
`Array`: Relax `slice` bound checks to properly handle negative indices
Rémi Verschelde
2022-01-06
Add length and length_squared to Vector2i/3i
Aaron Franke
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-18
Fix font preview text color on light background
Haoyu Qiu
2021-12-16
Make `--doctool` locale aware
Haoyu Qiu
2021-12-07
Merge pull request #35901 from nathanfranke/pool-byte-array-subarray-exclusive
Rémi Verschelde
2021-12-02
Expose max_axis_index and max_axis_index for Vector2(i)
Aaron Franke
[next]