index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gdnative
Age
Commit message (
Expand
)
Author
2021-11-03
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-10-28
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-21
Remove unimplemented methods
Marcel Admiraal
2021-10-14
Implement toast notifications in the editor
Gilles Roudière
2021-10-06
doc: Update links to latest documentation after content reorganization
Rémi Verschelde
2021-10-05
doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphs
Rémi Verschelde
2021-10-01
Merge pull request #53290 from Faless/mp/4.x_opts_names
Fabio Alessandrelli
2021-10-01
[Net] Rename RPC constants and annotation arguments.
Fabio Alessandrelli
2021-10-01
Implement TextServer GDExtension interface, remove TextServer GDNative interf...
bruvzg
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-24
[Net/Docs] Update extensions documentation.
Fabio Alessandrelli
2021-09-24
[Net/GDNative] Remove GDNative network bits.
Fabio Alessandrelli
2021-09-20
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-09-07
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-02
Fix missing SConscript warning when building using SCons
Hugo Locurcio
2021-08-30
[Net] Rename RPC "puppet" to "auth" (authority). Drop "master".
Fabio Alessandrelli
2021-08-28
Fix double named size parameter
Bastiaan Olij
2021-08-27
Makes FontData importable resource.
bruvzg
2021-08-26
Adding GDExtension support to XRInterface
Bastiaan Olij
2021-08-17
Remove underscore hacks
Max Hilbrunner
2021-08-13
Refactors the memnew_placement.
AndreaCatania
2021-08-11
Merge pull request #51178 from Geometror/layout-options-textline-textparagraph
Rémi Verschelde
2021-08-11
Various text layout improvements (TextLine, TextParagraph, Label, TextServer)
Hendrik Brucker
2021-08-09
Merge pull request #51180 from RandomShaper/native_script_inherits
Rémi Verschelde
2021-08-08
[Text Server] Improve object (image/table) inline alignment.
bruvzg
2021-08-02
Implement inherits_script() for NativeScript and PluginScript
Pedro J. Estébanez
2021-07-30
[Net] Implement RPC channels in MultiplayerAPI.
Fabio Alessandrelli
2021-07-30
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
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-07-21
Update GDNative API version for changes from #50659
David Snopek
2021-07-20
Add get_buffered_amount() to WebRTCDataChannel
David Snopek
2021-07-18
Optimize StringName usage
reduz
2021-07-13
Merge pull request #47604 from christinoleo/master
Rémi Verschelde
2021-07-13
Merge pull request #50381 from reduz/implement-disable-classes
Rémi Verschelde
2021-07-13
Separate underscore from grapheme punctuation to enable doubleclick and caret...
Leonardo Christino
2021-07-13
Implement the ability to disable classes
reduz
2021-07-13
Merge pull request #50086 from Geometror/label-improve-layout-options
Rémi Verschelde
2021-07-12
[Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.
Fabio Alessandrelli
2021-07-08
Redo how instance bindings work
reduz
2021-07-06
Merge pull request #35847 from raniejade/ranie/fix-api-generator
Rémi Verschelde
2021-07-04
Improvements to Label's layout options
Hendrik Brucker
2021-07-01
Clean up RenderingServer and its bindings
reduz
2021-06-28
Merge pull request #49917 from groud/tree_disable_scroll
Rémi Verschelde
2021-06-28
Implement Tree's internal minimum width calculation
Gilles Roudière
2021-06-25
Implement native extension system
reduz
2021-06-20
Use mouse and joypad enums instead of plain integers
Aaron Franke
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
Added support for scripts reporting multiple errors to ScriptTextEditor
Eric M
2021-06-17
Add PROPERTY_USAGE_NONE and use it
Aaron Franke
[next]