Skip to content

Releases: Ealrann/VSand

VSand v1.4.2

11 Dec 21:06
Compare
Choose a tag to compare

VSand v1.4.0

16 Jul 08:43
Compare
Choose a tag to compare

VSand v1.3.1

08 Oct 07:35
Compare
Choose a tag to compare

Fix crash with mesa 19.2

You can find the last version here:
https://ealrann.itch.io/vsand

The change log:
https://ealrann.itch.io/vsand/devlog/103525/vsand-v131

VSand v1.3.0

01 Sep 19:49
Compare
Choose a tag to compare

New material, Acid!

You can find the last version here:
https://ealrann.itch.io/vsand

The change log:
https://ealrann.itch.io/vsand/devlog/97715/vsand-v130

VSand v1.2.4

24 Jul 13:30
Compare
Choose a tag to compare

The build is available here: https://ealrann.itch.io/vsand

This minor version focus on technical improvements, under the hood:

  • Review of the building process to keep the different modules of the game in different pieces. This allow to take benefit of the patch system of Itch.io. In other words: when you'll update the game using the Itch Application, only the modified modules will be downloaded.

  • Update of the embedded JRE: v11.0.4+11-Openj9-0.15.1

  • VSand now runs with -Xshareclasses option (from Openj9), allowing faster game start.

  • Faster RNG: ThreadLocalRandom.

VSand v1.2.3

19 Jun 15:20
Compare
Choose a tag to compare
  • #16: Fix the double speed.
  • Minor tweak plant, should grows a bit better under rain.

From now, I will publish the new releases on itch.io, to improve the game visibility. It will of course remain free.

https://ealrann.itch.io/vsand

VSand v1.2.2

17 Jun 11:30
Compare
Choose a tag to compare
  • Massive rewrite of the compute shader, 50% performances more!
  • Add a benchmark mode (on linux, you should run it inside a console).
  • Fuel combustion tweaked a bit.
  • Wax combustion reworked.

VSand v1.2.1

31 May 19:03
Compare
Choose a tag to compare

Changes

  • Change some densities (Liquid wax, lava, fuel, petrol, concrete), to create more interesting layers.
  • Concrete and wax will now dry on non-static materials (e.g: sand).

Fix

  • #14 Fix particles drifting to the left (thanks to @warnotte)
  • GUI doesn't resize after fullscreen

VSand v1.2.0

11 May 14:17
Compare
Choose a tag to compare

New features:

  • Change cursor: brush.
  • New materials: Fuel and Petrol

Fix:

  • Clean the board image during startup (avoid some artefacts in bottom right corner).

Other:

  • Use OpenJDK - OpenJ9.

VSand v1.1.4

02 May 18:06
Compare
Choose a tag to compare

Fix bugs, minor optimizations.