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

Fix serialization of identifiers with non printable ASCII characters #17178

Merged
merged 1 commit into from
Mar 2, 2018

Conversation

akien-mga
Copy link
Member

Fixes #6888.

Same as #17177 but for the master branch. Should also be cherry-picked for 3.0.x, as this bug causes corruption of tscn and tres files (and eventually config files growing to hundreds of MBs as in #6888).

@hpvb
Copy link
Member

hpvb commented Mar 2, 2018

Lgtm

@akien-mga akien-mga merged commit 79a0752 into godotengine:master Mar 2, 2018
@akien-mga akien-mga deleted the prop-serialization branch March 2, 2018 13:44
@hpvb hpvb removed the cherrypick label Mar 2, 2018
@MarianoGnu
Copy link
Contributor

how often is the _valprop fuction called? is this check too expensive? is it always needed?

@hpvb
Copy link
Member

hpvb commented Mar 2, 2018

This implementation is cheaper than the previous one. But this only happens on resource saving afaik.

@MarianoGnu
Copy link
Contributor

great

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

Successfully merging this pull request may close these issues.

3 participants