Search results

  1. roippi

    Feature - Implemented Add sounds to barrel smashing! (patch included)

    Comments: Surprising/delightful UX moments are always welcome That said the feature should default off Use $.ajax to do your ajax request I forget where exactly we insert our scripts onto the page, but doing everything on $(document).ready is good practice
  2. roippi

    Bug - Not A Bug Error: Invalid or corrupt jarfile

    Try disabling antivirus
  3. roippi

    SVNKit upgrade?

    IIRC I installed it the way I did in order to minimize JAR size. I managed to manually strip out some dependencies somewhere. If it's not playing well with current CLI tools, feel free to do what's needed to upgrade it. Though honestly the fact that each SVN release creates this...
  4. roippi

    Sourceforge downtime -- discussion of alternatives

    Here are the alternatives, as I see it. 1) stay on sourceforge, and stay on SVN. 2) Migrate to native git (including the library within mafia itself), force users/scripters to change over, and migrate to some other host. GitHub, bitbucket, whatever. That's it. SVN-over-git is a...
  5. roippi

    Trying to get an SVN to work from GitHub

    What lost said. As shady as some of their "bundleware" practices have been, it doesn't (and won't) affect svn.
  6. roippi

    Bug - Fixed Script Manager fails "Update this script"

    Guessing we resolve the home directory incorrectly for that command on *nix.
  7. roippi

    Suppress output from ash-functions?

    Do we expose "sim" mode of retrieve_item to ash? I'd favor that over some sort of output_buffer_start sort of thing. The verbosity on set_property is intentional, as we only log if you change a property that's in defaults.txt; user-defined ones can be modified silently.
  8. roippi

    Feature - Implemented Friendlier maximizer pricechecking

    I think that interface is cluttered enough. My vote is to just make it use historical_price.
  9. roippi

    Bug - Fixed Mafia reduces NPC prices incorrectly

    I imagine we're casting to int (ie truncating/flooring) rather than rounding, and floating-point errors yada yada.
  10. roippi

    URGENT. KoLmafia is BROKE

    We thank you for the textbook example on the Exact Wrong Way to File a Bug Report. Locking thread. /facepalm
  11. roippi

    Guide

    Hum. That's a svn properties conflict file - similar to the .mine and .orig files from a failed merge, but svn treats property merges differently (read: it doesn't do them). I don't know what exactly is messing with svn properties - I doubt Ezandora is, most people don't even know svn...
  12. roippi

    Guide

    FWIW this is on my list of things to do - SVN repos not being backwards-compatibile is a drag - but I'm on a leave-of-absence from doing mafia stuff for the next month or so. It will happen eventually.
  13. roippi

    Save options to disk whenever they change

    We should probably be writing to a tempfile and then moving that over the old pref file so this doesn't happen. I think that that transaction is atomic.
  14. roippi

    Save options to disk whenever they change

    From a developer's perspective, it's kind of a hacky implementation. Rewriting the whole prefs file every time a single pref changes is kind of a drag, since we update prefs -a lot- and the file itself can range into the hundreds of KB. Java is fast enough that you probably won't notice it too...
  15. roippi

    Character Info Toolbox

    This is already implemented. Scripters just need to actually use the feature.
  16. roippi

    Clip Art Mall Sales

    Should "blow up your bartender" be excised from ascension reminders?
  17. roippi

    Mafia and local SVN repositories?

    SVNKit just needs a valid URI. I think I hardwired the SVN command to only accept svn:// and http(s):// URLs but I imagine a valid file:// repo would work. The concept is a bit weird to me (presumably you're running a SVN server locally, so you could just connect via an svn:// URL) but I...
  18. roippi

    Bug - Fixed "You are now in away mode, chat will update more slowly until you say something."

    Which chat are you running in the browser simultaneously - "modern" or "older"? Which reversion are you running? The behavior you're reporting is a bug, but we need to be able to reproduce it - which I cannot do, saying anything in the mafia GUI takes me out of away as expected - before we can...
  19. roippi

    Bug - Fixed "You are now in away mode, chat will update more slowly until you say something."

    You know you could enumerate specific problems, or ask for specific changes, instead of vaguely saying there are some "annoying" (sigh) interactions. What interaction? No.
Top