Night Strike wrote:Also, could you just eliminate the auto-fill drop down as you type your name? It freezes on there partially covering up the Map option button.
You can use the arrow keys and ENTER to save typing instead of using a mouse-click to select from the dropdown.
The dropdown will stay, but I will code it to disappear when you are doing something else, should have done that already.
Night Strike wrote:Thanks for the updates. Could you set the rank pop-up window to stay up, even if you navigate away from the page where you started the search? I would like to keep the window open while I'm browsing for things such has games/maps to join to get my achievements.
Everyone has been asking for this - it is on the ToDo list.
Oh yeah, another suggestion: couldn't you make the script update after each of your finished games similar to how the BOB script updates the Elimination summary: by taking it directly from the log? That way, we wouldn't have to keep running the script to update the medal icons.
Great idea, yep, will do.
yeti_c wrote:Night Strike wrote:Thanks for the updates. Could you set the rank pop-up window to stay up, even if you navigate away from the page where you started the search? I would like to keep the window open while I'm browsing for things such has games/maps to join to get my achievements.
This is pretty hard to do really - due to the way scripts interact with the browser...
It's actually easy to do, depends on how you do it... but a little time-consuming so this will have to wait but will be done.
However - now that Chip is saving the info down to your browser - it *could* theoretically be done - by each time you move to another screen - reopening a window and continuing the work required.
C.
The info currently saved is only for medals, not maps, not points, but...
yeti_c wrote:What I would like to see - and I'm sure it must be pretty close to doing this...
When you run Map Rank - it saves all the data down for each set of maps - and players...
Now when I run it in 2 weeks time - 95% of that data will not have changed...
Say I've finished 2 classic games...
So it should be able to roll through all my other maps - instantly - it can count number of games for each of those maps - see that it is the same - and therefore just present last weeks data...
Except for Classic...
Whereby - it can either - Add to the old data (preferable - might be tricky to code) - or re get all of my classic games.
This would solve Night Strikes idea about it reading logs when you've finished games etc - as apart from the initial run of Map Rank - which takes a while - each time after that would be pretty quick.
C.
Nightstrike wants an update on finished games.
Unfortunately we can't sort the results by time meaning all the games would have to be re-scanned to make sure which ones are new.
The solution to this is to actually save the game list so I don't even have to scan all of the new Classic games.
yeti_c wrote:BTW - I notice you are using photobucket as a host for your images...
img.src = "http://i282.photobucket.com/albums/kk273/lanyards/" + def + ".png";
I would be careful with this - as you may use all of lanyards bandwidth easily - also - I think files need to be refreshed every month?
You can turn images into encoded strings and hardwire them into the script if you like... (See BOB for an example)
To turn the images into strings - I used this website...
http://software.hixie.ch/utilities/cgi/data/data
Yes, this may well happen, I'll give it a month to see.Lot of solutions for this if it does.