trent
|
3b8636b75c
|
Doubled-ish the size of the physics status icons, fixed texture coordinates to be right-side up.
|
2017-03-20 17:55:52 -04:00 |
|
Stephen Birarda
|
96cf6b8c04
|
fix clear check for missing other entity servers
|
2017-03-20 13:40:15 -07:00 |
|
Stephen Birarda
|
0a118bd268
|
add a guard for trading entity servers by checking node count
|
2017-03-20 13:40:15 -07:00 |
|
Stephen Birarda
|
c63a2c9cda
|
remove requirement of ScriptEngine in ScriptEngines slots
|
2017-03-20 13:40:15 -07:00 |
|
Stephen Birarda
|
a4d72c4e67
|
make AudioScriptingInterface a Dependency
|
2017-03-20 13:40:15 -07:00 |
|
Stephen Birarda
|
20022ebdc8
|
use deleteLater for ESS script engine on nodeKilled
|
2017-03-20 13:38:59 -07:00 |
|
Andrew Meadows
|
92e3f8768c
|
Merge pull request #9921 from jherico/menu_fix
Fix possible crash in Menu::removeSeparator
|
2017-03-20 13:38:36 -07:00 |
|
Chris Collins
|
e7a90636d6
|
Merge pull request #9949 from anshuman64/patch-1
New simplified, stand-alone build guide for Windows
|
2017-03-20 11:41:07 -07:00 |
|
Brad Hefta-Gaub
|
bc5d7d8698
|
Merge pull request #9851 from AndrewMeadows/simulation-ownership-2
zero velocity of deactivated dynamic entities
|
2017-03-20 10:20:11 -07:00 |
|
Brad Hefta-Gaub
|
ccce4b4d29
|
Merge pull request #9948 from sethalves/fix-obj-with-no-material
fix obj sans material
|
2017-03-20 10:09:36 -07:00 |
|
Brad Hefta-Gaub
|
af790d8474
|
Merge pull request #9875 from birarda/bug/spin-strafe
fix double snap turn strafing
|
2017-03-20 10:08:05 -07:00 |
|
Chris Collins
|
af2748410d
|
Merge pull request #9932 from Triplelexx/21231
21231 - Remove About Interface from File menu
|
2017-03-20 09:55:57 -07:00 |
|
Chris Collins
|
509057c6d8
|
Merge pull request #9941 from Triplelexx/21232
21232 - Remove Mini Mirror from View menu
|
2017-03-20 09:55:37 -07:00 |
|
Ryan Huffman
|
df644edde4
|
Fix hand controller not able to select light/particle icons
|
2017-03-20 09:45:50 -07:00 |
|
Brad Davis
|
14c8c3f4db
|
Return existing textures when matching hash for a previously found live texture
|
2017-03-20 09:39:29 -07:00 |
|
Chris Collins
|
ed27c550af
|
Merge pull request #9939 from ctrlaltdavid/21237
Disable Developer > Assets > ATP Asset Migration menu item
|
2017-03-20 06:29:33 -07:00 |
|
Chris Collins
|
2e6291f470
|
Merge pull request #9929 from ctrlaltdavid/21235
Replace Developer > Network > Disk cache editor with menu action
|
2017-03-20 06:26:36 -07:00 |
|
Chris Collins
|
308c134119
|
Merge pull request #9686 from humbletim/21114-part3
CR 21114 -- Implement modules/require support into hifi
|
2017-03-20 06:22:35 -07:00 |
|
Sam Cake
|
a804bc723f
|
Keep pushing and debugging ambient lighting
|
2017-03-20 00:32:06 -07:00 |
|
Mohammed Nafees
|
c460523980
|
Remove related icon files for Scripts Editor
|
2017-03-20 00:25:50 -04:00 |
|
Mohammed Nafees
|
3612b9fccc
|
Remove Edit > Scripts Editor and all related source files
|
2017-03-20 00:25:50 -04:00 |
|
Ken Cooke
|
1723549850
|
Merge pull request #9950 from samcake/red
Fix the typo in the assert for isWireframe
|
2017-03-19 18:30:23 -07:00 |
|
Sam Cake
|
3a08611c26
|
Fix the typo in the assert for isWireframe
|
2017-03-19 17:33:28 -07:00 |
|
Sam Cake
|
8584d80bb8
|
KEep exploring the ambient lighting
|
2017-03-19 17:00:42 -07:00 |
|
anshuman64
|
c430e0c9d6
|
Small changes based on Zach's recommendations
|
2017-03-19 12:07:45 -07:00 |
|
Thijs Wenker
|
b60534a855
|
- fix for multiple boppo's appearing after ESS restart (disconnect from message event instead of connect)
- default volume for sounds coming from ESS
|
2017-03-19 14:00:56 +01:00 |
|
Seth Alves
|
b876d22e46
|
fix handling of normals. don't crash when extracting a mesh from a polyvox with no 'on' voxels
|
2017-03-18 22:36:24 -07:00 |
|
anshuman64
|
e6446b6913
|
New simplified, stand-alone build guide for Windows
Still throws this error after trying to build in Visual Studio:
Error 9 error MSB3073: The command "setlocal
"C:\Program Files\CMake\bin\cmake.exe" "-DBUNDLE_EXECUTABLE=C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/Release/render-perf-test.exe" "-DBUNDLE_PLUGIN_DIR=C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/Release/plugins" -P "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/FixupBundlePostBuild.cmake"
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
CMD /C "SET PATH=%PATH%;C:/Qt/Qt5.6.1/5.6/msvc2013_64/bin && C:/Qt/Qt5.6.1/5.6/msvc2013_64/bin/windeployqt.exe --release C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/Release/render-perf-test.exe"
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
if exist "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/Release/audio/qtaudio_windows.dll" ( "C:/Program Files/CMake/bin/cmake.exe" -E remove "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/Release/audio/qtaudio_windows.dll" && "C:/Program Files/CMake/bin/cmake.exe" -E copy "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/ext/vc12/wasapi/project/src/wasapi/qtaudio_wasapi.dll" "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/Release/audio" && "C:/Program Files/CMake/bin/cmake.exe" -E copy "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/ext/vc12/wasapi/project/src/wasapi/qtaudio_wasapi.pdb" "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/Release/audio" )
if %errorlevel% neq 0 goto :cmEnd
if exist "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/Release/audio/qtaudio_windowsd.dll" ( "C:/Program Files/CMake/bin/cmake.exe" -E remove "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/Release/audio/qtaudio_windowsd.dll" && "C:/Program Files/CMake/bin/cmake.exe" -E copy "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/ext/vc12/wasapi/project/src/wasapi/qtaudio_wasapid.dll" "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/Release/audio" && "C:/Program Files/CMake/bin/cmake.exe" -E copy "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/ext/vc12/wasapi/project/src/wasapi/qtaudio_wasapid.pdb" "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/Release/audio" )
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
:VCEnd" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 132 5 render-perf-test
|
2017-03-18 19:59:23 -07:00 |
|
Seth Alves
|
b945d9c4cb
|
fix a bug that caused obj models with no material to randomly use the materials of other things in the view
|
2017-03-18 14:34:19 -07:00 |
|
Seth Alves
|
35c38b8130
|
Merge branch 'master' of github.com:highfidelity/hifi into model-scripting-1
|
2017-03-18 10:18:27 -07:00 |
|
Seth Alves
|
488ed081dd
|
Mesh::forEach and Mesh::map
|
2017-03-18 10:18:04 -07:00 |
|
Triplelexx
|
8b845658e2
|
remove redundant declarations
|
2017-03-18 05:00:05 +00:00 |
|
Triplelexx
|
8e086a8fc8
|
fix build error
|
2017-03-18 03:51:55 +00:00 |
|
samcake
|
8b8f9d7b1a
|
Fix a problem of the ambient lighting diffuse beeing too sstrong, we found a nice balance together with Alan
|
2017-03-17 18:26:48 -07:00 |
|
Triplelexx
|
a9b1a38665
|
remove Mini Mirror from View menu
Avatar inputs only contains the audio meter now.
|
2017-03-18 00:53:13 +00:00 |
|
Thijs Wenker
|
a8740614e2
|
CR Fixes
|
2017-03-18 01:22:06 +01:00 |
|
samcake
|
e1a0984fed
|
Merge pull request #9906 from samcake/red
Expose rendering in wireframe mode
|
2017-03-17 17:09:44 -07:00 |
|
Thijs Wenker
|
535d4f5dea
|
fixup links
|
2017-03-18 00:57:50 +01:00 |
|
David Rowe
|
ab7d82edb6
|
Use #ifdef instead of comment
|
2017-03-18 12:56:34 +13:00 |
|
Seth Alves
|
b3603ce8b3
|
Entities.voxelsToMesh, Model.transformMesh, Model.appendMeshes, Model.meshToOBJ appear to work now
|
2017-03-17 16:52:56 -07:00 |
|
David Rowe
|
38bb48e72c
|
Disable Developer > Assets > ATP Asset Migration menu item
|
2017-03-18 12:13:13 +13:00 |
|
Thijs Wenker
|
bdabc21d57
|
fix path issue
|
2017-03-18 00:12:13 +01:00 |
|
David Rowe
|
e3b9d588ec
|
Merge branch 'master' into 21235
# Conflicts:
# interface/src/Menu.cpp
# interface/src/ui/DialogsManager.h
|
2017-03-18 09:42:36 +13:00 |
|
Brad Hefta-Gaub
|
a75acd139b
|
Merge pull request #9885 from sethalves/model-scripting
Model scripting
|
2017-03-17 13:13:17 -07:00 |
|
Thijs Wenker
|
febe25511b
|
teleport.js - ignore entity support (for boxing gloves)
|
2017-03-17 21:10:06 +01:00 |
|
Thijs Wenker
|
2302b157f2
|
Boppo script for welcome area (will be in marketplace later)
|
2017-03-17 21:06:50 +01:00 |
|
Zach Pomerantz
|
a68146e7d9
|
mv audio output init to output thread
|
2017-03-17 15:31:00 -04:00 |
|
trent
|
f1e81c34a3
|
Fixed the texture assignment for the OBJ loader (it wasn't doing anything with the spceular texture)
|
2017-03-17 14:34:17 -04:00 |
|
Ken Cooke
|
652c80057e
|
Merge pull request #9924 from zzmp/fix/noise-delay
Use single frame buffer for local audio injectors
|
2017-03-17 11:24:02 -07:00 |
|
samcake
|
cf033b5ece
|
Merge pull request #9930 from jherico/smarter_textures
Fix issue with scaling prior to KTX serialization
|
2017-03-17 10:43:23 -07:00 |
|