Skip to content

Releases: BricksVR/bricksvr-issue-tracking

3dfiles

03 Aug 14:28
@d12 d12
5bd84b4
Compare
Choose a tag to compare

Dummy release to host 3d files for render comp

v0.1.7

15 Mar 18:26
@d12 d12
76fd7dd
Compare
Choose a tag to compare
v0.1.7 Pre-release
Pre-release
  • Adds brown and black colored bricks
  • Fixes issues where sometimes multiple bricks would get spawned when you grabbed a spawner
  • Make hand collider smaller when you're making a fist, to prevent accidental grabbing
  • Fix issue where bricks were making attach sounds in two different locations #51
  • Add a brick count to the table. After 3000 bricks, your world may crash and burn
  • Switch all materials to the standard shader. This looks better, but is a little less performant.

v0.1.6

14 Mar 15:02
@d12 d12
76fd7dd
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release
  • One more test release?

v0.1.5

14 Mar 14:48
@d12 d12
76fd7dd
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release
  • Another sidequest test release.

v0.1.4

14 Mar 14:34
@d12 d12
76fd7dd
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release
  • Same as last release. Just setting up some sidequest stuff.

v0.1.3

13 Mar 14:59
@d12 d12
16abfdf
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release
  • Fixes issue where all builds would delete when you load into a world. 😱

v0.1.2

12 Mar 22:16
@d12 d12
52351e8
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Note: This build contains a bug that will destroy all builds when you load into a world. Please use v0.1.3 instead.

  • Performance improvements when you first grab a brick, and when you first attach a brick
  • Disallow attaching bricks if they are not on a flat surface
  • Increase movement speed by 1.5x
  • Don't allow player to fly through the floor
  • Disable joystick locomotion in the menu
  • Replace the potato with our temp logo
  • Enable single pass rendering which should improve performance in worlds with lots of polygons

v0.1.1

11 Mar 20:16
@d12 d12
52351e8
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • Unattached bricks now automatically despawn when players leave. The current behavior is that a player "owns" all bricks they touched most recently, and when they quit, all unattached bricks they own will disappear.
  • We now ask for mic permission correctly, new users should have a working mic on their first load. #43
  • We now vibrate instead of play a sound when you select a brick using your controller spawner.

v0.1.0

11 Mar 17:34
@d12 d12
52351e8
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • THIS RELEASE IS A MINOR VERSION BUMP. That means worlds created in the previous minor version (v0.0) are not compatible with this version. You can still load into world codes you created in v0.0, but they'll be empty again.
  • Raised the brick limit from 1800 to 3100 #42
  • Fixes the issue where bricks would get stuck in your hand #10
  • Removed the brick attach sound that used to happen on world load.
  • Compressed synced data, saving network bandwidth while playing.

v0.0.13

10 Mar 21:11
@d12 d12
52351e8
Compare
Choose a tag to compare
v0.0.13 Pre-release
Pre-release
  • Adds a fade in / fade out when loading into a world to hide the "lag" while loading in a world. #32
  • Fixes issue where music would get killed while loading a world with a lot of bricks (formerly reproducable in 555 555) #41