Author Topic: Improved 2.6.1 Soldatserver  (Read 1092 times)

0 Members and 1 Guest are viewing this topic.

Offline Avarax

  • Veteran
  • *****
  • Posts: 1529
    • Official Hexer & MMod site
Improved 2.6.1 Soldatserver
« 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 :)
« Last Edit: June 04, 2007, 05:09:39 pm by Avarax »
I like to have one Martini
Two at the very most
Three I'm under the table
Four I'm under the host

Offline urraka

  • Soldat Developer
  • Flagrunner
  • ******
  • Posts: 703
Re: Improved 2.6.1 Soldatserver
« Reply #1 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)
urraka

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: Improved 2.6.1 Soldatserver
« Reply #2 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.

Offline mikembm

  • Soldier
  • **
  • Posts: 210
Re: Improved 2.6.1 Soldatserver
« Reply #3 on: June 04, 2007, 09:56:01 pm »
No need? Only Avarax can have a need for these?

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: Improved 2.6.1 Soldatserver
« Reply #4 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.

Offline DorkeyDear

  • Veteran
  • *****
  • Posts: 1507
  • I also go by Curt or menturi
Re: Improved 2.6.1 Soldatserver
« Reply #5 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 :)