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 redirect stdout #3

Closed
wants to merge 2 commits into from

Conversation

jp31415926
Copy link

@jp31415926 jp31415926 commented Jun 10, 2023

Two simple changes:
1, submodule link is https instead of ssh. This should make it easier for anyone trying to build the project.
2. When the debug flag is used, avoid repositioning cursor so if the user redirects stdout, it will not hang the program.

Resolves #1. Resolves #2.

@jp31415926 jp31415926 changed the title Allow redirect stdout Allow redirect stdout; closes issues #1 and #2. Jun 10, 2023
@jp31415926 jp31415926 changed the title Allow redirect stdout; closes issues #1 and #2. Allow redirect stdout; closes #1 and #2. Jun 10, 2023
@jp31415926 jp31415926 changed the title Allow redirect stdout; closes #1 and #2. Allow redirect stdout Jun 10, 2023
@brianmathews
Copy link
Member

Thanks for the bug report. I fixed the console vs. "> log.txt" issue in a different way: by checking if I'm writing to the console or not. If the console, it works normally. If not the console, it avoids doing any of the DeltaTime writes.

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.

Would be easier if submodule used https instead of ssh Can't redirect output to a file
2 participants