Recent topics Log in
Search Profile
Memberlist Usergroups
Log in to check your private messages
Register
ST Extension development
Goto page 1, 2  Next
Post new topic   Reply to topic
SpaceTrace Forum Forum Index » Strategy » ST Extension development
View previous topic :: View next topic  
Author Message
Renee Davis
1st Rear Admiral
1st Rear Admiral


Joined: 22 Jul 2005
Posts: 298
Location: Lautem, Timor Leste - Lautem District

 Post Posted: Mon May 14, 2007 8:29 pm    Post subject: ST Extension development
Reply with quote

Since we now have 4 projects going (the TTC_JS.html, vc.exe, the battle report parser, and the auto-navigation system). We will post all news on them in this thread so, we dont have 4. This will remain under strategy due to the lack of a more accurately named topic to put it under.

TTC_JS.html: undate in 24h

VC.exe: update in 48h

Battle parser: in alogorythym stages but all br's are being saved (esp. the accounts gone inactive) so, we can avoid failure to find corresponding battles these accounts may have done prior to the 1st run in 30 days or so. Some rudementary code has been done to extract br's from all active and inactive accounts for the 1st run in Mid June or so.

Auto-Navigation-being done to allow in warp fleet alignment. In testing phase. Best method seems to be to align to 2 axises then to the 3rd.
_________________
 Back to top »
View user's profile Send private message Send e-mail
Dinskydude
Admiral
Admiral


Joined: 18 May 2006
Posts: 854
Location: Nijmegen, The Netherlands, Europe, Earth

 Post Posted: Mon May 14, 2007 10:11 pm    Post subject:
Reply with quote

Cool! It really looks like you guys are putting your back behind it
_________________
 Back to top »
View user's profile Send private message Send e-mail MSN Messenger
Renee Davis
1st Rear Admiral
1st Rear Admiral


Joined: 22 Jul 2005
Posts: 298
Location: Lautem, Timor Leste - Lautem District

 Post Posted: Sun May 20, 2007 4:59 am    Post subject: TTC_JS.html update
Reply with quote

Example hyperdrop calculation run--->setting from David's to my base in the twn network with an intended destination of 465/506/27:

Drop out at: 459.58/497.34/33.44 in: 04 Hours: 10 Minutes: 59 Seconds after: 25.098 sectors. Remaining ETA:06 Hours: 02 Minutes: 22 Seconds after:12.079 sectors...total time: 10 Hours: 13 Minutes: 21 Seconds...if normal warp is used instead: ETA is: 13 Hours: 55 Minutes: 43 Seconds after: 27.857 sectors...hyperdrop method will reduce ETA by: 03 Hours: 42 Minutes: 22 Seconds

NOTE: a negative reduction time indicates hyperdrop method will not be faster in your run and are advised to try another hyperwarp destination.

Next, I think I add a function to remove the GMT clock for those in GMT already

Code thus far (whew!!!):

