Search results

  1. Rinn

    Bug Build number no longer included with information on Jenkins page

    @fewyn is working on the rss feed to get the revision number in there.
  2. Rinn

    Prune old jars when building with gradle (#40)

    hm, okay maybe it's a window thing I was testing on unix. I'll look at it again after work.
  3. Rinn

    We're moving from SourceForge to GitHub!

    Ah yeah if you clone on windows git will use \r\n and shell scripts won't work. I can fix that with .gitattributes so it will be correct regardless of host OS, I'll do that as well tonight.
  4. Rinn

    We're moving from SourceForge to GitHub!

    Yes use the wrapper. Yes, we actually encountered a build issue with the newest version of gradle but I don't remember the details, so the repo uses a slightly older version.. No it doesn't need to be installed. I'll update the gradle build to clean old jars after work today.
  5. Rinn

    get_counter for ASH

    I had this test fail happen a few times intermittently locally when I was editing StaticEntity.java and running tests over and over earlier today trying to fix my bad github action. All the CI does clean builds so maybe it has something to do with incremental tests.
  6. Rinn

    We're moving from SourceForge to GitHub!

    The batch file downloads a specific version of gradle set for the repo and runs that, instead of running whatever gradle is installed on your system. Run `gradlew.bat --info --stacktrace :gitRevList` so I can see the output, it's working on CI and locally for me.
  7. Rinn

    We're moving from SourceForge to GitHub!

    `gradlew build` also builds some extra stuff required for tests. You can just do `gradlew jar` now, I fixed the revision showing up as 0.
  8. Rinn

    charsheet.php - Group Skills by Character Class

    I've migrated this to GitHub, please see the first post for the new url.
  9. Rinn

    Bug - Fixed Abracandalabra ignored by maximizer

    {"name":"Abracandalabra","descid":"945645633","sellvalue":"0","picture":"candlecabra","type":"offhand","hands":"1","power":"100","candiscard":"0","cantransfer":"0","fancy":"0","quest":"1","combine":"0","smith":"0","jewelry":"0","cook":"0","cocktail":"0","unhardcore":"0"}
  10. Rinn

    Bug - Not A Bug untinker tries to create the item first if you do not already have it

    I looked at the mafia code and there's an explicit call to retrieve the item first, so it seems like that was intended? I'm not sure, this code is ancient and I'd be concerned touching it
  11. Rinn

    Bug Incorrect default for $Effect[Mystically Oiled]

    It appears .default does some checks to see if you can use that source to acquire the effect public static final String getDefaultAction( final int effectId ) { if ( effectId == -1 ) { return null; } String rv = StringUtilities.getDisplayName(...
  12. Rinn

    New Content July 2021 IotM - Clan Underground Fireworks Shop

    Looks like purchasing isn't working now: > version KoLmafia v20.7 r20786 > acquire yellow rocket Purchasing yellow rocket (1 @ 250)... Desired purchase quantity not reached (wanted 1, got 0) You need 1 more yellow rocket to continue. > ash buy($item[yellow rocket]) Purchasing yellow rocket...
  13. Rinn

    New Content - Implemented Item manager showing unspaded

    unspaded in this context means the adventure & stat ranges haven't been added,
  14. Rinn

    Feature - Implemented property or function to detect when in a casual ascension

    Sorry my bad, had a misplaced space. Fixed in r20779.
  15. Rinn

    It is possible to automatically open the chat when login with KolMafia?

    @Sarius Skelrets Here you go, save this as relay/chatlaunch.ash buffer redirect(buffer source, string url, int timeout_seconds) { source.replace_string("</head>", "<meta http-equiv=\"refresh\" content=\"" + timeout_seconds + "; URL=" + url + "\" /></head>"); return source; } void main()...
  16. Rinn

    Feature - Implemented For logPreferenceChange allow excluding specific preferences from logging

    r20762, setting is logPreferenceChangeFilter
  17. Rinn

    Bug No image loading

    I'm not sure what you're asking, but only thing non-standard I'm doing is running on a linux host with -DuseCWDasROOT=true to use the current working directory instead of ~/.kolmafia.
  18. Rinn

    Bug No image loading

    I had some new itemimages cached today from the June iotm.
Back
Top