Sam Gateau
|
6005b934ad
|
Merge pull request #13979 from AndrewMeadows/game-loop-optimizations-001
minor bug fix and optimization in ModelEntity animation
|
2018-10-19 17:02:48 -07:00 |
|
Brad Hefta-Gaub
|
e6ec32e515
|
Merge pull request #14222 from SamGondelman/material
Fix material entity opacity maps
|
2018-10-19 16:45:31 -07:00 |
|
John Conklin II
|
9c841db9fb
|
Merge pull request #14184 from SamGondelman/blendshape
Move blendshape buffers to render thread
|
2018-10-19 11:55:44 -07:00 |
|
Sam Gondelman
|
e3543cf098
|
Merge branch 'master' into scriptvec3
|
2018-10-17 13:10:29 -07:00 |
|
Andrew Meadows
|
3b1b64b057
|
fix logic in readyToAnimate()
|
2018-10-17 11:45:39 -07:00 |
|
Andrew Meadows
|
da0d70af3f
|
don't use string comparison when polling for changed animation URL
|
2018-10-17 11:45:39 -07:00 |
|
Andrew Meadows
|
0c61779331
|
remove deprecated cruft; stub setAnimationURL() override
|
2018-10-17 11:45:39 -07:00 |
|
Andrew Meadows
|
148944814b
|
consolidate two bad string checks into one
|
2018-10-17 11:45:39 -07:00 |
|
John Conklin II
|
7b226aa559
|
Merge pull request #14124 from SamGondelman/particle
Don't render particles without textures
|
2018-10-17 11:17:23 -07:00 |
|
John Conklin II
|
eb088772d0
|
Merge pull request #14156 from sabrina-shanman/bug_dynamic-hulls
Fix "Good" collision not honoring mesh groups in OBJ files
|
2018-10-17 11:12:21 -07:00 |
|
SamGondelman
|
c5a94a415d
|
fix material entity opacity maps
|
2018-10-17 09:59:43 -07:00 |
|
SamGondelman
|
327c2f4e3d
|
move blendshape buffers to render thread
|
2018-10-10 15:32:53 -07:00 |
|
Sam Gondelman
|
67662df760
|
Merge branch 'master' into scriptvec3
|
2018-10-08 12:59:34 -07:00 |
|
sabrina-shanman
|
57f67ffe91
|
Do not have additional compoundMeshes variable in computeShapeInfo
|
2018-10-08 11:46:46 -07:00 |
|
sabrina-shanman
|
e15a41c839
|
Fix model being loaded before dimensions are initialized
|
2018-10-08 09:26:35 -07:00 |
|
sabrina-shanman
|
c8cccc5ec7
|
Fix "good" collision not subdividing OBJ meshes by group
|
2018-10-08 09:24:33 -07:00 |
|
Dante Ruiz
|
651f37aceb
|
Merge branch 'interstitialMerged' of github.com:wayne-chen/hifi into interstitialMerged
|
2018-10-04 15:01:39 -07:00 |
|
Dante Ruiz
|
bda9735b5d
|
fix loading progress
|
2018-10-04 15:01:16 -07:00 |
|
Wayne Chen
|
0a7102b4d3
|
Merge branch 'master' of https://github.com/highfidelity/hifi into interstitialMerged
|
2018-10-04 08:59:26 -07:00 |
|
Sam Gondelman
|
4e96c3297b
|
Merge branch 'master' into scriptvec3
|
2018-10-03 17:14:15 -07:00 |
|
John Conklin II
|
658c74a1c6
|
Merge pull request #14080 from huffman/fix/111-models-not-being-resized
Fix models with 1^3 dimensions never being resized
|
2018-10-02 14:11:45 -07:00 |
|
Sam Gondelman
|
5b6e7b2566
|
Merge branch 'master' into scriptvec3
|
2018-10-02 08:58:04 -07:00 |
|
John Conklin II
|
0ef407a45c
|
Merge pull request #14116 from sethalves/fix-bad-render-downcasts
get asan to not complain about invalid downcasts during transaction.updateItem
|
2018-10-01 16:57:03 -07:00 |
|
Brad Hefta-Gaub
|
edd5db7768
|
Merge pull request #14042 from thoys/perf/create/getMultipleEntities
Speed up Entity List properties fetching by adding Entities.getMultipleEntities API
|
2018-10-01 16:16:48 -07:00 |
|
Wayne Chen
|
8f36bc0850
|
Merge pull request #4 from danteruiz/interstitialMerged
Interstitial screen updates
|
2018-10-01 15:43:04 -07:00 |
|
SamGondelman
|
1ec481922c
|
don't render particles without textures
|
2018-10-01 14:54:34 -07:00 |
|
Dante Ruiz
|
652ec2210d
|
fixing loading issues
|
2018-10-01 13:58:14 -07:00 |
|
Seth Alves
|
f784b33eed
|
get asan to not complain about invalid downcast of EntityRenderer UpdateFunctor
|
2018-09-30 15:25:21 -07:00 |
|
John Conklin II
|
11492ce8ee
|
Merge pull request #14045 from sethalves/enterEntity-wait-for-script
don't call enterEntity before the entity's script is loaded
|
2018-09-28 16:07:08 -07:00 |
|
John Conklin II
|
5d00aa0bdb
|
Merge pull request #14009 from sethalves/fix-worn-shape-double-scale
fix scaling of worn shape entities
|
2018-09-28 13:08:46 -07:00 |
|
Ryan Huffman
|
af897bdef2
|
Fix models with 1^3 dimensions never being resized
|
2018-09-25 09:13:59 -07:00 |
|
Seth Alves
|
6eb3fa251d
|
guard against null deref
|
2018-09-21 10:39:41 -07:00 |
|
Seth Alves
|
f6e57f54b0
|
don't call enterEntity until script preload has finished
|
2018-09-21 10:26:55 -07:00 |
|
Seth Alves
|
d5c0c05ab2
|
wait for an entity's script to load before adding it to the contain-avatar list. do this so the script doesn't miss the 'enterEntity' entity-method due to not being loaded.
|
2018-09-21 10:26:55 -07:00 |
|
Thijs Wenker
|
06491ef12f
|
API function for retrieving multiple entity properties with better performance
|
2018-09-20 19:34:00 +02:00 |
|
John Conklin II
|
6c63f92f39
|
Merge pull request #13933 from SamGondelman/accelerationSpread
Fix particle acceleration spread
|
2018-09-19 11:49:42 -07:00 |
|
Seth Alves
|
1e8ae1a294
|
fix scaling of worn shape entities
|
2018-09-15 16:36:55 -07:00 |
|
SamGondelman
|
c522d1bc93
|
merge with master
|
2018-09-14 00:57:13 -07:00 |
|
Sam Gondelman
|
42ded53b5f
|
Merge branch 'master' into modelBugs
|
2018-09-12 14:35:46 -07:00 |
|
Wayne Chen
|
63ad85215b
|
Merge branch 'master' into interstitalMerged
|
2018-09-11 17:17:33 -07:00 |
|
SamGondelman
|
3daaa0ce81
|
empty urls are invalid
|
2018-09-10 11:45:40 -07:00 |
|
SamGondelman
|
a4605289a2
|
animation on switch url
|
2018-09-10 10:03:05 -07:00 |
|
Dante Ruiz
|
200f6d540a
|
Merge branch 'master' of github.com:highfidelity/hifi into interstitial-final-page
|
2018-09-06 09:59:51 -07:00 |
|
Bradley Austin Davis
|
fade3a8de0
|
Fixing shader implicit type conversions
|
2018-09-06 09:08:36 -07:00 |
|
Brad Davis
|
50f4932d9c
|
PR feedback: structure alignement and size
|
2018-09-06 09:07:53 -07:00 |
|
Brad Davis
|
5a5e1ad498
|
Remove uniforms from polyvox
|
2018-09-06 08:59:06 -07:00 |
|
SamGondelman
|
589e88af4a
|
Merge remote-tracking branch 'upstream/master' into scriptvec3
|
2018-09-04 17:54:45 -07:00 |
|
SamGondelman
|
ec0b0ab464
|
fix acceleration spread
|
2018-09-04 13:03:42 -07:00 |
|
SamGondelman
|
ade58a52cc
|
reserve priority sort util vectors
|
2018-09-04 11:21:43 -07:00 |
|
SamGondelman
|
5f08ed5027
|
misc perf improvements
|
2018-08-30 16:55:15 -07:00 |
|