Search results

  1. gausie

    Bug Items registered as consumed upon funkslinging when it shouldn't

    Thanks pya. It would help me get to fixing it if you could you drop a DEBUG log for this happening?
  2. gausie

    Bug Updating .EXE causes all prefs to be lost

    I defer triage to a Windows user :)
  3. gausie

    Bug - Fixed Decorating Crimbo Shrub is marked as successful when it shouldn't be

    https://github.com/kolmafia/kolmafia/pull/936/files
  4. gausie

    Bug - Fixed Decorating Crimbo Shrub is marked as successful when it shouldn't be

    I will fix this but I must say that not checking you have an item before using it and then not checking you're in a choice before attempting to choose that choice is silly.
  5. gausie

    Bug - Fixed NPC store purchase with unequipable designer sweatpants

    https://github.com/kolmafia/kolmafia/pull/935
  6. gausie

    Feature Add option to log CLI output to file

    But why do you need html for that
  7. gausie

    Feature Add option to log CLI output to file

    I'm fine with changing mirror to more exactly copy the GCLI output but I must ask why on earth you want it
  8. gausie

    Bug Failed to equip familiar equipment

    Seems like that could be refactored to be a list, or even a query on the item database sorted by +weight
  9. gausie

    Feature Count ascensions since rollover

    It's a simple PR, please do make it!
  10. gausie

    Feature - Rejected Add new property prefix for "Reset on rollover", not "Reset on ascension"

    If we were to do something like this I'd be interested in adding a new column to defaults.txt that describes when a pref is reset "r,a" could be rollover and ascension and would sit next to existing prefs with a leading underscore
  11. gausie

    Feature Count ascensions since rollover

    I would be interested in an _ascensionsToday pref, PRs welcome. Potato alarm clock should be fixed on the mafia end - we can problably give it a _ exception to only apply on true rollover.
  12. gausie

    Feature - Rejected Add new property prefix for "Reset on rollover", not "Reset on ascension"

    You can implement this yourself by maintaining a pref with the day and resetting all prefs with a certain prefix when you see that that date is old.
  13. gausie

    Feature Tracking zone types for the Cold Medicine Cabinet

    Ok as I flesh out the further support, I realise the ash function I added is probably not quite right - it might be nicer to have item [int] expected_cold_medicine_cabinet(); where the int key is the choice and the item is the item you'd get from that choice. That is once we have estimation in...
  14. gausie

    Feature Tracking zone types for the Cold Medicine Cabinet

    Basic support for this has landed, and you can run `cmc` to see what your expected pill is. I want to expand on the information in that readout when I have time. I imagine it will occasionally be wrong as we iron out combats that should be excluded.
  15. gausie

    New Content bottled Vampire Vintner the October 2021 IotM

    We now track the "charge" of the vintner. The only thing left to my mind in supporting this is to keep track of the types of damage dealt in vintner combats. This is quite difficult, as the damage tracking code we have used for over a decade strips all the elemental source data as its first...
  16. gausie

    Feature Tracking zone types for the Cold Medicine Cabinet

    So something like this? https://github.com/kolmafia/kolmafia/pull/914/files#diff-f07b31e0b504b71dde351351f48dd71300f98c1426d582a66523936abfca2373R4389-R4406 I'll write tests imitating the example and expected outcome of what scotch posted above in due course. This also does left newest right...
  17. gausie

    Feature - Rejected current_pvp_stances().count() == 0

    Going to mark as Won't Fix - please feel free to parse the info page in your script. It might be possible to do what you're suggesting in a way that works for the codebase, but it might be better to discuss that in the comments of the PR you make rather than here for now.
  18. gausie

    Proposal: Remove "decorated" tabs

    Good point! I'll make a PR
Back
Top