Search results

  1. holatuwol

    Feature Ctrl+K search pop-up

    After coming back to try the game again after getting a very friendly and nostalgic email from Veracity, I noticed that I didn't know where anything was in the UI, so I added something to make it easier to find menu items. https://github.com/holatuwol/kolmafia/commits/feature I bound it to...
  2. holatuwol

    Is it okay to break chat?

    I've been refactoring chat to make it easier to navigate (from a programming perspective) and to address Issue 786 in the bug tracker, and chat is finally in a usable state, though it's not 100% working. To add to the potentional problems, I haven't used the chat client itself in years, and I'm...
  3. holatuwol

    Possible update to top menu (compact mode)?

    After starting the game again, I've found that when I need to go some place, I want to click the 'main map' option, because navigating the main map feels faster than visually scanning lists. I tried switching over to flat navigation (the style that's used in full mode), and I couldn't figure...
  4. holatuwol

    Need list of chat commands requiring /channel

    I've removed command interception, but right now, any commands which need /channel in front of them no longer work, other than /me: /normal /me jumps up and down. So, other than /me, does anyone know of any other chat commands which need a channel specified in front of the command? Or is that...
  5. holatuwol

    Release 12.5

    The following is an abbreviated version of the Subversion commit message logs. Please keep in mind that these messages are intended for other developers and they take the files which were modified into context in order to limit the amount of verbage. In general, they are not intended for general...
  6. holatuwol

    Differences Between Release 12.3 and 12.4

    The following is an abbreviated version of the Subversion commit message logs. Please keep in mind that these messages are intended for other developers and they take the files which were modified into context in order to limit the amount of verbage. In general, they are not intended for general...
  7. holatuwol

    Differences Between Release 12.2 and 12.3

    The following is an abbreviated version of the Subversion commit message logs.  Please keep in mind that these messages are intended for other developers and they take the files which were modified into context in order to limit the amount of verbage.  In general, they are not intended for...
  8. holatuwol

    Fuzzy matching change

    Serious question: If I were to add a preference for fuzzy matching, should it default to on or off?
  9. holatuwol

    Differences between Release 11.7 and 11.8

    The following is an abbreviated version of the Subversion commit message logs.  Please keep in mind that these messages are intended for other developers and they take the files which were modified into context in order to limit the amount of verbage.  In general, they are not intended for...
  10. holatuwol

    Differences Between Release 11.6 and 11.7

    The following is an abbreviated version of the Subversion commit message logs.  Please keep in mind that these messages are intended for other developers and they take the files which were modified into context in order to limit the amount of verbage.  In general, they are not intended for...
  11. holatuwol

    Differences Between Release 11.5 and 11.6

    The following is an abbreviated version of the Subversion commit message logs.  Please keep in mind that these messages are intended for other developers and they take the files which were modified into context in order to limit the amount of verbage.  In general, they are not intended for...
  12. holatuwol

    Differences Between Release 11.4 and 11.5

    The following is an abbreviated version of the Subversion commit message logs.  Please keep in mind that these messages are intended for other developers and they take the files which were modified into context in order to limit the amount of verbage.  In general, they are not intended for...
  13. holatuwol

    Differences Between Release 11.3 and 11.4

    The following is an abbreviated version of the Subversion commit message logs.  Please keep in mind that these messages are intended for other developers and they take the files which were modified into context in order to limit the amount of verbage.  In general, they are not intended for...
  14. holatuwol

    Differences Between Release 11.2 and 11.3

    The following is an abbreviated version of the Subversion commit message logs.  Please keep in mind that these messages are intended for other developers and they take the files which were modified into context in order to limit the amount of verbage.  In general, they are not intended for...
  15. holatuwol

    Relay override ... what?

    What is it? Starting with the release of KoLmafia v11.3, end-users will be given the ability to override (almost) any HTML that is sent to the relay browser in order to help out with ideas for the actual relay browser interface. How does it work? When the browser requests a page, it will be...
  16. holatuwol

    daychilde's disappearance?

    It looks like the user got deleted somehow? o_0 The user and all of their posts vanished into thin air. Does anyone know what happened?
  17. holatuwol

    Differences Between Release 11.1 and 11.2

    The following is an abbreviated version of the Subversion commit message logs.  Please keep in mind that these messages are intended for other developers and they take the files which were modified into context in order to limit the amount of verbage.  In general, they are not intended for...
  18. holatuwol

    Temporary discontinuation of daily builds

    Apparently, people have been downloading daily builds in order to do automated castle meat farming, even though the lag situation is bad enough that doing so is pretty much an asshat move. In response to this, daily builds are being discontinued and past daily builds since the release of 11.1...
  19. holatuwol

    Differences Between Release 11.0 and 11.1

    The following is an abbreviated version of the Subversion commit message logs. Please keep in mind that these messages are intended for other developers and they take the files which were modified into context in order to limit the amount of verbage. In general, they are not intended for...
  20. holatuwol

    Reducing ASH function bloat

    I'm thinking of removing a whole mass of functions from the ASH, because with the 'dot' operator a lot of functions now no longer have intuitive names and the scripts I'm writing aren't easy to read. That, and there's this huge function bloat that I saw when I was skimming through the function...
Top