-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update and improve containers #179
Conversation
Fix addresses
Fix addresses
Fixed DynArray buffer alignment
Update runtime version for 2.12a
Decoded DeferredDataBuffer and widget classes
Fixed Variant and decoded more widget classes
Fix ISerializable and RawBuffer
Decoded more buffers and mesh related types
Add and run pre-commit config
Added UniquePtr implementation
Add runtime version for patch 2.21
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do a git move
on this file. We will lose all history.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might have to force push / squash commits, because you already removed the old file.
|
||
[[nodiscard]] constexpr auto operator<=>(const ArrayIterator& aRhs) const noexcept | ||
{ | ||
// TODO: _Unfancy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// TODO: _Unfancy |
include/RED4ext/NativeTypes.hpp
Outdated
@@ -212,6 +212,83 @@ RED4EXT_ASSERT_SIZE(RuntimeEntityRef, 0x8); | |||
template<typename T, uint32_t MAX_LEN> | |||
struct StaticArray |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be worth moving this to the Containers
directory.
No description provided.