Search results

  1. holatuwol

    Feature - Implemented CCS Display

    What's your CCS?
  2. holatuwol

    Bug - Fixed Multiple visits to Altar of Literacy while in Valhalla

    Ok, so I'm taking out the altar of literacy check that happens every single time you access chat because I don't know why that code is even there. Instead, it'll do it once per character (assuming you can access chat) and cache that value forever. Of course, I may have introduced a regression...
  3. holatuwol

    Feature - Implemented KoLmafia should set the Windows titlebar and osx dock icon

    We have a .icns that we set for the .app bundle, don't we?
  4. holatuwol

    Bug - Waiting for Info Clan Snapshot errors

    Aha, I missed the private message notification. 10816.
  5. holatuwol

    Feature - Implemented Recognize combats by element

    See notes for 10815. Let me know if I should adjust it to only check only defense and not both defense and attack. I initially did defense (since that was what was mentioned here), but I ultimately did both because of how KoLmafia colors the monsters in the location pane.
  6. holatuwol

    Bug - Fixed Acquire not working for coinmaster purchases

    Add an instanceof to make sure we don't get wonkiness if we add a new purchase request down the line?
  7. holatuwol

    Feature - Implemented Recognize combats by element

    Well, we could theoretically make it recognize ASH constants (and thus eliminate any precedent for future requests, because we only did it because it's easy). If it sees $element[] it checks the monster element, if it sees $phylum[] it checks for the phylum, if it sees $item[], it checks...
  8. holatuwol

    my development environment

    Environment: Back then, Windows XP SP2 and Mac OS X 10.4 depending on where I was when I wanted to fix a bug (at school vs. at home). I now use my Mac mainly for managing music and watching anime so I don't code on it anymore. So for development, I switched to Xubuntu 11.04 (Ubuntu with XFCE)...
  9. holatuwol

    Feature - Implemented Stopping auto-scrolling to new posts in chat

    How about a button that opens the chat log in your web browser?
  10. holatuwol

    Calling all KoLmafia developers: request for comments

    Is 10793 along the lines of what you were aiming to do?
  11. holatuwol

    Bug - Waiting for Info Auto-remove malignant status effects is causing a problem

    If it was from an active mood, it wouldn't have printed out the debug message because it would have returned earlier. So, for whatever reason, the hasSkill() check really is returning true at that point, but returns false later on.
  12. holatuwol

    Chat highlighting...

    There's no way to highlight the line containing the search term. However, the line should appear in the [highs] window/tab that pops up, which achieves something similar? If it's a tab, it will also flash orange to let you know that something matching your highlight term has been seen. The...
  13. holatuwol

    Feature Conditions - Set/Remove

    Looking at RuntimeLibrary, we already have remove_item_condition (and add_item_condition with a negative value works the same way), or am I misunderstanding this?
  14. holatuwol

    Feature - Implemented Let ASH scripts have "static" data

    You mean make a variable work as if it were declared in the top scope without actually declaring it there?
  15. holatuwol

    Bug - Waiting for Info Clan Snapshot errors

    Been out of the loop long enough to not even be sure what that even means. Is there a clan I can get whitelisted into to test this out? Or did the people who have runs that ended prematurely already do something to clear that state?
  16. holatuwol

    Bug - Waiting for Info Auto-remove malignant status effects is causing a problem

    10777 should eliminate substring weirdness. I don't think the error will go away, but it's worth checking?
  17. holatuwol

    Feature - Implemented Add boolean function goals_exist() or equivalent to ASH

    "autostop" was added at the same time in 10756. "pirate insult" and "arena flyer ml" are added with 10757.
  18. holatuwol

    Feature - Implemented Add boolean function goals_exist() or equivalent to ASH

    In that case, then your original request has been implemented: goal_exists("choiceadv") and goal_exists("item"). 10756.
Back
Top