Skip to content

Various fixes for spelling and save editor time change lightning state#841

Merged
Archez merged 2 commits intoHarbourMasters:develop-satokofrom
Archez:various-fixes-spelling
Nov 12, 2024
Merged

Various fixes for spelling and save editor time change lightning state#841
Archez merged 2 commits intoHarbourMasters:develop-satokofrom
Archez:various-fixes-spelling

Conversation

@Archez
Copy link
Contributor

@Archez Archez commented Nov 12, 2024

Includes various fixes for spelling mistakes in comments, menu items, and an enum.

I'm also including a tiny tweak to how the save editor clears lightning when changing time. Before we set the state to _LAST which meant that it lightning will stop after one more lightning bolt, but this is a random amount of time (sometimes 15+ seconds). Not sure why I originally used this state, but simply setting to _OFF is sufficient and avoids the lingering lightning bolt.

Closes #829

Build Artifacts

ImGui::SeparatorText("Fixes");
UIWidgets::CVarCheckbox(
"Fix Targetting Camera Snap", "gEnhancements.Camera.FixTargettingCameraSnap",
"Fix Targeting Camera Snap", "gEnhancements.Camera.FixTargettingCameraSnap",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Unfortunately this CVar also has the spelling mistake, but I'm leaving as is until a later release with a config migration.

@Archez Archez force-pushed the various-fixes-spelling branch from 2c54e52 to 83caed0 Compare November 12, 2024 03:23
Copy link
Contributor

@garrettjoecox garrettjoecox left a comment

Choose a reason for hiding this comment

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

I'll claim the 🥖 for a few of these

@Archez Archez linked an issue Nov 12, 2024 that may be closed by this pull request
4 tasks
@Archez Archez merged commit fab4340 into HarbourMasters:develop-satoko Nov 12, 2024
@Archez Archez deleted the various-fixes-spelling branch November 12, 2024 15:02
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.

Misspell of quest in Debug Save File Mode select

2 participants