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

Make growth order change apply to process list immediately (without respawning) #5696

Open
hhyyrylainen opened this issue Nov 19, 2024 · 0 comments

Comments

@hhyyrylainen
Copy link
Member

The order of organelles affects the order of processes, but seemingly there's some caching or something that requires the player to respawn before the order of processes in the process panel changes after changing the growth order.

Steps:

  • Start a new game
  • Go to the editor and add a hydrogenase as the second in growth order (keep the original cytoplasm)
  • Exit to the stage and look at the process panel: the cytoplasm glycolysis is the first process
  • Go back to the editor and swap the growth order to have hydrogenase first
  • Exit to the stage and observe the process panel again
  • Notice that the order of processes hasn't changed. This is the bug. Things should be fixed so that the process order automatically flips here.
  • Hit the suicide button to respawn and now the processes are in the correct order (cloistrical fermentation is now first)

The bug is either in ComputeActiveProcessList not properly reordering or somewhere harder to find (I'm hoping this isn't the case and accordingly I tagged this as intermediate).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: High priority bugs / issues
Development

No branches or pull requests

1 participant