Skip to content

Releases: Vurv78/VExtensions

VExtensions 0.3.2 / 2.20.2021

21 Feb 07:31
Compare
Choose a tag to compare

Update that adds some new StarfallEx functions

  • Added player:trusts(player) SHARED (This acts exactly as E2's trust function did, before sparky nerfed it recently so now you can only get friend status to people you're friends with.)
  • Added printLocal(...) CLIENT (Pretty much printGlobal, but with slightly less restrictions and prints to the local client)
  • Added printLocalLimits() CLIENT Returns maximum chars in printLocal message, maximum args.
  • Added canPrintLocal() CLIENT Returns whether you can printLocal, since it is still restricted by a 4 calls per second burst limit.

VExtensions 0.3.1 / 2.11.2021

12 Feb 07:55
Compare
Choose a tag to compare

Rewrite printGlobal, except again...

  • Rename e2helperfuncs to e2core
  • Rename tests to run_tests
  • Update documentation for printGlobal to be more concise
  • Make printGlobal alerts be hidden based off of who sent them, so now lastPrintG* functions will be hidden if you were not sent the message personally.
  • PrintGlobal now just cuts off your message at the character limit instead of erroring your chip.
  • Added a lot more examples to the readme and /examples/

VExtensions 0.3.0 / 1.24.2021

24 Jan 23:01
5aee6d4
Compare
Choose a tag to compare
  • Add runString function
  • Add VExtensions/tests to test E2 code through vex_test
  • Add vex_version, which tells you the version on the server + The most recent release.
  • Overhaul printGlobal, remove printglobal burstmax convar.
  • Add burstManager_sh in modules
  • Add tests in modules/server

VExtensions 0.2.0 / 1.8.2021

09 Jan 04:44
2784b14
Compare
Choose a tag to compare

Finally another release. This along with the tag of v0.2.0 are huge understatements but there has been a lot added and fixed from now and the last release.

This adds a vital security / crash fix, so update to this asap.

VExtensions 0.1.0 / 11.16.2020

17 Nov 05:10
9282c0e
Compare
Choose a tag to compare

It should be stable rn