Search results

  1. roippi

    Official script registry - discussion

    If we're truly committing to rubegoldbergian solutions, let's include a turtle-graphics program that draws some text, which is then printed out and OCR'd.
  2. roippi

    Official script registry - discussion

    I'd really like it if we didn't have to depend on the GUI to be the interface that scripters use to submit/update script info. I'm not trying to be lazy, it's just that there's plenty of work to do already on a strictly read-only system that can interact anonymously. And my time is extremely...
  3. roippi

    Official script registry - discussion

    A month is fine. If we're going to do this let's do it right. You/we should interface with fewyn and see if he's okay with hosting the resultant (php?) script. And serving the repo.json (or xml, or whatever) file.
  4. roippi

    quick SVN primer (for scripters)

    Actually it looks like svnkit doesn't yet have a stable version that supports 1.8, so I won't be doing that until they do.
  5. roippi

    quick SVN primer (for scripters)

    Not at the root of your repo, just at the root of the directory that you specify to checkout. You could have a project like https://svn.code.sf.net/p/my_project/folder1/folder2/folder3/scripts And as long as you specify that the url to check out is...
  6. roippi

    Mafia SVN for Scripts?

    I've said before that the scripts menu is In The Way of Progress, and it certainly is once again. Sigh. I can google around for some sort of bookmark manager implementation that I can piggyback on, because I really don't feel like writing one from scratch.
  7. roippi

    Official script registry - discussion

    Yeah, I gotcha, Z. Your suggestions make total sense in light of that. It seems that we had agreed to the file-hosted-on-SVN part somewhere 'round page 2 and moved on to other things, but if we want to reexamine that, I'm down. It's not the perfect solution. Anyway, what it comes down to is...
  8. roippi

    Mafia SVN for Scripts?

    So the proposal is to expand the /scripts namespace to include any projects that contain a /scripts folder, likewise for /relay, /ccs... And then slowly phase out the "local copy" concept. That transition certainly would be... bumpy. I think the reason we never originally contemplated this as...
  9. roippi

    Mafia SVN for Scripts?

    Interesting thought. I'll ponder. Been a while since I thought about why the system was designed the way it is.
  10. roippi

    Mafia SVN for Scripts?

    I guess you didn't read the line before the one you quoted? Or the line at the end: So no, your changes in the local copy are not guaranteed to survive some/any SVN operations. The one in the working copy - i.e. the one in svn/ - will survive, as Bale linked you to.
  11. roippi

    Feature - Implemented Stop automation based on rounds

    You can already do this both in BALLS and CCS with differing syntax. Follow the links that theraze posted.
  12. roippi

    Official script registry - discussion

    The point is that I don't want to set up a server to receive and digest things in order to make this all work. Yeah, that could work. I'd probably go with a pre-defined list of acceptable categories, coercing to "miscellaneous" if none is specified or the field doesn't equal any pre-defined...
  13. roippi

    Mall Bot?

    Locking this thread. We do not support mallbots.
  14. roippi

    Official script registry - discussion

    This doesn't have to be its own thing; the GUI can display arbitrary HTML so you can in-line it in your description. How would the backend of this work exactly? We have one text file, hosted on an SVN repository. How do we get to your system from there?
  15. roippi

    Official script registry - discussion

    Nope. If we had access to the apache logs we could parse it out, but sourceforge doesn't provide that. I don't think. Well, yes. We could. But at that point we have no infrastructure for taking requests-for-access. And do we switch after the thing gets vandalized once? Three times? It's...
  16. roippi

    Official script registry - discussion

    I actually don't care too much about the end-user who is hurt by running malicious code that they obtain through the script browser. We The Devs cannot and do not guarantee "safe" execution, however you want to define that - wasted turns, suboptimal meat expenditure, sending all your stuff to...
  17. roippi

    Official script registry - discussion

    I disagree with your worst case for "moderation after submission." One particularly spiteful person can create endless smurf accounts on sourceforge and keep replacing the entire registry with penis.ash. Ad infinitum. I would love to create a peer feedback system but that requires a server...
  18. roippi

    Bug - Fixed Cannot view all familiars in mafia

    Script-list-too-long is solved by either judicious use of subfolders or by setting scriptMRULength > 0. As for making menus scrollable: probably won't happen. Swing itself provides no such functionality, likely because once you get to the point that you need to add scrolling you shouldn't be...
  19. roippi

    Feature - Implemented In Skill Casting tab, don't show skills you cannot cast again today

    Sure we can. Look at DisabledItemsComboBox.
Back
Top