Author |
Message |
Topic: [3.26] ANSI: Bold Off |
rck
Replies: 3
Views: 8378
|
Forum: CMUD Beta Forum Posted: Wed Sep 15, 2010 8:39 am Subject: [3.26] ANSI: Bold Off |
That would probably break our mud's usage of bold_off though in several places, I can live with it myself for now.
(the ;<code> was moocode, not cmud stuff) |
Topic: [3.26] ANSI: Bold Off |
rck
Replies: 3
Views: 8378
|
Forum: CMUD Beta Forum Posted: Wed Sep 15, 2010 4:34 am Subject: [3.26] ANSI: Bold Off |
Upgraded to 3.26, bold off no longer seems to be working.
;$ansi.bold_on+"test"+$ansi.bold_off+"test"
=> "<27>[1mtest<27>[22mtest"<27> ... |
Topic: [3.17] Link clicking & scrolling session window |
rck
Replies: 3
Views: 7295
|
Forum: CMUD Beta Forum Posted: Sat May 22, 2010 5:55 am Subject: [3.17] Link clicking & scrolling session window |
It actually doesn't fix when clicking in the window for me -- it starts to scroll, but not properly (it scrolls but the 'edge' of the buffer is partially hidden). |
Topic: [3.17] Link clicking & scrolling session window |
rck
Replies: 3
Views: 7295
|
Forum: CMUD Beta Forum Posted: Sat May 22, 2010 2:10 am Subject: [3.17] Link clicking & scrolling session window |
When clicking a URL in a session window (that was simply outputted, no MXP or anything special) it seems to cause the window to 'center' on that line, which then causes the window to stop scrolling pr ... |
Topic: [3.16b] Improper handling of messages in MCP (dns-com-vmoo-client-info) |
rck
Replies: 2
Views: 6270
|
Forum: CMUD Beta Forum Posted: Sat May 01, 2010 2:26 pm Subject: [3.16b] Improper handling of messages in MCP (dns-com-vmoo-client-info) |
MXP (via dns-com-zuggsoft-mxp) is also broken.
Sending to the client:#$#dns-com-zuggsoft-mxp 568806888 mode: 1 lines*: "" _data-tag: 7122356819451
#$#* 7122356819451 lines ... |
Topic: [3.16b] Improper handling of messages in MCP (dns-com-vmoo-client-info) |
rck
Replies: 2
Views: 6270
|
Forum: CMUD Beta Forum Posted: Sat May 01, 2010 10:14 am Subject: [3.16b] Improper handling of messages in MCP (dns-com-vmoo-client-info) |
#$#dns-com-vmoo-client-info 2099761888 name: cmud text-version: 3.16b BETA internal-version: 316 reg-id: "" flags: ""
Note how text-version is not properly q ... |
Topic: Living with Vista and Delphi 2007 |
rck
Replies: 200
Views: 538036
|
Forum: Zugg's Blog Posted: Mon Jan 28, 2008 8:21 am Subject: Living with Vista and Delphi 2007 |
I think it's a problem with my BIOS. The BIOS needs USB Keyboard support and this particular computer doesn't show that as any option in the BIOS settings. All of my other computers have it, so I th ... |
Topic: [2.18] Lua bug: aliases using lua code trashes rest of state (confirmed) |
rck
Replies: 7
Views: 14020
|
Forum: CMUD General Discussion Posted: Thu Jan 17, 2008 12:52 am Subject: [2.18] Lua bug: aliases using lua code trashes rest of state (confirmed) |
I think it was more because you hadn't replied to the thread, and you normally do. In some respects, it's a bad habit :PYeah that's exactly what it was. |
Topic: [2.18] Lua bug: aliases using lua code trashes rest of state (confirmed) |
rck
Replies: 7
Views: 14020
|
Forum: CMUD General Discussion Posted: Tue Jan 15, 2008 8:40 pm Subject: [2.18] Lua bug: aliases using lua code trashes rest of state (confirmed) |
Just bumping this so it doesn't remain unfixed since it was on the 4th page :). |
Topic: [2.18] Failed conneciton adds blank line to mud output |
rck
Replies: 3
Views: 7887
|
Forum: CMUD General Discussion Posted: Mon Jan 07, 2008 11:56 pm Subject: [2.18] Failed conneciton adds blank line to mud output |
If a MUD I am playing goes offline/crashes and the connection drops and it tries to reconnect, a new line is added to mud output for every reconnect attempt. Though this probably occurs if you open a ... |
Topic: [2.18] Failed conneciton adds blank line to mud output |
rck
Replies: 3
Views: 7887
|
Forum: CMUD General Discussion Posted: Sat Jan 05, 2008 7:56 am Subject: [2.18] Failed conneciton adds blank line to mud output |
Not sure if this intended, but it's pretty annoying. |
Topic: [2.18] Bug: autocreated scripts are not set to zScript if zScript is not default |
rck
Replies: 1
Views: 5348
|
Forum: CMUD General Discussion Posted: Sat Jan 05, 2008 7:15 am Subject: [2.18] Bug: autocreated scripts are not set to zScript if zScript is not default |
Like I said, if your default script language is not zScript, automatically created scripts (such as autologin) will not be set to zScript.
Obviously this is a problem :). |
Topic: LUA require help with LuaSQL |
rck
Replies: 31
Views: 54368
|
Forum: CMUD General Discussion Posted: Mon Dec 31, 2007 7:49 pm Subject: LUA require help with LuaSQL |
You mention mysql.dll but it's asking for libmysql.dll, note the difference?
Also, if you do have those files, I'd say try dropping them into the CMUD directory. |
Topic: [2.18] Package Editor, Show filters |
rck
Replies: 1
Views: 5060
|
Forum: CMUD Beta Forum Posted: Sun Dec 30, 2007 4:09 am Subject: [2.18] Package Editor, Show filters |
There are some types which are not available under the View -> Show menu, such as events, modules, windows, there might be more I havn't noticed. |
Topic: [2.18] Mapper problem relinking links (room exits) |
rck
Replies: 1
Views: 5251
|
Forum: CMUD General Discussion Posted: Sun Dec 30, 2007 4:06 am Subject: [2.18] Mapper problem relinking links (room exits) |
#CALL %roomlink(vnum, direction, tovnum)to link manually, tedious but it gets around the access violation issue (I've gotten this too -- usually on very large maps). |
Topic: [2.18 Lua] Bad return from zs.param() |
rck
Replies: 4
Views: 7794
|
Forum: CMUD General Discussion Posted: Sat Dec 22, 2007 8:02 pm Subject: [2.18 Lua] Bad return from zs.param() |
Hmm, true, I guess it should return nil instead?
But you could doublecheck zs.params() (or whatever the func is that tells you the count of params). |
Topic: [2.18] Using %i in Lua |
rck
Replies: 6
Views: 10339
|
Forum: CMUD General Discussion Posted: Fri Dec 21, 2007 9:54 pm Subject: [2.18] Using %i in Lua |
It still loops for every iteration that would normally happen, so I assume it's just a bug.
Definitely a bug. |
Topic: Capturing Unconventional Exits |
rck
Replies: 8
Views: 15179
|
Forum: CMUD General Discussion Posted: Fri Dec 21, 2007 2:24 am Subject: Capturing Unconventional Exits |
Thanks for the tips guys.
I'm an experienced programmer but new to CMUD and lua; can you advise me how to implement these scripts? i.e., where do I add them and how do I ensure they "take over" the ... |
Topic: [2.18] Delphi issues with non-default DPI setting |
rck
Replies: 2
Views: 7058
|
Forum: CMUD Beta Forum Posted: Thu Dec 20, 2007 9:56 pm Subject: [2.18] Delphi issues with non-default DPI setting |
I use a slightly larger DPI (105%) than normal as a Windows setting, Delphi (unfortunately) falls flat on its face when it comes to non-default DPI. I know this is a common problem with lots of applic ... |
Topic: Capturing Unconventional Exits |
rck
Replies: 8
Views: 15179
|
Forum: CMUD General Discussion Posted: Thu Dec 20, 2007 5:50 am Subject: Capturing Unconventional Exits |
I play a mud that does something similar, here's some example code based on mine for your situation (lua code):
local exitline = zs.param(1)
local exits = {};
local doors = ... |
Topic: %trigger - but with ANSI? |
rck
Replies: 3
Views: 8182
|
Forum: CMUD General Discussion Posted: Thu Dec 20, 2007 4:15 am Subject: %trigger - but with ANSI? |
Thanks for the suggestion, I didn't realize with ANSI Trigger enabled the provided matched data would also include the ansi sequences, with that in mind I'll just enable ANSI for the trigger I need it ... |
Topic: %trigger - but with ANSI? |
rck
Replies: 3
Views: 8182
|
Forum: CMUD General Discussion Posted: Thu Dec 20, 2007 1:54 am Subject: %trigger - but with ANSI? |
I've looked at the help docs, it notes %trigger contains the full line of what triggered the currently executing trigger without ANSI, but is there a version that contains the ANSI codes used to displ ... |
Topic: [2.18] Lua bug: Conversion of some zmud values to string results in exception |
rck
Replies: 1
Views: 5175
|
Forum: CMUD Beta Forum Posted: Thu Dec 20, 2007 1:32 am Subject: [2.18] Lua bug: Conversion of some zmud values to string results in exception |
Execute this on lua command-line:
print(tostring(zs.func));Raises an exception. It probably shouldn't. |
Topic: [2.18] Lua bug: aliases using lua code trashes rest of state (confirmed) |
rck
Replies: 7
Views: 14020
|
Forum: CMUD General Discussion Posted: Thu Dec 20, 2007 12:46 am Subject: [2.18] Lua bug: aliases using lua code trashes rest of state (confirmed) |
I was just going to post about this myself. I think the problem is related to lua aliases. After I use an alias written in lua, calling zs.param in triggers always returns either 0 or what the paramet ... |
Topic: [2.18] OnDisconnect called when not connected (reconnecting) |
rck
Replies: 3
Views: 6766
|
Forum: CMUD Beta Forum Posted: Wed Dec 19, 2007 6:12 am Subject: [2.18] OnDisconnect called when not connected (reconnecting) |
Yes, and I would suggest maybe adding another event OnReconnect or so in place of this. |
|