Skip to content

DevScript 1.9.12

Compare
Choose a tag to compare
@DevKevYT DevKevYT released this 06 Sep 07:31
· 10 commits to master since this release

See "changelog.txt"

  • DevScript can now property handle the null variable $null. (="undefined")
  • Added an explanation for the "wait" command
  • Added an overloaded command "push [value] [array] [index]" to insert values at a specified index into an array
  • Added some tips (On how to create "classes", for example) and improved the tutorials
  • The variable PI should now be recognized as an actual number
  • More examples
  • Fixed a profanity in an error message
  • Division by zero now throws a readable error message (It previously resultet in "Infinity" which was not recognized as a number before, causing confusing errors
  • Added an ascii raycast example to show off the script capabilities (Take a look! Examples -> demos -> raycast)
  • Added a snake game as example
  • Fixed an issue where 0.000 == 0 would return false
  • Added a "keyPressed" event function to the devscript editor library so you can create simple games.
  • Improved performance
  • More minor fixes