Follow-up Comment #19, bug #25186 (project wesnoth):

Cut-and-paste of your example yields the following error:

    error config: Error loading game configuration files
    Macro/file 'EQ' is missing

Replacing the offending line with

    [true][/true]

In HttT S01, then, the full test I am using reads:

    [event]
        name=test
        first_time_only=no

        [while]
            [true][/true]
            [do]
                [message]
                    speaker="narrator"
                    
                    [option]
                        label="label"
                    [/option]
                [/message]
            [/do]
        [/while]
    [/event]

And I cannot reproduce the problem either by:

- Clicking slowly on the OK button once it finishes repainting for a minute

- Clicking as quickly as I can on the OK button for a minute

- Clicking slowly on the "label" about once per second for a minute

- Clicking as quickly as I can on the "label" for a minute

In all cases, when I stop clicking on the message and click X to close the
program, the Are-you-sure dialog appears immediately.

This is using current master, to commit 1baaaa4 as either debug or release
builds.

I will say, though, that the entire message handing, in all cases is abysmally
slow. When I'm using the OK button, it takes nearly a second to repaint fully.
When I add a message= and counter to see something change, it takes about 1/4
second per click, and queues a couple clicks if I get ahead. This is all at
full-screen of 1140x851.  It's a bit faster at 800x600 (smallest I can go) but
the OK button still seems a bit slow.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?25186>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
Wesnoth-bugs@gna.org
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to