Shannon Romano
7fc92a74e0
Merge pull request #15429 from SamGondelman/leave
...
Case 20989: Call leaveEntity when script on containing entity stops
2019-05-02 15:42:47 -07:00
SamGondelman
200cf7aacb
try to fix transition crash
2019-05-02 14:31:43 -07:00
Angus Antley
ced5f52971
fixed possible divide by zero error in setpacketsendperiod in CongestionControl.cpp
2019-05-02 14:22:52 -07:00
Shannon Romano
caefa3e06a
Merge pull request #15362 from ctrlaltdavid/M22075
...
Case 22075: Controller JSDoc update
2019-05-02 11:34:58 -07:00
jennaingersoll
57b9b18012
Merge pull request #15363 from ctrlaltdavid/M22068
...
Case 22068: Clipboard JSDoc
2019-05-02 11:15:25 -07:00
Thijs Wenker
119b97216f
Fix crash for active async messageBoxes on exit of client
2019-05-02 19:11:02 +02:00
David Rowe
e217909f17
Merge branch 'master' into M22075
2019-05-02 20:19:17 +12:00
David Rowe
e94cafd88e
Doc review
2019-05-02 20:16:53 +12:00
SamGondelman
50e538a73c
try to fix materialMapping crash
2019-05-01 17:23:19 -07:00
sabrina-shanman
8a799967d1
Do sanity checks on data length in readBinaryArray in FBXSerializer_Node.cpp
2019-05-01 17:02:06 -07:00
Sam Gondelman
222d36c7d0
Merge pull request #15480 from SamGondelman/tests
...
Case 22418: Fix model bounds on resize
2019-05-01 16:50:07 -07:00
Zach Fox
fb77928652
Private user data is accessible to all right now
2019-05-01 15:29:04 -07:00
Anthony Thibault
b0af8b1bdc
Merge pull request #15489 from luiscuenca/jointIndicesCrashFix
...
Fix memory corruption in _modelJointIndicesCache QHash
2019-05-01 15:17:08 -07:00
Clement
ecc38a8287
Push protocol version
2019-05-01 14:32:04 -07:00
Clement
281f92e3ea
Query shape type outside lock
2019-05-01 14:31:53 -07:00
luiscuenca
6e2ac14c23
Change while loops
2019-05-01 12:42:41 -07:00
sabrina-shanman
0b3f2b1765
Fix crash due to invalid indices in baker::calculateNormals
2019-05-01 09:53:48 -07:00
luiscuenca
73454b06a2
Fix crash accessing _modelJointIndicesCache
2019-05-01 08:57:09 -07:00
raveenajain
0a3a6c52f9
initial information needed for joint shape info
2019-04-30 17:12:35 -07:00
SamGondelman
5a184bd584
fix model bounds
2019-04-30 13:38:11 -07:00
David Rowe
d8f6e923c7
Paths JSDoc update
2019-05-01 08:18:17 +12:00
David Rowe
9df873cff5
location JSDoc update
2019-05-01 08:17:43 +12:00
David Rowe
7359d42b5c
Window JSDoc update
2019-05-01 08:17:27 +12:00
amer cerkic
49cecdee6e
fixing spacing
2019-04-30 11:52:37 -07:00
amer cerkic
978108b3ba
found a more simplified way to stop rendering the mouse unless its the Reticle cursor
2019-04-30 11:34:11 -07:00
Simon Walton
7c405b0714
Don't substitute own avatar; FST URL regex fixes; better error handling
2019-04-29 18:20:54 -07:00
David Rowe
638e040e17
Quat JSDoc update
2019-04-30 12:13:08 +12:00
amer cerkic
00a153c730
moving work location
2019-04-29 16:39:34 -07:00
SamGondelman
4a02ab4fe2
move switch logic around
2019-04-29 14:07:49 -07:00
Saracen
a075074303
Revert to previous clusterIndices and clusterWeight expansion implementation.
2019-04-29 21:26:13 +01:00
Saracen
95ec51e37b
Formatting and naming changes. Tweak to structure of skinning code.
2019-04-29 20:35:38 +01:00
SamGondelman
8c032ea83f
Merge remote-tracking branch 'upstream/master' into switch
2019-04-29 11:08:01 -07:00
Shannon Romano
69b1b38807
Merge pull request #15471 from danteruiz/mac-window-size
...
Case 22363: Setting mac window size to 1/2 screen resolution on first Run
2019-04-29 08:38:41 -07:00
Shannon Romano
e6c7bb56f3
Merge pull request #15392 from ctrlaltdavid/M22215
...
Case 22215: Menu JSDoc update
2019-04-29 08:37:37 -07:00
Saracen
0bf216ab73
Sparse accessors support for skin inverse bind matrices and shapekey target data.
2019-04-27 12:42:37 +01:00
Saracen
9b7df26d91
Fixed cluster weighting regression.
2019-04-27 12:05:29 +01:00
Saracen
a1279fa0b1
Fixed requested indentation issues.
...
# Conflicts:
# libraries/fbx/src/GLTFSerializer.cpp
2019-04-27 12:05:05 +01:00
Saracen
b00e0640c5
Convert to camel case, removed unused variable, replace tabs with spaces, remove deprecated normals generation.
2019-04-27 12:03:39 +01:00
Saracen
a4b3f02139
Added support for automatic normals generation, sparse accessors,
...
extra threshold for thin bounding boxes, and general refactoring.
# Conflicts:
# libraries/fbx/src/GLTFSerializer.cpp
2019-04-27 12:03:22 +01:00
Saracen
471baf83c6
Support vertex colours and multiple unnamed mesh materials.
...
# Conflicts:
# libraries/fbx/src/GLTFSerializer.cpp
2019-04-27 12:01:34 +01:00
Simon Walton
a100345416
Ensure banner entity is local entity
2019-04-26 19:21:40 -07:00
Simon Walton
60389017a4
Merge from master, including avatar protocol change
...
Tony had added HandController version-type.
2019-04-26 18:51:41 -07:00
Simon Walton
1fe8f4332f
Fixes to banner; swap out avatar on client; reviewer comments; other WIP
2019-04-26 18:45:48 -07:00
Simon Walton
5ffce7f1a1
Merge pull request #15467 from samcake/sol
...
case 22353: Mac Game loop performances was borked
2019-04-26 17:19:16 -07:00
danteruiz
d73f685ef2
change mac default window size
2019-04-26 16:56:38 -07:00
David Rowe
407ce745d5
Merge branch 'master' into M22075
...
# Conflicts:
# libraries/controllers/src/controllers/Actions.cpp
2019-04-27 10:51:13 +12:00
David Rowe
fbe49bbfd4
Doc review
2019-04-27 10:20:35 +12:00
David Rowe
311826c04d
Merge branch 'master' into M22215
2019-04-27 10:03:24 +12:00
SamGondelman
ca5c7e3904
runtime switch for deferred/forward rendering
2019-04-26 14:37:27 -07:00
Shannon Romano
a00545b48d
Merge pull request #15361 from SaracenOne/falling_push
...
Case 22121: Allow players to disable automatic falling to flight threshold.
2019-04-26 14:03:52 -07:00
Sam Gateau
d08e2e5ca1
Fixing th emerge conflict
2019-04-26 13:44:49 -07:00
Shannon Romano
324bbadcfc
Merge pull request #15466 from Atlante45/fix/traits-parsing
...
Case 22255: Add size checks for trait packets parsing
2019-04-26 13:29:50 -07:00
Sam Gateau
c647bbcb16
Merge pull request #15400 from danteruiz/throttle-refresh-rate
...
Case 22253: Refresh Rate Controller
2019-04-26 12:04:39 -07:00
Shannon Romano
4947f14eb7
Merge pull request #15394 from ctrlaltdavid/M22223
...
Case 22223: Messages JSDoc update
2019-04-26 10:40:10 -07:00
Anthony Thibault
2c370d9d74
Merge pull request #15460 from hyperlogic/feature/network-opt-faux
...
Avatar network bandwidth optimization
2019-04-26 10:16:30 -07:00
Anthony Thibault
4761a69a4d
Merge pull request #15438 from luiscuenca/skeletonTrait
...
Skeleton Trait Implementation
2019-04-26 10:14:47 -07:00
danteruiz
b60e35040e
another round of CR
2019-04-26 10:08:06 -07:00
Anthony Thibault
93b03a588f
Merge pull request #15445 from amantley/AnimRandomSwitchSquash
...
AnimRandomSwitch class for random idle implementation
2019-04-26 10:06:37 -07:00
jennaingersoll
fb1842cbfa
Merge pull request #15455 from ctrlaltdavid/M22330
...
Case 22330: Regularize JSDoc deprecation notices
2019-04-26 09:48:45 -07:00
Sabrina Shanman
67e511a6ff
Merge pull request #15439 from SamGondelman/textureUsage
...
Case 22322: Oven handles TextureBakers with same URL but different usage + fix domain baking
2019-04-26 09:40:57 -07:00
Sam Gateau
244bf4b15e
Merge pull request #15468 from raveenajain/gltf_morphTargets
...
Case 22012: Morph Targets for glTF Avatars
2019-04-26 08:58:11 -07:00
Angus Antley
395a4cc9c4
added final animations and json to the resource
2019-04-25 19:14:31 -07:00
raveenajain
0be36783bf
hfm blendshape name
2019-04-26 01:37:26 +01:00
jennaingersoll
24196e2776
Merge pull request #15321 from ctrlaltdavid/M21956
...
Case 21956: Audio JSDoc
2019-04-25 17:03:58 -07:00
raveenajain
66ad6451f9
morph targets for avatars
2019-04-26 00:40:44 +01:00
Sam Gateau
5d87c4caad
REintroduce the gl context make current and done for Macos...
2019-04-25 16:24:00 -07:00
Clement
d36fd6eaa3
Ensure we don't read past the end of packet buffers
2019-04-25 16:22:01 -07:00
danteruiz
9e1671a1bf
making requested changes
2019-04-25 16:02:12 -07:00
SamGondelman
6ce6877dfa
Merge remote-tracking branch 'upstream/master' into textureUsage
2019-04-25 15:05:27 -07:00
luiscuenca
080f891c9f
Fix scale and refactor debug function
2019-04-25 14:54:40 -07:00
Angus Antley
27ed468946
made changes requested
2019-04-25 14:42:41 -07:00
Angus Antley
76164ecee8
corrected the case where you have a random switch state trigger and a random transition trigger in the same random state machine
2019-04-25 13:57:58 -07:00
Simon Walton
f3efee56c0
Merge remote-tracking branch 'upstream/master' into avatar-verification
2019-04-25 13:40:27 -07:00
Sam Gondelman
ef64de7c04
Merge branch 'master' into openurl
2019-04-25 13:21:27 -07:00
SamGondelman
0e4ea4aff2
fix openDirectory
2019-04-25 13:20:18 -07:00
SamGondelman
a66c515c2a
fix url issue and always generateIrradiance
2019-04-25 11:36:29 -07:00
David Rowe
e7eaa7815c
Misc. JSDoc fixes
2019-04-25 22:01:03 +12:00
David Rowe
8e69e0b049
Regularize deprecation notices
2019-04-25 20:55:30 +12:00
David Rowe
62cf42732b
Fix up deprecated notice
2019-04-25 17:34:49 +12:00
Angus Antley
ea173b8d61
more time for talk ease in and updated json random choice times
2019-04-24 21:29:55 -07:00
Howard Stearns
da1597c5d1
Merge pull request #15327 from Atlante45/fix/warnings
...
Case 22065: Fix mac warnings
2019-04-24 20:32:29 -07:00
David Rowe
73fd61dcf0
Picks, PickType, RayPick JSDoc update
2019-04-25 13:19:07 +12:00
SamGondelman
31b3f0e8f1
possible fix for openUrl exploit
2019-04-24 16:39:31 -07:00
Shannon Romano
70c2b8b8c4
Merge pull request #15443 from Atlante45/fix/asset-server-baking-master
...
Case 22333: Master: Fix asset server auto-baking
2019-04-24 16:30:14 -07:00
Dante Ruiz
0bdc37859d
Refresh Rate Controller
2019-04-24 16:16:08 -07:00
Angus Antley
93b49a86db
fixed build error
2019-04-24 15:50:00 -07:00
Angus Antley
45f4cb2018
added animation files and updated ease in function in rig
2019-04-24 14:56:38 -07:00
Shannon Romano
1b67042091
Merge pull request #15428 from raveenajain/gltf_debug
...
case 22347: glTF move debug code
2019-04-24 10:31:49 -07:00
Sam Gateau
dfce7dcaa6
Merge pull request #15405 from SamGondelman/stencil2
...
Case 20060: Grab correct stencil masks from display plugins
2019-04-24 09:52:12 -07:00
Shannon Romano
839aa0ebe8
Merge pull request #15446 from amerhifi/questCrashFix
...
Case 22340 : turning on blit present for quest
2019-04-24 09:24:24 -07:00
Shannon Romano
26e65b7ca6
Merge pull request #15444 from SamGondelman/warning
...
Case 22262: Comment out QScript type warning
2019-04-24 09:22:58 -07:00
Shannon Romano
0768cd58dc
Merge pull request #15427 from SamGondelman/materialMap
...
Case 22079: Bake existing materialMap in FST
2019-04-24 09:16:12 -07:00
Angus Antley
5aee2f35f0
updated the ease in function
2019-04-24 08:27:36 -07:00
amantley
7f3101eefb
working on the ease in function for the talk idle
2019-04-23 18:13:15 -07:00
SamGondelman
3b746384ca
really fix texture baking, and turn off irradiance generation during baking
2019-04-23 16:01:31 -07:00
Clement
86b6341098
Add error reporting + Make temp dir erase safer
2019-04-23 14:54:12 -07:00
Atlante45
329a76d4d6
Fix unix warning
2019-04-23 14:54:12 -07:00
Atlante45
3605b3d560
Patch interface redirect code
2019-04-23 14:54:12 -07:00
SamGondelman
b1f00d6f22
attempt to handle atp redirects from .fbx to .baked.fst
2019-04-23 14:54:10 -07:00
amer cerkic
8a7503ef51
turning on blit present for quest
2019-04-23 11:45:25 -07:00
luiscuenca
b10aca10d4
Fix code standard issues
2019-04-23 09:45:39 -07:00
Shannon Romano
7a9dd49eed
Merge pull request #15411 from Zvork/shadow
...
Case 22117: Shadows Appear Incorrectly Placed Relative to Avatars
2019-04-23 09:32:53 -07:00
Simon Walton
c03839e49f
Fix threaded issues; add verify failed flag to avatar identity packet
...
Bump packet version
2019-04-23 09:26:17 -07:00
SamGondelman
9deb4e47ad
comment out warning
2019-04-23 08:46:54 -07:00
David Rowe
7dde764907
Merge branch 'master' into M21956
...
# Conflicts:
# libraries/audio/src/Sound.h
2019-04-23 14:58:23 +12:00
David Rowe
fbc8e1c347
Miscellaneous fixes
2019-04-23 14:49:14 +12:00
David Rowe
6e09c4885f
Review updates
2019-04-23 14:35:25 +12:00
SamGondelman
4fc97effda
combine snapshotOperator lists per sam's suggestions
2019-04-22 16:22:18 -07:00
Anthony Thibault
d7babe6fbf
Added data rates for new hand controller section
2019-04-22 16:16:55 -07:00
Angus Antley
bac5cf9bbb
fixed the debug state info updating
2019-04-22 14:35:04 -07:00
Angus Antley
6d9e4188eb
added AnimRandomSwitch class and got it integrated with a new avatar-animation.json that includes random idles and random fidgets and random talk
2019-04-22 14:14:17 -07:00
SamGondelman
06fbc8440e
Merge remote-tracking branch 'upstream/master' into stencil2
2019-04-22 13:28:30 -07:00
SamGondelman
7245d1a037
handle texturebakers with same url but different usage
2019-04-22 13:24:34 -07:00
luiscuenca
9c90a2b684
more fixes
2019-04-22 13:17:42 -07:00
Olivier Prat
8dabcb76b8
Taking into account comments
2019-04-22 21:30:57 +02:00
luiscuenca
20cac4cd4d
Rotation fix and refactor
2019-04-22 11:38:27 -07:00
Anthony Thibault
0c0b847666
First version of faux joint optimizations
...
There are still some AJT: TODO sections, mostly about stat tracking for the new Hand Controllers section.
Created a new hand controller section that is optional, when not present hand controllers are assumed to be disabled.
2019-04-22 11:02:13 -07:00
Sabrina Shanman
2a7ef5c5bb
Merge pull request #15426 from sabrina-shanman/bug_oven_texture-scale_master
...
(case 22282) Fix some baked models not preserving texture scale (master)
2019-04-22 09:52:36 -07:00
Clement
0f2dbd7b6a
Fix mac warnings
2019-04-19 20:14:15 -07:00
Sabrina Shanman
16da80b9b6
Merge pull request #15425 from sabrina-shanman/bug_hfm_main-thread
...
(case 22011) Fix model processing occurring on main thread
2019-04-19 15:40:54 -07:00
SamGondelman
703a4a5700
call leaveEntity when script stops
2019-04-19 15:18:05 -07:00
raveenajain
f2312f77c1
remove unused var
2019-04-19 22:47:47 +01:00
raveenajain
65f4fac993
move debug code
2019-04-19 21:40:57 +01:00
SamGondelman
080cb36170
bake existing materialMap
2019-04-19 13:01:47 -07:00
Shannon Romano
c09e0eca1d
Merge pull request #15416 from SamGondelman/transparent83
...
Case 22283: Fix transparent textures on baked assets
2019-04-19 12:35:20 -07:00
sabrina-shanman
05a2b11c54
Fix mat4FromVariant
2019-04-19 11:29:28 -07:00
sabrina-shanman
74b4b47a2a
Save some bandwidth by not including unity texture transforms in material jsons
2019-04-19 11:29:28 -07:00
sabrina-shanman
9cb5ed888a
Remove unnecessary hasTexcoordTransform
2019-04-19 11:29:28 -07:00
sabrina-shanman
7b74561b27
Fix baked models not preserving scale in some cases
2019-04-19 11:29:27 -07:00
SamGondelman
b9934bce70
Merge remote-tracking branch 'upstream/master' into materialMap
2019-04-19 11:27:04 -07:00
Sam Gondelman
38ca699ff5
Merge pull request #15406 from sabrina-shanman/bug_oven_fst-rebake
...
(case 22271) (RC83) Fix baked models unable to rebake
2019-04-19 10:44:54 -07:00
Shannon Romano
4962bc8c10
Merge pull request #15395 from SamGondelman/oven
...
Case 22213: Fix materialJSON paths in domain baker
2019-04-19 10:39:42 -07:00
sabrina-shanman
7333b02f34
Fix model processing occurring on main thread
2019-04-19 09:48:30 -07:00
Shannon Romano
d5ab49c64c
Merge pull request #15402 from sabrina-shanman/hfm_bug_model-materials_master
...
(case 22216) Fix Interface not loading some baked models correctly
2019-04-19 08:53:40 -07:00
Olivier Prat
7d412f9109
Simplified material binding in shadow mode. Added opacity mask to shadow fade. Adjusted default bias.
2019-04-19 11:03:43 +02:00
Sam Gondelman
2604afa454
Merge pull request #15396 from SamGondelman/oven2
...
Case 22244: Fix oven crash (RC83)
2019-04-18 20:22:36 -07:00
David Rowe
6837d7e5e8
Midi JSDoc
2019-04-19 12:26:21 +12:00
SamGondelman
27f1255899
fix transparent textures on baked assets
...
(cherry picked from commit b89dbf8346
)
2019-04-18 11:23:45 -07:00
Olivier Prat
39d03ce87a
Removed magic number
2019-04-18 19:19:38 +02:00
SamGondelman
0d914a695b
wip
2019-04-18 09:06:02 -07:00
Olivier Prat
9d0706ec8b
Merge branch 'master' of https://github.com/highfidelity/hifi into shadow
2019-04-18 11:06:35 +02:00
Olivier Prat
3cb9c518ea
Exposed max shadow distance and a shadow bias scale parameter in graphics::Light
2019-04-18 11:06:12 +02:00
sabrina-shanman
d80b40e5a5
Fix baked FSTs unable to be rebaked by creating an FST in the original
...
output folder
2019-04-17 16:37:01 -07:00
Shannon Romano
bbab0b59b7
Merge pull request #15332 from raveenajain/gltf_brainstem_fix
...
Case 22060 fix model
2019-04-17 16:29:25 -07:00
SamGondelman
e7d12dc4f8
fix snapshots and preview
2019-04-17 15:43:05 -07:00
sabrina-shanman
693cdabc2c
Small style fix for materialID bounds check in FBXSerializer_Mesh.cpp
2019-04-17 13:26:19 -07:00
sabrina-shanman
53f74abd49
Fix another Interface issue loading baked models
2019-04-17 13:24:04 -07:00
sabrina-shanman
343b853b59
Fix Interface not loading some baked models correctly
2019-04-17 13:24:04 -07:00
sabrina-shanman
b711ee8b8a
Fix MaterialBaker not including names in baked multi-materials
2019-04-17 13:24:04 -07:00
raveenajain
2fab5a0945
parents, skeleton, break fix
2019-04-17 21:14:44 +01:00
Shannon Romano
da314694b4
Merge pull request #15271 from amantley/overrideHandAnimsSquashed
...
Allow Hand Animations to be Overridden
2019-04-17 11:53:41 -07:00
Shannon Romano
5d1c1010c5
Merge pull request #15294 from sethalves/fix-refreshGroupsCache-asan-error
...
case 21977: fix asan reported error when returning QString reference to refreshGroupsCache
2019-04-17 11:43:12 -07:00
Sam Gateau
e6c76cdb19
Merge pull request #15329 from Zvork/amc
...
case 22219: Improved ambient maps
2019-04-17 10:20:53 -07:00
amantley
035c8a687d
fixed merge conflict
2019-04-17 10:16:39 -07:00
raveenajain
104ed758b9
re-order nodes, cluster update
2019-04-17 17:52:48 +01:00
Shannon Romano
f2069a2cd7
Merge pull request #15344 from amantley/bugTwoBoneOverFlow
...
Fixed out of range error in AnimTwoBoneIK
2019-04-17 09:51:09 -07:00
Olivier Prat
3fc711dba2
Added opacity mask to shadow casters
2019-04-17 12:35:24 +02:00
Olivier Prat
5d7b149a9e
Switched to clamped tangent for shadow slope bias
2019-04-17 11:12:59 +02:00
Olivier Prat
ae20a5d439
Fixed crash in debugShadow.js
2019-04-17 09:47:33 +02:00
luiscuenca
1ad197df26
Send avatar skeleton trait
2019-04-16 17:40:43 -07:00
SamGondelman
2d5cfbf4f5
fix oven crash
2019-04-16 15:16:26 -07:00
Shannon Romano
50f39e88d6
Merge pull request #15365 from hyperlogic/bug-fix/better-camera-in-head-check
...
Better head vs camera checks for avatar head cauterization
2019-04-16 15:07:46 -07:00
Shannon Romano
517710bcb8
Merge pull request #15388 from r3tk0n/running-fix
...
Case 22192: Adjust run speed constants.
2019-04-16 14:51:23 -07:00
Shannon Romano
7de56092f8
Merge pull request #15376 from SimonWalton-HiFi/delayed-node-adds-tweaks
...
Clear delayed Node-adds upon restart
2019-04-16 11:27:15 -07:00
Shannon Romano
4b91363226
Merge pull request #15375 from SimonWalton-HiFi/pingpunch-lower-rate
...
Increase ping interval for unconnected Nodes
2019-04-16 11:22:30 -07:00
SamGondelman
23918258d9
fix materialJSON paths in domain baker
2019-04-16 10:30:09 -07:00
David Rowe
7af55de43d
Messages JSDoc update
2019-04-16 14:20:40 +12:00
r3tk0n
d0abb86366
Reversed costants because no sleep. >_<
2019-04-15 17:26:22 -07:00
David Rowe
60298245da
Menu JSDoc update
2019-04-16 11:24:24 +12:00
Shannon Romano
4d255fce93
Merge pull request #15373 from sabrina-shanman/hfm_crash_textures
...
(case 21906) Fix TextureBaker failures and heap corruption in MaterialBaker
2019-04-15 15:12:39 -07:00
raveenajain
f458427067
Merge branch 'master' of https://github.com/highfidelity/hifi into gltf_brainstem_fix
2019-04-15 12:59:43 -07:00
raveenajain
3c84a46cba
update how nodes are initially parsed
2019-04-15 20:27:54 +01:00
r3tk0n
12d7e35722
Add separate constant for desktop run. HMD run affected negatively by 3x multiplier. This will need to be cleaned up in a future release.
2019-04-15 10:56:07 -07:00
r3tk0n
a40fdf3f77
Merge branch 'master' of https://github.com/highfidelity/hifi into running-fix
2019-04-15 09:47:26 -07:00
r3tk0n
87deb348a8
Adjust run speed constants.
2019-04-12 14:07:06 -07:00
Shannon Romano
a0ddadc0e7
Merge pull request #15320 from ctrlaltdavid/M21989
...
Case 21989: AvatarList and AvatarManager JSDoc
2019-04-12 12:27:29 -07:00
Shannon Romano
11e5f0a101
Merge pull request #15323 from ctrlaltdavid/M22052
...
Case 22052: Camera JSDoc
2019-04-12 12:26:39 -07:00
Shannon Romano
5e8e44f97b
Merge pull request #15316 from amantley/bugSetRotation
...
Bug fixed for MyAvatar.getJointRotation(name, quat) and MyAvatar.setJointRotation(name, quat)
2019-04-12 12:23:03 -07:00
Simon Walton
7180d8b99b
Clear delayed Node-adds upon restart
2019-04-11 17:56:27 -07:00
Simon Walton
a5e94eea75
Increase ping interval for unconnected Nodes
2019-04-11 17:36:09 -07:00
Ryan Huffman
f2474b4d2b
Fix lack of ranges on numerical types in Create
2019-04-11 14:20:52 -07:00
Anthony J. Thibault
7aeb4bca87
Include head rotation in getEyeModelPositions
2019-04-11 14:05:15 -07:00
sabrina-shanman
39cf3c3d83
Fix TextureBaker failures and heap corruption in MaterialBaker
2019-04-11 13:44:26 -07:00
SamGondelman
c730e51d1e
wip redo stencil work
2019-04-11 13:22:51 -07:00
Saracen
3dde53f743
Friendlier and more understandable naming.
2019-04-11 03:57:34 +01:00
Saracen
eb8e912808
Added missing checks to ground and takeoff state.
2019-04-11 03:29:58 +01:00
David Rowe
38e21dcaa2
Doc review
2019-04-11 11:04:02 +12:00
David Rowe
ca3f45163f
Merge branch 'master' into M21989
2019-04-11 10:37:34 +12:00
David Rowe
617617736e
Merge branch 'master' into M22052
2019-04-11 10:24:27 +12:00
Sam Gateau
51d1c4b1f3
Merge pull request #15357 from SamGondelman/cauterize
...
Case 21417: Fix cauterization of entities that are children of MyAvatar's head
2019-04-10 12:29:40 -07:00
Sam Gateau
c33efdf9e0
Merge pull request #15282 from kitely/fix-ray-local-entities
...
Case 21883: Fix safe landing code improperly finding local entities
2019-04-10 12:28:07 -07:00
Sam Gateau
6f4f7335dc
Merge pull request #15307 from kencooke/audio-gain-interpolation
...
Case 22019: Audio clicks/pops when gain is rapidly changing
2019-04-10 12:26:59 -07:00
Sam Gateau
89ff63e8bb
Merge pull request #15267 from jherico/fix/tracing
...
Case 21930: Don't change OpenGL context state every frame
2019-04-10 09:42:09 -07:00
David Rowe
d587f1227d
Add ResourceRequestObserver JSDoc
2019-04-10 12:09:48 +12:00
David Rowe
59533d0f59
Controller JSDoc update
2019-04-10 08:51:14 +12:00
Saracen
bce80130bd
Allow players to disable automatic falling to flight threshold.
2019-04-09 21:07:17 +01:00
Anthony J. Thibault
02d5769991
Better head vs camera checks for avatar head cauterization
...
* cameraInsideHead() check now uses detailed avatar collision when possible.
* head is now more constantly hidden in first person camera mode
* getEyeModelPositions() uses a better estimate when avatar eye joints are missing.
* moved findPointKDopDisplacement from Rig.cpp into AnimUtil.cpp
* added isPlayingOverrideAnimation() method to Rig class
2019-04-09 12:57:03 -07:00
raveenajain
c970a58715
comments, edge case for skinned
2019-04-09 17:29:07 +01:00
SamGondelman
a50cca006e
use # instead of ? for material URL name selection
2019-04-08 23:45:47 -07:00
SamGondelman
27338c3639
fix cauterization of entities that are children of MyAvatar's head
2019-04-08 19:48:11 -07:00
raveenajain
40fe156c8b
naming, condition
2019-04-08 19:54:31 +01:00
luiscuenca
0d92ec1f5b
Fix comparison warning
2019-04-08 11:24:59 -07:00
luiscuenca
d9eaa2076d
Fix out of bounds when the model url is incorrect
2019-04-08 10:36:58 -07:00
John Conklin II
c902e8392c
Merge pull request #15343 from luiscuenca/fixSimJoints
...
Fix error extracting SIM joints on Flow
2019-04-05 18:28:05 -07:00
Sam Gondelman
b12a0e5cce
Merge pull request #15342 from SamGondelman/material
...
Case 20513: Extra check to make sure we remove materials from MyAvatar
2019-04-05 17:18:37 -07:00
Sam Gondelman
88c278d357
Merge pull request #15319 from SamGondelman/materialBaker
...
Case 21764: Oven bakes model materials directly to separate material description
2019-04-05 17:08:22 -07:00
luiscuenca
39b58a44ee
Fix error on sim joints for new flow app
2019-04-05 16:38:38 -07:00
Angus Antley
09e2da4c93
fixed out of range error in the two bone IK computation
2019-04-05 16:31:18 -07:00
Sam Gondelman
19b109c1f7
Merge pull request #15333 from highfidelity/revert-15266-stencil
...
Case 22070: Revert "Case 20060: Grab correct stencil masks from display plugins"
2019-04-05 16:23:26 -07:00
SamGondelman
924bf53698
extra check to make sure we remove material from MyAvatar
2019-04-05 16:22:16 -07:00
Shannon Romano
1b72a514d3
Merge pull request #15328 from Atlante45/fix/injectors
...
Case 21925: Warn mixer about stopped injectors
2019-04-05 16:09:41 -07:00
Anthony Thibault
b8b7798ad9
Merge pull request #15296 from luiscuenca/kdopsRotOffsetFix
...
Add joint rotation offset to the avatar multi-sphere shapes
2019-04-05 15:55:34 -07:00
Anthony Thibault
0e2c5ea3c2
Merge pull request #15291 from luiscuenca/multiSpheresMixFix
...
Fix avatar multi-sphere bad scaling on some avatars
2019-04-05 15:55:13 -07:00
Sam Gondelman
660818aded
Revert "Case 20060: Grab correct stencil masks from display plugins"
2019-04-05 11:59:46 -07:00
raveenajain
d1d999dd72
init node order fix
2019-04-05 19:58:26 +01:00
Olivier Prat
1322fef568
Taking into account samuel's remarks
2019-04-05 20:15:58 +02:00
Olivier Prat
08aa133472
Fixed other compilation errors / warnings
2019-04-05 11:32:00 +02:00
Olivier Prat
b66aa4a742
Fixed compilation errors on Mac & Ubuntu
2019-04-05 11:03:41 +02:00
Olivier Prat
89ca7ac415
Fixed compilation errors
2019-04-05 10:22:57 +02:00
Olivier Prat
a45b91c4be
Merge branch 'master' of https://github.com/highfidelity/hifi into amc
2019-04-05 09:01:03 +02:00
Olivier Prat
361371b2a9
Added flag to enable / disable ambient fresnel LUT
2019-04-05 08:58:06 +02:00
David Rowe
ca2c8caddb
Reinstate TextureCache.TextureType JSDoc
2019-04-05 17:53:19 +13:00
David Rowe
28dfac64ba
Merge branch 'master' into M21460
...
# Conflicts:
# libraries/image/src/image/Image.h
2019-04-05 17:50:46 +13:00
David Rowe
68f76851fd
Updates per doc review
2019-04-05 17:10:52 +13:00
Seth Alves
cbc51b75f9
fix asan reported error when returning QString reference to refreshGroupsCache
2019-04-04 19:55:13 -07:00
Clement
5102702910
Warn mixer about stopped injectors
2019-04-04 18:55:35 -07:00
Roxanne Skelly
7f5a595ba7
Merge pull request #15326 from roxanneskelly/Case22059
...
Lambda capture was referencing something on the local stack
2019-04-04 17:21:53 -07:00
Wayne Chen
b10faa8109
Merge pull request #14738 from r3tk0n/project-freeloco
...
Case 21777: Locomotion Project
2019-04-04 16:18:32 -07:00
Roxanne Skelly
029eab73cb
Lambda capture was referencing something on the local stack
...
which may go out of scope when lambda was called.
2019-04-04 16:00:15 -07:00
Ryan Huffman
b9c81a3899
Merge pull request #15322 from huffman/fix/interactive-window-shutdown-crash
...
Case 18299: Fix ScriptEngine not being destroyed on its own thread
2019-04-04 15:00:50 -07:00
Sam Gateau
bda54c71ea
Merge pull request #15324 from AndrewMeadows/avoid-nan-model-scale
...
Case 22054: flat models can introduce nan into geometry
2019-04-04 14:51:19 -07:00
Sam Gondelman
85bf1da0a1
Merge pull request #15266 from SamGondelman/stencil
...
Case 20060: Grab correct stencil masks from display plugins
2019-04-04 13:36:25 -07:00
Ryan Huffman
cf3a9b1d48
Fix ScriptEngine not being destroyed on its own thread
2019-04-04 13:28:13 -07:00
Sam Gateau
eee5f87dcd
Merge pull request #15264 from Zvork/hdr
...
Case 22045: Added support for OpenEXR files (mostly for skyboxes)
2019-04-04 10:32:11 -07:00
Angus Antley
9afbf76ec1
removed unnecessary getFauxJointIndex call, this is handled in getJointIndex
2019-04-04 10:22:24 -07:00
Angus Antley
72264203db
corrected the lock positions to cover the getJointIndex calls
2019-04-04 10:08:50 -07:00
Andrew Meadows
72ac35c6f7
avoid nan in Model::_scale
2019-04-04 08:28:03 -07:00
Olivier Prat
b71a8f7902
Switched to split sum model for ambient (as Unreal)
2019-04-04 16:10:33 +02:00
Olivier Prat
acded5488e
Merge branch 'master' of https://github.com/highfidelity/hifi into amc
2019-04-04 08:58:49 +02:00
David Rowe
1bc38cab28
Camera JSDoc polish
2019-04-04 18:03:14 +13:00
r3tk0n
17e559f8e8
Merge branch 'master' of https://github.com/highfidelity/hifi into project-freeloco
2019-04-03 16:17:00 -07:00
Sam Gateau
5730e92871
Merge pull request #15317 from jherico/fix/21911_alt
...
Case 21730: Restore composite framebuffer to display plugins
2019-04-03 16:02:47 -07:00
NissimHadar
3ba5f8e574
Use place holder instead of RCC file.
...
(cherry picked from commit 709515dd74
)
(cherry picked from commit 4e4526fbb2
)
2019-04-03 15:25:34 -07:00
David Rowe
93f917527d
Merge branch 'master' into M21956
...
# Conflicts:
# interface/src/scripting/Audio.h
2019-04-04 11:06:09 +13:00
SamGondelman
2b376f7881
handle weird material name case
2019-04-03 14:26:45 -07:00
David Rowe
2a17ad3da5
AvatarList and AvatarManager JSDoc
2019-04-04 10:11:54 +13:00
maspring
05cab9a3cc
Merge pull request #15122 from raveenajain/gltf_skinning
...
Case 21502: skinned gltf
2019-04-03 13:45:41 -07:00
Brad Davis
44fc0d21db
Revert "Remove _compositeFramebuffer from display plugins"
...
This reverts commit cb311408c6
.
2019-04-03 13:43:39 -07:00
Angus Antley
857a4ab739
enabled MyAvatar.get and .set rotation
2019-04-03 13:04:55 -07:00
r3tk0n
874fb6b6d7
Merge branch 'master' of https://github.com/highfidelity/hifi into project-freeloco
2019-04-03 12:42:33 -07:00