Search results

  1. I

    Feature - Implemented add favicon back to relay browser

    Heh, fair enough - I should have explained further. I'm primarily a linux user, so I can also confirm that this works fine on linux, no troublesome linux bug still outstanding (or at least, I haven't run into it). I'm using mostly chrome(ium), but also tried it briefly on firefox and it worked...
  2. I

    Feature - Implemented add favicon back to relay browser

    Any thoughts on committing this? Or if not, feedback that might make it appropriate for commitment? Thanks!
  3. I

    New Content - Implemented Olympic-Sized Swimming Pool

    Okay, here's my first cut. this is almost assuredly not committable, but figured I'd at least get it out there for feedback. I went with the "create a new ClanLoungeSwimmingPoolRequest.java" approach per the feedback. I still need to clean up the breakfast work, and registerRequest? Not as sure...
  4. I

    New Content - Implemented Olympic-Sized Swimming Pool

    Thanks for the poke - should have a patch later tonight. I went back and forth on a bunch of approaches, but think I've got one, and I'm waiting for rollover to test. sorry for the delay...
  5. I

    Bug - Fixed Feast of Boris +Fullness doesn't apply to bugbear runs

    Sigh. sorry - thought I had SVN updated first, and did not - veracity already did this in r11268. Closed - AlreadyFixed. :)
  6. I

    Bug - Fixed Feast of Boris +Fullness doesn't apply to bugbear runs

    Per KoL: Unfortunately, bugbear mind-control rays are suppresing your appetite...
  7. I

    Feature - Implemented add favicon back to relay browser

    Shrug. Okay - well, if you can duplicate the issue, let me know what response you get when going there via the relay browser, happy to tweak the patch as necessary.
  8. I

    Feature - Implemented add favicon back to relay browser

    Eh? Well, that's strange. After starting your relay browser, what do you get when going to "http://127.0.0.1:60080/favicon.ico"? (or whatever your relay server address/port is, of course) Maybe I missed a part of the patch when doing the diff... More broadly to the points about "kolmafia should...
  9. I

    Feature - Implemented add favicon back to relay browser

    I use chrome (and the same is true in firefox, no idea in IE), and I had been (very slightly :)) annoyed for a while because I have a ton of tabs open, to the point where each tab is only represented by it's favicon. I know, I should use less tabs, but even still I poked around and found that a...
  10. I

    Feature Disallow consumption of memento items

    I hope not - less prefs, please. If you want a way to highlight items, then let's post the feature req and discuss.
  11. I

    New Content - Implemented Olympic-Sized Swimming Pool

    Shrug. No idea about firefox's behavior, but if you're using firebug (or the developer tools in chrome, what I'm using), you can see the page returned by the post to choice.php when diving for treasure embeds the following javascript: var state ={"2259118":[6,3,1,[1,"I found a Ze™...
  12. I

    Bug - Not A Bug Hodgman's Bow Tie - Incorrect +Meat Modifier

    fwiw, next time if you're not sure, do "modtrace meat drop" in the gcli, and that'll show you exactly why mafia thinks what it thinks.
  13. I

    New Content - Implemented Olympic-Sized Swimming Pool

    Yup - but I'm not matching on the span because it's rendered by the client via javascript - I'm matching on the javascript function, which is ™ - I got one of these the day before or so. I'll finish up my patch, hopefully I'll be clearer then. dave
  14. I

    Feature - Implemented allow kolmafia to handle ash bundles

    Okay - different direction than I was thinking, but my overall goal is "make it easy to install/manage extensions to kolmafia", not "make kolmafia use zips". :) So, what then does implementation of "svn support" look like? adding in a ash function that lets scripts download resources normally...
  15. I

    Feature - Implemented Extended Hare / Gibberer Information

    Cool - I was going to look into the organ grinder/goth kid after finishing up my pool patch, but sounds like I should hold off for a bit and let you finish.
  16. I

    Feature - Implemented Add HP/MP regen to modifier maximizer

    Heh. I swore I searched for a dup bug report and all before posting mine... :) Instead, I'll swear at the forum search functions.
  17. I

    Feature - Implemented allow kolmafia to handle ash bundles

    Wow, this spawned a lot more feedback than I expected, which is awesome. So - my thought right now is that I'd want to extract and open the files in memory on startup, to avoid a whole host of issues with having to worry about someone else breaking parts of a bundle outside of kolmafia, and/or...
  18. I

    New Content - Implemented Olympic-Sized Swimming Pool

    Fair enough, revisit I will - I'll go with the request/ClanLoungePoolRequest.java approach, then.
  19. I

    Feature - Implemented allow kolmafia to handle ash bundles

    This is a "speculative" feature request, in that I'm shooting for feedback on the value/direction of the approach before writing code. The problem I see is (and this is notably for relay scripts, although presumably if done properly the type wouldn't matter) that for ash scripts that bundle any...
Back
Top