Skip to content

Releases: NimbusFox/Staxel-FoxCore

2

11 May 21:29
Compare
Choose a tag to compare
V2

Added in Lua and Javascript parsers but will not be implemented into the
core mod for now.

Added in variant system

Created new directory system to replace the old file system as the file
system only supported the one directory and not allowing the creation
of new directories or traveling through them

Improved the object to blob system

Disabled writing the user cache until a solution can be found regarding
writing files and not trying to write files that are currently in use

1.1

05 Mar 20:03
Compare
Choose a tag to compare
1.1

Plenty of bug fixes and additions to functionality

Live release V1 20180228

28 Feb 23:53
Compare
Choose a tag to compare

This is the first live release of the mod allowing for other developers to include in their projects without the need to download the source code

  • Added the ability for developers to access the user list easily
  • Added the ability for developers to get clean error logs and data of their choice (Like raw database data)
  • Added the ability for developers to save and read files easily and in what format (json or raw binary)
  • Added the ability for developers to access particle management and be able to use them in an easier way.