<html >
<head>
<title>SPACETRACE TRAVEL/TIME CALCULATIONS</title>
<body style="visibility: visible; font-weight: bold; font-size: medium; color: yellow; font-family: Arial; background-color: #333300; vertical-align: baseline; text-align: right; width: 4in; height: 3in;" language="javascript" onload="return window_onload()" > From->
<input id="x1" style="background-image: none; color: lime; position: static;
background-color: black; left: 131px; top: 47px; width: 64px; vertical-align: baseline; text-align: center;" type="text" name="x1" tabindex="1" language="javascript" onblur="return SplitCoords(1)" />/<input id="y1" style="background-image: none; color: lime; position: static;
background-color: black; left: 132px; top: 87px; width: 64px; vertical-align: baseline; text-align: center;" type="text" name="y1" tabindex="2" />/<input id="z1" style="background-color: black; width: 64px; color: lime; vertical-align: baseline; text-align: center;" type="text" name="z1" tabindex="3" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> At -&gt;
<input id="x2" style="background-image: none; color: red; position: static;
background-color: black; left: 131px; top: 47px; width: 64px; vertical-align: baseline; text-align: center;" type="text" name="x2" tabindex="4" language="javascript" onblur="return SplitCoords(2)" />/<input id="y2" style="background-image: none; color: red; position: static;
background-color: black; left: 132px; top: 87px; width: 64px; vertical-align: baseline; text-align: center;" type="text" name="y2" tabindex="5" />/<input id="z2" style="background-color: black; width: 64px; color: red; vertical-align: baseline; text-align: center;" type="text" name="z2" tabindex="6" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> To -&gt;
<input id="x3" style="background-image: none; color: blue; position: static;
background-color: black; left: 131px; top: 47px; width: 64px; vertical-align: baseline; text-align: center;" type="text" name="x3" tabindex="7" language="javascript" onblur="return SplitCoords(3)" />/<input id="y3" style="background-image: none; color: blue; position: static;
background-color: black; left: 132px; top: 87px; width: 64px; vertical-align: baseline; text-align: center;" type="text" name="y3" tabindex="8" />/<input id="z3" style="background-color: black; width: 64px; color: blue; vertical-align: baseline; text-align: center;" type="text" name="z3" tabindex="9" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Warp -&gt;
<input id="Warp" type="text" style="width: 38px; vertical-align: baseline; color: aqua; background-color: black; text-align: center;" tabindex="10" value="5" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp; x Hyper -&gt;
<input id="Hyper" type="text" style="width: 38px; vertical-align: baseline; color: fuchsia; background-color: black; text-align: center;" tabindex="11" value="1" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
<input id="Button1" type="button" value="Calculate" onclick="return Button1_onclick(x1,y1,z1,x2,y2,z2,Warp,Hyper)" style="color: yellow; background-color: red; width: 90px;" tabindex="12" title='Calculate ETA for "From" - "At"' />
&nbsp;&nbsp;&nbsp;&nbsp;
<input id="Button3" type="button" value="?" style="color: yellow; background-color: red;" onclick="return Button3_onclick()" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input id="Button2" type="button" value="Hyperdrop" onclick="return Button2_onclick(x1,y1,z1,x2,y2,z2,x3,y3,z3,Warp,Hyper)" style="color: yellow; background-color: red; width: 90px;" tabindex="13" title="Calculate coords and eta's for a hyperjump followed by a dropout" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;<input id="TTC_Results" style="vertical-align: baseline; width: 278px; color: yellow; height: 41px;
background-color: black; text-align: center; float: none; page-break-before: auto; page-break-after: auto; overflow: auto; clear: both; position: static; display: inline; left: -26px;<br> visibility: visible; top: -16px;" type="text" name="TTC_Results" readonly="readOnly" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;
<input id="LocalTimeClock" style="font-size: medium; left: -18px; vertical-align: baseline;
width: 278px; color: #ffcc66; position: relative; top: 6px; background-color: black;
text-align: center" type="text" readonly="readOnly" language="javascript" />
&nbsp;&nbsp;&nbsp</br>
<input id="GMTTimeClock" style="font-size: medium; left: -18px; vertical-align: baseline;
width: 278px; color: #ffcc66; position: relative; top: 6px; background-color: black;
text-align: center" type="text" readonly="readOnly" language="javascript" />
&nbsp;&nbsp;&nbsp;
<script language="javascript" type="text/javascript">
// <!CDATA[
//Standard TTC -> Distance and time between 2 points
//Global Variables (accessable to other code segements)
var xn;
var yn;
var zn;
var t1 = new Date();
var t2 = new Date();
//
function Button1_onclick(fx1,fy1,fz1,fx2,fy2,fz2,fw,fh) {
// Departure
var dy1;
var dz1;
var dd1;
//Destination
var dx2;
var dy2;
var dz2;
var dd2;
var w;
var hw;
var ts;
//___________
dx1=parseFloat(fx1.value);
dy1=parseFloat(fy1.value);
dz1=parseFloat(fz1.value);
dx2=parseFloat(fx2.value);
dy2=parseFloat(fy2.value);
dz2=parseFloat(fz2.value);
w=parseFloat(fw.value);
hw=parseFloat(fh.value);
dd1=line_seg_point_dist_3d(dx1,dy1,dz1,dx1,dy1,dz1,dx2,dy2,dz2);
dd1=Math.round(dd1*1000)/1000.0;
ts=(dd1*9000)/(w*hw);
TTC_Results.value="Distance = "+dd1+" sectors ETA: "+parseSeconds(ts);
}

