Overte open source virtual worlds platform.
Find a file
2019-12-03 10:30:06 -05:00
android
assignment-client Fix for avatar recordings not playing back blendshapes 2019-11-05 11:10:52 -08:00
cmake Merge branch 'kasen/core' into v0860-kasen-release+freshstart 2019-12-01 19:59:59 -05:00
debian
docs
domain-server
ice-server
interface Merge branch 'kasen/core' into v0860-kasen-release+freshstart 2019-12-01 20:04:32 -05:00
launchers Merge pull request #16442 from danteruiz/fix-startmenu-icons 2019-11-05 11:38:06 -08:00
libraries Merge branch 'kasen/core' into v0860-kasen-release+freshstart 2019-12-01 22:56:19 -05:00
plugins Merge branch 'kasen/core' into v0860-kasen-release+freshstart 2019-12-01 22:08:45 -05:00
script-archive
scripts DEV-2695: Update Zone Haze floor and ceiling mins and maxes in the UI 2019-11-06 11:26:10 -08:00
server-console switched to arrow functions 2019-10-28 09:05:38 -07:00
tests Revert "DEV-1811: apply deletion rules to linked entities" 2019-10-11 11:06:10 -07:00
tests-manual merge with master and try to fix opacity mode stuff 2019-10-23 22:21:45 -07:00
tools Setting DomainBaker.cpp back to main. 2019-11-11 20:26:26 -05:00
unpublishedScripts
.clang-format
.editorconfig
.eslintrc.js
.gitattributes
.gitignore
BUILD.md
BUILD_ANDROID.md
BUILD_LINUX.md
BUILD_LINUX_CHEATSHEET.md
BUILD_OSX.md
BUILD_WIN.md
CMakeGraphvizOptions.cmake
CMakeLists.txt
CODING_STANDARD.md
CONTRIBUTING.md
hifi_android.py
hifi_singleton.py
hifi_utils.py
hifi_vcpkg.py fix hifi_vcpkg.py script crash 2019-10-28 14:21:19 -07:00
INSTALL.md
LICENSE
prebuild.py
README.md HiFi readme moved aside, new readme inserted 2019-12-03 10:30:06 -05:00
README_hifi.md HiFi readme moved aside, new readme inserted 2019-12-03 10:30:06 -05:00
VCPKG.md

HiFi Community Edition

Download (Windows 64-bit, .zip)

Changes for v0.86.0 consist of:

  • Audio Buffer choppy audio bugfix.
  • User activity logger disabled, option in code to log to console.
  • CMakeLists.txt configured to work for Polyvox, Interface JSDocs. (may be obsolete)
  • Custom Application Title.
  • Entity Script Whitelist, no scripts are whitelisted by default.
  • Batch file log output, instant close of application on closing of the CMD=line.

This build has been tested on Windows 10 Pro 64-bit w/ Nvidia graphics drivers.

Whitelist Instructions

The batch file that you launch from sets the whitelist environment variable for you, however if you are unable to launch from the batch file and have to launch interface.exe directly then you must set the Windows environment variable "EXTRA_WHITELIST" with your whitelisted domains comma separated like so: "https://kasen.io/,http://kasen.io/"

The whitelist checks against the domains literally, so you have to be precise to ensure security and functionality. For example, the difference between "http://" and "https://" matters as those will be seen as two different domains in the eyes of the whitelist.