mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
[GH-ISSUE #73] "Fast-forward" mode #61
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mikerro on GitHub (May 22, 2022).
Original GitHub issue: https://github.com/pkali/scorch_src/issues/73
Originally assigned to: @pkali on GitHub.
My proposal is to add "fast-forward" mode.
What for? For example when player dies while playing agains computer players, pressing fast-forward will cause faster ending of round.
@pkali commented on GitHub (May 22, 2022):
acktchually, this would be useful for debugging, too :]
moved to high priority :]
@pkali commented on GitHub (May 22, 2022):
OK, pressing [START] speeds up everything that was possible to speed up. Unfortunately, most procedures work at the native speed, that is cannot be sped up without serious modifications. All explosions, soil fall, and even the falling of the tank and rotating of the barrel are drawn as quickly as possible.
Still, there is some substantial speed up, so let's call it a win.