Play Now Login Create Account
illyriad
  New Posts New Posts RSS Feed - Butler preview
  FAQ FAQ  Forum Search   Register Register  Login Login

Topic ClosedButler preview

 Post Reply Post Reply Page  123>
Author
Hbz77 View Drop Down
New Poster
New Poster
Avatar

Joined: 06 Jun 2012
Location: Italy
Status: Offline
Points: 21
Direct Link To This Post Topic: Butler preview
    Posted: 26 Jun 2012 at 10:18
Originally posted by HonoredMule HonoredMule wrote:

I have heard that Illytools interferes with Butler if Butler is run first.  To work around that, you can install Butler using the "bookmarklet" option and the click the bookmark after Illytools has started.

I will try this workaround.

Thanks!
Back to Top
HonoredMule View Drop Down
Postmaster General
Postmaster General
Avatar

Joined: 05 Mar 2010
Location: Canada
Status: Offline
Points: 1650
Direct Link To This Post Posted: 25 Jun 2012 at 16:23
I have heard that Illytools interferes with Butler if Butler is run first.  To work around that, you can install Butler using the "bookmarklet" option and the click the bookmark after Illytools has started.
"Apparently, quoting me is a 'thing' now."
- HonoredMule
Back to Top
Hbz77 View Drop Down
New Poster
New Poster
Avatar

Joined: 06 Jun 2012
Location: Italy
Status: Offline
Points: 21
Direct Link To This Post Posted: 25 Jun 2012 at 12:08
Hi HonoredMule,
seems interesting, i will give it a try. 

Is it compatible with Illytools?

Thanks.

Regards.
Back to Top
HonoredMule View Drop Down
Postmaster General
Postmaster General
Avatar

Joined: 05 Mar 2010
Location: Canada
Status: Offline
Points: 1650
Direct Link To This Post Posted: 24 Jun 2012 at 05:28
No, Thorsson, Butler's alive and well, as is the site hosting it.

It's been a while since I've posted, so I thought I'd necro the thread with news on how this project is doing.  A lot of the big plans are on hold as a new job has my attention pretty well monopolized, but Butler is still doing well.  UIv3 was supported within 12 hours of its release, and the script has continued to accumulate a number of small features.  The newest features as of the current version (0.5.1) include:
  • UIv3's new friends list is now automatically kept sorted (first by online status then by name)
  • The entire interface is now forced to use Arial for better readability (UIv3, interested in feedback, and though it's difficult in this case, willing to make it optional if enough people want the stock font with Butler badly enough)
  • Butler's player context menus now include the "Add Friend" option
  • Butler's chat history is now automatically pruned for better long-term performance
Other less recent features include:
  • Trade buy and sell forms are moved to the top of the page just under the market trends chart
  • Gratuitous use of text drop shadows removed for improved readability (UIv3)
  • Player medals are now (optionally) shown in Butler's chatlogs.
  • Custom unit tooltips provide clearer overview and simple analytics
  • Butler's control panel can now be (optionally) opened automatically on hover
If you haven't heard of Butler before, I encourage you to visit its tool page on Arcanum Illyria and give it a try.

http://arcanum-illyria.com/wiki/Tool:Butler
"Apparently, quoting me is a 'thing' now."
- HonoredMule
Back to Top
Thorsson View Drop Down
New Poster
New Poster
Avatar

Joined: 28 Jan 2012
Location: United Kingdom
Status: Offline
Points: 6
Direct Link To This Post Posted: 28 Jan 2012 at 13:53
Is this dead? Website appears to be down.
Back to Top
Ecophagy View Drop Down
New Poster
New Poster
Avatar

Joined: 15 Jun 2011
Status: Offline
Points: 11
Direct Link To This Post Posted: 11 Sep 2011 at 11:58
Just installed the new version and: 

Quote Begin Global ChatTemplate rendering failed: TypeError: Cannot call method 'replace' of undefined
{ "arr":[ ], "tplName":"chatGlobalMessages", "data":[ ], "BConfig":{ }, "BInput":{ }, "BLog":{ }, "BPlayer":{ }, "BStatic":{ }, "BTime":{ }, "BTpl":{ }, "BUI":{ }, "BChat":{ }, "BUtil":{ }, "BDate":{ }
Back to Top
HonoredMule View Drop Down
Postmaster General
Postmaster General
Avatar

Joined: 05 Mar 2010
Location: Canada
Status: Offline
Points: 1650
Direct Link To This Post Posted: 11 Sep 2011 at 07:19
A new version of Butler is out today, fixing a rare but quite annoying bug that caused people to screw up emails they were composing (for example by accidentally checking "mail alliance").  A number of other bug fixes went through also, as well as a few changes under the hood that will help keep further development smooth.

Users of the loader that automatically picks the latest version will be automatically updated as usual, but will also be prompted to manually update the loader itself.  This will help with usage reporting and analysis of any future bugs that might be related to the loading method.

Further changes to the loaders are highly unlikely, and the latest-loader method is now the recommended option.  It has the widest browser compatibility, and auto-updating means you'll always have the latest stable features (unless you choose the dev channel) and quick bug fixes (most get fixed before anyone notices them).  The latest-loader has been promoted to the primary link on Butler's home page (or just click here).  If you switch methods, make sure you first uninstall the other method.  Butler will not work if installed two ways at once.
"Apparently, quoting me is a 'thing' now."
- HonoredMule
Back to Top
HonoredMule View Drop Down
Postmaster General
Postmaster General
Avatar

Joined: 05 Mar 2010
Location: Canada
Status: Offline
Points: 1650
Direct Link To This Post Posted: 07 Sep 2011 at 07:12
It turns out some very naughty library was polluting the Array prototype with enumerable properties.  This creates a cascading sequence of problems which, if properly solved, turn simple, elegant, and generalized code (i.e. straightforward usage of basic language constructs accepting any kind of input) into a vomit-pool of checks for edge-case conditions, js-engine-specific hacks to identify stuff that shouldn't have to be handled differently in the first place, branches into multiple code paths based on that ident...  This kind of defensive programming renders your code impervious to problems caused by other developers' practices, but any semblance of code readability or simple abstract structure along with it.

I don't do proper.  I do sensible.

I have a fix in the dev version now--I just re-created any new Array properties (methods) as appropriately non-enumerable, and mountains of broken code that handles arrays or objects (the latter potentially having extended stuff we want to enumerate) magically resumed proper function.  Other browsers did not break because they already had the method defined natively.

Players can grab the new version any time, and I'll do a proper release tomorrow as it's rather late now.
"Apparently, quoting me is a 'thing' now."
- HonoredMule
Back to Top
HonoredMule View Drop Down
Postmaster General
Postmaster General
Avatar

Joined: 05 Mar 2010
Location: Canada
Status: Offline
Points: 1650
Direct Link To This Post Posted: 07 Sep 2011 at 01:17
Thanks for posting, Eaque.  Butler has recently stopped working on Chrome, and I'm still investigating the reason why.  There will be a new release just as soon as I figure it out. Dead
"Apparently, quoting me is a 'thing' now."
- HonoredMule
Back to Top
Dhenna View Drop Down
Wordsmith
Wordsmith
Avatar

Joined: 09 Jun 2011
Location: Denmark
Status: Offline
Points: 156
Direct Link To This Post Posted: 06 Sep 2011 at 11:40
I KNEW IT! THE BUTLER DID IT! Tongue
Back to Top
 Post Reply Post Reply Page  123>
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.03
Copyright ©2001-2019 Web Wiz Ltd.