source: network-game/server/server.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @edfd1d0   12 years dmp1488 Moved the Player class to the common directory, added a position to …
(edit) @da692b9   12 years dmp1488 Fixed some minor server bugs
(edit) @3b1efcc   12 years dmp1488 The server sends back an error on failed registration and sends chat …
(edit) @b53c6b3   12 years dmp1488 Capitalized the filenames in common/*
(edit) @cbc595d   12 years dmp1488 Changed a few minor things on the server
(edit) @41ad8ed   12 years dmp1488 The server properly handles registration messages
(edit) @371ce29   12 years dmp1488 The server now uses nonblocking sockets and sleep to free up cpu usage
(edit) @59061f6   12 years dmp1488 Added new data access methods to save and retrieve player data
(edit) @36082e8   12 years dmp1488 Moved the database code to a new class
(edit) @8e540f4   12 years dmp1488 Created a separate function for processing error messages, began …
(edit) @73f75c1   12 years dmp1488 Created findPlayerByAddr and added some more checks on the client name …
(edit) @633f42a   12 years dmp1488 Fixed a bug related to a player logging out
(edit) @07028b9   12 years dmp1488 The server now accepts and processes logout messages
(edit) @d2b411a   12 years dmp1488 Server correctly receives and replies to login and chat messages by …
(edit) @2488852   12 years dmp1488 Added the player class, added a list of logged-in players, and changed …
(edit) @cb1f288   12 years dmp1488 Fixed a bug with detecting the client Hello message
(edit) @e084950   12 years dmp1488 Converted the server to use sendMessage and receiveMessage and it now …
(add) @e3535b3   12 years dmp1488 Initial commit for server
Note: See TracRevisionLog for help on using the revision log.