DarkflameServer/dGame/dPropertyBehaviors/ControlBehaviorMessages
jadebenn 0c1ee0513d
refactor: Change TryParse implementation (#1442)
* Changed how the TryParse function works (and also did some general cleanup along the way)

* Update noexcept attributes (verified these are correct)

* Add fp overload for MacOS functionality

* resolving some feedback

* Split out unrelated changes to CleanupRoundup branch

* Update in response to feedback

* the consequences of emo's member variable renaming request

* Revert "the consequences of emo's member variable renaming request"

This reverts commit bf318caeda.

* Fully revert renaming attempt

* Revert "the consequences of emo's member variable renaming request"

This reverts commit bf318caeda.

Fully revert renaming attempt

* Created ClientVersion.h and moved the client version defaults to it

* Fix partial parsing and MacOS floating point errors

* attempting fix to MacOS compiler error

* syntax pass (should be the last commit unless the CI fails)

* ah, wait, forgot to uncomment the preprocessor statements for MacOS. THIS should be the last commit pending CI

* Okay, one last thing I noticed: We were including C headers here. Now they're C++ headers. Pinky swear this is it!

* typo and I am OCD. please let this be the last

* hash is usally but not always noexcept, so the specifier should go

* Address MOST of the feedback

* address the claim codes issue
2024-02-10 05:05:25 -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: upgrade MacOS build settings for better C++20 compatibility (#1435) 2024-01-29 21:45:50 -06:00
AddStripMessage.h chore: upgrade MacOS build settings for better C++20 compatibility (#1435) 2024-01-29 21:45:50 -06:00
BehaviorMessageBase.cpp refactor: Change TryParse implementation (#1442) 2024-02-10 05:05:25 -06:00
BehaviorMessageBase.h feat: partially functioning property behavior ui (no saving or loading yet) (#1384) 2024-01-03 07:34:38 -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