Search results

  1. holatuwol

    Bug - Not A Bug Cannot cast "Empathy of the Newt" skill

    Maybe we should just ignore preferences and buy any necessary materials? >_>
  2. holatuwol

    Native Windows (x86) KoLmafia.exe

    Any benefit from 64-bit arithmetic would be negligible, since KoLmafia is mostly heavy in string sorting and string comparisons (which operate on 8-bit or 16-bit characters) and network I/O.
  3. holatuwol

    Bug - Fixed Tickybox filtering not working in Item Manager

    Not sure why it had an impact, but looks like I broke it in r11171. I've rolled back the changes with r11178 and it resolved the issue. Going to have to dig into this a little bit more.
  4. holatuwol

    Bug - Fixed race condition in AutoFilterComboBox

    I'm not sure what the "bad behavior" was, but I did notice that we weren't delaying the update for a fraction of a second in AutoFilterTextField to account for people who type fast (which would result in more calls to the filtering logic than necessary), so I've gone ahead and updated the code...
  5. holatuwol

    Feature rationalize behavior of AdventureSelectPanel "begin" button

    At one point, I was thinking of converting all the GUI stuff to equivalent CLI commands to simplify everything, but I'm not sure what the impact would be on people's usage of KoLmafia since ... I really have no idea how people use it anymore. xD Does anyone rely on the GUI working differently...
  6. holatuwol

    Feature - Rejected Relay Browser displays modifers

    Well, relay browser changes have gone the route of "let's make everything a preference". Why is this? Not only are relay browser changes considered "invasive", people are used to the idea of using Greasemonkey in conjunction with KoLmafia (so Greasemonkey does cool things with some pages...
  7. holatuwol

    Feature - Rejected Relay Browser displays modifers

    If this is useful information, I'm half-tempted to see how hard it would be to merge ChIT into KoLmafia's core decorations, because it includes this among several other things and presents them in a cleaner way than the default interface...
  8. holatuwol

    Bug - Fixed r11131 on JDK 7u4 OS X 10.7.4 64-bit - relay browser launching does not work

    Okay, update to r11137 and type the following into the CLI: get System.mrj.version
  9. holatuwol

    Bug - Fixed r11131 on JDK 7u4 OS X 10.7.4 64-bit - relay browser launching does not work

    Type in "which open" into Terminal and provide the output?
  10. holatuwol

    Bug - Fixed r11131 on JDK 7u4 OS X 10.7.4 64-bit - relay browser launching does not work

    To confirm, blank page also shows up for http://127.0.0.1:60080/game.php ?
  11. holatuwol

    New CLI command: consumed

    As others have noted, you need to provide a diff that someone can quickly apply with patch -p0 or equivalent after dropping your diff into the root of the source tree (make it as easy as possible). That being said, even though it wasn't in the correct format, your changes weren't all that...
  12. holatuwol

    Bug - Fixed r11131 on JDK 7u4 OS X 10.7.4 64-bit - relay browser launching does not work

    Could be failure to detect default browser. After clicking the button, can you manually navigate to 127.0.0.1:60080?
  13. holatuwol

    Bug - Fixed broken image for 100% familiar run warning w/ no familiar

    I kinda like the debug bugbear, and I pushed in something equivalent to your changes in a recent commit. So consider your changes accepted. If someone really likes light.gif instead of the debug bugbear (or thinks it conveys the 'no familiar' idea better), we can re-evaluate. Well, granted it...
  14. holatuwol

    Problem: MAFIA only works when run as ADMIN. or A Return to Noobville.

    Move your KoLmafia outside of the "Program Files" folder?
  15. holatuwol

    Bug - Fixed broken image for 100% familiar run warning w/ no familiar

    It's there so that people see some type of image for their older ascensions. We can remove that code if it's viewed as a bug.
  16. holatuwol

    Bug - Fixed Using r11126, problem using relay browser on localhost

    Eh, once I found out that binding to the generic localhost wound up binding to a single arbitrary value for localhost instead of everything on the loopback interface, I was debating on listening on all addresses and doing IP filtering after accepting the client connection, or listening only on...
  17. holatuwol

    Bug - Fixed Using r11126, problem using relay browser on localhost

    Weird, I did a netstat and it turns out that it was binding to 127.0.1.1. @_@ See r11128.
  18. holatuwol

    KoLmafia relay browser on Android

    All right, added a variant of your suggestion in r11126.
Back
Top