DarkflameServer/tests/dGameTests
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
..
dComponentsTests chore: Assorted pet improvements (#1402) 2024-01-08 15:32:09 -08:00
dGameMessagesTests feature: add full known GM list (#1171) 2023-08-03 21:27:40 -05:00
CMakeLists.txt Further implement Property Behavior parsing (#936) 2023-02-13 18:55:44 -08:00
GameDependencies.cpp chore: organize build flags (#1371) 2023-12-31 00:26:49 -06:00
GameDependencies.h refactor: allow usage of NiPoint3 and NiQuaternion in constexpr context (#1414) 2024-01-29 01:53:12 -06:00