Search results

  1. MCroft

    Support for Java 21 (new LTS)?

    Based on the findings of @xKiv above, it's non-trivial to switch our dev environment to Java 21, although it seems as if users can use java 21 (adoptium`s version, at least). I don't know of any compelling reasons to switch, but if someone does have a good case for doing so, there's apparently...
  2. MCroft

    Help. Installed Gatsby and now Mafia won't start

    It could be. I'm on Sonoma 14.3 and intel hardware, so we do have different environments. But there are a bunch of reports of this in other Java projects, and it's not clear what the exact differences are. Given that it's in Carbon, it's possible that they just hadn't implemented something in...
  3. MCroft

    Help. Installed Gatsby and now Mafia won't start

    I hadn't tried Java 21 (I'll need to upgrade Gradle), but I know we haven't touched the menus in ages. I downloaded the Java 21 JDK from https://adoptium.net/temurin/releases/?os=mac and ran the app successfully from the command line. I'm on an Intel Mac, btw, but we also have devs who could...
  4. MCroft

    Bug - Not A Bug I can't open any .jar files after r25707 [Java 8 no longer works with Mafia]

    let us not argue with success! Enjoy your new, more modern Java. :)
  5. MCroft

    Bug - Not A Bug I can't open any .jar files after r25707 [Java 8 no longer works with Mafia]

    I am a Mac person, but it's been a long time since I messed with this. What version of MacOS are you using?
  6. MCroft

    Bug mcd command failing in gCLI

    On further review, I now think this happens when you use the Spoon to tune your sign after getting a MCD device in the store. So, rare, but not impossible. I will experiment more with this the next time I ascend (after Crimbo).
  7. MCroft

    Bug mcd command failing in gCLI

    I think KoL has switched to not returning a reply when you change the ML with the mcd command. > mcd 9 Resetting mind control device... You failed to set the mind control device > mcd 9 Resetting mind control device... class net.sourceforge.kolmafia.request.MindControlRequest Connecting to...
  8. MCroft

    Feature - Implemented Persistent command history / control history size

    They're technically different symbols. The sharp has two vertical lines and two angled horizontal lines. The # has two horizontal lines an two angled vertical lines. Hopefully you're not getting ♯ as a separator. :) “♯” U+266F Music Sharp “#” U+0023 Octothorp But we digress. Thank you for...
  9. MCroft

    Feature - Implemented Persistent command history / control history size

    Technically, the character is called an octothorp. A sharp is more like an italic octothorp. There's a bar in Houston called "Numbers" which has used "#'s" as their logo for decades. People of my generation die inside when our friend's kids refer to it "Hashtag's".
  10. MCroft

    Maximizer and the law of diminishing marginal returns

    yeah, I recall sea being a (sea) monkey wrench in the maximizer. Thanks all, 111111 is my temporary solution. If it's not high enough, I guess I'll never know. :)
  11. MCroft

    Maximizer and the law of diminishing marginal returns

    So, I happened to be watching the console while my aftercore turns were running and I see the Maximizer iterating over all the permutations of my stuff. 2.2 Million combinations, in this case. It's working as intended, yes, but I could throttle it back and tell it "you know, after 70K you've...
  12. MCroft

    Bug - Not A Bug All scripts missing from script menu

    This is also the expected display if the script menu length is set to 0 You can check these settings with two commands: > prefref cascad Name Value Default Scope scriptCascadingMenus false true user > prefref scriptmruLength Name Value Default Scope scriptMRULength 0 0 user
  13. MCroft

    Feature - Implemented Relogging to improve ping

    Can you clarify this? Or explain when? I am seeing what you might mean, but not always. > timein Sending login request... Ping test: average delay is 65.50 msecs. Loading character status... Requests complete. > timein Sending login request... Ping test: average delay is 68.10 msecs...
  14. MCroft

    Feature - Implemented Relogging to improve ping

    It doesn’t solve the timein on relay reload when the browser is in the foreground. Thinking through that one.
  15. MCroft

    Feature - Implemented Relogging to improve ping

    Getting back to this, 2 months later. I've got working code that runs a ping test before opening the relay browser if we have the pingtest pref set. This causes the too-slow dialog to pop up before the relay browser loads, which I think narrowly solves my problem. I haven't created a PR yet...
  16. MCroft

    Bug - Fixed can't cast Disco Nap in r27606

    seeing the same. I think the use side is fine, it's just not parsing that the character has the skill.
  17. MCroft

    Feature In Skill Casting tab, enable Recovery Items dropdown selections to be persistent.

    code-wise, they're both RestorativeItemPanel, but the one in ItemManagerFrame.java is taking advantage of that Frame's setHeaderState and saveHeaderState, and it's saving them to the GLOBAL_prefs.txt as headerStates, so it's doing what you want, just not where you want. TBH, my inclination is...
  18. MCroft

    Feature In Skill Casting tab, enable Recovery Items dropdown selections to be persistent.

    Interesting! I did not know that existed. I use Item Manager>Restores panel, which has all but mallprice selected by default. I'm not even sure why the Recovery Items even exists under Skill Casting when it's not at all skills casting and it's also under the Item Manager (which I always have...
  19. MCroft

    Bug Mall Purchase GUI "search" fails after timein

    Given the improvements in Asym's serving capacity, maybe the caching was a compromise we can decide we've grown out of. Not sure if that was the main reason, the comments from that time are not helping me figure it out.
  20. MCroft

    Bug Mall Purchase GUI "search" fails after timein

    I do (or used to) use that frame, but the bad behavior drove me away. I'd also like to get it fixed. So, afaict, this.searchField gets based on the preference when the panel is instantiated, which I think would mean that its not getting changed if the user changes the preference (so, that is a...
Back
Top