Search results

  1. holatuwol

    Bug - Fixed Remove certain unnecessary functions from ASH's runtime library

    Done and updated with 10705. That leaves whether we should add another version of split_string that returns a compile-time determined 'type' rather than a statically determined type. Dynamic return types aren't on my personal roadmap of things it'd be cool for ASH to have, but they do have the...
  2. holatuwol

    Bug - Fixed Remove certain unnecessary functions from ASH's runtime library

    That was because I wasn't sure if anyone was using it, it was re-added in 10701?
  3. holatuwol

    Bug - Fixed Remove certain unnecessary functions from ASH's runtime library

    Taking $element and $phylum out of the picture with 10702, so that the only one we're really talking about is $stat.
  4. holatuwol

    Bug - Fixed Remove certain unnecessary functions from ASH's runtime library

    The compile error was only recently added. The lack of the compile error for things like locations is what prompted the other thread that spawned this one. :) Additionally, since we haven't actually removed support for them yet, nobody's seeing compile errors at this time, so it's...
  5. holatuwol

    Bug - Fixed Remove certain unnecessary functions from ASH's runtime library

    Heh, this is an example where the ASH to_int() is different from the way KoLmafia indexes. The ASH ones correspond to constants we'd added for zodiac signs, the ones KoLmafia uses internally in the arrays we use to record your stat values aren't related to those values at all.
  6. holatuwol

    Bug - Fixed Cannot store boolean in f of type float

    Ack, copy-paste mistake. 10693.
  7. holatuwol

    Bug - Fixed Remove certain unnecessary functions from ASH's runtime library

    10691 should make it easier to remove the ones where to_int() has no meaning, but I'll leave which ones those are up for debate.
  8. holatuwol

    Bug - Fixed Remove certain unnecessary functions from ASH's runtime library

    I think Veracity's point is that because there's no KoL meaning to the numbers, there's no reason KoLmafia should give special numbers to them that scripters should rely on. If scripters need a meaning, they should create their own function that provides that meaning. Let's say for example...
  9. holatuwol

    Bug - Fixed Remove certain unnecessary functions from ASH's runtime library

    Essentially, you want to treat them as enums but with no ability to go back to integers?
  10. holatuwol

    Bug - Fixed Proxy Settings in r10587

    Testing with Java 1.6.0_31 on Xubuntu 11.10 (32-bit), creating a VM with just a host-only adapter and thus no other ability to connect to the internet except through the polipo proxy running on the host machine, I am able to consistently get it to work no matter what my settings are. To make...
  11. holatuwol

    Feature Add pride of the vampire and prince of seaside town to modifier maximizer

    No idea, but I doubt many people relied on that aspect of it. Most people don't write custom triggers for when specific buffs run out, relying instead on KoLmafia default values for that effect or on 'unconditional' triggers and between/before battle scripts. Additionally, prior to 10667, it...
  12. holatuwol

    Bug - Fixed Proxy Settings in r10587

    "sslContext.init" could be a bug in the Java 1.7.0_04 early access, since I don't see any problems with 1.7.0_03. Did you test with the combination of "sslContext.init( null, null, null )" and "Don't validate SSL certificates" unticked?
  13. holatuwol

    Feature Add pride of the vampire and prince of seaside town to modifier maximizer

    An alternative would be to make maximizer read moods? o_0 Edit: See comments on 10667.
  14. holatuwol

    What is causing this "Stack overflow during ASH script"?

    Oh, it was a totally different problem with the same symptom? I'll try to beat you to it with 10665! Edit: Thought of another recursion that could result from my fix, so 10666!
  15. holatuwol

    Bug - Fixed Proxy Settings in r10587

    Oh, duh. I forgot to commit my fix. Try 10664?
Back
Top