Preston
|
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.
|
5 months ago |
Preston
|
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.
|
5 months ago |
Preston Driver
|
d22ff916bf
|
Merge branch 'playercollision-1' of http://repo.magicbane.com/Preston/prestonbane into playercollision-1
|
5 months ago |
Preston Driver
|
2d1da7679e
|
Added functionality to handlePlayerCollision method in PlayerCharacter.java to actively prevent players from standing in each other.
|
5 months ago |
Preston Driver
|
549a381174
|
Updated .gitignore.
|
5 months ago |
Preston Driver
|
43563aeb14
|
Updated dependencies since it appears that old build failed to.
|
5 months ago |
Preston Driver
|
7a4c2fe72a
|
Attempt to push to docker container.
|
5 months ago |
Preston Driver
|
24cc6af147
|
Added player collision with other players in PlayerCharacter class.
|
5 months ago |
MagicBot
|
3649c629b7
|
Revert "DamageType defined as in JSON"
This reverts commit 1c31070fc8 .
|
11 months ago |
MagicBot
|
1c31070fc8
|
DamageType defined as in JSON
|
11 months ago |
MagicBot
|
bff41967db
|
Revert "Out of combat mode when patrolling."
This reverts commit d3692d0fb7 .
|
1 year ago |
MagicBot
|
d3692d0fb7
|
Out of combat mode when patrolling.
|
1 year ago |
FatBoy-DOTC
|
074a799d01
|
added health recovery to mobs
|
2 years ago |
FatBoy-DOTC
|
36ffd08a72
|
guard minions logic work
|
2 years ago |
FatBoy-DOTC
|
58f828b3cd
|
items removed properly from inventory, NPCs nop longer stock base items
|
2 years ago |
FatBoy-DOTC
|
e5fba340fb
|
guard minion AI restored to follow captain attack commands
|
2 years ago |
FatBoy-DOTC
|
ea2241732a
|
fixed bug where pet persisted through dismissal
|
2 years ago |
FatBoy-DOTC
|
2b83db7bba
|
moved initial loadInventory call to runAfterLoad
|
2 years ago |
FatBoy-DOTC
|
f636f4d2ec
|
optimized equipment dropping system
|
2 years ago |
FatBoy-DOTC
|
8fb6c43c66
|
alternative loot drop limitation
|
2 years ago |
MagicBot
|
e331f7e2ff
|
Unused methods removed.
|
2 years ago |
MagicBot
|
b8217a8858
|
Remove unused variable from signature.
|
2 years ago |
MagicBot
|
50f81396c7
|
Cleanup of PERSIST db call.
|
2 years ago |
MagicBot
|
0bca57686d
|
New npc creation work.
|
2 years ago |
MagicBot
|
df6b9e48d3
|
New npc creation work.
|
2 years ago |
MagicBot
|
291cb97a22
|
New npc creation work.
|
2 years ago |
MagicBot
|
740e75f8e4
|
New less ungodly NPC constructor.
|
2 years ago |
MagicBot
|
b7bbf8d369
|
Interest manager updates when moving 64 units.
|
2 years ago |
MagicBot
|
abf450d6ea
|
Use character load range for dirty flag.
|
2 years ago |
MagicBot
|
9072fc2788
|
Lock for dirtyload integration.
|
2 years ago |
MagicBot
|
14968dbb3b
|
Unused variables removed.
|
2 years ago |
MagicBot
|
c79d9ae891
|
Unused lastXYZ timers set but never used.
|
2 years ago |
MagicBot
|
dbca131a0f
|
Set dirty out to load range.
|
2 years ago |
MagicBot
|
621d78172d
|
Threadsafe is needed for the flag.
|
2 years ago |
MagicBot
|
50e962b77e
|
dirtyFlag integration.
|
2 years ago |
MagicBot
|
07aeb6e58d
|
dirtyFlag integration.
|
2 years ago |
MagicBot
|
f6e2c6c618
|
dirtyFlag integration.
|
2 years ago |
MagicBot
|
44b5b98597
|
dirtyFlag integration.
|
2 years ago |
MagicBot
|
ca21c3d266
|
dirtyFlag integration.
|
2 years ago |
MagicBot
|
c1f613a1a5
|
Flag set to true when created.
|
2 years ago |
MagicBot
|
6923251a88
|
dirtyflag chosen as solution.
|
2 years ago |
MagicBot
|
8222cb8530
|
Remove distance early exit.
|
2 years ago |
MagicBot
|
0eae76180b
|
Update state of npc.
|
2 years ago |
MagicBot
|
f0cfb69752
|
Update state of npc.
|
2 years ago |
MagicBot
|
2e7d2b5bcf
|
Update state of npc.
|
2 years ago |
MagicBot
|
09b346dcb2
|
Update state of npc.
|
2 years ago |
MagicBot
|
46d07b386b
|
Update state of npc.
|
2 years ago |
MagicBot
|
b21e9dc59e
|
Moving items out of constructor.
|
2 years ago |
MagicBot
|
2c9fc405e9
|
More unused junk removed.
|
2 years ago |
MagicBot
|
a0a3d34578
|
Unused lock removed.
|
2 years ago |