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
/
websocket
/
websocket_multiplayer_peer.h
Age
Commit message (
Expand
)
Author
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-10-28
[MP] Add MultiplayerPeer disconnect_peer, close.
Fabio Alessandrelli
2022-10-27
[MP] Let MultiplayerAPI handle packet relaying and peer signaling.
Fabio Alessandrelli
2022-10-11
[WebSocket] Refactor websocket module.
Fabio Alessandrelli
2022-07-26
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-09-24
[Net] MultiplayerPeer cleanup, defaults.
Fabio Alessandrelli
2021-09-07
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-07-30
[Net] Implement RPC channels in MultiplayerAPI.
Fabio Alessandrelli
2021-07-29
[Net] Add generate_unique_id to MultiplayerPeer.
Fabio Alessandrelli
2021-07-12
[Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.
Fabio Alessandrelli
2021-02-08
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-07-10
Add override keywords.
Marcel Admiraal
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-07-07
Fixes minor issues found by static analyzer
qarmin
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-06-15
Expose WebSocket set_buffers and document it.
Fabio Alessandrelli
2019-02-12
Modules: Ensure classes match their header filename
Rémi Verschelde