Search results

  1. P

    Bug - Fixed Relay browser has a broken combat action bar.

    OK, so I did some more digging to find out why mafia wasn't getting images down and cached, and I found some ... odd code in utilities/FileUtilities.java in the function localImageName. Seems like it's looking for where to do some substitution and is doing that by looking for the substring...
  2. P

    Bug - Fixed Relay browser has a broken combat action bar.

    I noticed the HTML was referencing a cloudfront server for hosting static things, which I don't recall being the case before. Specifically https://d2uyhvukfffg5a.cloudfront.net/ I tried building mafia with that instead of https://s3.amazonaws.com/images.kingdomofloathing.com in KoLmafia.java...
  3. P

    r25717 - Format the entirety of src/, test/. (fia/pull/50']#50) This was done with `./gradlew spotlessAp

    Git's very confusing to me, so I'll probably fix up my patches by hand and make them fit the new format and call it a day on that. I understand why this needed to happen and how it'll not be a repeating thing. I just thought it was funny that I spent a good bit of time moving to a new...
  4. P

    r25717 - Format the entirety of src/, test/. (fia/pull/50']#50) This was done with `./gradlew spotlessAp

    Well ... fun ... that just killed 25 of my 28 customization patches. Going to take some days to sort all that out ...
  5. P

    Bug - Fixed Revision number does not display at the top of mafia anymore

    Hmm, yeah, fair ... but had I not gone in here for an unrelated bug report, I would have just wondered why there were no more SVN updates. I'm just building the daily mafia with my own set of patches and leaving it at that. Maybe someone can do a final commit with a log message saying the...
  6. P

    Bug - Fixed Revision number does not display at the top of mafia anymore

    I was unaware that there even was a new repo, since I was still getting SVN updates on the sourceforge one a few days ago. Not really looking forward to migrating my build system over, but I guess I'll have to look at that eventually.
  7. P

    Bug - Fixed Revision number does not display at the top of mafia anymore

    My custom build still shows full version and revision number (r20947). Also, how is ant broken? That's what I'm using as far as I can tell.
  8. P

    Bug encountersUntilNEPChoice set to 6, not 7 after NEP choice

    Today's quest required a lot of NC visits, so I copied the activity and what the settings were after each encounter or choice: pastebin link. I'm using free runaways through it. The first time encountersUntilNEPChoice hits 0, the choice follows immediately. encountersUntilNEPChoice is set to 6...
  9. P

    Bug encountersUntilNEPChoice set to 6, not 7 after NEP choice

    Hmm, yes? It's set to 6 at the end of the NC, but there are 7 encounters to the next one. I adventure there by using an alias that does one encounter regardless of turn-taking, then outputs the tracking variables for free fights left and now also encountersUntilNEPChoice. It hits 0, then...
  10. P

    Bug encountersUntilNEPChoice set to 6, not 7 after NEP choice

    encountersUntilNEPChoice is set to 7 when hitting the NEP choice adventure, but then decremented to 6 when doing anything in there. As a result, it miscounts by one when the next encounter is (reaches 0, then another encounter, then NEP choice).
  11. P

    Bug - Fixed r20911 causes jar size regression

    Also, when you look inside the .jar, every file is there twice ... somehow. Confuses the heck out of some unzipping applications.
  12. P

    Feature - Implemented Make Maximizer Filters checkboxes instead of radio buttons

    Looking a little deeper, it seems the maximizer does show consumables you can't currently use, though greyed out. I'm pretty sure that's not a personal patch of mine, at least I can't seem to find it. So disabling the checkboxes would remove functionality. Also, clicking around a bit on the...
  13. P

    Feature - Implemented Make Maximizer Filters checkboxes instead of radio buttons

    Huh, OK, perhaps it does and I just patched it out of my own build (it's been a while since I touched those parts). I know I did something to make it still give suggestions for stuff to acquire, despite having settings to disallow buying.
  14. P

    Feature - Implemented Make Maximizer Filters checkboxes instead of radio buttons

    Please don't, there are times I want to know what is possible, even if it isn't right now. Uncheck is fine, disable is not.
  15. P

    Feature - Implemented Make Maximizer Filters checkboxes instead of radio buttons

    OK, looks like I stumbled upon a little bug. There's a preference, maximizerEquipmentLevel, which sets default level of item creation. Values are 0-3 for "none", "on hand", "creatable", "pullable/buyable". This is used directly to set the selected index on the "equipment" selection. However...
  16. P

    Feature Add fortune teller to Daily Deeds?

    Huh, I thought mafia already had that, but turns out I just wrote a custom combo box deed a long time ago: $CUSTOM|Combo|Fortune teller|_clanFortuneBuffUsed|$ITEM|+5 lbs|false|fortune buff familiar|$ITEM|+50% booze/food/item|false|fortune buff item|$ITEM|+50% gear/+100% meat|false|fortune buff...
  17. P

    Feature - Implemented counters warn/nowarn

    It appears that something in 20451 broke "counters warn". The "relayCounters" preference is updated, but something in the internal state doesn't see the change.
  18. P

    Bug - Fixed Optimizing to a slot fails with debug log since build 19966

    Using e.g. the maximizer string "HP, hat" results in the attached debug log.
  19. P

    Bug - Fixed Monsters with variable names no longer identified

    Debug log attached, one diner, one slime tube monster.
  20. P

    Bug - Fixed Monsters with variable names no longer identified

    Last couple of days I've noticed that e.g. the sloppy seconds diner monsters aren't translated to Sloppy Seconds Burger/Cocktail/Sundae, so my CCS can't find the right section and there's no decoration in the relay browser. I tried reverting to a version I was sure it had worked in, based on the...
Back
Top