Register to post in forums, or Log in to your existing account
 
:
Search found 26 matches for:
Page 1 of 2 Goto page 1, 2  Next
Author Message
  Topic: [2.37] Error in floating point value
kinnoinen

Replies: 7
Views: 8825

PostForum: CMUD General Discussion   Posted: Wed May 20, 2009 7:11 am   Subject: [2.37] Error in floating point value
I'm not sure if this is a factor, but have you tried changing this code to match the documentation? Like this:
#alarm {+0.5} {#T- SomeClass}
I've never seen the problem you des ...
  Topic: Own command breaks trigger pattern
kinnoinen

Replies: 14
Views: 17277

PostForum: CMUD General Discussion   Posted: Fri May 15, 2009 5:43 pm   Subject: Own command breaks trigger pattern
There is a "Trigger on Commands" option in the Preferences to control whether a command fires a trigger.

Ah my bad, didn't remember this one. :)
  Topic: [2.37] Error in floating point value
kinnoinen

Replies: 7
Views: 8825

PostForum: CMUD General Discussion   Posted: Fri May 15, 2009 5:15 pm   Subject: [2.37] Error in floating point value
I replied to your error report too, but thought I'd also post it here:

I notice that you are using a computer in Finnish. It might be a problem with your floating point format in Windows. Does Fi ...
  Topic: [2.37] Package editor crashes
kinnoinen

Replies: 1
Views: 3351

PostForum: CMUD General Discussion   Posted: Fri May 15, 2009 3:44 pm   Subject: [2.37] Package editor crashes
Can make the package editor crash with following procedure:

Make an alias and paste the following into it:

#alarm +10 {#if (1) {
}
}

Then move your cursor in fro ...
  Topic: [2.37] Error in floating point value
kinnoinen

Replies: 7
Views: 8825

PostForum: CMUD General Discussion   Posted: Fri May 15, 2009 3:10 pm   Subject: [2.37] Error in floating point value
I'm not sure if this is a factor, but have you tried changing this code to match the documentation? Like this:
#alarm {+0.5} {#T- SomeClass}
I've never seen the problem you des ...
  Topic: Own command breaks trigger pattern
kinnoinen

Replies: 14
Views: 17277

PostForum: CMUD General Discussion   Posted: Fri May 15, 2009 2:54 pm   Subject: Own command breaks trigger pattern
Don't use a multiline trigger, use a trigger. They're better than multiline in every way possible :P

Though for this particular problem, it might be better to use a single trigger on the Obvious E ...
  Topic: Own command breaks trigger pattern
kinnoinen

Replies: 14
Views: 17277

PostForum: CMUD General Discussion   Posted: Fri May 15, 2009 2:49 pm   Subject: Own command breaks trigger pattern
It is a desired feature because cmud has to be able to check your own mud commands to see if they fire triggers. So, cmud cannot ignore your commands to the mud.

How do you make a trigger that fir ...
  Topic: [2.37] Error in floating point value
kinnoinen

Replies: 7
Views: 8825

PostForum: CMUD General Discussion   Posted: Fri May 15, 2009 12:58 pm   Subject: [2.37] Error in floating point value
Sometimes CMUD stops handling floating point values and produces an error every time you try to use one with a command. When this happens I can even test it from the command line by typing "#say 0.5" ...
  Topic: Own command breaks trigger pattern
kinnoinen

Replies: 14
Views: 17277

PostForum: CMUD General Discussion   Posted: Fri May 15, 2009 6:44 am   Subject: Own command breaks trigger pattern
I have talked with another mud client coder about this problem and now understand it a bit better. Seems that to completely fix this problem CMUD would have to use a different kind of regexp parser, a ...
  Topic: What is your favorite feature in CMUD?
kinnoinen

Replies: 52
Views: 166890

PostForum: CMUD General Discussion   Posted: Fri May 08, 2009 10:52 am   Subject: What is your favorite feature in CMUD?
Cmud has lots of wonderful features, maybe even too much, since there are still many stability issues that haven't been resolved. Cmud would easily be the best mud client ever made by a mile if it was ...
  Topic: Own command breaks trigger pattern
kinnoinen

Replies: 14
Views: 17277

PostForum: CMUD General Discussion   Posted: Thu May 07, 2009 9:00 am   Subject: Own command breaks trigger pattern
That doesn't work so great either, because I can't scroll back the main window and see when each command was sent, which is needed if I want to debug some trigger's behaviour.

I guess I could log t ...
  Topic: Own command breaks trigger pattern
kinnoinen

Replies: 14
Views: 17277

PostForum: CMUD General Discussion   Posted: Thu May 07, 2009 4:58 am   Subject: Own command breaks trigger pattern
I don't really understand what you mean... Of course line two is appended to line one if there is no CRLF. And those graphical problems happen all the time, that is not a problem, can make smart trigg ...
  Topic: Own command breaks trigger pattern
kinnoinen

Replies: 14
Views: 17277

PostForum: CMUD General Discussion   Posted: Wed May 06, 2009 9:17 pm   Subject: Own command breaks trigger pattern
But shouldn't triggers fire on text received from mud, not on text that is shown on screen? Could handle those two things totally separately.
  Topic: Own command breaks trigger pattern
