Mudlet-2.0 release candidates [latest: Mudlet 2.0 final]

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: 2.0 snapshots

Post by Heiko »

Yes, these files are missing, I don't have them either :) Babelfish probably forgot to commit them.

User avatar
Vadi
Posts: 5041
Joined: Sat Mar 14, 2009 3:13 pm

Re: 2.0 snapshots

Post by Vadi »

They'll be added in later. It's fine that they aren't there right now.

kakku
Posts: 42
Joined: Tue Feb 22, 2011 12:03 pm

Re: 2.0 snapshots

Post by kakku »

i'm playing around with roomuserdata, but things don't go well.

seems like if the room doesn't have any userdata stored on it, it doesn't return anything..
Code: [show] | [select all] lua
local udHere = getRoomUserData( roomID, "roomSort")
echo("test1")
echo(" test2 "..udHere)
would be nice if it returned false or nil or anything. but at the moment echo("test1") is not even executed.

User avatar
Omit
Posts: 190
Joined: Sun Aug 01, 2010 10:54 pm
Location: Middle Earth
Contact:

Re: 2.0 snapshots

Post by Omit »

I have also noticed....
getRoomUserData NEEDS to return nil or false if it does not exist.....
last time I checked.... this was NOT being saved with the map either.( so completely useless after you restart the client)

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: 2.0 snapshots

Post by Heiko »

User data is being saved with the map. I'll return false if the key doesn't exist in the future. Right now I'll raise a Lua error which is pretty idiotic.

Phoenix
Posts: 92
Joined: Tue Feb 15, 2011 3:23 am

Re: 2.0 snapshots

Post by Phoenix »

Your bug report (detail: On updates to the gmcp.Char.Status section, instead of updating
the value, a new table with only the updated value is sent, clearning out all other information
within it. As of right now, this is fixable by doing SCORE to receive a full table.) - has been
removed because it is not a bug (usually meaning that this is the way things are intended to be).
Please accept our apologies for any inconvenience or misunderstanding that may be involved. The
following notes were included: GMCP is functioning correctly in that only the tabular value being
changed is sent in the GMCP packet. It would seem that there is a problem in the client-side script
that is expecting the entire table to be present every time anything changes rather than just the
value to be updated. The fact that the gmcp.Char.Status table is being cleared would be the result
of the same client-side script expecting a full table of values and not getting them, ergo clearing
them locally. Fix the bug in the client script to not expect the entire table and it should work
fine..


BUG: When any update to the Char.Status table is recieved, (IE, they update just the xp variable of the table), it clears the entire table. This is Achaea's response to the bug.

User avatar
tsuujin
Posts: 695
Joined: Fri Feb 26, 2010 12:59 am
Location: California
Contact:

Re: 2.0 snapshots

Post by tsuujin »

Gotta admit that their approach to it makes sense, though (in not sending an entire table for one changed value).

Widjet
Posts: 30
Joined: Thu Apr 22, 2010 1:43 am

Re: 2.0 snapshots

Post by Widjet »

Is there any chance the split-screen console could be fixed? Maybe it's just me on linux with funny font sizes or something, but take the following screenshots for example:
No split:
Image
Split:
Image

Note that in the split screen, I can no longer see the newest line, even in the bottom section, and part of the bottom section is also in the top. In fact, it looks like no matter how high you drag the split-line up, the top section shows all but the last three lines. Eg:
Image

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: 2.0 snapshots

Post by Heiko »

Make the main window a tiny bit bigger until you see the last line. It's prolly an unfortunate screen resolution/font size thingy in your case.

User avatar
Rakon
Posts: 350
Joined: Tue Feb 16, 2010 7:41 pm
Contact:

Re: 2.0 snapshots

Post by Rakon »

Widjet wrote: (Images removed)
Is there any chance the split-screen console could be fixed? Maybe it's just me on linux with funny font sizes or something, but take the following screenshots for example:

Note that in the split screen, I can no longer see the newest line, even in the bottom section, and part of the bottom section is also in the top. In fact, it looks like no matter how high you drag the split-line up, the top section shows all but the last three lines. Eg:
I can confirm this issue in my version of Mudlet on Linux as well.

Post Reply