Skip to content

Releases: simlu/voxelshop

1.8.26

01 May 04:49
99fd77c
Compare
Choose a tag to compare
1.8.26 Pre-release
Pre-release

minor fixes to installation script

1.8.25

21 Apr 16:14
d9b6cbc
Compare
Choose a tag to compare
1.8.25 Pre-release
Pre-release
  • Added install/uninstall for Linux [#296] (Big Thanks to @Poikilos)
  • Added general install instructions

1.8.24

11 Sep 03:32
053b31a
Compare
Choose a tag to compare
1.8.24 Pre-release
Pre-release

Updated recommended export settings for Stonehearth

1.8.23

09 Aug 01:37
cbce77f
Compare
Choose a tag to compare
1.8.23 Pre-release
Pre-release

Feature: Added slice exporter (Big thanks to @Raudius)

553v53r 1

Added the option to export slices of the model as bitmap images. This export option can be used for the creation of stacked sprites to create faux-3D models as shown in this tutorial:
http://www.like100bears.com/writing/2d-3d-in-gamemaker-studio
--- Raudius

1.8.22

07 Apr 05:18
50866d1
Compare
Choose a tag to compare
  • Fixed unable to start VoxelShop when using Java 9 and 10

1.8.20

28 Feb 02:10
e490c2d
Compare
Choose a tag to compare
  • Improved Chinese Translation
  • Improved Help Display
  • Improved Collada Exporter
    • Separated Object and Scene Origin
    • Restructured Export View
    • Fixed issue when Y is up

untitled

1.8.19

14 Oct 21:08
Compare
Choose a tag to compare
  • VoxelShop now available in Chinese (big thanks to @maijz128)

  • Collada Export Improvements
    • added option to set export scale
    • added option to prefix exported object names with file name
    • exported object names are no longer forced to lower case
    • export help link for StoneHearth now points to discord forum thread

  • Internal Changes
    • Changed character encoding for language properties files from ISO to UTF-8
    • TextInputModule now supports validation against regular expression
    • Update JIDE to 1.31

1.8.18

07 Oct 23:24
Compare
Choose a tag to compare

Major:

  • Collada can now export objects per Voxel, per Layer and as a single object merged together
    This allows for cool physics computations as @RichysHub showed:
  • Collada file objects now have their center as you would expect it
  • fixed issue with MagicaVoxel *.vox format being mirrored

Minor:

  • changed Icon from paint bucket to yellow VS
  • updated splash screen year to 2017 (better late than never)
  • minor fix in Travis CI config

1.8.16

25 Sep 00:19
Compare
Choose a tag to compare
  • Can now set Camera Mouse Buttons
  • Added missing jdk8 requirements

1.8.11

20 Aug 03:10
Compare
Choose a tag to compare
  • Added / improved / fixed lots of tests
  • Added CI (this is huge!)
  • Added automatic release bundling (this is huge!)
  • Added MagicaVoxel Exporter
  • Stability Improvements
  • Java 8 is now minimum version supported