Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Releases: RealRTTV/chatcalc

v3.0.21

02 Dec 19:36

Choose a tag to compare

  • setting functions to not exist now works correctly
  • copy to clipboard on defined functions
  • added sgn function
  • added a terrible factorial function
  • fixed a bug with negative signs not working
  • reworked the math engine logic
  • changed random() and rand() to be rand and random
  • added custom constants

v3.0.20

12 Nov 22:38

Choose a tag to compare

  • Added the cmp function
  • Fixed a lot of bugs

v3.0.19

12 Nov 16:06

Choose a tag to compare

  • Added rad and deg
  • Fixed bug with yaw and pitch
  • Added phi and tau
  • Added min, max, and clamp.

v3.0.18

12 Nov 12:54

Choose a tag to compare

  • Added yaw and pitch variables
  • Fixed bug with = crashing the game ( #9 )
  • Fixed bug with inverse trig functions ( #11 )

v3.0.17

13 Oct 03:30

Choose a tag to compare

removed the old engine, also added hints so you don't even have to press tab

v3.0.14

15 May 23:12

Choose a tag to compare

  • rewrote the entire function system to let me have multivariable functions
  • your input will not compute rather than giving back "NaN" if your syntax is incorrect
  • added cfg? to give you a list of the config options
  • fixed existing code that had logic issues, "1+2)/3" is now equal to 1 instead of 3

v3.0.13

14 May 05:01

Choose a tag to compare

- refactored config system so it doesn't break when i add new feature…

v3.0.6

10 Jul 23:56

Choose a tag to compare

added x(y) multiplication syntax

v3.0.5

01 Jul 16:05

Choose a tag to compare

added 3(4) multiplication syntax

v3.0.4

30 Jun 22:14

Choose a tag to compare

fixed numerous tiny bugs