sm64coopdx/src/pc/network/socket
MysterD 5abd0ca1ab Complete rewrite of custom main menu
The vanilla main menu is an awful pile of code that is extremely painful
to make additions to. So I've side-stepped the problem by writing an
entiely new menu system without all of vanilla's quirks. I've separated
the custom menu system from the menus I want to make, which allows for
easy additions and a clear separation of responsibilities.

Along with this rewrite comes a host menu, adding the missing
configuration options in-game.

Fixes #29
2020-09-13 23:57:14 -07:00
..
socket.c Complete rewrite of custom main menu 2020-09-13 23:57:14 -07:00
socket.h Abstracted all socket code behind a NetworkSystem 2020-09-12 17:56:42 -07:00
socket_linux.c Abstracted all socket code behind a NetworkSystem 2020-09-12 17:56:42 -07:00
socket_linux.h Fix Linux build 2020-09-12 19:27:25 -07:00
socket_windows.c Abstracted all socket code behind a NetworkSystem 2020-09-12 17:56:42 -07:00
socket_windows.h Add Discord Game SDK networking system 2020-09-13 03:27:35 -07:00