Roxanne Skelly
44b92c542b
Case 20499 - Scripts that use AppUI don't call that.onClosed()
if the
...
script is restarted while the app is open
2019-03-28 16:05:24 -07:00
Roxanne Skelly
88b7687183
Case 21726 - Domain lost recent entity edits upon restart
...
When an entity server starts up, grabs the version of the models.json
file locally, and then queries the domain server for its copy of the
models.json file...iff the domain server version is newer.
There was a bug in this process in that the comparison was made between
the wrong version, specifically the 'file format version' which doesn't
change unless there was a protocol change...and not the data version,
which increments every time a change is made to a domain.
Therefore, the version of the models.json on the domain server was never
downloaded to the entity server, even when it was newer.
It would be newer if the entity server assignment was moved to a machine
with an old version of the models.json file, which was in fact the case
on distributed3 during this period of time.
2019-03-28 13:19:16 -07:00
NissimHadar
171aebd6aa
Remove disabling of --url for Android.
2019-03-28 13:04:16 -07:00
NissimHadar
705e6432a7
Merge branch 'master' of github.com:highfidelity/hifi into 21660-updateNitpickForQuest
2019-03-28 12:46:36 -07:00
NissimHadar
d230fc86db
CR comments.
2019-03-28 12:23:25 -07:00
Roxanne Skelly
73cf51182e
Merge pull request #15262 from roxanneskelly/Case20832
...
Case20832- Inventory app Login and Cancel buttons do not respond if user logs out while Inventory is open.
2019-03-28 12:01:24 -07:00
Ryan Huffman
7e805562ef
Fix some URLs with query params not working with model baker
...
After talking with Sabrina, we decided that we could safely leave the
query param and fragment intact for a URL in the model baker.
2019-03-28 11:59:31 -07:00
danteruiz
04d9858f02
fixing remaining issues
2019-03-28 11:43:53 -07:00
Wayne Chen
8627a92f29
adding functions to update variables
2019-03-28 11:29:34 -07:00
David Back
57c3620587
update package
2019-03-28 11:28:14 -07:00
David Back
4ddbdbbb6c
fix bone rule warnings
2019-03-28 11:27:47 -07:00
NissimHadar
de1c40e994
Changed version.
2019-03-28 11:27:35 -07:00
Anthony Thibault
65507cfe11
Merge pull request #15180 from luiscuenca/flowCppFixes
...
Fix Flow touch and scale issues
2019-03-28 11:11:08 -07:00
Anthony Thibault
b0d5a82c80
Merge pull request #15169 from hyperlogic/bug-fix/rig-assert-fix
...
Rig.cpp: Fix for index out of range assert in debug builds
2019-03-28 11:10:32 -07:00
Anthony Thibault
cee298acdf
Merge pull request #15205 from amantley/rootTransBug
...
Fixed Bug For Old FBX Files That Have An Exported Pose Different From The Bind Pose
2019-03-28 11:10:03 -07:00
Wayne Chen
c3e5c49f69
update muted in AudioScriptingInterface
2019-03-28 10:40:39 -07:00
Wayne Chen
9349514ff7
make audio screen inputs/outputs unflickable
2019-03-28 10:35:28 -07:00
Oren Hurvitz
3d5035886c
Allow logging-in with an email that contains a '+' sign.
...
Previously, attempts to login using an email such as "my+name@example.com" didn't work because the username wasn't
URL-encoded when it was sent to the server, so on the server the '+' was changed to a space.
2019-03-28 10:45:55 +01:00
NissimHadar
e95efc29e4
Bug fix after code review.
2019-03-27 19:00:28 -07:00
danteruiz
d9b522d10c
remove error file
2019-03-27 16:43:03 -07:00
danteruiz
40d424a01d
avatar fading
2019-03-27 16:42:34 -07:00
Wayne Chen
f3708ba27b
Merge branch 'master' into newAudioMuteStates
2019-03-27 15:49:39 -07:00
Clement
88a19f26e2
Use process function for overrides
2019-03-27 15:44:32 -07:00
Clement
3221e1dbd5
Simplify packing/unpacking for easier extension
2019-03-27 15:44:32 -07:00
Clement
d7d5938c20
Pack all simple traits
2019-03-27 15:44:32 -07:00
Clement
483b7a67b9
Fix simple traits vector bad init
2019-03-27 15:44:32 -07:00
Shannon Romano
8ff47659d3
Merge pull request #15273 from SamGondelman/transparency
...
Case 21949: Fix transparent shape flickering
2019-03-27 14:21:04 -07:00
Ken Cooke
abb0a166b1
Merge pull request #15260 from kencooke/audio-mixer-volume-control
...
Case 21902: System-wide independent volume controls
2019-03-27 13:19:30 -07:00
Simon Walton
e62270fccf
Fixes for inline jsdoc
2019-03-27 12:00:30 -07:00
SamGondelman
36921276c6
fix transparent shape flickering
2019-03-27 11:52:37 -07:00
Angus Antley
fcb45802bd
removed debug print
2019-03-27 11:19:28 -07:00
Ken Cooke
dae69ea4cd
Ensure server echo always has unity gain
2019-03-27 10:58:52 -07:00
Sam Gondelman
2005293b3f
Merge pull request #15269 from sethalves/audio-loopback-button-is-local
...
case 21932: the test-audio button causes a local audio-loopback rather than a server one
2019-03-27 10:54:57 -07:00
Simon Walton
6b21fc1af7
Merge remote-tracking branch 'upstream/master' into avatar-hero-zone-improvements
...
Fix jsdoc conflict, also minor clean-up.
2019-03-27 10:54:49 -07:00
Sam Gondelman
0a28090aa4
Merge pull request #15213 from MiladNazeri/Fix/avatarDominantHandChanged
...
Updated engine code to not emit if dominant hand isn't actually changed
2019-03-27 10:53:00 -07:00
Sam Gondelman
ffbf678695
Merge pull request #15217 from jherico/fix/framereader_files
...
Case 21793: Fix loading relative files
2019-03-27 10:52:35 -07:00
Sam Gondelman
0f99280c15
Merge pull request #15265 from hyperlogic/bug-fix/blendshape-precision
...
Improve blendshape precision for small models
2019-03-27 10:51:22 -07:00
Sam Gondelman
3c42cb34ed
Merge pull request #15251 from SamGondelman/animation82
...
Case 21888: Revert changes that impacted animation performance
2019-03-27 10:50:43 -07:00
Andrew Meadows
fb7daa185d
improved physics for grabbed AvatarEntities
2019-03-27 10:12:59 -07:00
Seth Alves
e085a00256
cause 'save' button to unghost if an attachment is adjusted via grab while the adjust-wearables page is open
2019-03-27 10:12:58 -07:00
Seth Alves
d25d290394
refer to ungrabbable wearables as 'frozen' rather than locked, because locked is such an overloaded term
2019-03-27 10:12:58 -07:00
Seth Alves
e6c279ee5b
unlock, rather than lock entities when adjust-attachments window is open, because the windows says you can adjust with hand-controllers
2019-03-27 10:12:58 -07:00
Seth Alves
5695c15809
avoid a deadlock when code invoked by onAddingEntity or onDeletingEntity runs more code that locks the entity tree
2019-03-27 10:12:57 -07:00
Seth Alves
fa36f12145
lock wearables when adjust-wearables page is opened
2019-03-27 10:12:57 -07:00
Seth Alves
4fe94a4b32
when new wearables are added or removed, rerun getWearablesLocked() and update UI
2019-03-27 10:12:57 -07:00
Seth Alves
29af3b1612
add a button to Avatar panel to lock or unlock wearables.
...
allow grabbing / adjusting others' wearables if they are unlocked.
2019-03-27 10:12:57 -07:00
Sam Gondelman
5f76c96340
Merge pull request #15196 from sethalves/fix-equip-drops
...
case 21740: make equipping of clonables more reliable
2019-03-27 09:55:12 -07:00
Shannon Romano
d464415e0b
Merge pull request #15255 from AndrewMeadows/fix-owningAvataID
...
Case 21897: fix bug where AvatarEntities vanish after going to serverless and back
2019-03-27 09:11:36 -07:00
Simon Walton
b8f79d3364
Guard against Node linked-data being null
2019-03-26 17:41:22 -07:00
Seth Alves
5f8139a44c
audio-loopback test ignores mute
2019-03-26 16:56:10 -07:00