Register forum user name Search FAQ

Gammon Forum

Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the password reset link.
 Entire forum ➜ MUSHclient ➜ General ➜ vers 3.33 ETA?

vers 3.33 ETA?

It is now over 60 days since the last post. This thread is closed.     Refresh page


Pages: 1 2  

Posted by Guest1   USA  (256 posts)
Date Wed 11 Dec 2002 04:15 PM (UTC)
Message
No pressure or anything Nick, just been looking at release notes and wondering if you have an ETA on vers 3.33 and also if it will include changes to aliases in line with existing trigger properties (in particular if you can send direct to variables rather than using a separate script to set them)
cheers :)
Top

Posted by Guest1   USA  (256 posts)
Date Reply #1 on Wed 11 Dec 2002 06:15 PM (UTC)
Message
Another thing along the same lines.. I have a bunch of variables where 2 triggers for each variable sets the staus of that variable to either 'on' or 'off'. However, using triggers to send to variable requires putting the variable name as the trigger label, and of course because you cannot currently have 2 triggers with the same label, this again neccessitates having one of each 'pair' of triggers call a sub-routine script instead. This may also cause the same work around if aliases allow sending direct to variables too in the future.

Now I know you can't possibly allow 2 triggers to share the same label as this will cause all sorts of problems with other scripts that enable/disable triggers. As a suggestion, would it be feasible to instead create a new field for the variable name so that multiple triggers (and aliases one day too I hope) can send direct to the same variable without needing to script a separate sub-routine for 1 of them?

It's not a biggie since the sub-routine method works fine at the moment, but it would make things a lot cleaner imho.

I look forward to your comments :)
Top

Posted by Nick Gammon   Australia  (23,120 posts)  Bio   Forum Administrator
Date Reply #2 on Sun 15 Dec 2002 12:39 AM (UTC)
Message
I am now in the difficult position where I have done a lot of work to implement custom keymapping (eg. so you can make Ctrl+T be "take", or run script "OnTake", or even disconnect the MUD). However it is a big job, bigger than I expected because of the problems with multiple contexts. eg. if there is no world open then certain keys still need to do things (eg. Shift+Ctrl+C for quick connect), so they can hardly be stored in the world file, as there is no world open.

I also wanted to move away from storing things in the Registry, so it is now a project to move global settings from the Registry, do custom keymaps, and allow for overrides (eg. if a particular key will be the same in all worlds you don't want to have to enter it every time).

This won't be finished for a while, certainly not by Christmas, so the other, more minor, things need to be deferred a bit.

I would suggest, late February for the next version. Sorry it can't be sooner.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

Posted by Guest1   USA  (256 posts)
Date Reply #3 on Sun 15 Dec 2002 01:54 AM (UTC)
Message
No worries Nick, thanks for the update :)
Top

Posted by Guest1   USA  (256 posts)
Date Reply #4 on Thu 13 Mar 2003 10:25 PM (UTC)
Message
Hi Nick :)

any update on 3.33 ETA yet, or am I better off to d/l 3.32 and start rewriting script now for trigger groups etc? (ie is it at least a week or more away).

Sorry again for nagging, just keen to make these changes to my script.
Top

Posted by Nick Gammon   Australia  (23,120 posts)  Bio   Forum Administrator
Date Reply #5 on Fri 14 Mar 2003 12:20 AM (UTC)
Message
I'm working on it right now, and my mind is boggling looking at Neva's colourtell problem. It seems to be related to recursive calls to the display routine but I'm not sure exactly how. If I don't go insane first, it should be today or tomorrow. ;)

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

Posted by Guest1   USA  (256 posts)
Date Reply #6 on Fri 14 Mar 2003 12:42 AM (UTC)

Amended on Fri 14 Mar 2003 12:48 AM (UTC) by Guest1

Message
Excellent!

re the colour tells, I've found that if you're doing a series of mixed colour tells in one line like that, the last one in the 'series' needs to be a World.ColourNote, the previous ones all scripted as World.ColorTell. It appears that the same applies if you're doing 2 separate routines where there is no activity between them being run, if that makes sense. Try that.

p.s. I'd loan you a straight jacket, but it's in use. :)

umm.. I'll repost that on the relevant thread.
Top

Posted by Nick Gammon   Australia  (23,120 posts)  Bio   Forum Administrator
Date Reply #7 on Fri 14 Mar 2003 12:52 AM (UTC)
Message
I think the problem is, you don't necessarily know which is the last colourtell.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

Posted by Guest1   USA  (256 posts)
Date Reply #8 on Fri 14 Mar 2003 01:01 AM (UTC)
Message
replying on relevant thread :)
Top

Posted by Guest1   USA  (256 posts)
Date Reply #9 on Sat 15 Mar 2003 04:07 AM (UTC)
Message
Awesome thanks Nick, been testing out 3.33 and it's all good :)
If I had to make a suggestion, the only thing I miss is when I have an alias that sets a variable, my input (what I'm typing) is not echoed in the display, whether omit from output is selected ot not. Not a major but it's good to check if I mistyped the variable :)
Top

Posted by Nick Gammon   Australia  (23,120 posts)  Bio   Forum Administrator
Date Reply #10 on Sat 15 Mar 2003 04:46 AM (UTC)
Message
Oops, I'll fix that.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

Posted by Guest1   USA  (256 posts)
Date Reply #11 on Sat 15 Mar 2003 04:51 AM (UTC)
Message
Actually it appears any alias that calls a script does not echo the alias either.. part of the same problem as above I guess?
Top

Posted by Guest1   USA  (256 posts)
Date Reply #12 on Sat 15 Mar 2003 05:15 AM (UTC)
Message
unrelated, but is there a way to clear the history list of worlds previously opened in the file menu?
Top

Posted by Nick Gammon   Australia  (23,120 posts)  Bio   Forum Administrator
Date Reply #13 on Sat 15 Mar 2003 07:02 AM (UTC)
Message
Can you repost that in a new subject? Just to help others who may have that query later.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

Posted by Nick Gammon   Australia  (23,120 posts)  Bio   Forum Administrator
Date Reply #14 on Sat 15 Mar 2003 07:34 AM (UTC)
Message
Quote:

Actually it appears any alias that calls a script does not echo the alias either.. part of the same problem as above I guess?


It is not the identical problem - that has been there for a while, but I will fix that too.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


46,593 views.

This is page 1, subject is 2 pages long: 1 2  [Next page]

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.