Skip to content

v0.2.0

Pre-release
Pre-release

Choose a tag to compare

@NarcoMarshDev NarcoMarshDev released this 05 Oct 12:07
· 14 commits to master since this release

Summary:

Started the process of adding new data structures with queues and stacks, and some assorted new class methods.

Additions:

Classes

  • Added class ESE_Queue
  • Added class ESE_DynamicQueue
  • Added class ESE_Stack
  • Added class ESE_DynamicStack

Methods

  • Added ESE_Math.CeilToNearestMultiple()
  • Added ESE_IO.ReadSpaceDelimitedFileAsArray()
  • Added ESE_Entities.GetMaterial()

Removed:

Classes

  • Removed experimental class ESE_array

Files

  • Removed ESE_CoreTypes.c

Tweaked:

Methods

  • ESE_Entities.SpawnPrefab() now takes a vector[4] transform as a position input instead of a single vector