text in the chat is displayed immediatly at some point

Bug #685130 reported by david blanchard
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Humanity Project
Confirmed
Medium
Unassigned

Bug Description

I run the mission, until the contact says
"<EagleOne>
Ok, but as you know, everything has a cost... have you noticed that when you try to hack, you spend hack points? (These points are displayed on the upper right)"

Then I reply.

Then the whole text that comes next ("Ok, but as you know, [...] It's next to the the number of hack points") is displayed instantly, and not progressively as it's done the rest of the time.

Changed in hackit:
assignee: nobody → XavierAntoviaque (xavier-antoviaque)
status: New → Confirmed
milestone: none → alpha2.1
importance: Undecided → Medium
Changed in hackit:
assignee: XavierAntoviaque (xavier-antoviaque) → nobody
milestone: alpha2.1 → none
Changed in hackit:
assignee: nobody → XavierAntoviaque (xavier-antoviaque)
Changed in hackit:
status: Confirmed → Fix Released
status: Fix Released → Fix Committed
Revision history for this message
david blanchard (david-blanchard) wrote :

I reproduced the bug.
I do the mission 'Looking for a missing agent - part one'
I reach the point where the chat says : "Can you find more about this? When you have an idea, type it in the field on the bar and press enter"
Then I type 'last supper' in the url bar.
The the web page loads, and the complete following text is displayed at once :
"Yes, that seems right
EagleOneBut, I have no clue what to do with this
EagleOneHmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?"

Sometimes, it happens immediatly, sometimes in two steps with first a blank screen and then the 'connecting' visual that pops up, but in both cases I see the complete text immediatly there.

Changed in hackit:
status: Fix Committed → Confirmed
Revision history for this message
david blanchard (david-blanchard) wrote :
Download full text (4.5 KiB)

I reproduced it with a long text, by replacing the function painting() in agent_partone.php with :

    function painting() {
             $game_session = GameSession::getInstance('','',array());
  if (ereg("last supper",$game_session->site->url)||ereg("Last Supper",$game_session->site->url)) {
   $this->say("Yes, that seems right");
   $this->say("But, I have no clue what to do with this");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last monday afternoon. Let's look at that part, ok ?");
   $this->say("Hmm, what else do we know ? Ah yes, it was sent last ...

Read more...

Changed in hackit:
assignee: XavierAntoviaque (xavier-antoviaque) → nobody
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.