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
2022-02-19
Core: Use forward declares for Vector3/Vector3i
Rémi Verschelde
2022-02-16
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-15
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
Merge pull request #35679 from Calinou/doc-add-xml-schema
Rémi Verschelde
2022-02-15
Add an XML schema for documentation
Hugo Locurcio
2022-02-14
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-08
Remove support for ARMv7 (32-bit) on iOS
Hugo Locurcio
2022-02-08
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-04
Core: Move Vector2i to its own `vector2i.h` header
Rémi Verschelde
2022-02-04
Core: Move Rect2i to its own `rect2i.h` header
Rémi Verschelde
2022-02-04
String: Add contains().
Anilforextra
2022-01-18
Improve locale detection.
bruvzg
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2022-01-02
Fix various typos
luz paz
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-11-15
Replace Godot docs URL with `$DOCS_URL` in XML class reference
Rémi Verschelde
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
[next]