DarkflameServer/dGame/dPropertyBehaviors/ControlBehaviorMessages
jadebenn 53877a0bc3
refactor: Rewrite AMF and property behavior logic to use smart pointers, references, and string_views over raw pointers and std::string& (#1452)
* Rewrite AMF and behavior logic to use smart pointers, references, and string_views over raw pointers and std::string&

* fix m_BehaviorID initialization

* Fix BlockDefinition member naming

* remove redundant reset()s

* Replace UB forward template declarations with header include

* remove unneeded comment

* remove non-const ref getters

* simplify default behavior id initialization

* Fix invalidated use of Getter to set a value

* Update AddStripMessage.cpp - change push_back to emplace_back

* fix pointer to ref conversion mistake (should not have directly grabbed from the other branch commit)

* deref

* VERY experimental testing of forward declaration of templates - probably will revert

* Revert changes (as expected)

* Update BlockDefinition.h - remove extraneous semicolons

* Update BlockDefinition.h - remove linebreak

* Update Amf3.h member naming scheme

* fix duplicated code

* const iterators

* const pointers

* reviving this branch

* update read switch cases
2024-11-18 20:45:24 -06:00
..
Action.cpp refactor: Rewrite AMF and property behavior logic to use smart pointers, references, and string_views over raw pointers and std::string& (#1452) 2024-11-18 20:45:24 -06:00
Action.h refactor: Rewrite AMF and property behavior logic to use smart pointers, references, and string_views over raw pointers and std::string& (#1452) 2024-11-18 20:45:24 -06:00
ActionContext.cpp refactor: Rewrite AMF and property behavior logic to use smart pointers, references, and string_views over raw pointers and std::string& (#1452) 2024-11-18 20:45:24 -06:00
ActionContext.h refactor: Rewrite AMF and property behavior logic to use smart pointers, references, and string_views over raw pointers and std::string& (#1452) 2024-11-18 20:45:24 -06:00
AddActionMessage.cpp refactor: Rewrite AMF and property behavior logic to use smart pointers, references, and string_views over raw pointers and std::string& (#1452) 2024-11-18 20:45:24 -06:00
AddActionMessage.h squash commits (#1479) 2024-02-27 01:29:51 -06:00
AddMessage.cpp squash commits (#1479) 2024-02-27 01:29:51 -06:00
AddMessage.h squash commits (#1479) 2024-02-27 01:29:51 -06:00
AddStripMessage.cpp refactor: Rewrite AMF and property behavior logic to use smart pointers, references, and string_views over raw pointers and std::string& (#1452) 2024-11-18 20:45:24 -06:00
AddStripMessage.h squash commits (#1479) 2024-02-27 01:29:51 -06:00
BehaviorMessageBase.cpp refactor: Rewrite AMF and property behavior logic to use smart pointers, references, and string_views over raw pointers and std::string& (#1452) 2024-11-18 20:45:24 -06:00
BehaviorMessageBase.h refactor: Rewrite AMF and property behavior logic to use smart pointers, references, and string_views over raw pointers and std::string& (#1452) 2024-11-18 20:45:24 -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 squash commits (#1479) 2024-02-27 01:29:51 -06:00
MergeStripsMessage.h squash commits (#1479) 2024-02-27 01:29:51 -06:00
MigrateActionsMessage.cpp squash commits (#1479) 2024-02-27 01:29:51 -06:00
MigrateActionsMessage.h squash commits (#1479) 2024-02-27 01:29:51 -06:00
MoveToInventoryMessage.cpp squash commits (#1479) 2024-02-27 01:29:51 -06:00
MoveToInventoryMessage.h squash commits (#1479) 2024-02-27 01:29:51 -06:00
RearrangeStripMessage.cpp squash commits (#1479) 2024-02-27 01:29:51 -06:00
RearrangeStripMessage.h squash commits (#1479) 2024-02-27 01:29:51 -06:00
RemoveActionsMessage.cpp squash commits (#1479) 2024-02-27 01:29:51 -06:00
RemoveActionsMessage.h squash commits (#1479) 2024-02-27 01:29:51 -06:00
RemoveStripMessage.cpp squash commits (#1479) 2024-02-27 01:29:51 -06:00
RemoveStripMessage.h squash commits (#1479) 2024-02-27 01:29:51 -06:00
RenameMessage.cpp squash commits (#1479) 2024-02-27 01:29:51 -06:00
RenameMessage.h refactor: Rewrite AMF and property behavior logic to use smart pointers, references, and string_views over raw pointers and std::string& (#1452) 2024-11-18 20:45:24 -06:00
SplitStripMessage.cpp squash commits (#1479) 2024-02-27 01:29:51 -06:00
SplitStripMessage.h squash commits (#1479) 2024-02-27 01:29:51 -06:00
StripUiPosition.cpp refactor: Rewrite AMF and property behavior logic to use smart pointers, references, and string_views over raw pointers and std::string& (#1452) 2024-11-18 20:45:24 -06:00
StripUiPosition.h refactor: Rewrite AMF and property behavior logic to use smart pointers, references, and string_views over raw pointers and std::string& (#1452) 2024-11-18 20:45:24 -06:00
UpdateActionMessage.cpp refactor: Rewrite AMF and property behavior logic to use smart pointers, references, and string_views over raw pointers and std::string& (#1452) 2024-11-18 20:45:24 -06:00
UpdateActionMessage.h squash commits (#1479) 2024-02-27 01:29:51 -06:00
UpdateStripUiMessage.cpp squash commits (#1479) 2024-02-27 01:29:51 -06:00
UpdateStripUiMessage.h squash commits (#1479) 2024-02-27 01:29:51 -06:00