Brad Hefta-Gaub
0783433d75
Merge pull request #10251 from birarda/edit-baked-column
...
add a column to edit.js to identity baked models
2017-04-25 13:04:48 -07:00
Andrew Meadows
3f9f16cc98
Merge pull request #10223 from kunalgosar/blendshapesbug
...
Make setBlendshape changes persist
2017-04-21 16:11:13 -07:00
Brad Davis
a62a44ff6a
Merge pull request #10252 from jherico/organize_resources
...
Organize the files in the JS and QML projects to appear in a folder hierarchy
2017-04-21 09:38:59 -07:00
Ken Cooke
a5ed3007b3
Merge pull request #10248 from vladest/notify-sound-inject
...
Notify sound inject
2017-04-21 09:26:36 -07:00
Sam Gateau
a668ed0409
Merge pull request #10244 from samcake/ambient
...
Cleaning the Engine/Task/Job interface
2017-04-20 15:48:21 -07:00
Brad Davis
a8de6eab8c
Organize the files in the JS and QML projects to appear in a folder hierarchy
2017-04-20 14:39:06 -07:00
Stephen Birarda
924624b127
add new glyphs with check, reference in entityList
2017-04-20 14:21:13 -07:00
Vladyslav Stelmakhovskyi
2665ede06f
Audio injector cleanup
2017-04-20 21:32:14 +02:00
Vladyslav Stelmakhovskyi
b2533b6106
Code nitpick. Pointer cleanup on exit
2017-04-20 21:12:57 +02:00
Zach Pomerantz
b77917b8d1
Merge pull request #10241 from zzmp/fix/display-fail
...
Update Display menu on unsuccesful selection
2017-04-20 12:04:51 -04:00
Vladyslav Stelmakhovskyi
06406ef7de
Merge branch 'master' into notify-sound-inject
2017-04-20 17:46:08 +02:00
Vladyslav Stelmakhovskyi
023d03d9f8
Implemented snap sound using sound injector
2017-04-20 17:43:16 +02:00
Zach Fox
50456f71ed
Merge pull request #10142 from Triplelexx/21258
...
21258 - Don't render (or heavily use GPU) when window in minimized
2017-04-19 16:26:49 -07:00
samcake
2c16b2bf3a
Expose the runtime from the engine in Stats
2017-04-18 18:12:42 -07:00
Zach Pomerantz
c7a7fa90ec
update Display menu on unsuccesful selection
2017-04-18 18:47:57 -04:00
Andrew Meadows
da55c96c4c
protect against crash on invalid scene on shutdown
2017-04-18 11:52:22 -07:00
Andrew Meadows
014d7b8d8d
use viewFrustum position for laser pointer render filtering
2017-04-18 11:52:22 -07:00
Andrew Meadows
71c5644c23
more shared_ptr by const reference
2017-04-18 11:52:22 -07:00
Andrew Meadows
31bfc98b87
use const reference for ScenePointer when possible
2017-04-18 11:52:22 -07:00
Andrew Meadows
0cc6763617
fix build by including EntityItem.h
2017-04-18 11:52:22 -07:00
Andrew Meadows
e60a28620d
cleanup FancyCamera implementation
2017-04-18 11:52:22 -07:00
Andrew Meadows
a3682a1a0e
cleanup includes in Avatar.cpp and remove cruft
2017-04-18 11:52:21 -07:00
Andrew Meadows
5a458c9923
remove last qApp usage from Avatar class
2017-04-18 11:52:21 -07:00
Andrew Meadows
685a01482c
remove Camera argument from Avatar::render()
2017-04-18 11:52:21 -07:00
Andrew Meadows
fbacbd74f7
pass shared pointers by ref in Avatar::render()
2017-04-18 11:52:21 -07:00
Andrew Meadows
9cddbbc42a
more interface-only spaghetti out of Avatar
2017-04-18 11:52:21 -07:00
Andrew Meadows
272cf07c31
removed cruft: unused Camera::toViewFrustum()
2017-04-18 11:52:21 -07:00
Andrew Meadows
1137bd1436
pull qApp spaghetti out of Avatar class
...
some ends of spaghetti get pushed into AvatarManger class
split Camera class into Camera base and FancyCamera derivation
Application::getCamera() returns Camera by refence instead of pointer
2017-04-18 11:52:21 -07:00
kunalgosar
d215856b23
cleanup to blendshapes
2017-04-18 11:44:59 -07:00
kunalgosar
0a295fc258
setBlendshapes will presist
2017-04-18 11:44:59 -07:00
Zach Fox
7505b82189
Merge pull request #10046 from Triplelexx/21224
...
21224 - Allow people to save avatar bookmarks
2017-04-18 11:10:50 -07:00
Seth Alves
d84dd4ce67
Merge pull request #10234 from druiz17/webview-redesign
...
tablet webview navigation bar redesigned
2017-04-18 10:23:39 -07:00
Seth Alves
b2de5ebdaf
Merge pull request #10136 from mittens/21217
...
Added quadratic ease-in-and-out smoothing to remote avatars
2017-04-18 10:05:48 -07:00
Dante Ruiz
31b61c3225
removed white space
2017-04-18 00:24:34 +01:00
Dante Ruiz
e46d9da98f
fixed merge conflict
2017-04-18 00:22:35 +01:00
Zach Fox
9c4e367245
Merge pull request #10213 from zfox23/fixGoToFocus
...
FB 4156; Fix GoTo text field focus; other GoTo tweaks
2017-04-17 12:13:41 -07:00
Zach Fox
e6edce5352
Entirely remove addressBarToggle()
2017-04-17 12:13:01 -07:00
Zach Fox
7a7cfb84e5
Remove HMD keyboard focus toggle on AddressBar input
2017-04-17 10:08:40 -07:00
Dante Ruiz
3eb9b37c29
Merge branch 'master' of github.com:highfidelity/hifi into webview-redesign
2017-04-17 16:41:15 +01:00
David Kelly
3e268fbf68
put shareable_url in UserStory details when creating
2017-04-17 07:38:24 -07:00
Sam Gateau
3519a72f8a
Merge pull request #10190 from samcake/ambient-bis
...
Introducing a tool to debug the current Zone Stack
2017-04-14 13:28:59 -07:00
Zach Fox
a4587e33f3
Tiny forward/backward icon updates
2017-04-14 13:19:33 -07:00
Zach Fox
a623ced64e
Fix hover states on back/forward buttons
2017-04-14 12:43:07 -07:00
Thijs Wenker
6f58e91d76
Merge pull request #10121 from birarda/bug/recording-cache
...
cleanup Agent RSI handling, make loadRecording async
2017-04-14 21:35:51 +02:00
Dante Ruiz
863d64b2fd
removed comments and non-needed files
2017-04-14 18:06:44 +01:00
Dante Ruiz
7189d4d7fa
daving web work
2017-04-14 17:01:23 +01:00
Zach Fox
0543709081
Focus fix
2017-04-13 16:10:36 -07:00
Zach Fox
520ceebf5b
Small HMD tweaks
2017-04-13 15:52:59 -07:00
Zach Fox
d9dc8ebc41
More improvements
2017-04-13 15:48:51 -07:00
Zach Fox
f23f9ec698
Merge pull request #10207 from zfox23/gifShareImprovements
...
Snapshot sharing improvements
2017-04-12 16:33:44 -07:00