Page 3 of 8

Re: Page Andor's Trail Directory is complete

Posted: Wed Aug 28, 2013 9:59 pm
by Richard Faila
Zukero wrote:I think you can make it this way :

- By default, show the current stable version.
- Add a top level option (ITEMS - NPC - [...] - MAP - VERSIONS)
- On the version page, we can select past and current stable versions,
- and eventually a recent dev (alpha) version (more work for you).
- If we select something else than current stable version, we are redirected to http://[your site]/[version number]/index.html or whatever way you do it server-side.

One usage for past versions could be to see how much AT evolves from version to version (you'll become the historian of the AT world !). Or for users having older versions that do not wish do update AT (or can't, or maybe just not yet because they want to do something before).

Edit : Or you can start ignoring me right now ! I'm a feature-freak :twisted: ! You'll end up having a larger database than eBay if you keep listening to me ! AAAaaaaaaaaaaaaaaaarrrrrgh. :o
Hmmm.... I see the point and understand that can be useful. But right now I would like to solve all bugs and work out all the features of actual version. When new version arrived I definitely keen 0.7 version, but now I don't feel like do 0.6.12 or 0.6.11.

But who know, it could be good training to migration of new version, so you still have hope. And don't worry, I can handle big databases very well :twisted:

Re: Page Andor's Trail Directory is complete

Posted: Wed Aug 28, 2013 10:06 pm
by Zukero
Richard Faila wrote:And don't worry, I can handle big databases very well :twisted:
Lol, I smell a DBA here :lol:

Re: Page Andor's Trail Directory is complete

Posted: Fri Aug 30, 2013 1:42 pm
by merrill77
Wow - this is fantastic!!! I typically only get a few minutes to play each day and have a terrible memory...I can never remember where somebody was and hate wasting time wandering aimlessly for them. Now I can find them :)

Thanks!

Re: Page Andor's Trail Directory is complete

Posted: Sun Sep 01, 2013 7:48 pm
by Richard Faila
Well the idea of having older version on my page is probably not going to work. At least in versions before 0.7. I give it some time and at first look it seems to OK, but then I stumble on problem with old resource format. That stuff must be the most user unfriendly thing I ever saw :D.

I cannot find easy way to load it into some data structure, so only way I can thing of is write my own parset. And that is something witch will take more time then I currently have.

I put the old-version-idea on ice for now and if I have some time, I reopen the whole case.

Re: Page Andor's Trail Directory is complete

Posted: Sun Sep 01, 2013 8:08 pm
by cccd3cpt
Added link to the awesome website to the Blackberry project website! :) http://andorstrail.github.io/andors-trail-blackberry

Re: Page Andor's Trail Directory is complete

Posted: Tue Sep 24, 2013 10:52 pm
by Spark
Great work!
Was extremely useful for me as for novice.

If you accept suggestions I would suggest to draw columns. Sometimes it is hard to guess to which column number responds.

Re: Page Andor's Trail Directory is complete

Posted: Thu Sep 26, 2013 1:38 pm
by fiernaq
I too have a suggestion. While trying to compare numbers on the monsters I realized that there doesn't appear to be a way to sort ALL monsters. In other words, if I want to look at which monster provides the most XP I currently have to sort every section and then compare the highest value from each section. It would be great if you had the option to split into sections like it is now or to merge all monsters into one table (same thing for equipment, consumables, NPCs, etc.). Thanks!

Re: Page Andor's Trail Directory is complete

Posted: Thu Sep 26, 2013 1:55 pm
by Sherfox
I haven't read the whole thread but how about adding 1handed or 2handed to the weapons?
Would be good imo.

Re: Page Andor's Trail Directory is complete

Posted: Thu Sep 26, 2013 2:50 pm
by fiernaq
He does list category for weapons which includes that information but I think you may mean adding the ability to separate out all 2-Hand items for sorting which I would agree would be a nice feature as well.

Re: Page Andor's Trail Directory is complete

Posted: Mon Sep 30, 2013 12:22 pm
by Richard Faila
fiernaq wrote:I too have a suggestion. While trying to compare numbers on the monsters I realized that there doesn't appear to be a way to sort ALL monsters. In other words, if I want to look at which monster provides the most XP I currently have to sort every section and then compare the highest value from each section. It would be great if you had the option to split into sections like it is now or to merge all monsters into one table (same thing for equipment, consumables, NPCs, etc.). Thanks!
The sections in monsters (and equipment) are there for two main reason. Most of people will thing, that was mainly design decision, but I did that mainly because of performance. Monster list is ridiculously big and even now it take same time for javascript to "bring table to live". If it will be just one big table, it will be something not really user friendly. I try it ones, but the interesting stuff (ordering) take that much time, it will make the whole thing useless.

Design is important too, not in monster list, but in equipment I carefully choose witch columns show in every section. For example in Necklace is useless tho show AC or Dmg, because no necklace change that stat anyway. The whole necklace table can have smaller width and it look much better, because there is lesser empty space.

I agree, that some "ultimate ordering and search" will be great. Maybe I try to make something out, that will work.