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
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-06
Merge pull request #55851 from Chaosus/better-completion-options-list_rebased
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
2022-01-02
Improve editor template workflow
fabriceci
2021-12-12
Fix highlight for completion options match (rebased)
Yuri Roubinsky
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-26
Fix wrong comparison with default values
Ricardo Subtil
2021-11-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-17
Fix the exceptions in signal disconnection
Xwdit
2021-11-14
Merge pull request #53710 from CaptainProton42/fix-extension-class-inspector-...
Hugo Locurcio
2021-11-04
Add is_built_in() method to Resource
kobewi
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-10-28
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
Remove ItemList editor and replace it by a property array
Gilles Roudière
2021-10-26
Save all 64 bits of get_ticks_msec() in more cases
Max Hilbrunner
2021-10-18
Fix memory leak in exported project
qarmin
2021-10-13
Merge pull request #53757 from groud/fix_undo
Rémi Verschelde
2021-10-13
Fix undo in inspector not working
Gilles Roudière
2021-10-12
Merge pull request #52293 from neikeq/class-db-api-type-bug
Rémi Verschelde
2021-10-12
Fetch extension class props from ClassDB
CaptainProton42
2021-10-12
Fix useless debug print
Gilles Roudière
2021-10-12
Add a way to force undo/redo operations to be kept in MERGE_ENDS mode
Gilles Roudière
2021-10-07
Enable method type information on release builds
George Marques
2021-10-05
Improve error message when instantiating virtual class
Maxime Lapointe
2021-10-01
Merge pull request #47442 from Shatur/fix-connect-reference-counted
Rémi Verschelde
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-22
[ClassDB] Unify construct/extension retrieval.
Fabio Alessandrelli
2021-09-22
[Core] Add ClassDB functions to retrieve/construct extensions.
Fabio Alessandrelli
2021-09-07
Merge pull request #52442 from Faless/mp/4.x_rpc_manager
Max Hilbrunner
2021-09-07
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
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-31
Fix ClassDB API type mismatch bug between --editor and player
Ignacio Roldán Etcheverry
2021-08-26
Merge pull request #52107 from timothyqiu/overriden
Juan Linietsky
2021-08-26
Fix misspelled "overriden"
Haoyu Qiu
2021-08-24
Implement error return documetation
reduz
2021-08-23
Implement NativeExtension pointer arguments
reduz
2021-08-23
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
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-18
Merge pull request #51627 from mhilbrunner/todo-for-neikeq
Rémi Verschelde
2021-08-17
Properly set up virtual calls for extensions
George Marques
2021-08-17
Namespaces instead of underscore prefix for binds
Max Hilbrunner
2021-08-17
Improve Undo/Redo menu items
Haoyu Qiu
[next]