//Hyperdrop TTC -> Distances/times and (dropout) coords between two points in hyperwarp
//followed by a dropout of hyper into standard warp for a final destination
function Button2_onclick(fx1,fy1,fz1,fx2,fy2,fz2,fx3,fy3,fz3,fw,fh) {
// Departure
var dx1;
var dy1;
var dz1;
var dd1;
//Destination
var dx2;
var dy2;
var dz2;
var dd2;
//Final Destination
var dx3;
var dy3;
var dz3;
var dd3;
//Dropout
var dx4;
var dy4;
var dz4;
var dd4;
//___________
var w;
var hw;
var ts1;
var ts2;
dx1=parseFloat(fx1.value);
dy1=parseFloat(fy1.value);
dz1=parseFloat(fz1.value);
dx2=parseFloat(fx2.value);
dy2=parseFloat(fy2.value);
dz2=parseFloat(fz2.value);
dx3=parseFloat(fx3.value);
dy3=parseFloat(fy3.value);
dz3=parseFloat(fz3.value);
w=parseFloat(fw.value);
hw=parseFloat(fh.value);
dd2=line_seg_point_near_3d(dx1,dy1,dz1,dx2,dy2,dz2,dx3,dy3,dz3);
dd1=line_seg_point_dist_3d(dx1,dy1,dz1,dx1,dy1,dz1,xn,yn,zn);
dd3=line_seg_point_dist_3d(dx1,dy1,dz1,dx1,dy1,dz1,dx3,dy3,dz3);
dd1=Math.round(dd1*1000)/1000.0;
dd2=Math.round(dd2*1000)/1000.0;
dd3=Math.round(dd3*1000)/1000.0;
ts1=(dd1*9000)/(w*hw);
ts2=(dd2*9000)/(w);
ts3=(dd3*9000)/(w);
TTC_Results.value="Drop out at: "+xn+"/"+yn+"/"+zn+" in: "+parseSeconds(ts1)+" after: "+dd1+" sectors. Remaining ETA:"+parseSeconds(ts2)+ " after:"+dd2+" sectors...total time: "+parseSeconds(ts1+ts2)+"...if normal warp is used instead: ETA is: "+parseSeconds(ts3)+" after: "+dd3+" sectors...hyperdrop method will reduce ETA by: "+parseSeconds(ts3-(ts1+ts2));
}

function Button3_onclick() {
alert("Instructions:\n 1)For standard tcc:\n A) Enter departure into top row\n B) Enter destination into 2nd row\n C) Enter the normal warp (not the hyperwarp) into warp input\n D) Enter hyperwarp boost (ex: wh's = 2.5, twn's = 3)\n E) Click on calcuate\n 2) For hyperdrop tcc:\n A) Enter departure into top row\n B) Enter destination in hyperwarp into 2nd row\n C) Enter final desired destination into 3rd row\n D) Enter the normal warp (not the hyperwarp) into warp input\n E) Enter hyperwarp boost (ex: wh's = 2.5, twn's = 3)\n F) Click on Hyperdrop ");
}

function MAXVAL(a,b)
{if(a>b)return a;else return b;}
function MINVAL(a,b)
{if(a<b)return a;else return b;}

function line_seg_point_dist_3d(fx1,fy1,fz1,fx2,fy2,fz2,fx3,fy3,fz3) {
var bot;
var dist;
var t;
var fx4;
var fy4;
var fz4;
if((fx1==fx2)&&(fy1==fy2)&&(fz1==fz2)) {
fx4=fx1;
fy4=fy1;
fz4=fz1;
}
else {
bot=(fx1-fx2)*(fx1-fx2)+(fy1-fy2)*(fy1-fy2)+(fz1-fz2)*(fz1-fz2);
t=((fx1-fx3)*(fx1-fx2)+(fy1-fy3)*(fy1-fy2)+(fz1-fz3)*(fz1-fz2))/bot;
t=MAXVAL(t,0.0);
t=MINVAL(t,1.0);
fx4=fx1+t*(fx2-fx1);
fy4=fy1+t*(fy2-fy1);
fz4=fz1+t*(fz2-fz1);
}
dist=Math.sqrt((fx4-fx3)*(fx4-fx3)+(fy4-fy3)*(fy4-fy3)+(fz4-fz3)*(fz4-fz3));
return dist;
}

