Search results

  1. bleary

    Bug price requests during choice adventures cause automation

    I got this today: And my reaction was (a) that's weird, I didn't know it could appear for this nightstand; followed by (b) I wonder what "Engorged Sausages and You" is going for these days. Typing "cheapest engorged" into the CLI resulted in: [55] The Haunted Bedroom Encounter: One...
  2. bleary

    Feature optional machine-readable logging

    Since the parsing of Mafia session logs is a non-trivial task, and the re-calculation of turn-by-turn state is duplicative of tasks Mafia is already doing, I'd like to see an option to dump easily parsed machine-readable data into the session log. Here's a suggestion: @@JSONSTATUS...
  3. bleary

    Bug - Fixed chez snootee foods not marked as "turn-free"

    The foods available from Chez Snootee should be marked as "turn free", as should the daily special.
  4. bleary

    Feature - Implemented "relay" CLI command should not attempt to launch a browser window when headless

    "relay" CLI command should not attempt to launch a browser window when headless I think this patch ought to achieve the intended result. --- RelayLoader.java (revision 10904) +++ RelayLoader.java (working copy) @@ -46,6 +46,8 @@ import net.sourceforge.kolmafia.utilities.PauseObject...
  5. bleary

    Bug - Fixed Rain-doh items are combat reusable

    Index: tradeitems.txt =================================================================== --- tradeitems.txt (revision 10479) +++ tradeitems.txt (working copy) @@ -5563,11 +5563,11 @@ 5554 empty Rain-Doh can none display 0 5555 5556 Rain-Doh red wings accessory...
  6. bleary

    embedding Jython

    It's possible: I'm still not sure how to get it to build automatically, and I'm not sure that the ultimate binary would be distributable. Which is funny, because I'm a lawyer, not a programmer. Can anyone think of a good use for it?
  7. bleary

    Bug - Fixed kludges remain in scarecrow code

    revision 9957 didn't remove all the kludges implementing the weight bugs. (at least) one remained in Modifiers.java. Index: Modifiers.java =================================================================== --- Modifiers.java (revision 9962) +++ Modifiers.java (working copy) @@...
  8. bleary

    Feature - Implemented preference for OSX dock badging

    I might be alone in this, but I find the red badge on the dock icon with the number of turns left kinda distracting. Turns in KoL aren't like Mail.app or iChat messages, they don't require my immediate attention. Every time I look down at the Dock, I think there's something new or interesting...
Top