Page 5 of 10

Re: [WIP - UPDATED (v0.7 5-Jan-13)] Oolite Interactive Map

Posted: Mon Jan 21, 2013 8:43 am
by PhantorGorth
Updated Release: Version 0.7.1

http://bit.ly/Oolite2DMap

Bug fix:
  • Ctrl-click auto zoom: zoom out now correctly repositions the selectors.

Re: [WIP - UPDATED (v0.7.1 21-Jan-13)] Oolite Interactive M

Posted: Tue Jan 22, 2013 8:05 am
by PhantorGorth
Updated Release: Version 0.7.2

http://bit.ly/Oolite2DMap

Bug fixes:
  • Zooming in and out now zooms the link lines connected to overlapping systems.
  • Overlapping systems separation distance now scales with zooming in and out too.

Re: [WIP - UPDATED (v0.7.2 22-Jan-13)] Oolite Interactive M

Posted: Fri Feb 15, 2013 5:28 pm
by Cody
Hey PG - have you been altering any planet descriptions? I notice that Lave is famous for its 'Lavese tree grub' - has Laveian been superceded?

Re: [WIP - UPDATED (v0.7.2 22-Jan-13)] Oolite Interactive M

Posted: Fri Feb 15, 2013 7:35 pm
by PhantorGorth
El Viejo wrote:
Hey PG - have you been altering any planet descriptions? I notice that Lave is famous for its 'Lavese tree grub' - has Laveian been superceded?
Yes, I changed the the "ian" version of the planet names to make them better. (Now varies with final letter.) It's the same as the Planetary Description 2 column in the Oolite Galaxies spreadsheet I did. This could be easily changed back if people complain enough.

In case anyone wants to know here is the code that does the job:

Code: Select all

switch (rep.substr(rep.length - 1, 1))
		{
			case "A":
				rep += "N";
				break;
			case "E":
				rep += "SE";
				break;
			case "I":
				rep += "AN";
				break;
			case "O":
				rep += "ESE";
				break;
			case "U":
				rep += "AN";
				break;
			default:
				rep += "IAN";
				break;
		}
Regards,

Phantor

Re: [WIP - UPDATED (v0.7.2 22-Jan-13)] Oolite Interactive M

Posted: Fri Feb 15, 2013 7:42 pm
by Cody
PhantorGorth wrote:
This could be easily changed back if people complain enough.
Oh I wasn't complaining, as such - I just gotta get used to Zaquessoese evil juice, is all.

Re: [WIP - UPDATED (v0.7.2 22-Jan-13)] Oolite Interactive M

Posted: Fri Feb 15, 2013 8:03 pm
by PhantorGorth
El Viejo wrote:
PhantorGorth wrote:
This could be easily changed back if people complain enough.
Oh I wasn't complaining, as such - I just gotta get used to Zaquessoese evil juice, is all.
But it's still as evil as it ever was. :twisted:

But it obviously doesn't effect the text in the game. I could make it a toggleable setting in my next version.

Re: [WIP - UPDATED (v0.7.2 22-Jan-13)] Oolite Interactive M

Posted: Tue Jul 30, 2013 11:15 pm
by Cody
I was plotting a course earlier using this very handy tool, so I thought I'd bump its thread.

Re: [WIP - UPDATED (v0.7.2 22-Jan-13)] Oolite Interactive M

Posted: Tue Mar 11, 2014 12:58 am
by Cody
Time for another bump of this very useful tool.

Re: [WIP - UPDATED (v0.7.2 22-Jan-13)] Oolite Interactive M

Posted: Tue Mar 11, 2014 6:06 pm
by CommRLock78
Cody wrote:
Time for another bump of this very useful tool.
Very justifiable. I need to go home and check to see if my version is the most recent, since I'd taken a year break from Oolite.

Re: [WIP - UPDATED (v0.7.2 22-Jan-13)] Oolite Interactive M

Posted: Thu Oct 09, 2014 11:28 pm
by PhantorGorth
Updated Release: Version 0.7.3

http://bit.ly/Oolite2DMap
  • There is a new Galaxy Seed button. Click on this to change or reset the Galaxy seed numbers.

Re: [WIP - UPDATED (v0.7.3 10-Oct-14)] Oolite Interactive M

Posted: Fri Oct 10, 2014 12:21 am
by Cody
Excellent - thanks, PG.

Re: [WIP - UPDATED (v0.7.3 10-Oct-14)] Oolite Interactive M

Posted: Tue Oct 21, 2014 7:39 pm
by PhantorGorth
Updated Release: Version 0.7.4

http://bit.ly/Oolite2DMap

The Galaxy Seed dialog has been modified to allow you to save seeds with names:
  • Default button has been hidden (only appears if your browser does not support HTML5 LocalStorage) and you can use the "Oolite Default" option in a new drop-down in the Galaxy Seed dialog.
  • The rest of the page is disabled when in the Galaxy Seed dialog. (The Galaxy Seed button also still works.)
  • You can select saved seeds by name (named seeds) in the new drop-down. I have included a few examples that have been mentioned on the Oolite Bulletin Board.
  • The name of the seed (if it has one) is displayed above the top left corner of the map.
  • If you select a named seed that is not "Oolite Default" you may delete it or rename it by picking the appropriate option from the drop-down.
  • If you change the seed manually to a set of numbers for an new/unsaved seed you get the option to save it from the drop-down. Selecting this pops up a Save Name dialog. (Use the "x" in the corner to close the dialog if it is unwanted.)
  • If the current seed is one of the named ones then the drop-down will always have that name selected by default. If the seed is unnamed then the option "Other Galaxy Seed" will be displayed in the drop-down by default instead.
  • Using HTML5 LocalStorage means that seeds and their names will be saved in the browser and they will be there when you return as long as you use the same PC and browser and you do not delete cookies for the page's domain.
  • I have added a set of example seeds, most of which have been mentioned in BB. These will be added the first time you use this new version. Please delete them if you wish.
Thanks goes to Cody for testing it for me.

Re: [WIP - UPDATED (v0.7.4 21-Oct-14)] Oolite Interactive M

Posted: Tue Oct 21, 2014 8:56 pm
by Cody
I've been having some fun with this - thanks, PG.

Re: [WIP - UPDATED (v0.7.4 21-Oct-14)] Oolite Interactive M

Posted: Sat Dec 19, 2015 10:25 pm
by Cody
Time for its periodic bump - a very useful tool, is this.

Re: [WIP - UPDATED (v0.7.4 21-Oct-14)] Oolite Interactive Map

Posted: Tue Oct 04, 2016 11:53 am
by Cody
Is something up with this tool? Or is it my browser?