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

Allow multiple '=' on one line in dialog .txt files #856

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

JaThePlayer
Copy link
Member

Fixes #851

I took the chance to tweak the entire function to use generated regex (instead of interpreted regex vanilla used), used spans in some places and changed some inefficient StringBuilder usage.

Also made some tiny readability/perf tweaks in other everest patches in this class.

Because of how many changes I made, it would be nice to test this a bit more thoroughly. I tried running breeze contest and it seemed to work fine though.

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.

Allow dialog entries to contain the equals sign '=' character
1 participant