Register to post in forums, or Log in to your existing account
 
:
Search found 50 matches for:
Page 1 of 2 Goto page 1, 2  Next
Author Message
  Topic: feature request: next available file number
yejun

Replies: 3
Views: 6006

PostForum: CMUD Beta Forum   Posted: Wed Aug 16, 2006 5:18 pm   Subject: feature request: next available file number
I think it should be a system funtion something like %nextfile, which return an unused file numbers.

Currently, in zMud, in order to prevent file number conflict, I close files immediately after us ...
  Topic: More on Multiple Sessions
yejun

Replies: 5
Views: 10347

PostForum: CMUD Beta Forum   Posted: Wed Aug 16, 2006 5:04 pm   Subject: More on Multiple Sessions
I think the first problem is interface. Session windows should be completely separated from each other just like office documents. And name space should be completely seperated as well. I also think ...
  Topic: More on Packages/Modules (public vs private)
yejun

Replies: 23
Views: 40830

PostForum: CMUD Beta Forum   Posted: Thu Aug 10, 2006 10:31 pm   Subject: More on Packages/Modules (public vs private)
I think the problem is where the root is. Currently you make all module as root in its own context, so for same variable, alias, trigger will have different root when they are used in other module.
...
  Topic: How about mask password input?
yejun

Replies: 1
Views: 4436

PostForum: CMUD Beta Forum   Posted: Thu Aug 10, 2006 7:52 pm   Subject: How about mask password input?
An option change the text input field to star masked when server send telnet command IAC WILL ECHO. Most telnet client and tinyfugue already do that and the mud I am playing sends IAC WILL ECHO before ...
  Topic: Problem with new Module/Package stuff
yejun

Replies: 27
Views: 34218

PostForum: CMUD Beta Forum   Posted: Wed Aug 02, 2006 7:37 pm   Subject: Problem with new Module/Package stuff
Does it also makes "//a/b" an invalid comment?
I think you could make parser not accept a comment before a complete statement ends, b/c #var alone is not a valid statement.
  Topic: Problem with new Module/Package stuff
yejun

Replies: 27
Views: 34218

PostForum: CMUD Beta Forum   Posted: Wed Aug 02, 2006 3:01 pm   Subject: Problem with new Module/Package stuff
Hundreds of duplicated of variable really happens to me when I run a session for a long period of time. It took me a while to delete all of them. They are all disabled variable in root. I think becaus ...
  Topic: Problem with new Module/Package stuff
yejun

Replies: 27
Views: 34218

PostForum: CMUD Beta Forum   Posted: Wed Aug 02, 2006 1:48 pm   Subject: Problem with new Module/Package stuff
In zmud I can use Alias, Variable inside one classes from another class simply using @var1 instead of @/class1/var1 if class1 is enabled. This kind usage gave me bugs, sometime those variable will be ...
  Topic: Problem with new Module/Package stuff
yejun

Replies: 27
Views: 34218

PostForum: CMUD Beta Forum   Posted: Wed Aug 02, 2006 1:15 pm   Subject: Problem with new Module/Package stuff
In zMud when user load a .mud file, the previous one will be replaced. What happens when a user load a new .mud file in CMUD? Actually I dunno why you keep ".mud" in module name.

Since module are i ...
  Topic: Problem with new Module/Package stuff
yejun

Replies: 27
Views: 34218

PostForum: CMUD Beta Forum   Posted: Tue Aug 01, 2006 11:56 pm   Subject: Problem with new Module/Package stuff
I have a question about this scheme.

Is MainModule actually named "MainModule" or it is different for each window?

If MainModule will be a different. How can an alias @ChatModule:/Alias1 to acce ...
  Topic: Problem with new Module/Package stuff
yejun

Replies: 27
Views: 34218

PostForum: CMUD Beta Forum   Posted: Tue Aug 01, 2006 11:31 pm   Subject: Problem with new Module/Package stuff
With so many changes already break backwards compatibility, I won't worry about this.
  Topic: the fonts are are included with : %char(191) are breaking
yejun

Replies: 4
Views: 7265

PostForum: zMUD General Discussion   Posted: Tue Aug 01, 2006 2:31 pm   Subject: the fonts are are included with : %char(191) are breaking
As I said I only post it here for the completeness sake, a record for knowing bug in zMud.
zMud as a product at its final stage, I never expect a fix or discussion on it.
If anything related to zMud ...
  Topic: the fonts are are included with : %char(191) are breaking
yejun

Replies: 4
Views: 7265

PostForum: zMUD General Discussion   Posted: Tue Aug 01, 2006 7:36 am   Subject: the fonts are are included with : %char(191) are breaking
Vijilante,

I don't not know why you locked [url=http://forums.zuggsoft.com/phpbb/viewtopic.php?t=24084]my post regarding the same issure, which has never been discussed again since this one.
It ha ...
  Topic: Powerful new idea.
