- Joined on Sep 17, 2024
Preston pushed to playercollision-1 at Preston/prestonbane
- 962bebab6c Adjusted the distance check for players in player's path, effectively making the collision area of players larger. This can be changed in Bounds PlayerCollisionPoint method by increasing or decreasing the minDistance var.
1 month ago
Preston pushed to playercollision-1 at Preston/prestonbane
- a67fee76c3 Redone player collision by removing all refrences and usage of Bounds in PlayerCharacter.java. Added a new method PlayerCollisionPoint in Bounds.java mirroring PlayerBuildingCollisionPoint for other players instead of buildings. Added a new check in movement mirrioring the check for buildings but for players to ensure that PlayerCollisionPoint is called in each movement.
2 months ago
Preston pushed to playercollision-1 at Preston/prestonbane
- d22ff916bf Merge branch 'playercollision-1' of http://repo.magicbane.com/Preston/prestonbane into playercollision-1
- 2d1da7679e Added functionality to handlePlayerCollision method in PlayerCharacter.java to actively prevent players from standing in each other.
- Compare 2 commits »
2 months ago
Preston pushed to playercollision-1 at Preston/prestonbane
- 549a381174 Updated .gitignore.
2 months ago
Preston pushed to playercollision-1 at Preston/prestonbane
- 43563aeb14 Updated dependencies since it appears that old build failed to.
2 months ago
Preston pushed to playercollision-1 at Preston/prestonbane
- 7a4c2fe72a Attempt to push to docker container.
2 months ago
Preston pushed to playercollision-1 at Preston/prestonbane
- 24cc6af147 Added player collision with other players in PlayerCharacter class.
2 months ago
Preston created repository Preston/prestonbane
2 months ago