Skip to content
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

[Cleanup] Cleanup uses of Strings::ToInt to match correct type. #3054

Merged
merged 3 commits into from Mar 22, 2023

Conversation

Aeadoin
Copy link
Contributor

@Aeadoin Aeadoin commented Mar 11, 2023

Change unsigned ints to use Strings::ToUnsignedInt, and bools to use Strings::ToBool wherever I could find a mismatch in type

@Akkadius
Copy link
Member

I'll look at this soon

common/guild_base.cpp Outdated Show resolved Hide resolved
common/guild_base.cpp Outdated Show resolved Hide resolved
Copy link
Member

@Akkadius Akkadius left a comment

Choose a reason for hiding this comment

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

Looks generally good, have you tested thoroughly?

@Aeadoin
Copy link
Contributor Author

Aeadoin commented Mar 20, 2023

I've tested a bit so far, but would feel more comfortable with a bit more testing. maybe @Kinglykrab would be willing to do some testing as well.

@Aeadoin
Copy link
Contributor Author

Aeadoin commented Mar 21, 2023

I've tested a bit so far, but would feel more comfortable with a bit more testing. maybe @Kinglykrab would be willing to do some testing as well.

I did a bunch more testing this morning on this:

Killing mobs when in a Group/Raid
Dying
Looting Items
Forming a Guild, promoting/demoting/removal

Anything that this PR touched basically.

@Aeadoin
Copy link
Contributor Author

Aeadoin commented Mar 21, 2023

Going to Merge Master into this and do more testing. just to be safe

@Aeadoin
Copy link
Contributor Author

Aeadoin commented Mar 22, 2023

Going to Merge Master into this and do more testing. just to be safe

This seems solid with my testing.

@Aeadoin Aeadoin merged commit 2e2c4d6 into EQEmu:master Mar 22, 2023
@Aeadoin Aeadoin deleted the validatestringsto branch March 22, 2023 16:22
nytmyr pushed a commit to nytmyr/Server that referenced this pull request Mar 23, 2023
…u#3054)

* [Cleanup] Cleanup uses of Strings::ToInt to match correct type.

* cleanup
@Aeadoin Aeadoin mentioned this pull request Mar 24, 2023
nytmyr pushed a commit to nytmyr/Server that referenced this pull request Dec 1, 2023
…u#3054)

* [Cleanup] Cleanup uses of Strings::ToInt to match correct type.

* cleanup
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.

None yet

3 participants