|
|
@e6c26b8
|
11 years |
dportnoy |
The client dynamically allocates memory for players and passes around …
|
|
|
@373089e
|
11 years |
dmp1488 |
The server compiles
|
|
|
@6319311
|
11 years |
dportnoy |
Some redfinition issues related to winsock2 are fixed and a few …
|
|
|
@f41a7f9
|
11 years |
dmp1488 |
Each player now holds a reference to their current game
|
|
|
@c76134b
|
11 years |
dmp1488 |
A player respawns at their flag 10 seconds after dying
|
|
|
@5b1e31e
|
11 years |
dmp1488 |
Fix some bugs related to player attack and movement
|
|
|
@ff2133a
|
11 years |
dmp1488 |
Move player chasing behavior to the Player class so the same behavior …
|
|
|
@11d21ee
|
11 years |
dmp1488 |
When a player tries to attack someone, they will now move toward the …
|
|
|
@8dad966
|
11 years |
dmp1488 |
Added server support for player attack animations and cooldowns and …
|
|
|
@46fa35a
|
11 years |
dmp1488 |
The server randomly chooses a player's class when they log on
|
|
|
@07c73fa
|
11 years |
dmp1488 |
Added class, health, attackType, and damage to the Player class
|
|
|
@74b8e79
|
11 years |
dmp1488 |
Deleted some commented code
|
|
|
@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 …
|
|
|
@ca44f82
|
12 years |
dmp1488 |
Updated files to correctly compile on Windows
|
|
|
@8f85180
|
12 years |
dmp1488 |
Added a method for measuring milliseconds and implemented smooth …
|
|
|
@60017fc
|
12 years |
dmp1488 |
Added code for player movement
|
|
|
@62ee2ce
|
12 years |
dmp1488 |
The client shows the map and converts between screen and map coordinates
|
|
|
@01d0d00
|
12 years |
dmp1488 |
The server now uses a map to store players with player ids as keys
|
|
|
@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 …
|