Official Soldat Forums

Server Talk => Scripting Discussions and Help => Topic started by: Avarax on June 04, 2007, 04:14:13 pm

Title: Improved 2.6.1 Soldatserver
Post by: Avarax on June 04, 2007, 04:14:13 pm
I'm not completely sure whether I'm allowed to post this (I'd guess so though), but EnEsCe recently gave me a modified 2.6.1 binary and .exe that includes some more basic  mathematic functions that i needed for my hexer script. The new functions are:

function tan(x: real): real
calculates tangent of angle x (rad)

function arctan(x: real): real
calculates arcustangent of angle x (rad)

(sin() and cos() were there before, no tangent or arcustangent though)

function LogN(n,x: real): real
calculates "result":   x^result = n

I think some other stuff was added aswell.
As soon as i get the permission of EnEsCe (and hopefully a completition of the list above), i'll upload the improved binary and .exe :)
Title: Re: Improved 2.6.1 Soldatserver
Post by: urraka on June 04, 2007, 04:58:34 pm
You wrote arcustangent on both tan and arctan.
And tan = sin/cos if my memory isn't failing :P

Anyway, I suppose EnEsCe will make any new server binaries available on his site or somewhere when it's needed. (and i think the server has a few bugs he said was going to fix)
Title: Re: Improved 2.6.1 Soldatserver
Post by: EnEsCe on June 04, 2007, 08:31:47 pm
No, the public has to wait for a new version. There is no need at all for you to upload this for others.
Title: Re: Improved 2.6.1 Soldatserver
Post by: mikembm on June 04, 2007, 09:56:01 pm
No need? Only Avarax can have a need for these?
Title: Re: Improved 2.6.1 Soldatserver
Post by: FliesLikeABrick on June 04, 2007, 10:11:31 pm
I guess you can consider Avarax a "tester," but I do think that these "test" versions should be available to the public, at their own risk.
Title: Re: Improved 2.6.1 Soldatserver
Post by: DorkeyDear on June 04, 2007, 10:26:56 pm
I guess you can consider Avarax a "tester," but I do think that these "test" versions should be available to the public, at their own risk.
I completely agree... could come to be extremely useful with some circle stuff :)