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

Faketorio blocks default UI rendering #41

Open
JonasJurczok opened this issue Mar 22, 2018 · 4 comments
Open

Faketorio blocks default UI rendering #41

JonasJurczok opened this issue Mar 22, 2018 · 4 comments

Comments

@JonasJurczok
Copy link
Owner

Especially for longer running testsuites it would be cool to see the errors on the fly and not just only after the testrun is complete.

@JonasJurczok JonasJurczok changed the title Show test errors on the fly Faketorio blocks default UI rendering Oct 21, 2018
@JonasJurczok
Copy link
Owner Author

As Faketorio is "one command" it blocks normal UI rendering. Hence every action is invisible to the user.

It would be cool to be able to see the actions.
This would require switching to an internal command system somehow.

@JonasJurczok
Copy link
Owner Author

According to https://forums.factorio.com/viewtopic.php?f=25&t=63177&p=384857#p384857 Factorio draws the UI per tick.

This means we have to break up the different scenarios/featues, create a scheduler and react to tick events instead of doing everything in one go...

@JonasJurczok
Copy link
Owner Author

The interesting question is how the renderer actually works..
Does it render the UI every tick independent of running scripts or is it actually waiting for scripts to complete and then renders?

@JonasJurczok
Copy link
Owner Author

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

No branches or pull requests

1 participant