Page 7 of 8

Re: Countdown to a HUGE Surprise!

Posted: Tue Jul 19, 2011 7:02 am
by Dragonfire
In that case, I shall rename it. I'm thinking "Hardwire", but I'm open to suggestions.

Re: Countdown to a HUGE Surprise!

Posted: Tue Jul 19, 2011 9:16 am
by Thargoid
Spacedock?

Re: Countdown to a HUGE Surprise!

Posted: Tue Jul 19, 2011 9:41 am
by Disembodied
Dockyard? Stardock? Commander Dragonfire's Splendiferous Ship-Designing Widget (or CDSSDW for short)?

Ooh! The Drag-and-Dropyard? The DragonDockyard? DragonDock?

Re: Countdown to a HUGE Surprise!

Posted: Tue Jul 19, 2011 10:04 am
by Killer Wolf
Donald Dock?

Re: Countdown to a HUGE Surprise!

Posted: Tue Jul 19, 2011 10:56 am
by DaddyHoggy
Disembodied wrote:
Dockyard? Stardock? Commander Dragonfire's Splendiferous Ship-Designing Widget (or CDSSDW for short)?

Ooh! The Drag-and-Dropyard? The DragonDockyard? DragonDock?
Drag'n'Dock - pronounced DragonDock as you suggested Disembodied (cleverly, as usual!) works well, implies ease of use, and includes DragonFire's avatar name t' boot!

Re: Countdown to a HUGE Surprise!

Posted: Tue Jul 19, 2011 2:55 pm
by RyanHoots
As a Trekkie, I like the name Spacedock. I have had similar ideas, and I think it will be fun to play with.
I don't think it will change how we OXP forever, I think Spacedock (or whatever you want to call it) would put limits on what you can do, so I think people like me and CSOTB will just stick to writing the code by hand. But it will be a fun tool...

Re: Countdown to a HUGE Surprise!

Posted: Tue Jul 19, 2011 5:31 pm
by drew
DaddyHoggy wrote:
CommonSenseOTB wrote:
Killer Wolf wrote:
does it involve scantily-clad females?
We can only hope. :roll:

Steady - El Viejo and myself spend a fair amount of time removing "awaiting approval" first posts that would leave "scantily-clad" looking like a description of a nun at the winner of the over-dressed-nun-of -the-year Competition.
You guys get all the best jobs! :shock: :?

Cheers,

Drew.

Re: Countdown to a HUGE Surprise!

Posted: Tue Jul 19, 2011 5:43 pm
by Dragonfire
RyanHoots wrote:
As a Trekkie, I like the name Spacedock. I have had similar ideas, and I think it will be fun to play with.
I don't think it will change how we OXP forever, I think Spacedock (or whatever you want to call it) would put limits on what you can do, so I think people like me and CSOTB will just stick to writing the code by hand. But it will be a fun tool...
The list of plist parameters never changes for any given type of ship (etc.), so that already sets what forms I put in. Furthermore, a majority of those parameters have their own built in limitations, thus that can be conveyed as sliders and check boxes. Other parameters without limitations can be displayed as text boxes (masked ones at time to ensure that only numbers are put in). Parameters that involve code, such as "launch-actions", can be conveyed as multiline text boxes.

Thus you have all the same stuff as you have in a typical plist. You just fill out a digital form that ensures the right data type and values are put in. Not to mention, it comes with a snazzy color picker tool for "laserColor". :D

No limits. Just organization and tools to ensure less typos.
Disembodied wrote:
Ooh! The Drag-and-Dropyard? The DragonDockyard? DragonDock?
I love those ideas! However, since drag and drop is not an element of the GUI at this point, I'll go with "DragonDock". A nice play on words, and like DH said, it conveys the ease of use of the program (plus incorporates my username!)

Re: Countdown to a HUGE Surprise!

Posted: Tue Jul 19, 2011 6:31 pm
by JensAyton
Dragonfire wrote:
Parameters that involve code, such as "launch-actions", can be conveyed as multiline text boxes.
May I suggest leaving that out? All the _actions fields are deprecated in favour of JavaScript.

Re: Countdown to a HUGE Surprise!

Posted: Tue Jul 19, 2011 6:39 pm
by Dragonfire
In that case, I shall replace that with the ability to import a "script.js" file.

Re: Countdown to a HUGE Surprise!

Posted: Tue Jul 19, 2011 6:47 pm
by Thargoid
Ahruman wrote:
Dragonfire wrote:
Parameters that involve code, such as "launch-actions", can be conveyed as multiline text boxes.
May I suggest leaving that out? All the _actions fields are deprecated in favour of JavaScript.
Can we initialise turrets via JS?

Re: Countdown to a HUGE Surprise!

Posted: Tue Jul 19, 2011 8:44 pm
by Svengali
Thargoid wrote:
Ahruman wrote:
Dragonfire wrote:
Parameters that involve code, such as "launch-actions", can be conveyed as multiline text boxes.
May I suggest leaving that out? All the _actions fields are deprecated in favour of JavaScript.
Can we initialise turrets via JS?
If the new form of subent declarations is used it's not necessary anymore to use initialiseTurret, e.g.

Code: Select all

{type = ball_turret; subentity_key = "myTurret"; orientation = (1,0,0,0); position = (0,5,7);}

Re: Countdown to a HUGE Surprise!

Posted: Tue Jul 19, 2011 9:06 pm
by Dragonfire
GUI will probably be changing to PyGTK.

Re: Countdown to a HUGE Surprise!

Posted: Tue Jul 19, 2011 9:25 pm
by Thargoid
Svengali wrote:
If the new form of subent declarations is used it's not necessary anymore to use initialiseTurret, e.g.

Code: Select all

{type = ball_turret; subentity_key = "myTurret"; orientation = (1,0,0,0); position = (0,5,7);}
Gotcha - sounds good to me...

Re: Countdown to a HUGE Surprise!

Posted: Wed Jul 20, 2011 12:01 am
by Dragonfire
I'm splitting off into a new topic for discussing DragonDock's details, as this isn't so much of a surprise anymore. :)