You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way the transcript recording system works is that it initiates a transcript with the initial game text before the user does anything. This means that someone who opens an entry creates a useless transcript. The system needs to keep that transcript beginning in case the user does go on to do stuff, but it shouldn't be presented to the author yet.
Transcript sessions should be filtered so that only those with more than one entry are displayed to the author. The number of "commands" also needs to subtract 1.
The way the transcript recording system works is that it initiates a transcript with the initial game text before the user does anything. This means that someone who opens an entry creates a useless transcript. The system needs to keep that transcript beginning in case the user does go on to do stuff, but it shouldn't be presented to the author yet.
Transcript sessions should be filtered so that only those with more than one entry are displayed to the author. The number of "commands" also needs to subtract 1.
I think the filtering should take place here:
ifcomp/IFComp/lib/IFComp/Controller/Entry.pm
Lines 159 to 178 in 54af28f
The text was updated successfully, but these errors were encountered: