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
/
webrtc
Age
Commit message (
Expand
)
Author
2023-01-31
Remove some unused signals
Rémi Verschelde
2023-01-06
Merge pull request #68429 from KoBeWi/PropertySettings
Rémi Verschelde
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-12
Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextension
Rémi Verschelde
2022-12-12
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-11
Add PropertyInfo overload for GLOBAL_DEF
kobewi
2022-12-08
Use capitalized ID in the doc
Haoyu Qiu
2022-11-02
[MP] Remove connection state signals from MultiplayerPeer.
Fabio Alessandrelli
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-09-13
[WebRTC] Expose more of the WebRTC API.
Fabio Alessandrelli
2022-09-01
Simplify network GDExtension bindings using EXBIND macros.
Fabio Alessandrelli
2022-08-29
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-08
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-07-26
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-03
Register missing WebRTCDataChannelJS type
mj.Jernigan
2022-06-09
[WebRTC] Static extension registration.
Fabio Alessandrelli
2022-05-19
Add dedicated macros for property name extraction
Haoyu Qiu
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-04
Refactor module initialization
reduz
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-03-10
Discern between virtual and abstract class bindings
reduz
2022-03-04
WebRTC: Fix potential nullptr dereference in error message
Rémi Verschelde
2022-02-16
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-15
Add an XML schema for documentation
Hugo Locurcio
2022-01-28
Improve some signal bindings to use specific `Object` subtypes
Rémi Verschelde
2022-01-20
Rename or refactor macros to avoid leading underscores
Omar Polo
2022-01-18
Dictionary: Serialize empty dict as `{}` instead of `{\n}`
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2022-01-02
Fix usage of "Return" in the docs
kobewi
2021-12-15
[Net] Fix WebRTC returning packets from peers too early.
Fabio Alessandrelli
2021-10-05
doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphs
Rémi Verschelde
2021-10-01
[Net] Rename RPC constants and annotation arguments.
Fabio Alessandrelli
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-29
Fix const pointers types in docs and extension API.
Fabio Alessandrelli
2021-09-28
Merge pull request #52481 from Faless/net/4.x_native_peers
Fabio Alessandrelli
2021-09-25
Document Android permission requirements for network access where needed
Hugo Locurcio
2021-09-24
[Net/Docs] Update extensions documentation.
Fabio Alessandrelli
2021-09-24
[Net] Expose WebRTC classes to extensions.
Fabio Alessandrelli
2021-09-24
[Net] MultiplayerPeer cleanup, defaults.
Fabio Alessandrelli
2021-09-20
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-09-08
Multiplayer networking renames/simplification
Max Hilbrunner
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-30
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-26
Use Ref<T> references as iterators where relevant
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-20
Add get_buffered_amount() to WebRTCDataChannel
David Snopek
2021-07-18
Optimize StringName usage
reduz
[next]