index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
Age
Commit message (
Expand
)
Author
2022-02-06
Merge pull request #57716 from Chaosus/vs_vector_3d
Rémi Verschelde
2022-02-06
Merge pull request #57721 from YeldhamDev/separate_from_separators
Rémi Verschelde
2022-02-06
Better handle icons and checkboxes with separators in `PopupMenu`
Michael Alexsander
2022-02-06
Rename `PORT_TYPE_VECTOR` to `PORT_TYPE_VECTOR_3D`
Yuri Roubinsky
2022-02-06
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-05
Merge pull request #57646 from Faless/mp/4.x_interfaces
Rémi Verschelde
2022-02-05
Merge pull request #48006 from KoBeWi/incognito_layer
Rémi Verschelde
2022-02-05
Add visibility to CanvasLayer
kobewi
2022-02-05
Add shortcut_cell double click functionality
Ger Hean
2022-02-05
Rework TextureButton stretch
kobewi
2022-02-05
[Net] Move RPC, Node cache out of MultiplayerAPI.
Fabio Alessandrelli
2022-02-04
Merge pull request #55950 from Faless/mp/4.x_replication_nodes
Rémi Verschelde
2022-02-04
[Net] New replication interface, spawner and synchronizer nodes.
Fabio Alessandrelli
2022-02-04
Merge pull request #57341 from bruvzg/win_multiwin_fs
Rémi Verschelde
2022-02-04
[Windows] Add WS_BORDER flag to windows in WINDOW_MODE_FULLSCREEN mode to al...
bruvzg
2022-02-04
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
Merge pull request #57541 from reduz/node-add-remove-hook
Rémi Verschelde
2022-02-03
Merge pull request #57562 from AnilBK/string-add-contains
Rémi Verschelde
2022-02-04
String: Add contains().
Anilforextra
2022-02-03
Merge pull request #56992 from YeldhamDev/smarter_popmenu_focus
Rémi Verschelde
2022-02-03
Merge pull request #56365 from aaronfranke/default-shape-size
Rémi Verschelde
2022-02-03
Add auto-wrap mode property to the RichTextLabel, set default auto-wrap mode ...
bruvzg
2022-02-03
Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...
Gilles Roudière
2022-02-03
Merge pull request #57517 from groud/viewport_expose_gui_focus
Rémi Verschelde
2022-02-02
Merge pull request #57504 from Chaosus/vs_vector2
Yuri Roubinsky
2022-02-02
Merge pull request #56771 from mhilbrunner/unacceptable
Fabio Alessandrelli
2022-02-02
Add support for 2D vector type to visual shaders
Yuri Roubinsky
2022-02-02
Add a signal to notify when children nodes enter or exit tree
reduz
2022-02-02
[TextServer] Add function to change font, font size, and OpenType features wi...
bruvzg
2022-02-02
Merge pull request #48156 from madmiraal/fix-46438
Rémi Verschelde
2022-02-02
Vectors: Use clear() and has().
Anilforextra
2022-02-01
Fix mouse_over not dropped when mouse leaves window
Marcel Admiraal
2022-02-01
Exposes gui_release_focus and gui_get_focus_owner to Viewport
Gilles Roudière
2022-02-01
Merge pull request #57358 from akien-mga/signal-bindings-object
Rémi Verschelde
2022-02-01
Merge pull request #57355 from akien-mga/method-bindings-clearer-types
Rémi Verschelde
2022-02-01
Merge pull request #57376 from Calinou/gradienttexture2d-clamp-size
Rémi Verschelde
2022-02-01
Improve the default size for 3D shapes (Box, Capsule, and Cylinder)
Aaron Franke
2022-02-01
Merge pull request #57375 from Calinou/gradienttexture-curvetexture-decrease-...
Rémi Verschelde
2022-01-31
Merge pull request #56970 from YeldhamDev/rise_tabbar_rise
Rémi Verschelde
2022-01-31
Bring `TabBar` to full parity with the `TabContainer` implementation.
Michael Alexsander
2022-01-31
Merge pull request #57405 from kleonc/texture_button_focus_only_logic_fix
Rémi Verschelde
2022-01-31
Merge pull request #57276 from IgorKordiukiewicz/fix-auto-brace-complete-wrap...
Rémi Verschelde
2022-01-31
Merge pull request #57367 from Chaosus/vs_derivative
Rémi Verschelde
2022-01-31
Merge pull request #57462 from mashumafi/master-fix-button-icon-alpha3
Rémi Verschelde
2022-01-31
Merge pull request #57456 from Paulb23/placeholder-color
Rémi Verschelde
2022-01-31
Revert "Fix control node transform animation jitter with pivot offset"
bruvzg
2022-01-30
Fix button icon_color_disabled alpha channel
mashumafi
2022-01-30
Move placeholder color to theme item
Paulb23
2022-01-30
With auto_brace_complete enabled, selected text now gets wrapped by braces
Igor Kordiukiewicz
2022-01-29
TextureButton Fix logic for drawing only the focus texture
kleonc
[next]