mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #02347
[Bug 1025471] Re: Series of commands seperated by "; " gets mixed up
I can't reproduce this. Please check this against the official windows
and mac builds that you can get here:
http://sourceforge.net/projects/mudlet/files/?source=navbar
If you are on linux it's most likely a problem with broken QtCore libs
on your system.
** Changed in: mudlet
Status: New => Invalid
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1025471
Title:
Series of commands seperated by ";" gets mixed up
Status in Mudlet the MUD client:
Invalid
Bug description:
Please note that the '-sign(single quotation) is a short form for the
command say.
When trying to team up commands using the command seperator ;
(default). It works fine aslong as you dont go over 4 commands, then
the commands order get scrambled up completely.
The expected result, is that they appear in the same order you type
them.
Example below:
Mephistopheles says '1 '
Mephistopheles says '2 '
Mephistopheles says '3 '
Mephistopheles says '4 '
'1;'2;'3;'4;'5
Mephistopheles says '1 '
Mephistopheles says '4 '
Mephistopheles says '5 '
Mephistopheles says '2 '
Mephistopheles says '3 '
'1;'2;'3;'4;'5;'6
Mephistopheles says '1 '
Mephistopheles says '3 '
Mephistopheles says '6 '
Mephistopheles says '2 '
Mephistopheles says '4 '
Mephistopheles says '5 '
'1;'2;'3;'4;'5;'6;'7
Mephistopheles says '1 '
Mephistopheles says '2 '
Mephistopheles says '4 '
Mephistopheles says '7 '
Mephistopheles says '3 '
Mephistopheles says '5 '
Mephistopheles says '6 '
'1;'2;'3;'4;'5;'6;'7;'8
Mephistopheles says '1 '
Mephistopheles says '8 '
Mephistopheles says '2 '
Mephistopheles says '4 '
Mephistopheles says '7 '
Mephistopheles says '3 '
Mephistopheles says '5 '
Mephistopheles says '6 '
To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1025471/+subscriptions
References