Skip to content

v4.0.0

Choose a tag to compare

@krystiandzirba krystiandzirba released this 20 Mar 22:56
· 146 commits to master since this release

Features:

  • Added a sound design for every button interaction, placing, moving and rotating the models
  • Added mirrored building on X, Z and X+Z axis
  • Added mirrored canvas model props
  • Added X+Z axis model offset in creation state
  • Keyboard controls input redesign
  • Added new WASD controls to change the object offset
  • New setting to disable-enable the audio
  • New buttons to disable the specific mirroring
  • Added sleeping bag object

Performance:

  • Changed the canvas lighting
  • Multiple performance improvements (memory + GPU)
  • Models data array cleared when deleting a selected or all objects
  • Slight Redux store rebuild

Fix:

  • Fix: Adding new objects after the previous one was rotated, caused the new model to be offset with old position and rotation value
  • Fix: Objects are correctly deselected on page mode and model creation change
  • Fix: Missing textures
  • Fix: prevented the SPACE and ENTER buttons to turn off-on the currently selected object
  • Fix: Shift button sometimes did not change the distance units
  • Fix: The building height level does not go below 0
  • Fix: Reversed the metal vertical window direction
  • Fix: Foundation, storage and tool cupboard prop not being rotated properly
  • Fix: Default object rotation degree reset when another object to create is selected
  • Fix: Unable to delete selected objects

Misc:

  • Reversed the "Q" + "E" object rotation
  • Changed the building height incrementation step from 1 to 0.5
  • Changed the props and arrows color to make them not visually merge with the objects
  • Reduced the bloom effect
  • Disabled the x-ray in the overview and raid mode
  • Added hints to model creation mode
  • Added github icon and repository link
  • Merged the edit and object creation rotation value
  • Added favicon
  • Reduced code repetition
  • Changed UI styling