Skip to content

Releases: mikex86/Velox

1.0.3-alpha

10 Apr 18:01
Compare
Choose a tag to compare
1.0.3-alpha Pre-release
Pre-release

Early development of the Velox Plugin API + more thread safety, fixed dead locks etc

1.0.2-alpha

02 Apr 07:51
Compare
Choose a tag to compare
1.0.2-alpha Pre-release
Pre-release

A release that fixes more stuff. For more detail, look at the commit messages.

1.0.1-alpha

30 Mar 10:11
Compare
Choose a tag to compare
1.0.1-alpha Pre-release
Pre-release

This build fixes many bugs of the first release and introduces a two-tier chunk caching system.

1.0.0-alpha

29 Mar 07:17
Compare
Choose a tag to compare
1.0.0-alpha Pre-release
Pre-release

The first build of Velox.
Here be dragons:
This build just implements region based entity ticking.
There are many global collections mutated by the entity tick that are not yet made thread-safe in this build.
It is only a matter of time until this build will crash.

Having said that, every crash report is helpful to find all places where thread safety measures must be taken.
Please do not hesitate to create an issue submiting your crash report.