Add high-level multiplayer packet management#446
Draft
Spartan322 wants to merge 3 commits into
Draft
Conversation
Spartan322
force-pushed
the
add/multiplayer-management
branch
from
June 12, 2025 13:16
92c9db1 to
05ce58d
Compare
Spartan322
force-pushed
the
add/multiplayer-management
branch
from
June 12, 2025 13:20
05ce58d to
2e0db51
Compare
wvpm
reviewed
Jun 12, 2025
Spartan322
force-pushed
the
add/multiplayer-management
branch
3 times, most recently
from
June 13, 2025 05:11
3cdcb06 to
ccf22d3
Compare
Spartan322
force-pushed
the
add/multiplayer-management
branch
from
June 14, 2025 06:20
ccf22d3 to
c7f6702
Compare
Spartan322
force-pushed
the
add/multiplayer-management
branch
from
June 15, 2025 15:00
c7f6702 to
afb7168
Compare
Spartan322
force-pushed
the
add/multiplayer-management
branch
2 times, most recently
from
June 24, 2025 22:22
37c12bf to
23244ea
Compare
Spartan322
force-pushed
the
add/multiplayer-management
branch
from
June 24, 2025 22:30
23244ea to
6cb3dd7
Compare
Spartan322
force-pushed
the
add/multiplayer-management
branch
from
June 24, 2025 23:36
6cb3dd7 to
360795d
Compare
Spartan322
force-pushed
the
add/multiplayer-management
branch
3 times, most recently
from
June 25, 2025 02:08
15876b3 to
49eec85
Compare
Spartan322
force-pushed
the
add/sockets
branch
2 times, most recently
from
July 5, 2025 15:02
77b8042 to
50e90f4
Compare
Spartan322
force-pushed
the
add/multiplayer-management
branch
from
July 5, 2025 15:10
49eec85 to
1da71b8
Compare
Spartan322
force-pushed
the
add/multiplayer-management
branch
from
July 5, 2025 15:43
1da71b8 to
b7409e0
Compare
Spartan322
force-pushed
the
add/multiplayer-management
branch
8 times, most recently
from
July 17, 2025 05:46
5ac6a5b to
1f485b4
Compare
Spartan322
force-pushed
the
add/multiplayer-management
branch
2 times, most recently
from
July 17, 2025 20:34
429bb78 to
452466a
Compare
Spartan322
force-pushed
the
add/multiplayer-management
branch
5 times, most recently
from
July 18, 2025 02:10
3271690 to
a0b16d8
Compare
Spartan322
force-pushed
the
add/multiplayer-management
branch
2 times, most recently
from
July 19, 2025 06:02
daac431 to
10db5d7
Compare
Spartan322
force-pushed
the
add/multiplayer-management
branch
6 times, most recently
from
July 22, 2025 04:55
c5a7db5 to
6780089
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
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`
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
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