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
/
object
/
object.h
Age
Commit message (
Expand
)
Author
2022-01-18
Improve locale detection.
bruvzg
2022-01-12
Merge pull request #56492 from akien-mga/remove-author-docstrings
Rémi Verschelde
2022-01-04
Style: Remove inconsistently used `@author` docstrings
Rémi Verschelde
2022-01-04
Merge pull request #56469 from Zylann/remove_gdclass_inherits_static
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
Remove unused `inherits_static` from GDCLASS
Marc Gilleron
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-11-30
Change gdnative interface so that Godot object initialization should be trigg...
Gilles Roudière
2021-11-03
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-10-28
CI: Update to clang-format 13 using LLVM repo
Rémi Verschelde
2021-09-07
Implement properties arrays in the Inspector.
Gilles Roudière
2021-09-05
Apply set_read_only() to child classes of EditorProperty elements
Silc 'Tokage' Renew
2021-08-26
Fix misspelled "overriden"
Haoyu Qiu
2021-08-23
Implement NativeExtension pointer arguments
reduz
2021-08-22
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-19
Fix capsule height/radius setters with linked properties
PouleyKetchoupp
2021-08-17
Namespaces instead of underscore prefix for binds
Max Hilbrunner
2021-08-16
Fix C# native instance bindings after recent re-write
Ignacio Roldán Etcheverry
2021-08-05
Add a instance callback for extensions
George Marques
2021-07-22
Make Object "meta" functions take StringName.
Fabio Alessandrelli
2021-07-20
Merge pull request #50206 from groud/undoredo_increase_args_count
Rémi Verschelde
2021-07-15
Add ability to set object instance binding on creation
reduz
2021-07-13
Add type variations to Theme
Yuri Sizov
2021-07-08
Redo how instance bindings work
reduz
2021-07-06
Increase the number of arguments accepted by UndoRedo methods
Gilles Roudière
2021-07-01
Use PROPERTY_USAGE_NONE instead of 0 for no property usage
Aaron Franke
2021-06-30
Fix editor suffixes and degrees conversion
reduz
2021-06-25
Implement native extension system
reduz
2021-06-17
Add PROPERTY_USAGE_NONE and use it
Aaron Franke
2021-06-11
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-04
Add API for registering native extensions
reduz
2021-03-10
Implement Navigation layers
Gilles Roudière
2021-02-18
Merge pull request #45617 from RandomShaper/modernize_atomics
Rémi Verschelde
2021-02-18
Modernize atomics
Pedro J. Estébanez
2021-02-18
Reorganize Project Settings
reduz
2021-02-10
Removed _change_notify
reduz
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-10
Make `property_list_changed_notify` protected in `Object`
Andrii Doroshenko (Xrayez)
2020-12-09
Cleanup unused engine code
Tomasz Chabora
2020-12-05
Remove connect *_compat methods
Aaron Franke
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz