Register to post in forums, or Log in to your existing account
 
:
Search found 246 matches for:
Page 1 of 10 Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
Author Message
  Topic: [2.37] #state bug?
Zhiroc

Replies: 5
Views: 7117

PostForum: CMUD General Discussion   Posted: Tue Apr 14, 2009 5:39 am   Subject: [2.37] #state bug?
#state and #set have never worked as documented in the help without an id argument. I believe I reported that a long time ago, but a bump on that is probably a good idea :)
  Topic: probably a really simple error
Zhiroc

Replies: 5
Views: 7673

PostForum: zMUD General Discussion   Posted: Sat Nov 01, 2008 2:06 pm   Subject: probably a really simple error
I can't reproduce that problem, extra parens or no (and I've never parenthesized such a simple expression, so I doubt that's the issue). I would check that @achrs really does hold the number you think ...
  Topic: force #URL to use FireFox with IE set as Default?
Zhiroc

Replies: 6
Views: 8931

PostForum: zMUD General Discussion   Posted: Thu Oct 30, 2008 3:58 am   Subject: force #URL to use FireFox with IE set as Default?
This seems to work, but I didn't reset my default web browser:

#DDE Firefox WWW_OpenURL http://www.zuggsoft.com
  Topic: So what do you play?
Zhiroc

Replies: 31
Views: 53176

PostForum: CMUD General Discussion   Posted: Sat Sep 27, 2008 8:31 pm   Subject: So what do you play?
"Level-grind" in itself isn't supposed to be a bad thing. Quite honestly, a lot of games around, be it text-based or graphical, tend to use this formula. You gain experience, one way or another, eithe ...
  Topic: So what do you play?
Zhiroc

Replies: 31
Views: 53176

PostForum: CMUD General Discussion   Posted: Sat Sep 27, 2008 1:48 pm   Subject: So what do you play?
I only play MUSHes, since I refuse to play a "leveling grind" and/or do automated quests. I'm a fan of the Amber genre, so I usually stick to those.
  Topic: [2.36] CMUD stealing window focus again
Zhiroc

Replies: 6
Views: 9339

PostForum: CMUD General Discussion   Posted: Sun Aug 24, 2008 8:38 pm   Subject: [2.36] CMUD stealing window focus again
There must be something with Delphi... I've never seen the window stacking problems that I've seen with zMUD (not so sure about CMUD since I don't use it much) than in any of the other apps I commonly ...
  Topic: [2.35] Can't Force save changed settings in a read-only package
Zhiroc

Replies: 3
Views: 6289

PostForum: CMUD General Discussion   Posted: Wed Aug 13, 2008 3:59 am   Subject: [2.35] Can't Force save changed settings in a read-only package
Another bug report that probably got buried, so I'll bump it once.
  Topic: [2.35] Parsing of local variables with no space afterwards
Zhiroc

Replies: 5
Views: 8041

PostForum: CMUD General Discussion   Posted: Wed Aug 13, 2008 3:58 am   Subject: [2.35] Parsing of local variables with no space afterwards
I think this behavior is a bug, so I'll bump it once, since it looks like it got buried :)
  Topic: [2.35] Can't Force save changed settings in a read-only package
Zhiroc

Replies: 3
Views: 6289

PostForum: CMUD General Discussion   Posted: Sun Aug 03, 2008 2:00 am   Subject: [2.35] Can't Force save changed settings in a read-only package
1. Create a session, and add to it a shared package. Mark this "shared" package as read-only.
2. In this "shared" package, create a new setting (in my case, a variable). Save it, then use the "Force ...
  Topic: Package sharing?
Zhiroc

Replies: 10
Views: 14494

PostForum: CMUD General Discussion   Posted: Sun Aug 03, 2008 1:38 am   Subject: Package sharing?
Because what I'm looking for are session windows that are basically independent of each other on the screen
You say this, but then you talk about those sessions trying to share a package. Running 2 ...
  Topic: Package sharing?
Zhiroc

Replies: 10
Views: 14494

PostForum: CMUD General Discussion   Posted: Sun Aug 03, 2008 1:12 am   Subject: Package sharing?
I'm on XP Pro SP2, btw. No guarantees on what happens in Vista :)

The problem is that the window behavior I want, I get with running multiple instances. The package behavior I want, I get by runnin ...
  Topic: [2.35] Parsing of local variables with no space afterwards
Zhiroc

Replies: 5
Views: 8041

PostForum: CMUD General Discussion   Posted: Sat Aug 02, 2008 8:27 pm   Subject: [2.35] Parsing of local variables with no space afterwards
Consider the following example:$name1 = "John"
$name2 = "Bill"
#SH {$name1/$name2}
#SH {$name1's}
//#SH {$name1/etc.}

The above works. But curi ...
  Topic: [2.35] Parsing error with @{${local}/xyz}
Zhiroc

Replies: 4
Views: 7781

PostForum: CMUD General Discussion   Posted: Sat Aug 02, 2008 7:55 pm   Subject: [2.35] Parsing error with @{${local}/xyz}
I accept that it isn't currently a supported feature, but I'd advocate that it should be. For one, it's consistent with @{var} and the same reasons to allow that syntax apply. It's convenient in situa ...
  Topic: Package sharing?
Zhiroc

Replies: 10
Views: 14494

PostForum: CMUD General Discussion   Posted: Sat Aug 02, 2008 7:23 pm   Subject: Package sharing?
Because what I'm looking for are session windows that are basically independent of each other on the screen (I don't mind if they are in the same instance). Meaning that I can move them around, have o ...
  Topic: [2.35] Parsing error with @{${local}/xyz}
Zhiroc

Replies: 4
Views: 7781

PostForum: CMUD General Discussion   Posted: Sat Aug 02, 2008 5:06 pm   Subject: [2.35] Parsing error with @{${local}/xyz}
Too bad, because ${local} is consistent with the @{var} notation. And it does work in places (see the examples), just not in an #IF.
  Topic: [2.35] Parsing error with @{${local}/xyz}
Zhiroc

Replies: 4
Views: 7781

PostForum: CMUD General Discussion   Posted: Sat Aug 02, 2008 4:35 pm   Subject: [2.35] Parsing error with @{${local}/xyz}
The following works:$local = "b"
bxyz = "foo"
#SH {${local}xyz = @{${local}xyz}}
#IF (@{${local}xyz} = "foo& ...
  Topic: Package sharing?
Zhiroc

Replies: 10
Views: 14494

PostForum: CMUD General Discussion   Posted: Sat Aug 02, 2008 3:47 pm   Subject: Package sharing?
OK, I thought that when you shared packages, they would be shared--and by that, I mean that they would (or could, even if manually) synchronize themselves between the sessions using them at the same t ...
  Topic: [2.32-33] Triggers in stringlist variables
Zhiroc

Replies: 32
Views: 28391

PostForum: CMUD General Discussion   Posted: Thu Jul 31, 2008 8:03 pm   Subject: [2.32-33] Triggers in stringlist variables
It's not a bad idea to have the documentation on RE's kept local to CMUD. The other sites won't necessarily track the version of the RE library being used, and the CMUD version can document the specif ...
  Topic: [2.34] Unbalanced quotes in stringlist can corrupt it
Zhiroc

Replies: 1
Views: 4007

PostForum: CMUD General Discussion   Posted: Thu Jul 31, 2008 4:35 pm   Subject: [2.34] Unbalanced quotes in stringlist can corrupt it
In a new blank session:

1. Open the PE
2. Create a new package (I called it "test")
3. Create a variable, set it to type stringlist
4. Enter:
a
b"
c"
5. The stringlist will display correctly ...
  Topic: [2.34] Nested alternations in string lists don't work for regexes
Zhiroc

Replies: 15
Views: 24516

PostForum: CMUD General Discussion   Posted: Thu Jul 31, 2008 4:03 pm   Subject: [2.34] Nested alternations in string lists don't work for regexes
It is equivalent, I think (though technically the backtracking might be different, but I think even here it's the same).

However, this was a simple case. The actual case of interest was more compli ...
  Topic: [2.34] Pending setting edits lost when doing a copy/paste of itself
Zhiroc

Replies: 1
Views: 3973

PostForum: CMUD General Discussion   Posted: Thu Jul 31, 2008 3:45 pm   Subject: [2.34] Pending setting edits lost when doing a copy/paste of itself
In a blank session:

1. create a new variable, name it, and save it.
2. start editing it by entering any string (DO NOT save the setting)
3. click on the setting in the left pane, and do a CTRL-C/ ...
  Topic: [2.34] Nested alternations in string lists don't work for regexes
Zhiroc

Replies: 15
Views: 24516

PostForum: CMUD General Discussion   Posted: Wed Jul 30, 2008 7:22 pm   Subject: [2.34] Nested alternations in string lists don't work for regexes
OK, yes, after reloading 2.34, the "^(@tmp)" regex works fine (other than the reordering). However, if I ever wanted to preserve the order of the stringlist, using %%string() as outlined in the other ...
  Topic: [2.34] Nested alternations in string lists don't work for regexes
Zhiroc

Replies: 15
Views: 24516

PostForum: CMUD General Discussion   Posted: Wed Jul 30, 2008 6:10 pm   Subject: [2.34] Nested alternations in string lists don't work for regexes
Hmm, I downloaded 2.34 last night, but something's wrong... Yeah, I better reinstall, just in case...
  Topic: [2.34] Nested alternations in string lists don't work for regexes
Zhiroc

Replies: 15
Views: 24516

PostForum: CMUD General Discussion   Posted: Wed Jul 30, 2008 5:22 pm   Subject: [2.34] Nested alternations in string lists don't work for regexes
What I really want is a string list that will turn into "Nearby|On (?:his|her|its) phone". Granted, I can use a string, or I could expand out the alternatives, but in actual use, there are greater tha ...
  Topic: [2.34] Nested alternations in string lists don't work for regexes
Zhiroc

Replies: 15
Views: 24516

PostForum: CMUD General Discussion   Posted: Wed Jul 30, 2008 4:46 pm   Subject: [2.34] Nested alternations in string lists don't work for regexes
The above doesn't quite work because I need to use the variable in an RE, and I have it as a string list.

The point is that I use a string list as an aid to understanding the RE. The reason is that ...
 
Page 1 of 10 Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net