Search results

  1. holatuwol

    Feature - Implemented Bare Bones Browser Launch

    The DLL has been around, but Windows 98 failed to open your browser unless the URL had 'html' in it. It's been five years, though, so the probability that someone's still running Windows 98 or earlier is probably low enough that the developers might not care anymore. Heh, most of the code that...
  2. holatuwol

    Feature - Implemented Bare Bones Browser Launch

    Oh, I've never tried to use BareBonesBrowserLaunch. I meant that rundll32 blows up when you try to use it on older versions of Windows. :) Specifically, these lines in BareBonesBrowserLaunch will fail on older versions of Windows. if (osName.startsWith("Windows"))...
  3. holatuwol

    "preferred web browser" dont want to be Firefox?

    Minor correction. While you're correct that it does check relative to the root directory, that logic is specifically for something like Firefox portable or for people who write shell scripts that load their preferred browser in a very specific way and want KoLmafia to invoke it. Assuming that...
  4. holatuwol

    Feature - Implemented Bare Bones Browser Launch

    Browsed the code and noticed that BareBonesBrowserLaunch uses rundll32 on Windows. While it works on most versions of Windows, it blew up on some of the older ones and failed to open the URL unless it ended with ".html". Hence why even though I tried switching to using it it in r399, I had to...
  5. holatuwol

    Feature - Rejected Exact outfits

    What about xKiv's suggestion about unequip all?
  6. holatuwol

    Native Windows (x86) KoLmafia.exe

    It's probably related to some changes that I made that were fixed in a later revision.
  7. holatuwol

    Calling arbitrary scripts and passing information between them

    Couldn't you use something like zlib to setup properties that are read in by whatever it is that you're calling?
  8. holatuwol

    Turnip check?

    Maybe expected_adv_per_visit? Yeah, "turnip" dates back to the CVS days. It was added to the UI on January 29, 2005 (so between KoLmafia 1.0 and KoLmafia 1.1) when there was some confusion about the shore (one of the main places people used KoLmafia to adventure in back then) since the little...
  9. holatuwol

    Turnip check?

    If KoLmafia actually tracked this information somewhere, it'd make more sense to add a proxy field to $location that says advs_needed or similar.
  10. holatuwol

    Bug - Fixed Auto-purchasing white lightning

    Anything in your mood?
  11. holatuwol

    regarding Java 7

    You could also embed a JRE into the application, which forces it to use that JRE version, but that would have to be a custom build.
  12. holatuwol

    regarding Java 7

    Tiger works great for watching anime, organizing my music on iTunes and just generally surfing the web, which is about all I do. :D Why upgrade when you don't need to? Though I'm about to upgrade the memory on it, since newer fansubs are encoding at these crazy higher resolutions (guess...
  13. holatuwol

    Feature custom goals for goal-oriented adventuring

    What if we let you modify the default goals through ASH and you write everything as a login script?
  14. holatuwol

    Bug - Fixed Mana burning tries to cast Thick-Skinned infinitely

    Checking for mp cost of zero in 11488, which is functionally equivalent but with slightly less overhead since it would have happened anyway later on.
  15. holatuwol

    Feature - Implemented Airship goal: 1 S.O.C.K (without Metallic A)

    It doesn't seem so bad to separate them by default. In the worst case, you have to go back to get a metallic A? So I've implemented this in 11487.
  16. holatuwol

    Bug - Fixed maximizer will (try to) acquire, not pull items when you have >= 16 in storage.

    Me either, so I rewrote that code to not require it. I might have broken something, though. >_>
  17. holatuwol

    Bug - Not A Bug net.sourceforge.kolmafia.swingui.AdventureFrame could not be loaded

    When you download the .bin file or the .tar.gz file from Oracle, then whenever you run it or unzip it, it'll create some folder called jdk1.x.0_yz, where x is the major version of Java and yz is the update version. If you move that folder to /usr/lib/jvm then the directory structure of...
  18. holatuwol

    Bug - Not A Bug EXCEPTION_ACCESS_VIOLATION while "Declaring World Peace"

    Stack trace says it's a problem with the tooltip DLL on Windows, not really with Java, so I don't think upgrading Java will necessarily help.
  19. holatuwol

    Bug - Not A Bug net.sourceforge.kolmafia.swingui.AdventureFrame could not be loaded

    In case it helps you out, I have an alias / shell function / whatever it's called that I run to switch between different major versions of the Oracle JDKs after I've dropped the unzipped version into /usr/lib/jvm (since that's really all the .bin file that you download does). javahome() {...
Back
Top