DarkflameServer/dGame
EmosewaMC b713b94841 Added Loot Buff Behavior
Added functions and methods to support the pickup radius.  Functionality includes:
Corrected serialization for ControllablePhysicsComponent which correctly serializes the pickup radius to the client.
A method to add the pickup radius to the list of active pickup radii the component has.
A method to remove and re-calculate the largest active radii the component currently has.

Tested equipping all variations of the LootBuff behavior (passive skills, items, item skills) and all functioned as intended.  Tested equipping multiple items with a loot buff and then unequipping them in different orders.  Tested adding pickup radii of different values and the server correctly adjusted the pickup radius to the largest one currently equipped.
2022-04-27 12:40:43 -07:00
..
dBehaviors Added Loot Buff Behavior 2022-04-27 12:40:43 -07:00
dComponents Added Loot Buff Behavior 2022-04-27 12:40:43 -07:00
dEntity Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
dGameMessages Skill Tasks changes 2022-04-25 03:25:07 -07:00
dInventory removed debug logs 2022-04-23 22:22:21 -07:00
dMission Skill Tasks changes 2022-04-25 03:25:07 -07:00
dUtilities missed change for forge 2022-04-23 20:44:08 -07:00
Character.cpp Specified enum 2022-04-23 20:32:31 -07:00
Character.h Moved retroactive flag check to Character.cpp 2022-01-19 17:34:53 -08:00
Entity.cpp Revert "isPlayer changes" 2022-04-23 20:35:39 -07:00
Entity.h Vault corrections 2022-04-13 01:50:06 -07:00
EntityManager.cpp Implementing and Fixing All Racing Achievements (#366) 2022-02-05 12:28:17 +01:00
EntityManager.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
LeaderboardManager.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
LeaderboardManager.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
Player.cpp patched coin exploit 2021-12-11 13:21:00 +00:00
Player.h patched coin exploit 2021-12-11 13:21:00 +00:00
TeamManager.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
TeamManager.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
TradingManager.cpp loot source for item drops 2022-04-23 20:35:34 -07:00
TradingManager.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
User.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
User.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
UserManager.cpp Vault corrections 2022-04-13 01:50:06 -07:00
UserManager.h Changed pants query and removed extra comments 2022-03-24 00:30:52 -07:00