Changeset 3b1efcc in network-game for client/Client/main.cpp


Ignore:
Timestamp:
Dec 9, 2012, 4:38:38 PM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
581058c
Parents:
b53c6b3
Message:

The server sends back an error on failed registration and sends chat messages to all players, not just the sender. The non-blocking socket function was moved to a new file in the common folder so the client can use it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/main.cpp

    rb53c6b3 r3b1efcc  
    360360   string response = string(msg.buffer);
    361361
    362    // this whole select block should go in a new function.
    363    // Figure out how to pass and return params properly
    364362   switch(state)
    365363   {
Note: See TracChangeset for help on using the changeset viewer.