Skip to content

JM36 - v20230826.0 - Stable

Latest
Compare
Choose a tag to compare
@JayMontana36 JayMontana36 released this 26 Aug 02:30
1bea314
  • Some improvements and bugfixes.
  • Made the garbage collector more aggressive (from 200,200 to 100,100) by default
  • Implemented new Vector3 functions, making Vector3s so much easier and better to work with universally all around
  • Implemented a new string escape function
  • Implemented new string operation/function for "directly" indexing a string, and some other basic "shortcuts" or syntactic sugar
  • Fixed/Restored the original operation of the configFile Read function (do not assert on invalid file, simply return a blank/empty table)
  • Fixed an issue with DLL based modules (attempting to load and interpret DLL files as Lua scripts)
  • Improved the native function (re)implementation of GetDistanceBetweenCoords and also made it now behave more like the actual native implementation does (always calculate in 3D by default unless explicitly told not to with using false for that parameter)
  • Further cleaned up and optimized the old legacy GUI.lua (gosh we need something better lol this still isn't great at all)