DarkflameServer/dGame/dPropertyBehaviors/ControlBehaviorMessages
jadebenn 29666a1ff7
chore: General cleanup roundup (#1444)
* Moved unrelated changes out of the TryParse PR branch

* const correctness and cstdint type usage

* removing a few "== nullptr"

* amf constexpr, const-correctness, and attrib tagging

* update to account for feedback

* Fixing accidentally included header and hopefully fixing the MacOS issue too

* try reordering the amf3 specializations to fix the MacOS issue again

* Amf3 template class member func instantiation fix

* try including only on macos

* Using if constexpr rather than specialization

* Trying a different solution for the instantiation problem

* Remove #include "dPlatforms.h"
2024-02-10 13:44:40 -06:00
..
Action.cpp feat: partially functioning property behavior ui (no saving or loading yet) (#1384) 2024-01-03 07:34:38 -06:00
Action.h feat: partially functioning property behavior ui (no saving or loading yet) (#1384) 2024-01-03 07:34:38 -06:00
ActionContext.cpp Refactor: Amf3 implementation (#998) 2023-05-13 17:22:00 -05:00
ActionContext.h feat: partially functioning property behavior ui (no saving or loading yet) (#1384) 2024-01-03 07:34:38 -06:00
AddActionMessage.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
AddActionMessage.h feat: partially functioning property behavior ui (no saving or loading yet) (#1384) 2024-01-03 07:34:38 -06:00
AddMessage.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
AddMessage.h feat: partially functioning property behavior ui (no saving or loading yet) (#1384) 2024-01-03 07:34:38 -06:00
AddStripMessage.cpp chore: General cleanup roundup (#1444) 2024-02-10 13:44:40 -06:00
AddStripMessage.h chore: General cleanup roundup (#1444) 2024-02-10 13:44:40 -06:00
BehaviorMessageBase.cpp chore: General cleanup roundup (#1444) 2024-02-10 13:44:40 -06:00
BehaviorMessageBase.h chore: General cleanup roundup (#1444) 2024-02-10 13:44:40 -06:00
CMakeLists.txt Make ControlBehavior messages far more modular (#991) 2023-02-16 11:30:33 -06:00
ControlBehaviorMsgs.h feat: partially functioning property behavior ui (no saving or loading yet) (#1384) 2024-01-03 07:34:38 -06:00
MergeStripsMessage.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
MergeStripsMessage.h feat: partially functioning property behavior ui (no saving or loading yet) (#1384) 2024-01-03 07:34:38 -06:00
MigrateActionsMessage.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
MigrateActionsMessage.h feat: partially functioning property behavior ui (no saving or loading yet) (#1384) 2024-01-03 07:34:38 -06:00
MoveToInventoryMessage.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
MoveToInventoryMessage.h feat: partially functioning property behavior ui (no saving or loading yet) (#1384) 2024-01-03 07:34:38 -06:00
RearrangeStripMessage.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
RearrangeStripMessage.h feat: partially functioning property behavior ui (no saving or loading yet) (#1384) 2024-01-03 07:34:38 -06:00
RemoveActionsMessage.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
RemoveActionsMessage.h feat: partially functioning property behavior ui (no saving or loading yet) (#1384) 2024-01-03 07:34:38 -06:00
RemoveStripMessage.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
RemoveStripMessage.h feat: partially functioning property behavior ui (no saving or loading yet) (#1384) 2024-01-03 07:34:38 -06:00
RenameMessage.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
RenameMessage.h feat: partially functioning property behavior ui (no saving or loading yet) (#1384) 2024-01-03 07:34:38 -06:00
SplitStripMessage.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
SplitStripMessage.h feat: partially functioning property behavior ui (no saving or loading yet) (#1384) 2024-01-03 07:34:38 -06:00
StripUiPosition.cpp feat: partially functioning property behavior ui (no saving or loading yet) (#1384) 2024-01-03 07:34:38 -06:00
StripUiPosition.h feat: partially functioning property behavior ui (no saving or loading yet) (#1384) 2024-01-03 07:34:38 -06:00
UpdateActionMessage.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
UpdateActionMessage.h feat: partially functioning property behavior ui (no saving or loading yet) (#1384) 2024-01-03 07:34:38 -06:00
UpdateStripUiMessage.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
UpdateStripUiMessage.h feat: partially functioning property behavior ui (no saving or loading yet) (#1384) 2024-01-03 07:34:38 -06:00