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
/
main
Age
Commit message (
Expand
)
Author
2022-02-15
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
Merge pull request #58147 from Geometror/fix-tooltip-flicker
Rémi Verschelde
2022-02-15
Fix tooltip flickering in some cases
Hendrik Brucker
2022-02-15
Added show and hide methods and updated doc API.
Wagner Scholl Lemos
2022-02-12
Merge pull request #56953 from bruvzg/ex_wnd
Rémi Verschelde
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
Add exclusive window handling to DisplayServer (on macOS and Windows).
bruvzg
2022-02-10
Fix crash calling `_activate()` on ShaderGlobalsOverride out of tree
Rémi Verschelde
2022-02-09
[Net] Allow to use strings as method name in RPC.
Fabio Alessandrelli
2022-02-06
Rework CanvasItem visibility propagation
kobewi
2022-02-05
Merge pull request #57646 from Faless/mp/4.x_interfaces
Rémi Verschelde
2022-02-05
Add visibility to CanvasLayer
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 #57517 from groud/viewport_expose_gui_focus
Rémi Verschelde
2022-02-02
Merge pull request #56771 from mhilbrunner/unacceptable
Fabio Alessandrelli
2022-02-02
Add a signal to notify when children nodes enter or exit tree
reduz
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-01-27
Verify custom HTTP headers, fix off by one error
Max Hilbrunner
2022-01-27
HTTP comment cleanup
Max Hilbrunner
2022-01-24
[Net] Fix HTTPRequest memory leak in compressed responses.
Fabio Alessandrelli
2022-01-23
Bring reusable variables out of while loop
rafallus
2022-01-23
Fix mouse position not being scaled when window size is changed
Marcel Admiraal
2022-01-21
Fix main window title translation.
bruvzg
2022-01-20
Merge pull request #52134 from RandomShaper/fix_naming
Rémi Verschelde
2022-01-20
Rename Variant::is_ref() to is_ref_counted()
Pedro J. Estébanez
2022-01-20
Merge pull request #56972 from lawnjelly/warn_unused
Rémi Verschelde
2022-01-20
Add nodiscard to core math classes to catch c++ errors.
lawnjelly
2022-01-20
Merge pull request #56957 from Pineapple/get-node-error-check-optimization
Rémi Verschelde
2022-01-19
Rework Node::get_node to omit is_absolute() check in best case scenario
Bartłomiej T. Listwon
2022-01-19
Merge pull request #56935 from V-Sekai/window_theme_changed_signal
Rémi Verschelde
2022-01-19
Merge pull request #56825 from bruvzg/macos_fix_fullscr_multiwindow
Rémi Verschelde
2022-01-19
Add missing 'theme_changed' signal to Window class
SaracenOne
2022-01-18
Window management improvements.
bruvzg
2022-01-17
Allow embedded windows to be non-resizable
Mario Liebisch
2022-01-16
Replicate load-as-placeholder state on node duplication
Haoyu Qiu
2022-01-12
Refactor CanvasItem show/hide/set_visible
Stijn Hinlopen
2022-01-11
Merge pull request #56667 from Ice-Cube69/fix_incorrect_property_types
Rémi Verschelde
2022-01-11
Fixed incorrect property types
Arnav Vijaywargiya
2022-01-11
Merge pull request #56322 from madmiraal/fix-42450
Rémi Verschelde
2022-01-09
Fix Tween pause behavior
kobewi
2022-01-07
Merge pull request #53419 from TechnoPorg/rework-subwindows
Rémi Verschelde
[next]