|
|
|
@b13b001
|
12 years |
dmp1488 |
Merge branch 'master' of github.com:weretaco/network-game
|
|
|
@ec48e7d
|
12 years |
dmp1488 |
Added a logout state where no messages can be sent. Once the client …
|
|
|
@171c4fe
|
12 years |
dmp1488 |
Added a logout message and the ability for the client to save it's …
|
|
|
@07028b9
|
12 years |
dmp1488 |
The server now accepts and processes logout messages
|
|
|
@d2b411a
|
12 years |
dmp1488 |
Server correctly receives and replies to login and chat messages by …
|
|
|
@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 …
|
|
|
@6475138
|
12 years |
dmp1488 |
Added a chat class to encapsulate the server messages and text input
|
|
|
@9a3e6b1
|
12 years |
dmp1488 |
Changed the frontend to a gui implemented using Allegro
|
|
|
@d352805
|
12 years |
dmp1488 |
Replaced the client with a simple allegro drawing/font demo
|
|
|
@94ebbd9
|
12 years |
dmp1488 |
Merge branch 'master' of github.com:weretaco/network-game
|
|
|
@5e693e8
|
12 years |
dmp1488 |
Added a makefile for the client and made the WSA functions only work …
|
|
|
@0dde5da
|
12 years |
dmp1488 |
Added a makefile for the client and made the WSA functions only work …
|
|
|
@e08572c
|
12 years |
dmp1488 |
Made the client able to compile on linux
|
|
|
@8efe484
|
12 years |
dmp1488 |
Configured the client so it launches proplerly directly from Visual Studio
|
|
|
@cb1f288
|
12 years |
dmp1488 |
Fixed a bug with detecting the client Hello message
|
|
|
@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 …
|
|
|
@aee34b9
|
12 years |
dmp1488 |
Cleaned up the client a bit and made it more c++-like and added to the …
|
|
|
@7d7df47
|
12 years |
dmp1488 |
Added a directory for common code and added basic boost library code …
|
|
|
@51f5101
|
12 years |
dmp1488 |
Added client files to gitignore
|
|
|
@1912323
|
12 years |
dmp1488 |
Added client files
|
|
|
@ba43374
|
12 years |
dmp1488 |
Added .gitignore files and a folder for the client
|
|
|
@e3535b3
|
12 years |
dmp1488 |
Initial commit for server
|