function line_seg_point_near_3d(fx1,fy1,fz1,fx2,fy2,fz2,fx3,fy3,fz3) {
var bot;
var t;
var dist;
if((fx1==fx2)&&(fy1==fy2)&&(fz1==fz2)) {
t=0;
xn=fx1;
yn=fy1;
zn=fz1;
}
else {
bot=(fx1-fx2)*(fx1-fx2)+(fy1-fy2)*(fy1-fy2)+(fz1-fz2)*(fz1-fz2);
t = (+(fx1-fx3)*(fx1-fx2)+(fy1-fy3)*(fy1-fy2)+(fz1-fz3)*(fz1-fz2))/bot;
if(t<0.0) {
t=0.0;
xn=fx1;
yn=fy1;
zn=fz1;
}
else if(t>1.0) {
t=1.0;
xn=fx2;
yn=fy2;
zn=fz2;
}
else {
xn=fx1+t*(fx2-fx1);
yn=fy1+t*(fy2-fy1);
zn=fz1+t*(fz2-fz1);
}
}
dist=Math.sqrt((xn-fx3)*(xn-fx3)+(yn-fy3)*(yn-fy3)+(zn-fz3)*(zn-fz3));
xn=Math.round(xn*100)/100.0;
yn=Math.round(yn*100)/100.0;
zn=Math.round(zn*100)/100.0;
return dist;
}

function startTime()
{
var today=new Date();
var todayGMT=new Date();
var element=document.getElementById("LocalTimeClock");
var element2=document.getElementById("GMTTimeClock");
element.value=today.toDateString()+" "+today.toTimeString();
element2.value=todayGMT.toGMTString();
t=setTimeout('startTime()',1000);
}
function checkTime(i) {
if (i<10) {
i="0"+i;
}
return i;
}

function window_onload() {
startTime();
return 0;
}

function SplitCoords(idx) {
var element1=document.getElementById("x"+idx);
var element2=document.getElementById("y"+idx);
var element3=document.getElementById("z"+idx);
var coordStr=element1.value;
var coords=coordStr.split("/",3);
if(coords[1]&&coords[2]) {
element1.value=coords[0];
element2.value=coords[1];
element3.value=coords[2];
}
return 0;
}

// ]]></script>

<script language="vbscript" type="text/vbscript">
' <!VBDATA[

Function parseSeconds(s)
dim tStr
d = s \ 86400
s = s Mod 86400
h = s \ 3600
s = s Mod 3600
m = s \ 60
s = s Mod 60
h = checkTime(h)
m = checkTime(m)
s = checkTime(s)
If d > 0 Then
tStr = d & " Days: "
End If
tStr = tStr & h & " Hours: " & m & " Minutes: " & s & " Seconds"
parseSeconds = tStr
End Function

' ]]></script>

</body>
</html>
_________________
 Back to top »
View user's profile Send private message Send e-mail
MicroJak
Admiral
Admiral


Joined: 27 Jun 2006
Posts: 2315
Location: London, UK

 Post Posted: Sun May 20, 2007 3:59 pm    Post subject:
Reply with quote

cool......
_________________
Quote:
When you're good you're very good, but when you're bad you're better.
 Back to top »
View user's profile Send private message Send e-mail
ml7
Lieutenant Commander
Lieutenant Commander


Joined: 01 Apr 2007
Posts: 65

 Post Posted: Sun May 20, 2007 7:21 pm    Post subject:
Reply with quote

whoa what a letters... dont understand anything...


_________________
you can beat the world...
you can beat the universe...
you cant beat ml7.


so...
never try
 Back to top »
View user's profile Send private message
Renee Davis
1st Rear Admiral
1st Rear Admiral


Joined: 22 Jul 2005
Posts: 298
Location: Lautem, Timor Leste - Lautem District

 Post Posted: Mon May 21, 2007 5:50 am    Post subject:
Reply with quote

You can copy then paste that code into a text editor (the windows textpad will do fine) then save it as a *.htm or *.html file and run it by loading into iexplore (firefox works only up to the eta calculation and can not recognize the vb script section so, it will not output any calculation results...working on that).
This app is also accessible at:
http://www.geocities.com/davalan47/TCC_JS.html

The vector calculator is availible at:
http://www.geocities.com/davalan47/VC.zip

That must be downloaded then installed to your hd to work (use winzip if you dont have a way to uncompress this format, we have to post it this way as our free website does not allow uploading of executables, working on that too).
Instructions for the VC are in forum thread:
http://www.spacetrace.com/forum/viewtopic.php?t=5874

Make sure you read the latest posts on the use of the VC (esp. the "TTCDevC" version).

Feel free to pm any questions, problems and bugs to David or I. Also feel free to hack away at that TTC_JS. html, if you mess it up, just overwrite it with another copy / paste.

