source: network-game/server

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7b43385   12 years dmp1488 Smooth player movement now works, albeit poorly.
(edit) @8f85180   12 years dmp1488 Added a method for measuring milliseconds and implemented smooth …
(edit) @66906aa   12 years dmp1488 The server should now smoothly move players to their targets
(edit) @f401cac   12 years dmp1488 Fixed some bugs in the player movement code
(edit) @60017fc   12 years dmp1488 Added code for player movement
(edit) @60b77d2   12 years dmp1488 Added a Map class
(edit) @b128109   12 years dmp1488 Added MSG_TYPE_PLAYER_MOVE, which allows players to tell the server …
(edit) @594d2e9   12 years dmp1488 When a user logs in, the server sends a message with the player info …
(edit) @8a3ef42   12 years dmp1488 Fixed a bug where the server message type wsasn't being set correctly …
(edit) @1106210   12 years dmp1488 Changed the player serialization code
(edit) @092817a   12 years dmp1488 Revoed some old database test files
(edit) @01d0d00   12 years dmp1488 The server now uses a map to store players with player ids as keys
(edit) @3b8adee   12 years dmp1488 Added serialize and deserialize methods to Player and modified the …
(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 …
(edit) @ba43374   12 years dmp1488 Added .gitignore files and a folder for the client
(add) @e3535b3   12 years dmp1488 Initial commit for server
Note: See TracRevisionLog for help on using the revision log.