Skip to content

Added more DataTypes for DataStorage#34

Draft
Jarno458 wants to merge 5 commits intoN00byKing:mainfrom
Jarno458:i_need_more_types
Draft

Added more DataTypes for DataStorage#34
Jarno458 wants to merge 5 commits intoN00byKing:mainfrom
Jarno458:i_need_more_types

Conversation

@Jarno458
Copy link
Contributor

@Jarno458 Jarno458 commented Jan 14, 2026

I needed an uint64, but it felt odd to just add uint64 and not also int64,

i guess it also feels kinda odd not to add uint when we do have int, but if someone needs an uint, i guess it will fit in uint64 just like floats fit in the double

@Jarno458 Jarno458 marked this pull request as draft January 14, 2026 19:28
Archipelago.cpp Outdated
break;
case AP_DataType::Double:
case AP_DataType::Int64:
int_val = root[i]["value"].asInt64();
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

int_val is 32bit, I dont see how this works?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thats why its still draft, i still got to test it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants