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

Stack multiple identical printed messages together in the editor Output panel #898

Closed
Zireael07 opened this issue May 26, 2020 · 0 comments · Fixed by godotengine/godot#41321

Comments

@Zireael07
Copy link

Describe the project you are working on:
N/A (generic issue)

Describe the problem or limitation you are having in your project:
Printing the same thing over and over (e.g. to make sure the AIs are active)

Describe the feature / enhancement and how it helps to overcome the problem or limitation:
The console is less flooded and therefore performs better in terms of speed.

Describe how your proposal will work, with code, pseudocode, mockups, and/or diagrams:
Mockup in original issue.

If this enhancement will not be used often, can it be worked around with a few lines of script?:
Nope.

Is there a reason why this should be core and not an add-on in the asset library?:
I don't think it can be worked around outside of core (the workaround given in original issue is for server-side projects, but it's needed for non-server projects, too)

Original issue: godotengine/godot#19121

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

Successfully merging a pull request may close this issue.

2 participants