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_op.cpp
Age
Commit message (
Expand
)
Author
2023-02-13
Fix `Variant::in()` error on invalid `evaluate`
cdemirer
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-05
Unify String and StringName
rune-scape
2022-11-02
Merge pull request #66361 from dalexeev/remove-int-plus-string
Rémi Verschelde
2022-11-01
Support for checking that Projection is(not) null
Rafał Mikrut
2022-10-20
Remove duplicate operator registrations
VolTer
2022-09-24
Remove confusing `String + int` and `int + String` operations
Danil Alexeev
2022-07-30
Add `operator*` to `Plane`
PrecisionRender
2022-07-23
Implement Vector4, Vector4i, Projection
reduz
2022-05-11
Implement exponential operator (**) to GDScript/Expressions
Yuri Roubinsky
2022-03-17
Unify TextServer built-in module and GDExtension code.
bruvzg
2022-02-08
[GDExtension] Add binds for missing methods, operators, and constants require...
bruvzg
2022-02-06
Fix integer vector mul/div operators and bindings.
reduz
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-10-06
Add Variant `in` operator for any String/StringName operands
George Marques
2021-09-17
Allow comparing equality between builtin types and null
George Marques
2021-08-15
Fix crash when dividing by 0 in Vector2/3i
Rafał Mikrut
2021-06-25
Implement native extension system
reduz
2021-06-19
Merge pull request #49287 from reduz/expose-variant-internal-binders
Rémi Verschelde
2021-06-17
Make some variant internal functions public.
reduz
2021-06-15
Allow multiplying Transforms and Basis by numbers
Aaron Franke
2021-06-04
Rename Quat to Quaternion
Marcel Admiraal
2021-06-03
Rename Variant TRANSFORM to TRANSFORM3D
Aaron Franke
2021-06-03
Rename Transform to Transform3D in core
Aaron Franke
2021-05-03
Merge pull request #35245 from qarmin/unsigned_bit_shift
Rémi Verschelde
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-03-04
Don't allow to use in bit shift negative operands
Rafał Mikrut
2021-01-11
Merge pull request #44427 from briansemrau/fix-variant-bitand-validated-eval
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-16
Fix bitwise-and eval not updating return type
Brian Semrau
2020-12-03
Fix subtracting colors and quats
Tomasz Chabora
2020-11-25
Core: Always enable ptrcall, remove PTRCALL_ENABLED define
Rémi Verschelde
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-09
Make sure operators appear in the docs too
reduz
2020-11-09
Variant: Rename Type::_RID to Type::RID
Rémi Verschelde
2020-11-09
Refactored variant constructor logic
reduz
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz