DarkflameServer/dGame
Aaron Kimbrell 3cd0d1ec3d
Make wrapper for casting skills (#987)
* Make wrapper for casting skills
this is to reduce magic numbers in the code base

Only updated one use of this to demo that this works.
Will be do more in a sepearate PR.

Also, inadvertantly fix damage stacking and self-damage in the teslapack

* add skill<->behavior caching

* explicit by reference

* address emo's feedback
2023-02-10 02:30:17 -06:00
..
dBehaviors Add property Teleport behavior (#846) 2023-01-07 00:16:43 -06:00
dComponents Make wrapper for casting skills (#987) 2023-02-10 02:30:17 -06:00
dEntity format codebase 2022-07-28 08:39:57 -05:00
dGameMessages cleanup enums to make them more consistent 2023-01-22 17:38:47 -06:00
dInventory cleanup enums to make them more consistent 2023-01-22 17:38:47 -06:00
dMission cleanup enums to make them more consistent 2023-01-22 17:38:47 -06:00
dPropertyBehaviors dGame Precompiled header improvements (#876) 2023-01-06 23:17:05 -06:00
dUtilities Split out LUTriggers into it's own component (#986) 2023-02-10 02:29:53 -06:00
Character.cpp cleanup enums to make them more consistent 2023-01-22 17:38:47 -06:00
Character.h cleanup enums to make them more consistent 2023-01-22 17:38:47 -06:00
CMakeLists.txt Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
Entity.cpp Split out LUTriggers into it's own component (#986) 2023-02-10 02:29:53 -06:00
Entity.h Split out LUTriggers into it's own component (#986) 2023-02-10 02:29:53 -06:00
EntityManager.cpp Split out LUTriggers into it's own component (#986) 2023-02-10 02:29:53 -06:00
EntityManager.h Hardmode cleanups (#954) 2023-01-12 13:16:24 -06:00
LeaderboardManager.cpp Add Delete Inventory Slash Command (#865) 2022-12-18 09:46:04 -06:00
LeaderboardManager.h format codebase 2022-07-28 08:39:57 -05:00
Player.cpp dGame Precompiled header improvements (#876) 2023-01-06 23:17:05 -06:00
Player.h convert to unix line endings 2022-08-05 22:01:59 -05:00
TeamManager.cpp format codebase 2022-07-28 08:39:57 -05:00
TeamManager.h format codebase 2022-07-28 08:39:57 -05:00
TradingManager.cpp cleanup enums to make them more consistent 2023-01-22 17:38:47 -06:00
TradingManager.h format codebase 2022-07-28 08:39:57 -05:00
User.cpp format codebase 2022-07-28 08:39:57 -05:00
User.h format codebase 2022-07-28 08:39:57 -05:00
UserManager.cpp dGame Precompiled header improvements (#876) 2023-01-06 23:17:05 -06:00
UserManager.h format codebase 2022-07-28 08:39:57 -05:00