|
|
@ -49,6 +49,7 @@ network.c:
|
|
|
|
- playerlist
|
|
|
|
- playerlist
|
|
|
|
- chat messages
|
|
|
|
- chat messages
|
|
|
|
- playerillness
|
|
|
|
- playerillness
|
|
|
|
|
|
|
|
- specials
|
|
|
|
delete a network player from a game
|
|
|
|
delete a network player from a game
|
|
|
|
fills in the sockaddr from all the players
|
|
|
|
fills in the sockaddr from all the players
|
|
|
|
clean everything for a new network game
|
|
|
|
clean everything for a new network game
|
|
|
@ -62,7 +63,9 @@ netmenu.c:
|
|
|
|
packets.c:
|
|
|
|
packets.c:
|
|
|
|
everything what have to do with the network packet,
|
|
|
|
everything what have to do with the network packet,
|
|
|
|
all send_* and all do_* function are defined in here.
|
|
|
|
all send_* and all do_* function are defined in here.
|
|
|
|
send_packetname, do_packetname
|
|
|
|
send_packetname, do_packetname.
|
|
|
|
|
|
|
|
forwarding packets between the players who are behind
|
|
|
|
|
|
|
|
a firewall.
|
|
|
|
|
|
|
|
|
|
|
|
do_pkg
|
|
|
|
do_pkg
|
|
|
|
------
|
|
|
|
------
|
|
|
|