Author |
Message |
Topic: #verbatim |
Yodous
Replies: 8
Views: 15172
|
Forum: zMUD General Discussion Posted: Fri Jan 04, 2013 4:25 pm Subject: #verbatim |
Hah. Repley after 9 years... I was supprised when I received an e-mail from Forum :P |
Topic: [3.22] %roomcom |
Yodous
Replies: 1
Views: 3713
|
Forum: CMUD Beta Forum Posted: Fri Jul 09, 2010 9:08 pm Subject: [3.22] %roomcom |
Hello.
When I enter the room, where there is some script in the room (in the "Enable script" tab), when I use the command:
#SA %roomcom
I got the answer that looks like:
"All[_SOME_SPECIAL_SIGN_ ... |
Topic: [3.20] Bug with %db and using references |
Yodous
Replies: 6
Views: 7820
|
Forum: CMUD Beta Forum Posted: Wed Jun 30, 2010 9:43 pm Subject: [3.20] Bug with %db and using references |
Even after update to 3.21 I've this problem Zugg. Any ideas? |
Topic: [3.20]Extensive benchmark testing |
Yodous
Replies: 11
Views: 11595
|
Forum: CMUD Beta Forum Posted: Thu Jun 24, 2010 4:05 am Subject: [3.20]Extensive benchmark testing |
You need to put () around the *entire* expression! So the correct line should be:
#SA (%abs((100-18)/11)+1)
which works correctly.
%eval is slow because it calls the comp ... |
Topic: [3.20]Extensive benchmark testing |
Yodous
Replies: 11
Views: 11595
|
Forum: CMUD Beta Forum Posted: Wed Jun 23, 2010 9:28 pm Subject: [3.20]Extensive benchmark testing |
If you find a case where (expression) doesn't work the same as %eval(expression) then you should report it as a bug.
And what do You say about
#SA %abs((100-18)/11)+1
It produce "7 ... |
Topic: [3.20] Bug with %db and using references |
Yodous
Replies: 6
Views: 7820
|
Forum: CMUD Beta Forum Posted: Wed Jun 23, 2010 8:17 pm Subject: [3.20] Bug with %db and using references |
I sent You an e-mail with a topic named "Bug with %db and using references"
Best regards
Yodous |
Topic: [3.20] Bug with %db and using references |
Yodous
Replies: 6
Views: 7820
|
Forum: CMUD Beta Forum Posted: Wed Jun 23, 2010 7:50 pm Subject: [3.20] Bug with %db and using references |
Hello.
I noticed some errors when using %db(variableWithoutAt, "someKey").
Let's say that I have a variable named 'variableWithoutAt' that is Database Record type. After I open the cMud and open a s ... |
Topic: [3.20]BUG: Local variables produce different results than global variables |
Yodous
Replies: 7
Views: 7886
|
Forum: CMUD Beta Forum Posted: Tue Jun 22, 2010 9:44 pm Subject: [3.20]BUG: Local variables produce different results than global variables |
By the way Zugg, is it better to use the dedicated type of variable rather than Autotype? Is it faster?
I noticed that, after some cMud update, when at the start variable has a type Autotype, after u ... |
Topic: [3.20] error with %list() |
Yodous
Replies: 3
Views: 5300
|
Forum: CMUD Beta Forum Posted: Sun Jun 20, 2010 5:53 pm Subject: [3.20] error with %list() |
Ok. You have got right.
When it was 3.19f I use something like:
$tmpList = "onet|two|three"
$tmpValue = %null
#FO $tmpList {
$tmpValue = %additem(%i, %list($tmpVal ... |
Topic: [3.20] error with %list() |
Yodous
Replies: 3
Views: 5300
|
Forum: CMUD Beta Forum Posted: Sun Jun 20, 2010 1:50 pm Subject: [3.20] error with %list() |
As GeneralStonewall wrote in some other topic, I create another thread.
After an update to the 3.20 beta, "$tmpValue = %list()" or simply "#SA %list()" throw an application exception (access violat ... |
Topic: Variable access by "reference" vs by "value" |
Yodous
Replies: 22
Views: 20079
|
Forum: CMUD Beta Forum Posted: Sat Jun 19, 2010 8:02 pm Subject: Variable access by "reference" vs by "value" |
I want to do exacly what I wrote. Because I have to use hmm.. maybe another example
$tmpList = "onet|two|three"
$tmpValue = %null
#FO $tmpList {
$tmpValue = %additem(%i, ... |
Topic: Variable access by "reference" vs by "value" |
Yodous
Replies: 22
Views: 20079
|
Forum: CMUD Beta Forum Posted: Sat Jun 19, 2010 7:35 pm Subject: Variable access by "reference" vs by "value" |
Ok. And what about my seconds question:
$tmpName = %null
$tmpName = %additem("one", $tmpName)
Before the update of the version, the above code forces $tmpName to has a value " ... |
Topic: Variable access by "reference" vs by "value" |
Yodous
Replies: 22
Views: 20079
|
Forum: CMUD Beta Forum Posted: Fri Jun 18, 2010 9:25 pm Subject: Variable access by "reference" vs by "value" |
Ok. Thx! |
Topic: Variable access by "reference" vs by "value" |
Yodous
Replies: 22
Views: 20079
|
Forum: CMUD Beta Forum Posted: Fri Jun 18, 2010 7:12 pm Subject: Variable access by "reference" vs by "value" |
Oh, right. So another thing came out with my second question. Thx for answer :)
And maybe you can give me some hint how to download the previous beta version? |
Topic: CMUD, CMUD Pro and TeSSH v3.19f BETA version released |
Yodous
Replies: 3
Views: 4833
|
Forum: CMUD Beta Forum Posted: Fri Jun 18, 2010 7:00 pm Subject: CMUD, CMUD Pro and TeSSH v3.19f BETA version released |
Is there any possibilty to download the previous beta version? For example instead of download 3.19f, which seems to much buggy for me with those %additem() problems, I would like to return to the 3.1 ... |
Topic: Variable access by "reference" vs by "value" |
Yodous
Replies: 22
Views: 20079
|
Forum: CMUD Beta Forum Posted: Fri Jun 18, 2010 6:56 pm Subject: Variable access by "reference" vs by "value" |
Ok. I have got questions:
1)
This works fine:
$tmpName = %list("one");
#VAR test %additem("two", $tmpName)
But this:
$tmpName = "one";
#VAR test ... |
Topic: [3.12] Seems like %db sometimes lose results |
Yodous
Replies: 6
Views: 7386
|
Forum: CMUD Beta Forum Posted: Tue Dec 01, 2009 9:48 pm Subject: [3.12] Seems like %db sometimes lose results |
There isn't any way in my scripts to corrupt @teamMianownik since the variable is setted only once, when I check my team. And there isn't any blank values. I made some precautions to prevent this and ... |
Topic: [3.12] Seems like %db sometimes lose results |
Yodous
Replies: 6
Views: 7386
|
Forum: CMUD Beta Forum Posted: Tue Dec 01, 2009 8:44 pm Subject: [3.12] Seems like %db sometimes lose results |
No. I don't use multiple windows. |
Topic: [3.12] Seems like %db sometimes lose results |
Yodous
Replies: 6
Views: 7386
|
Forum: CMUD Beta Forum Posted: Tue Dec 01, 2009 5:44 pm Subject: [3.12] Seems like %db sometimes lose results |
Hi.
From my observation I can say, that from time to time %db sometimes lose some records.
I found that using my team members kill coutner.
#VARIABLE killsTeam %null
#VARIABLE teamMianownik ... |
Topic: [3.12 pro]#CLOSE and #WINDOW from within other settings (menus and aliases) |
Yodous
Replies: 4
Views: 6172
|
Forum: CMUD Beta Forum Posted: Tue Dec 01, 2009 8:44 am Subject: [3.12 pro]#CLOSE and #WINDOW from within other settings (menus and aliases) |
Hi!
Of cours! When I did the same what You (close Session window and use CTRL+Q on this 'untiled' window that starts with cMUD) the tests ware almost the same (~1).
But when I did the test inside a ... |
Topic: [3.12 pro]#CLOSE and #WINDOW from within other settings (menus and aliases) |
Yodous
Replies: 4
Views: 6172
|
Forum: CMUD Beta Forum Posted: Mon Nov 30, 2009 6:45 pm Subject: [3.12 pro]#CLOSE and #WINDOW from within other settings (menus and aliases) |
BTW when I have opened another window (just create it to send to it text like 'tells you') CTRL+Q returned me 14, but when I close this window, CTRL+Q shows 9 ;|
So looks like another Window placed f ... |
Topic: [3.12] How to force mapper to open at start up |
Yodous
Replies: 7
Views: 9229
|
Forum: CMUD Beta Forum Posted: Mon Nov 30, 2009 6:42 pm Subject: [3.12] How to force mapper to open at start up |
If your layout is corrupted, you can try holding down the SHIFT key and clicking the Open Offline action and then click the Map button to open the mapper and position it the way you want it. Then exi ... |
Topic: [3.12] How to force mapper to open at start up |
Yodous
Replies: 7
Views: 9229
|
Forum: CMUD Beta Forum Posted: Thu Nov 26, 2009 9:44 am Subject: [3.12] How to force mapper to open at start up |
Ok. So let's make it clear. By saying 'my configuration' I mean my scripts.
Sorry for some missunderstanding.
And no, this isn't my problem. I think, that in some point, there is a small bug that ... |
Topic: [3.12] How to force mapper to open at start up |
Yodous
Replies: 7
Views: 9229
|
Forum: CMUD Beta Forum Posted: Wed Nov 25, 2009 6:02 pm Subject: [3.12] How to force mapper to open at start up |
1) I can't say what i'm adding becouse I'm developing my config all the time. I have a lots of my own script and it's hard t say what trigger the problem
2) The mapper isn't loaded, becouse (as I ass ... |
Topic: [3.12] How to force mapper to open at start up |
Yodous
Replies: 7
Views: 9229
|
Forum: CMUD Beta Forum Posted: Wed Nov 25, 2009 7:10 am Subject: [3.12] How to force mapper to open at start up |
Hi.
From time to time, when I add something to my config file, mapper doesn't open when I start the session.
I'm talking about cMud config (package), not some mapper configuration. Even when I open ... |
|