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.cpp
Age
Commit message (
Expand
)
Author
2021-10-30
Modify Dictionary::operator== to do real key/value comparison with recursive ...
Emmanuel Leblond
2021-10-28
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-25
Refactored Node3D rotation modes
reduz
2021-10-09
Enhance and cleanup stringify for Vector
mashumafi
2021-10-08
Faster hash_compare for integer and string keys in dictionaries
Bartłomiej T. Listwon
2021-09-13
Added explicit type conversions
Matthew Newall
2021-08-26
Correct null and boolean values being capitalised by the str command
Balloonpopper
2021-08-05
Improve extension system
George Marques
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-06-19
Consolidate JSON, JSONParseResults and JSONParser into JSON
Marcel Admiraal
2021-06-14
Fix json dump and print of circular structure
Haoyu Qiu
2021-06-13
Merge pull request #34668 from aaronfranke/to-string
Rémi Verschelde
2021-06-11
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
Reformat structure string operators
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-06
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-02-01
Replace ColorN and from HTML with a string constructor
Aaron Franke
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-23
Rename Control margin to offset
Marcel Admiraal
2020-11-11
Refactor variant built-in methods yet again.
reduz
2020-11-10
Create Variant built-in functions.
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