Skip to content

Releases: 1Axen/Secure-Cast

SecureCast v1.1.3

15 May 02:28
Compare
Choose a tag to compare

Fixes

  • Fix raycast not ignoring already penetrated walls

SecureCast v1.1.1

14 Oct 18:09
Compare
Choose a tag to compare
  • Fixed an error with Snapshots.GetPlayerAtTime
  • Removed some of the required workspace folders (Map, Visuals) now only a Characters folder is needed

v1.0.0

14 Sep 05:54
Compare
Choose a tag to compare
  • Improved types
  • Re-structured the documentation
  • Added setup guide to the documentation page
  • Modifiers now take a BindableEvent for each event you want to override instead of overriding every event
  • Added definitions folder to the settings module which allows you to specify an alternative directory to load projectile definitions from
  • Added interpolation handling to the documentation (Make sure to read this as it is key to proper lag compensation)

SecureCast v0.1.0

11 Sep 02:05
f466d48
Compare
Choose a tag to compare

What's Changed

  • Added documentation
  • Removed OOP from the voxels utility
  • Added a Collaterals property to projectiles
  • Added a settings module to allow for easier modification of the system
  • Decoupled the snapshots from the simulation module, snapshots can now be used from outside the simulation
  • Server now correctly detects RaycastFilters using RaycastFilterType.Exclude which intersect characters