yejun

Replies: 7
Views: 11496

PostForum: CMUD Beta Forum   Posted: Sun Jul 30, 2006 6:32 pm   Subject: Powerful new idea.
A suggestion on your COM interface. Please do not use Widestring in argument, I think you use widestring to compatible with BSTR. But in delphi the string -> widestring conversion is implicit, the ...
  Topic: A bug in zmud 7.21
yejun

Replies: 1
Views: 4378

PostForum: zMUD General Discussion   Posted: Sun Jul 30, 2006 5:12 pm   Subject: A bug in zmud 7.21
This bug only happens when the first number in the following code is 191.

x=%concat(%char(191),%char(248))
#echo %len(@x)
#echo %ascii(@x)

The result is ...
  Topic: Multiple sessions/packages - Design Discussion
yejun

Replies: 73
Views: 93952

PostForum: CMUD Beta Forum   Posted: Fri Jul 28, 2006 7:11 pm   Subject: Multiple sessions/packages - Design Discussion
But those preference will not be saved, as you said these automatically created module will go away once I close the window.

And is this Prefs same as main window, including everything? IMHO a lot ...
  Topic: Multiple sessions/packages - Design Discussion
yejun

Replies: 73
Views: 93952

PostForum: CMUD Beta Forum   Posted: Fri Jul 28, 2006 6:45 pm   Subject: Multiple sessions/packages - Design Discussion
So do you mean I cannot change font for the captured window?
In zmud it seems I cannot do it. In cmud the behavior is unpredictable.
  Topic: Multiple sessions/packages - Design Discussion
yejun

Replies: 73
Views: 93952

PostForum: CMUD Beta Forum   Posted: Fri Jul 28, 2006 11:57 am   Subject: Multiple sessions/packages - Design Discussion
What about a window need to be created on the fly?

I think the interface for package writer is not necessary to be kept as simple as the end user interface. It can be no interface at all.

A pac ...
  Topic: High priority issues for v1.04
yejun

Replies: 7
Views: 11231

PostForum: CMUD Beta Forum   Posted: Fri Jul 28, 2006 12:03 am   Subject: High priority issues for v1.04
Search the zMUD help file, you will come across %-1 to %-99 in the

Thanks for the information, I never know that before. I more like tinyfugue way of handling parameters.
  Topic: High priority issues for v1.04
yejun

Replies: 7
Views: 11231

PostForum: CMUD Beta Forum   Posted: Thu Jul 27, 2006 11:31 pm   Subject: High priority issues for v1.04
I believe %0 comes from regex. I never heard of %-1 though.
  Topic: Multiple sessions/packages - Design Discussion
yejun

Replies: 73
Views: 93952

PostForum: CMUD Beta Forum   Posted: Thu Jul 27, 2006 10:04 pm   Subject: Multiple sessions/packages - Design Discussion
I can see why you have this problem.
If I make an analog to c++, by your definition all pakcages are just like a c++ class static methods, so all buttons, gauges are like static members of that class ...
  Topic: Multiple sessions/packages - Design Discussion
yejun

Replies: 73
Views: 93952

PostForum: CMUD Beta Forum   Posted: Thu Jul 27, 2006 8:54 pm   Subject: Multiple sessions/packages - Design Discussion
zMud layout is something I haven't figured out how to use yet. If I only have one session, the layout saved is fine. But if I made another session at different time and savd the layout as well, next t ...
  Topic: Multiple sessions/packages - Design Discussion
yejun

Replies: 73
Views: 93952

PostForum: CMUD Beta Forum   Posted: Thu Jul 27, 2006 7:52 pm   Subject: Multiple sessions/packages - Design Discussion
A few wild ideas.
1. All kinds of windows should be unified into scriptable forms. Every new session default own one form with one output component and one input component.

2. Specific Mud output ...
  Topic: [1.03] Sessions
yejun

Replies: 15
Views: 16523

PostForum: CMUD Beta Forum   Posted: Thu Jul 27, 2006 12:23 am   Subject: [1.03] Sessions
Current package and session system is too confusing that I still have no successful loaded package, nor a saved session yet.
I hope help files will be available soon.
IMHO, package and session shoul ...
  Topic: [1.03] Sessions
yejun

Replies: 15
Views: 16523

PostForum: CMUD Beta Forum   Posted: Wed Jul 26, 2006 8:41 pm   Subject: [1.03] Sessions
Is it possible to specify which package I am using when I use command line to add a trigger, alias, etc?
When I use #tr, it is always added to default package.
  Topic: Location of PKG and settings files?
yejun

Replies: 33
Views: 51265

PostForum: CMUD Beta Forum   Posted: Wed Jul 26, 2006 2:45 pm   Subject: Location of PKG and settings files?
A [url=http://windowssdk.msdn.microsoft.com/en-us/library/ms687245.aspx]guide for XP to Vista for game.
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net