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