Overte open source virtual worlds platform.
Find a file
2019-12-03 10:48:09 -05:00
android Remove android build dependency on jherico/hifi fork 2019-08-28 09:00:31 -07:00
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 fix ubuntu debian patch to track changes to Qt library handling 2019-06-04 13:29:16 -07:00
docs Add collision pick documentation on scaleWithParent option 2018-09-28 09:55:02 -07:00
domain-server Merge pull request #16285 from SimonWalton-HiFi/domain-server-logging-for-paging 2019-10-04 14:01:56 -07:00
ice-server Store big web requests on disk 2018-05-24 17:30:32 -07:00
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 Fixed paths to included files and collision with 'clamp' 2019-07-02 14:24:02 -07:00
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 Don't display "CLOSE" and "BACK" buttons at top of Blocks screen 2019-09-28 11:30:57 +12:00
.clang-format Update clang-format ctor initializer list format 2018-02-22 09:30:47 -08:00
.editorconfig adjust indentation and implement editorconfig at root of repo 2016-11-28 17:10:59 -08:00
.eslintrc.js Added HifiAbout (used in interstitialPage.js) 2018-10-19 09:04:22 -04:00
.gitattributes New android toolchain 2017-09-19 13:45:12 -07:00
.gitignore update gitignore 2019-08-27 16:17:11 -07:00
BUILD.md testing 2019-06-12 17:14:40 -07:00
BUILD_ANDROID.md made android instructions more general and added VS 2019 support 2019-05-24 19:06:38 -07:00
BUILD_LINUX.md Merge master into 22007-hifiQtBuildv2 2019-05-15 14:10:30 -07:00
BUILD_LINUX_CHEATSHEET.md Fix BUILD_LINUX_CHEATSHEET.md formatting 2018-01-18 17:09:51 -08:00
BUILD_OSX.md Updating readme's. 2019-04-30 08:32:25 -07:00
BUILD_WIN.md PR feedback 2019-08-08 10:07:40 -07:00
CMakeGraphvizOptions.cmake Trying to fix QtQml/QtScript crashes 2017-06-22 16:39:57 -07:00
CMakeLists.txt fix android local build 2019-07-24 14:07:58 -07:00
CODING_STANDARD.md minor edits 2019-03-29 15:55:09 -07:00
CONTRIBUTING.md Updated coding standard link 2019-03-29 14:57:09 -07:00
hifi_android.py update webrtc library for android 2019-07-30 14:09:34 -07:00
hifi_singleton.py Add FLock to lock files another way 2019-05-08 15:00:50 -07:00
hifi_utils.py Restored code. 2019-04-23 15:59:03 -07:00
hifi_vcpkg.py fix hifi_vcpkg.py script crash 2019-10-28 14:21:19 -07:00
INSTALL.md Merge mess... 2019-01-24 16:30:21 -08:00
LICENSE Updated the license date 2018-04-30 18:28:21 -07:00
prebuild.py Fix spurious error from prebuilt script 2019-06-06 16:40:39 -07:00
README.md Updated readme.md 2019-12-03 10:48:09 -05:00
README_hifi.md HiFi readme moved aside, new readme inserted 2019-12-03 10:30:06 -05:00
VCPKG.md Adding new package guidance 2018-11-08 14:55:29 -08:00

HiFi Community Edition

Download (Windows 64-bit, .zip)

Changes for v0.86.0 consist of:

  • Audio Buffer choppy audio bugfix by increasing the buffer size.
  • User Activity Logger disabled, option in code to log the reports 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.
  • Background CMD outputs full log, 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 Start - NO STEAMVR batch file launches and sets the whitelist environment variable for you (you have to edit in your whitelisted domains), 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.