Seltani: Rearranging the gallery

General debates and discussion about the Guild of Writers and Age creation
Post Reply
User avatar
Pavitra
Posts: 226
Joined: Mon Apr 05, 2010 7:11 pm
MOULa KI#: 0

Re: Seltani: Rearranging the gallery

Post by Pavitra »

gentext.display('test.', True) returns ['Test..'] instead of ['Test.'] I'm not 100% sure this is wrong, but I thought cooked mode was supposed to be smart about double punctuation.
Have Ages, and link to them without bindings. [Words 1:13]
Seltani
belford
Posts: 344
Joined: Sat Sep 29, 2007 7:18 pm
MOULa KI#: 0
Contact:

Re: Seltani: Rearranging the gallery

Post by belford »

Reasonable question.

It's only a little smart. :) It accounts for punctuation and capital letters that are generated through its own tokens (STOP, etc). It does *not* check your strings to see if you've included your own punctuation or capitalization.
User avatar
Pavitra
Posts: 226
Joined: Mon Apr 05, 2010 7:11 pm
MOULa KI#: 0

Re: Seltani: Rearranging the gallery

Post by Pavitra »

In realm.instancepane, [[location()==None]] is True, but [[player==None]] is False. If they were both True, I'd infer that instancepane ran in sched-like context, but as it is I have no idea what's going on.
Have Ages, and link to them without bindings. [Words 1:13]
Seltani
User avatar
Pavitra
Posts: 226
Joined: Mon Apr 05, 2010 7:11 pm
MOULa KI#: 0

Re: Seltani: Rearranging the gallery

Post by Pavitra »

House of Many Things is released. I plan to expand it on a fixed weekly schedule, to encourage people to tune in.
Have Ages, and link to them without bindings. [Words 1:13]
Seltani
belford
Posts: 344
Joined: Sat Sep 29, 2007 7:18 pm
MOULa KI#: 0
Contact:

Re: Seltani: Rearranging the gallery

Post by belford »

In realm.instancepane, [[location()==None]] is True, but [[player==None]] is False.
Yeah. My notion was that the instancepane is realm-wide, so it shouldn't execute in a location context.

However, it winds up looking inconsistent, I guess. There's no reason for location() to be different from location(player). I'll poke at that.

(Congrats on Age release!)
belford
Posts: 344
Joined: Sat Sep 29, 2007 7:18 pm
MOULa KI#: 0
Contact:

Re: Seltani: Rearranging the gallery

Post by belford »

If you've been having trouble connecting to Seltani because of a web proxy, you can now try this alternate address: https://seltani.net/ . The HTTPS protocol should bypass proxies.

The SSL certificate causes Firefox to cough up a warning about "unknown issuer". I'm using a free cert service, and I guess Firefox isn't entirely happy about that. It works if you accept the cert (add an exception about it in the warning dialog). Chrome and Safari don't complain.
User avatar
Pavitra
Posts: 226
Joined: Mon Apr 05, 2010 7:11 pm
MOULa KI#: 0

Re: Seltani: Rearranging the gallery

Post by Pavitra »

Personally I feel that code should generally execute with as much context as possible. (There was some talk a while back about scheduled code inheriting the context it was scheduled from, for example.)
Have Ages, and link to them without bindings. [Words 1:13]
Seltani
belford
Posts: 344
Joined: Sat Sep 29, 2007 7:18 pm
MOULa KI#: 0
Contact:

Re: Seltani: Rearranging the gallery

Post by belford »

There's no reason for location() to be different from location(player). I'll poke at that.
I poked at it, but unfortunately I ran into hidden assumptions in my code. If I make this change right now, it will cause more bugs than it fixes.

I will try to untangle this eventually.
belford
Posts: 344
Joined: Sat Sep 29, 2007 7:18 pm
MOULa KI#: 0
Contact:

Re: Seltani: Rearranging the gallery

Post by belford »

The "global-always" and "personal-always" labels are now in place. (I'm trying to emphasize that these are, from a new player's point of view, just like "global" and "personal" but with a bit more information.)

I've also tweaked the build interface: the menu bar on the build pages should now stick on-screen, even when you scroll down.

(Hm. Results on iPad are imperfect. I should have tested that first, oh well.)
belford
Posts: 344
Joined: Sat Sep 29, 2007 7:18 pm
MOULa KI#: 0
Contact:

Re: Seltani: Rearranging the gallery

Post by belford »

I've added a notification feature. Look in the preferences pane.

(It's very simple right now.)
Post Reply

Return to “General Discussion”