sm64coopdx/src/pc
MysterD 6c8050a564 Abstracted all socket code behind a NetworkSystem
In preparation for other forms of communication, I have abstracted all
of the socket code (which needs direct connections) behind a struct
whose calls can be swapped out for other systems if desired.
2020-09-12 17:56:42 -07:00
..
audio add barebones SDL1.2 backends 2020-08-15 07:15:28 +03:00
controller Fixed softlocks when one player runs out of lives, or death by lava 2020-09-12 14:32:50 -07:00
discord I am a dumb fuck 2020-06-23 03:38:04 +03:00
fs Add docker-build workarounds and container script 2020-09-04 17:03:35 -07:00
gfx Served time for crimes against C 2020-09-04 01:58:54 -07:00
network Abstracted all socket code behind a NetworkSystem 2020-09-12 17:56:42 -07:00
cheats.c disable cheats by default; use --cheats CLI option to enable for now 2020-05-19 01:59:29 +03:00
cheats.h Revert "Secret Cheat was added" 2020-05-31 14:18:17 +09:00
cliopts.c Added coop settings to saved config file 2020-09-06 03:32:34 -07:00
cliopts.h Added coop settings to saved config file 2020-09-06 03:32:34 -07:00
configfile.c Added stay-in-level-after-star server-side setting. 2020-09-08 00:04:06 -07:00
configfile.h Added stay-in-level-after-star server-side setting. 2020-09-08 00:04:06 -07:00
debuglog.h Abstracted all socket code behind a NetworkSystem 2020-09-12 17:56:42 -07:00
ini.c Merge remote-tracking branch 'upstream/nightly' into nightly 2020-05-20 00:02:29 +09:00
ini.h Support for text-based savefiles 2020-05-18 17:44:21 +09:00
logfile.c Served time for crimes against C 2020-09-04 01:58:54 -07:00
logfile.h Prevent infinite looping of Mario action transitions 2020-09-01 22:06:36 -07:00
mixer.c properly merge refresh 10.1's audio code 2020-06-21 02:23:03 +03:00
mixer.h properly merge refresh 10.1's audio code 2020-06-21 02:23:03 +03:00
pc_main.c Abstracted all socket code behind a NetworkSystem 2020-09-12 17:56:42 -07:00
pc_main.h Added text-input system for typing in-game 2020-08-30 23:25:32 -07:00
platform.c Change default save directory to sm64ex-coop 2020-09-04 22:17:15 -07:00
platform.h properly check for basepacks 2020-06-08 08:49:06 +03:00
README-n64-fast32-engine.md Adds credit to Emil. 2020-05-10 17:47:10 -03:00
ultra_reimplementation.c Synchronized save files 2020-09-04 15:07:32 -07:00