kinnoinen

Replies: 14
Views: 17277

PostForum: CMUD General Discussion   Posted: Wed May 06, 2009 11:38 am   Subject: Own command breaks trigger pattern
I have a trigger like:

#trigger {^Your group consists of:} {#say blahblah}

But when that line is received from mud sometimes my own commands can come in the middle, so the output looks like:

...
  Topic: [2.37] CMUD window stealing focus, probably related to #dde
kinnoinen

Replies: 5
Views: 7266

PostForum: CMUD General Discussion   Posted: Fri Mar 06, 2009 7:04 am   Subject: [2.37] CMUD window stealing focus, probably related to #dde
Actually now that I tested it some more, it has nothing to do with CMUD scripts. It steals focus even if all triggers and tick timer are off. It happens when other program commands CMUD with dde. When ...
  Topic: [2.37] CMUD window stealing focus, probably related to #dde
kinnoinen

Replies: 5
Views: 7266

PostForum: CMUD General Discussion   Posted: Thu Mar 05, 2009 7:59 pm   Subject: [2.37] CMUD window stealing focus, probably related to #dde
I don't have any Stay on Top turned on.
  Topic: [2.37] CMUD window stealing focus, probably related to #dde
kinnoinen

Replies: 5
Views: 7266

PostForum: CMUD General Discussion   Posted: Thu Mar 05, 2009 7:11 pm   Subject: [2.37] CMUD window stealing focus, probably related to #dde
Very often when changing the window away from CMUD it steals the focus back after a sec or two. It can happen after ALT-tab or just clicking a different window. So for example if I click on Wordpad an ...
  Topic: [2.37] %1 in alarm trigger
kinnoinen

Replies: 3
Views: 4660

PostForum: CMUD General Discussion   Posted: Fri Dec 26, 2008 9:21 pm   Subject: [2.37] %1 in alarm trigger
Simply enough, if you have a trigger:

#TRIGGER {%x tells you 'enter (%x)'} {#alarm +1 {enter %1}}

it doesn't work. It doesn't expand the %1 before making the alarm. Using local variables works t ...
  Topic: [2.36] CMUD Slowdown with Alarms
kinnoinen

Replies: 5
Views: 7555

PostForum: CMUD General Discussion   Posted: Tue Sep 09, 2008 9:03 pm   Subject: [2.36] CMUD Slowdown with Alarms
Yea this is not a big problem for me, since I'm normally restarting CMUD anyway. I just wanted to inform you of such behaviour. :) I mean if there is a bug it can always cause other problems too.
  Topic: [2.36] CMUD Slowdown with Alarms
kinnoinen

Replies: 5
Views: 7555

PostForum: CMUD General Discussion   Posted: Tue Sep 09, 2008 7:23 pm   Subject: [2.36] CMUD Slowdown with Alarms
Well the alarms get removed automatically since I use temporary alarms, like: #alarm +4 {blah blah}. So Package Editor only shows current "pending" alarms, 0-3 at a time.
  Topic: [2.36] CMUD Slowdown with Alarms
kinnoinen

Replies: 5
Views: 7555

PostForum: CMUD General Discussion   Posted: Tue Sep 09, 2008 3:10 pm   Subject: [2.36] CMUD Slowdown with Alarms
When CMUD has been on for about 12h it starts having periodic lags, and the lag keeps becoming longer and longer. First the lag is under one second but after a day it's like 3 seconds. The lag (or fre ...
  Topic: [2.32] Flyout scrolling
kinnoinen

Replies: 5
Views: 6501

PostForum: CMUD General Discussion   Posted: Fri Jul 18, 2008 10:04 pm   Subject: [2.32] Flyout scrolling
Yea I noticed this too, it worked on 2.29 atleast. Same thing happens with "page up/down" buttons. Also CTRL-Z doesn't work on the child windows.
  Topic: [2.32] Logging with "save scrollback" enabled
kinnoinen

Replies: 2
Views: 4216

PostForum: CMUD General Discussion   Posted: Fri Jul 18, 2008 4:44 pm   Subject: [2.32] Logging with "save scrollback" enabled
It seems that the "save scrollback" feature only works on the first time when starting logging.

So if I connect to mud, type "#log logfile.txt", then just "#log" to turn it off, it will create the ...
  Topic: [2.29] Tab completations not saving
kinnoinen

Replies: 3
Views: 5299

PostForum: CMUD General Discussion   Posted: Mon Jul 07, 2008 8:29 pm   Subject: [2.29] Tab completations not saving
OK seems that adding with #tab-command works. But when I add with CTRL-W the word goes under "default settings" in tab completations and disappears after a restart. #tab-command adds it under my curre ...
  Topic: [2.29] Tab completations not saving
kinnoinen

Replies: 3
Views: 5299

PostForum: CMUD General Discussion   Posted: Mon Jul 07, 2008 8:57 am   Subject: [2.29] Tab completations not saving
I have a problem with the tab completations. I can add and use them just fine, but after I close and restart cmud all the completations have disappeared. Other settings are saved OK.

Any ideas?
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net