David has recoded the lost VC code (lost with our eq. stolen in SF 2 weeks back :S ) with an improved alogorythym and will post the updates for that asap.

note by admin:
there are copies here:
http://www.spacetrace.com/addons/
_________________
 Back to top »
View user's profile Send private message Send e-mail
Knight of Truth
Admiral
Admiral


Joined: 12 Jan 2006
Posts: 2011

 Post Posted: Mon May 21, 2007 6:45 am    Post subject:
Reply with quote

awww... I cant use it... I got rid of my sucky IE...

Oh well.
_________________
[img]http://img408.imageshack.us/img408/599/kot2ks1.jpg[/img]

MicroJak wrote:

For fuck's sake would you both please stop fucking swearing!!!!
 Back to top »
View user's profile Send private message
MicroJak
Admiral
Admiral


Joined: 27 Jun 2006
Posts: 2315
Location: London, UK

 Post Posted: Mon May 21, 2007 5:49 pm    Post subject:
Reply with quote

I can! Whoo Hoo! Lucky Day!
_________________
Quote:
When you're good you're very good, but when you're bad you're better.
 Back to top »
View user's profile Send private message Send e-mail
Knight of Truth
Admiral
Admiral


Joined: 12 Jan 2006
Posts: 2011

 Post Posted: Tue May 22, 2007 7:01 am    Post subject:
Reply with quote

Trace probe works pretty good too... HA! You spoke too soon!
_________________
[img]http://img408.imageshack.us/img408/599/kot2ks1.jpg[/img]

MicroJak wrote:

For fuck's sake would you both please stop fucking swearing!!!!
 Back to top »
View user's profile Send private message
Renee Davis
1st Rear Admiral
1st Rear Admiral


Joined: 22 Jul 2005
Posts: 298
Location: Lautem, Timor Leste - Lautem District

 Post Posted: Tue May 22, 2007 5:02 pm    Post subject:
Reply with quote

