|
|
@60b77d2
|
12 years |
dmp1488 |
Added a Map class
|
|
|
@5806dc2
|
12 years |
dmp1488 |
Simplified Player serialization code
|
|
|
@ad5d122
|
12 years |
dmp1488 |
Fixed a bug with Player serialization
|
|
|
@80b3f94
|
12 years |
dmp1488 |
Cjamged tje serialize/deserialize functions for Player
|
|
|
@88cdae2
|
12 years |
dmp1488 |
The user can now move around the screen by clicking once they're …
|
|
|
@8f438a5
|
12 years |
dmp1488 |
Fixed debug messages in Message.cpp
|
|
|
@38b85bb
|
12 years |
dmp1488 |
Fixed debug messages in Message.cpp
|
|
|
@9c83610
|
12 years |
dmp1488 |
Added debug messages to Message.cpp
|
|
|
@cee623e
|
12 years |
dmp1488 |
Fixed a bug in serializing the player name
|
|
|
@3535088
|
12 years |
dmp1488 |
Fixed some Plauer serialization compilation errors
|
|
|
@1106210
|
12 years |
dmp1488 |
Changed the player serialization code
|
|
|
@01d0d00
|
12 years |
dmp1488 |
The server now uses a map to store players with player ids as keys
|
|
|
@5066e27
|
12 years |
dmp1488 |
Appending a null terminator after the player name in the serialize function
|
|
|
@60776f2
|
12 years |
dmp1488 |
Changed the client to use serialize/deserialize and added …
|
|
|
@3b8adee
|
12 years |
dmp1488 |
Added serialize and deserialize methods to Player and modified the …
|
|
|
@4c202e0
|
12 years |
dmp1488 |
Added Player to the visual studio project, changed Common to use the …
|
|
|
@edfd1d0
|
12 years |
dmp1488 |
Moved the Player class to the common directory, added a position to …
|
|
|
@e607c0f
|
12 years |
dmp1488 |
The client uses nonblocking calls to check for server messages and …
|
|
|
@3b1efcc
|
12 years |
dmp1488 |
The server sends back an error on failed registration and sends chat …
|
|
|
@b53c6b3
|
12 years |
dmp1488 |
Capitalized the filenames in common/*
|
|
|
@8e540f4
|
12 years |
dmp1488 |
Created a separate function for processing error messages, began …
|
|
|
@2318fff
|
12 years |
dmp1488 |
Added MSG_TYPE_REGISTER
|
|
|
@171c4fe
|
12 years |
dmp1488 |
Added a logout message and the ability for the client to save it's …
|
|
|
@0cc431d
|
12 years |
dmp1488 |
Added a state to the client and began using message types. Created a …
|
|
|
@2488852
|
12 years |
dmp1488 |
Added the player class, added a list of logged-in players, and changed …
|
|
|
@0dde5da
|
12 years |
dmp1488 |
Added a makefile for the client and made the WSA functions only work …
|
|
|
@6c92572
|
12 years |
dmp1488 |
The client now keeps sending messages until the user quits
|
|
|
@e084950
|
12 years |
dmp1488 |
Converted the server to use sendMessage and receiveMessage and it now …
|
|
|
@d87708d
|
12 years |
dmp1488 |
Added a compiler header to determine whether a windows or linux …
|
|
|
@a845faf
|
12 years |
dmp1488 |
Added a compiler header to determine whether a windows or linux …
|
|
|
@7d7df47
|
12 years |
dmp1488 |
Added a directory for common code and added basic boost library code …
|