|
|
@3de664d
|
11 years |
dmp1488 |
Client clears acked messages
|
|
|
@10f6fc2
|
11 years |
dmp1488 |
The client uses MessageProcessor to send/receive messages
|
|
|
@1f1eb58
|
11 years |
dmp1488 |
Added a client release build that uses the release version of allegro
|
|
|
@f3cf1a5
|
11 years |
dmp1488 |
The client draws all map objects instead of some of them
|
|
|
@147f662
|
11 years |
dmp1488 |
Fix a bug where the entire map wasn't being drawn
|
|
|
@9b1e12c
|
11 years |
dmp1488 |
Increased the size of the client window to 1024x768 and moved around …
|
|
|
@109e8a3
|
11 years |
dmp1488 |
Username and password textbox labels appear on the registration page
|
|
|
@5c95436
|
11 years |
dmp1488 |
Add a RadioButtonList gui control to the client, re-organize the …
|
|
|
@5a5f131
|
11 years |
dmp1488 |
Dead players aren't drawn
|
|
|
@032e550
|
11 years |
dmp1488 |
Add some more debug info
|
|
|
@8c74150
|
11 years |
dmp1488 |
The client processes PROJECTILE and REMOVE_PROJECTILE messages and …
|
|
|
@fbcfc35
|
11 years |
dmp1488 |
Add the Projectile class to the client project and add a list of …
|
|
|
@b978503
|
11 years |
dmp1488 |
Minor changes
|
|
|
@e1f78f5
|
11 years |
dmp1488 |
START_ATTACK and ATTACK message types have been added and the client …
|
|
|
@d09fe76
|
11 years |
dmp1488 |
The client displays a player's health and class
|
|
|
@15efb4e
|
11 years |
dmp1488 |
The client processes SCORE messages and displays the score
|
|
|
@4926168
|
11 years |
dmp1488 |
The client sends a PICKUP_FLAG message when S is pressed
|
|
|
@a6066e8
|
11 years |
dmp1488 |
Players are the color of their team instead of always being red
|
|
|
@7511a2b
|
11 years |
dmp1488 |
Resolved a bug where objects with duplicate ids were getting created
|
|
|
@626e5b0
|
11 years |
dmp1488 |
The client sends a DROP_FLAG message when the user presses D
|
|
|
@2df63d6
|
11 years |
dmp1488 |
Objects that are picked up by players get removed from the map
|
|
|
@b81cea1
|
11 years |
dmp1488 |
Fix a bug that prevents the player from moving anywhere
|
|
|
@45b2750
|
11 years |
dmp1488 |
Clients can now process MSG_TYPE_OBJECT messages
|
|
|
@6e66ffd
|
11 years |
dmp1488 |
Add functions to the WorldMap class to allow the server to notify …
|
|
|
@cc1c6c1
|
11 years |
dmp1488 |
Updated the client to use structures instead of objects
|
|
|
@a78c387
|
11 years |
dmp1488 |
Picking up flags works correctly now
|
|
|
@7d91bbe
|
11 years |
dmp1488 |
Fixed a syntax error in the client
|
|
|
@7efed11
|
11 years |
dmp1488 |
Removed the draw method from the Player class to avoid an allegro …
|
|
|
@d436ac4
|
11 years |
dmp1488 |
Modified the player class to include the team and whether the player …
|
|
|
@227baaa
|
12 years |
dmp1488 |
Fixed some syntax errors related to the player move method
|
|
|
@a1a3bd5
|
12 years |
dmp1488 |
Made client changes for smooth player movement, changed the player …
|
|
|
@054b50b
|
12 years |
dmp1488 |
Removed some unused client code and made the client update player …
|
|
|
@3d81c0d
|
12 years |
dmp1488 |
Removed some print statements
|
|
|
@ca44f82
|
12 years |
dmp1488 |
Updated files to correctly compile on Windows
|
|
|
@3a79253
|
12 years |
dmp1488 |
Added a map from player ids to players on the client side
|
|
|
@384b7e0
|
12 years |
dmp1488 |
The client displays a small map upon login and lets the user move around
|
|
|
@62ee2ce
|
12 years |
dmp1488 |
The client shows the map and converts between screen and map coordinates
|
|
|
@ad5d122
|
12 years |
dmp1488 |
Fixed a bug with Player serialization
|
|
|
@88cdae2
|
12 years |
dmp1488 |
The user can now move around the screen by clicking once they're …
|
|
|
@11402be
|
12 years |
dmp1488 |
Added Common.o to the client makefile
|
|
|
@eb8adb1
|
12 years |
dmp1488 |
Added a map from player ids to players to the client
|
|
|
@0333211
|
12 years |
dmp1488 |
Updated the VC++ client project to use allegro 5.0.8
|
|
|
@60776f2
|
12 years |
dmp1488 |
Changed the client to use serialize/deserialize and added …
|
|
|
@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 …
|
|
|
@baaf6c8
|
12 years |
dmp1488 |
Added Compiler.h to all gui files, added the font file to the project, …
|
|
|
@3f5616f
|
12 years |
dmp1488 |
Changed the client makefile to use static linking for the allegro …
|
|
|
@e607c0f
|
12 years |
dmp1488 |
The client uses nonblocking calls to check for server messages and …
|
|
|
@581058c
|
12 years |
dmp1488 |
Merge branch 'master' of github.com:weretaco/network-game
|
|
|
@3b1efcc
|
12 years |
dmp1488 |
The server sends back an error on failed registration and sends chat …
|
|
|
@1a1aebd
|
12 years |
dmp1488 |
Updated client Visual Studio files
|
|
|
@b53c6b3
|
12 years |
dmp1488 |
Capitalized the filenames in common/*
|
|
|
@87b3ee2
|
12 years |
dmp1488 |
Created a simple gui for the client
|
|
|
@439f7bc
|
12 years |
dmp1488 |
Client sends a test registration message when the user enters a username
|
|
|
@4da5aa3
|
12 years |
dmp1488 |
Created a process message function to handle message received from the …
|
|
|
@a4db787
|
12 years |
dmp1488 |
Remove length check from sendMessage and receiveMessage
|
|
|
@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 …
|
|
|
@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
|
|
|
@5e693e8
|
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
|
|
|
@6c92572
|
12 years |
dmp1488 |
The client now keeps sending messages until the user quits
|
|
|
@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
|