-
Notifications
You must be signed in to change notification settings - Fork 8
Add high-level multiplayer packet management #446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
Spartan322
wants to merge
3
commits into
add/sockets
Choose a base branch
from
add/multiplayer-management
base: add/sockets
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
92c9db1 to
05ce58d
Compare
05ce58d to
2e0db51
Compare
wvpm
reviewed
Jun 12, 2025
3cdcb06 to
ccf22d3
Compare
ccf22d3 to
c7f6702
Compare
c7f6702 to
afb7168
Compare
37c12bf to
23244ea
Compare
23244ea to
6cb3dd7
Compare
6cb3dd7 to
360795d
Compare
15876b3 to
49eec85
Compare
77b8042 to
50e90f4
Compare
49eec85 to
1da71b8
Compare
1da71b8 to
b7409e0
Compare
99d8682 to
a9c405d
Compare
b2f299c to
a3235c8
Compare
9026787 to
ea568b7
Compare
a3235c8 to
3ce36e9
Compare
ea568b7 to
afcb4de
Compare
3ce36e9 to
76cc4ef
Compare
Add multi-platform socket abstractions Add Udp and Tcp client/server socket handlers Add RingBuffer Add PacketReaderAdapter Add PacketBuilder Add byte Marshal encode and decode Add RingBuffer tests Add IpAddress tests Add UdpServer tests Add ReliableUdpServer tess Add TcpServer tests Add Marshal tests Add mas-bandwidth/reliable@57b0c90
76cc4ef to
ff2ab9e
Compare
Add ChatManager Add PacketType tests Add ChatManager tests Add `snitch::game_manager` extern variable Add `snitch::get_mp_game_managers(size_t)` extern function Disable `SNITCH_DEFINE_MAIN` for tests/src/main.cpp Add cross-platform fopen in `OpenVic::utility`
afcb4de to
70ea856
Compare
70ea856 to
83d16f8
Compare
44a3704 to
aa129bb
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add ChatManager
Add PacketType tests
Add ChatManager tests
Add
snitch::game_managerextern variableAdd
snitch::get_mp_game_managers(size_t)extern functionDisable
SNITCH_DEFINE_MAINfor tests/src/main.cppAdd cross-platform fopen in
OpenVic::utility