Search results

  1. roippi

    Feature - Implemented whichplace Relay Overrides

    How about just automagically loading spookyraven1.ash for whichplace=spookyraven1?
  2. roippi

    Script Manager released - bugs and feature requests go here

    There is a global preference _svnRepoFileFetched that limits updates to 1 per day. Plan is to provide some button somewhere to force an update, but yeah. Working as intended. (set it to false and restart if you need to pull an update immediately)
  3. roippi

    Script Manager released - bugs and feature requests go here

    If you have a script installed but it's not loading the associated metadata, it's because the the two repo urls don't match. In the upper right hand corner of the "manage" table, click the little button and show the "repo" field. You'll need to hide some other fields / expand the repo field to...
  4. roippi

    Official script registry - discussion

    If any script maintainers want access, there's no problem with marking them a collaborator so they can tweak the file themselves. As a reminder, the longDesc field will correctly render (most) HTML markup, so feel free to use that.
  5. roippi

    Official script registry - discussion

    Haha. I don't think there's an easy way to give push/pull authorization to a gist, they're really not meant for collaboration. I should probably just make a real repo and link against that so we can have multiple users on it. Doing that now. And yes, I'm very much hoping we come up with a...
  6. roippi

    Official script registry - discussion

    Bordemstirs' thread and Bale's thread seem to disagree. I'm sure the http one redirects to the https one, but for the purposes of the manager I won't consider the two equal.
  7. roippi

    Official script registry - discussion

    The first and third ones appear to be missing from the repofile. The middle one.. you appear to have the scheme wrong? (http vs https)
  8. roippi

    Official script registry - discussion

    Yeah that's more a feature that I hadn't considered ;) You're right though, that list should be pruned of already-installed stuff. I decided to split Script Manager discussion off into its own thread. Let's use this one for discussing what on earth we're doing with that repo file.
  9. roippi

    Script Manager released - bugs and feature requests go here

    Hey. I decided to split this off the script registry discussion thread to 1) gain more visibility for the Script Manager and 2) separate out the concerns - bugs against the Script Manager UI go here, ongoing discussion of what we're doing with the script registry JSON file goes there. You can...
  10. roippi

    Official script registry - discussion

    p.s. incredible doubleplus thanks for this. I cleaned it up a tidbit and threw in a blank forumThread field, which we just now decided on. Posted it on a gist. I just pushed the initial version of the Script Manager. Lots of things need to change (especially on how the repo file is...
  11. roippi

    Official script registry - discussion

    Should we add a forumThread field? Then I can add a right-click context menu to go there.
  12. roippi

    Official script registry - discussion

    ... and by "the OP" I meant Bale's thread. The core of this is done. You can view/sort/delete already-installed scripts, and install scripts from the svnrepo.json file. Just need a place to host that file. What do we want to do on that front? Fewyn can almost certainly host a random text...
  13. roippi

    Official script registry - discussion

    So if someone wants to turn the table in the OP into a proper JSON file, that would be cool. I'm closing in on pushing some features on this but don't really have the time/motivation to do all that data entry.
  14. roippi

    ZLib -- Zarqon's useful function library

    That is indeed the intent - to prevent breaking encapsulation. Of course, the determined programmer can basically always get around this, via reflection or simply modifying the source, given access. All you've really done is make it a pain in his ass to circumnavigate your directive on...
  15. roippi

    Bug - Fixed You're on your own, partner.

    ...Oh, I see. How did that ever work? :cool:
  16. roippi

    Feature Update the proxy fullness for pizzas when you have Pizza Lover

    I wouldn't be opposed to secondary proxy fields that give access to what we think the adjusted adventure range/fullness value is, as long as we leave the extant proxy fields alone. Or, like, an ash function add_adjustments(item) that returns an "adjusted" $item with any/all context-sensitive...
  17. roippi

    ZLib -- Zarqon's useful function library

    tangent As I program in more and more languages, I'm increasingly of the opinion that public/protected/private/whatever members are non-features of a language. Nowadays I agree with a philosophy in the python community: "we're all consenting adults here." If someone really wants access to...
  18. roippi

    Bug - Fixed Nullpointer-exception during session initialization

    r13565 makes svn update locking much coarser. If another thread tries to do an svn update while there is already one going on, we now kill the second one rather than letting it wait for the first one to finish. This is a little awkward in that say a full "svn update" could get killed when only...
  19. roippi

    Feature Update the proxy fullness for pizzas when you have Pizza Lover

    As you say, it can go away if you ascend. It most certainly goes away if you're selling the item to someone else; perhaps you are doing some sort of price analysis on every item you can create. I maintain that extra adventures granted by a skill should not be in that proxy field. It is the...
Back
Top