Think I will work on the gmt clock and the firefox compatibility today. In 4 days I will be adding alot more as we intend on using a twn / mtwg combo to hyperdrop an admin wormhole with a setting for the other admin wh. End result will be an acceleration from warp 15 to warp 500
So I will be setting up a caculation for this new "dual hyperdrop" method.
Many thanks to KOT for this idea (his impossible suggestion of using twn's within the wh network or vice versa, that is not possible but, a direct hyperdrop out of one system into another should be )
_________________
 Back to top »
View user's profile Send private message Send e-mail
Knight of Truth
Admiral
Admiral


Joined: 12 Jan 2006
Posts: 2011

 Post Posted: Wed May 23, 2007 9:24 am    Post subject:
Reply with quote

Huh? Suggestion?
_________________
[img]http://img408.imageshack.us/img408/599/kot2ks1.jpg[/img]

MicroJak wrote:

For fuck's sake would you both please stop fucking swearing!!!!
 Back to top »
View user's profile Send private message
DavAlan
Admiral
Admiral


Joined: 24 Aug 2004
Posts: 778
Location: Palo Alto, California

 Post Posted: Wed Jun 27, 2007 10:12 pm    Post subject:
Reply with quote

Update for VC posted. Zip file includes C++ code files from now on.
An operation shell program to run the calc and auto load the results into the browser for this is in progress. First auto shell will use the Microsoft .NET framework (found on the Windows XP installation disk or downloadable from MS website) more on that in a day or two.
New calculation alog. now runs faster.
TTC_JS.html updated also...gmt clock disabled if the users pc is on GMT already.
Changes with us have delayed lately but, getting back in asap.
_________________
"Destruction leads to a very rough road
But it also breeds creation
And earthquakes are to a girl's guitar
They are just another good vibration
And tidal waves couldn't save the world
From Californication"
Red Hot Chili Peppers - Californication
https://www.youtube.com/watch?v=YlUKcNNmywk
___________________________________
https://www.facebook.com/david.brass.524
 Back to top »
View user's profile Send private message Send e-mail
Renee Davis
1st Rear Admiral
1st Rear Admiral


Joined: 22 Jul 2005
Posts: 298
Location: Lautem, Timor Leste - Lautem District

 Post Posted: Sun Jul 08, 2007 7:47 pm    Post subject: State of current projects ...
Reply with quote

TTC_JS remains unchanged and still functonal under Internet Explorer but, not firefox.

Prewarp and player listing for VC.exe output will not work now, I think we will have to extract the users login and access the st window frames with that as a parameter now ??? :| That is david's task though....

The ST battle record battle parser is on hold, we did not like what the preliminary run revealed and will implement it at the start of the next round after deleting and disregarding the one we just did last week

Auto navigation is still in the works and on hold until we get the ST frame access method corrected....
_________________
 Back to top »
View user's profile Send private message Send e-mail
DavAlan
Admiral
Admiral


Joined: 24 Aug 2004
Posts: 778
Location: Palo Alto, California

 Post Posted: Sun Jul 08, 2007 10:26 pm    Post subject: Re: State of current projects ...
Reply with quote

Renee Davis wrote:

Prewarp and player listing for VC.exe output will not work now, I think we will have to extract the users login and access the st window frames with that as a parameter now ??? :| That is david's task though....

The IP for all ST function calls was changed by the server update so, this may not be hard to fix and may not require the log in data to run.
....hopefully the vc functionality will be back in later today
_________________
"Destruction leads to a very rough road
But it also breeds creation
And earthquakes are to a girl's guitar
They are just another good vibration
And tidal waves couldn't save the world
From Californication"
Red Hot Chili Peppers - Californication
https://www.youtube.com/watch?v=YlUKcNNmywk
___________________________________
https://www.facebook.com/david.brass.524
 Back to top »
View user's profile Send private message Send e-mail
Renee Davis
1st Rear Admiral
1st Rear Admiral


Joined: 22 Jul 2005
Posts: 298
Location: Lautem, Timor Leste - Lautem District

 Post Posted: Mon Jul 09, 2007 3:46 am    Post subject: Re: State of current projects ...
Reply with quote

DavAlan wrote:
The IP for all ST function calls was changed by the server update so, this may not be hard to fix and may not require the log in data to run.
....hopefully the vc functionality will be back in later today


Well, got it done posting the update now. That html write function was more my area actaully
_________________
 Back to top »
View user's profile Send private message Send e-mail
Renee Davis
1st Rear Admiral
1st Rear Admiral


Joined: 22 Jul 2005
Posts: 298
Location: Lautem, Timor Leste - Lautem District

 Post Posted: Mon Jul 09, 2007 4:40 am    Post subject: More on the VC
Reply with quote

This is how to foil the thing for the most part. Ran it on David's fleet departing the bh earlier (note the even delta's for y and z...and a change of 2, 1, 1 sectors for each possibility this causes mass possibilities to get output, and would mean that an eye in the sky rig would be needed to investigate further (the possibilities lie in a straight line ). Actual course settings are in red (the total overall changes being 12/6/6 sectors giving the ratio of 2/1/1 in the results below)

Coordinates entered: 499.450000/499.730000/49.730000
Deltas entered: -12.246;-6.125;-6.125
Colinearity search returns: 53 results close to fleet course.

Possible departure points:
500/500/50--->Center in comm list---> Center in planet list
502/501/51--->Center in comm list---> Center in planet list
504/502/52--->Center in comm list---> Center in planet list
506/503/53--->Center in comm list---> Center in planet list
508/504/54--->Center in comm list---> Center in planet list
510/505/55--->Center in comm list---> Center in planet list
512/506/56--->Center in comm list---> Center in planet list
514/507/57--->Center in comm list---> Center in planet list
516/508/58--->Center in comm list---> Center in planet list
518/509/59--->Center in comm list---> Center in planet list
520/510/60--->Center in comm list---> Center in planet list
Possible destination points:
416/458/8--->Center in comm list---> Center in planet list
418/459/9--->Center in comm list---> Center in planet list
420/460/10--->Center in comm list---> Center in planet list
422/461/11--->Center in comm list---> Center in planet list
424/462/12--->Center in comm list---> Center in planet list
426/463/13--->Center in comm list---> Center in planet list
428/464/14--->Center in comm list---> Center in planet list
430/465/15--->Center in comm list---> Center in planet list
432/466/16--->Center in comm list---> Center in planet list
434/467/17--->Center in comm list---> Center in planet list
436/468/18--->Center in comm list---> Center in planet list
438/469/19--->Center in comm list---> Center in planet list
440/470/20--->Center in comm list---> Center in planet list
442/471/21--->Center in comm list---> Center in planet list
444/472/22--->Center in comm list---> Center in planet list
446/473/23--->Center in comm list---> Center in planet list
448/474/24--->Center in comm list---> Center in planet list
450/475/25--->Center in comm list---> Center in planet list
452/476/26--->Center in comm list---> Center in planet list
454/477/27--->Center in comm list---> Center in planet list
456/478/28--->Center in comm list---> Center in planet list
458/479/29--->Center in comm list---> Center in planet list
460/480/30--->Center in comm list---> Center in planet list
462/481/31--->Center in comm list---> Center in planet list
464/482/32--->Center in comm list---> Center in planet list
466/483/33--->Center in comm list---> Center in planet list
468/484/34--->Center in comm list---> Center in planet list
470/485/35--->Center in comm list---> Center in planet list
472/486/36--->Center in comm list---> Center in planet list
474/487/37--->Center in comm list---> Center in planet list
476/488/38--->Center in comm list---> Center in planet list
478/489/39--->Center in comm list---> Center in planet list
480/490/40--->Center in comm list---> Center in planet list
482/491/41--->Center in comm list---> Center in planet list
484/492/42--->Center in comm list---> Center in planet list
486/493/43--->Center in comm list---> Center in planet list
488/494/44--->Center in comm list---> Center in planet list
490/495/45--->Center in comm list---> Center in planet list
492/496/46--->Center in comm list---> Center in planet list
494/497/47--->Center in comm list---> Center in planet list
496/498/48--->Center in comm list---> Center in planet list
498/499/49--->Center in comm list---> Center in planet list
_________________
 Back to top »
View user's profile Send private message Send e-mail
Renee Davis
1st Rear Admiral
1st Rear Admiral


Joined: 22 Jul 2005
Posts: 298
Location: Lautem, Timor Leste - Lautem District

 Post Posted: Sun Jul 15, 2007 10:16 pm    Post subject: Adding a new app asap...
Reply with quote

A "VC_Shell.exe" to run the VC.exe directly from the probes screen (by clicking on the js "calc button" addin), and auto-load the results into a new browser instance.
This will use the Microsoft ".NET framework" and you will probably need to install this from your windows xp installation disk or from our server (we will have all posts done by tomorrow).
Working on a single installation app to simplify this installation as well.
We eventually intend to combine all these add-ins into a single "ST shell" as client software although the slower html's and js's will also continue (mostly for people running from public pc's, non-MS op sys's, and etc that can not install the .NET framework).
_________________
 Back to top »
View user's profile Send private message Send e-mail
Holy KNight
2nd Rear Admiral
2nd Rear Admiral


Joined: 01 Jun 2007
Posts: 158

 Post Posted: Sun Jul 15, 2007 10:37 pm    Post subject: Re: Adding a new app asap...
Reply with quote

Renee Davis wrote:
A "VC_Shell.exe" to run the VC.exe directly from the probes screen (by clicking on the js "calc button" addin), and auto-load the results into a new browser instance.
This will use the Microsoft ".NET framework" and you will probably need to install this from your windows xp installation disk or from our server (we will have all posts done by tomorrow).
Working on a single installation app to simplify this installation as well.
We eventually intend to combine all these add-ins into a single "ST shell" as client software although the slower html's and js's will also continue (mostly for people running from public pc's, non-MS op sys's, and etc that can not install the .NET framework).



in engish please
 Back to top »
View user's profile Send private message
spacetrace
Board Admin
Board Admin


Joined: 24 Dec 2001
Posts: 1624

 Post Posted: Mon Jul 16, 2007 1:25 am    Post subject:
Reply with quote

really great!!
 Back to top »
View user's profile Send private message
Knight of Truth
Admiral
Admiral


Joined: 12 Jan 2006
Posts: 2011

 Post Posted: Mon Jul 16, 2007 11:51 am    Post subject: Re: Adding a new app asap...

Holy KNight wrote:
in engish please


I think I would rather have it in English.
_________________
[img]http://img408.imageshack.us/img408/599/kot2ks1.jpg[/img]

MicroJak wrote:

For fuck's sake would you both please stop fucking swearing!!!!
 Back to top »
View user's profile Send private message
Display posts from previous:   
SpaceTrace Forum Forum Index » Strategy » ST Extension development
Post new topic   Reply to topic All times are GMT + 1 Hour
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Solaris phpBB theme/template by Jakob Persson
Copyright © Jakob Persson 2003



Powered by phpBB © 2001, 2002 phpBB Group

Impressum