Changes between Initial Version and Version 5 of Ticket #3309


Ignore:
Timestamp:
Jun 24, 2015, 12:53:03 PM (9 years ago)
Author:
elexis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3309

    • Property Keywords patch review added
    • Property Milestone BacklogAlpha 19
    • Property Summary Very Fast Forward doesn't return to regular speed instantaneously[PATCH] Disappearing lag makes the game fast forward for all players
  • Ticket #3309 – Description

    initial v5  
     1'''Disappearing lag'''
     2As noted by sanderd17 in comment 3, the issue described below appears always when lag disappears: http://wildfiregames.com/forum/index.php?showtopic=18797
     3By doing fast forward the game tries to compensate the previous slow motion caused by lag. However the game should never exceed the defined game speed, so that players can always issue commands.
     4
     5'''Fast Forwarding Replays'''
    16If you change the `game_speeds.json` file to support 20x speed, you will observe the following bug when doing a visual replay. If you try to set the gamespeed back to 1x and the replay has been playing for a while with 20x speed with bad performance, then the units are still walking in 20x speed over the screen while the simulation is only updated with 1x speed. So you basically can't set it back to regular speed instantaneously, but have to wait until all simulation updates were rendered.
    27