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

Remove NavigationServerDummy warnings #88375

Merged
merged 1 commit into from
Apr 6, 2024

Conversation

smix8
Copy link
Contributor

@smix8 smix8 commented Feb 15, 2024

Removes NavigationServerDummy warnings.

Godot does not spam dummy warnings for anything else in the engine that uses a dummy implementation when certain features are disabled. The console is quiet with a Godot minimalist build while the NavigationServer is all spammy about it.

You only get those warnings and dummies when you use a build with disabled navigation module which you need to create deliberately so it is not as if you disabled them by accident. Those dummy warnings have no real informational value as it really only matters to know when the dummy fails to load as an error.

@smix8 smix8 added this to the 4.3 milestone Feb 15, 2024
@smix8 smix8 requested a review from a team as a code owner February 15, 2024 19:31
main/main.cpp Outdated Show resolved Hide resolved
Removes NavigationServerDummy warnings.
@akien-mga akien-mga merged commit c7d64c3 into godotengine:master Apr 6, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks!

@smix8 smix8 deleted the navserver_dummy_warnings branch April 6, 2024 19:35
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