DarkflameServer/dGame/dGameMessages
jadebenn a0d51e21ca
refactor: allow usage of NiPoint3 and NiQuaternion in constexpr context (#1414)
* allow usage of NiPoint3 and NiQuaternion in constexpr context

* removed .cpp files entirely

* moving circular dependency circumvention stuff to an .inl file

* real world usage!!!!!

* reverting weird branch cross-pollination

* removing more weird branch cross-pollination

* remove comment

* added inverse header guard to inl file

* Update NiPoint3.inl

* trying different constructor syntax

* reorganize into .inl files for readability

* uncomment include

* moved non-constexpr definitions to cpp file

* moved static definitions back to inl files

* testing fix

* moved constants into seperate namespace

* Undo change in build-and-test.yml

* nodiscard
2024-01-29 01:53:12 -06:00
..
CMakeLists.txt fix: split apart big Cmake libraries (#1381) 2024-01-03 18:41:46 -06:00
DoClientProjectileImpact.h Breakout message identifiers (#1065) 2023-05-03 16:38:32 -05:00
EchoStartSkill.h refactor: allow usage of NiPoint3 and NiQuaternion in constexpr context (#1414) 2024-01-29 01:53:12 -06:00
EchoSyncSkill.h Breakout message identifiers (#1065) 2023-05-03 16:38:32 -05:00
GameMessageHandler.cpp chore: Move Player ghosting functionality to GhostComponent (#1413) 2024-01-14 13:10:13 -06:00
GameMessageHandler.h feat: Improve console output to show packet enum names (magic_enum) (#1344) 2023-12-23 10:51:59 -06:00
GameMessages.cpp refactor: allow usage of NiPoint3 and NiQuaternion in constexpr context (#1414) 2024-01-29 01:53:12 -06:00
GameMessages.h refactor: allow usage of NiPoint3 and NiQuaternion in constexpr context (#1414) 2024-01-29 01:53:12 -06:00
PropertyDataMessage.cpp chore: Eradicate C-style casts and further clean up some code (#1361) 2023-12-27 22:18:20 -06:00
PropertyDataMessage.h convert to unix line endings 2022-08-05 22:01:59 -05:00
PropertySelectQueryProperty.cpp chore: Eradicate C-style casts and further clean up some code (#1361) 2023-12-27 22:18:20 -06:00
PropertySelectQueryProperty.h convert to unix line endings 2022-08-05 22:01:59 -05:00
RequestServerProjectileImpact.h Breakout message identifiers (#1065) 2023-05-03 16:38:32 -05:00
StartSkill.h refactor: allow usage of NiPoint3 and NiQuaternion in constexpr context (#1414) 2024-01-29 01:53:12 -06:00
SyncSkill.h Breakout message identifiers (#1065) 2023-05-03 16:38:32 -05:00