DarkflameServer/dScripts/ai/MINIGAME/SG_GF
David Markowitz 929d029f12
chore: Simplify and move Player functionality to relevant component (#1408)
* Moving and organizing Player code

- Move code to CharacterComponent
- Remove extraneous interfaces
- Simplify some code greatly
- Change some types to return and take in const ref (only structs larger than 8 bytes benefit from this change.)
- Update code to use CharacterComponent for sending to zone instead of Player*.

* Moving and organizing Player code

- Move code to CharacterComponent
- Remove extraneous interfaces
- Simplify some code greatly
- Change some types to return and take in const ref (only structs larger than 8 bytes benefit from this change.)
- Update code to use CharacterComponent for sending to zone instead of Player*.
- Remove static storage container (static containers can be destroyed before exit/terminate handler executes)

* remove player cast

* Remove extra includes
2024-01-12 11:39:51 -06:00
..
SERVER chore: Simplify and move Player functionality to relevant component (#1408) 2024-01-12 11:39:51 -06:00
CMakeLists.txt Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
ZoneSGServer.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
ZoneSGServer.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00