Stephen Birarda
|
7bf0cc2f63
|
cleanup other ref returns of shared pointers from sortables
|
2017-12-21 15:39:14 -08:00 |
|
Brad Davis
|
26291e0a75
|
PR feedback
|
2017-12-21 07:29:29 -08:00 |
|
Nissim Hadar
|
58c6f8e9c4
|
Radio buttons now work correctly.
|
2017-12-20 19:17:18 -08:00 |
|
SamGondelman
|
7a7b1f7089
|
fix web entity crash
|
2017-12-20 13:58:58 -08:00 |
|
SamGondelman
|
bd06dc6443
|
cleaning up modelmeshpartpayload
|
2017-12-20 11:00:14 -08:00 |
|
Zach Fox
|
297a3df63c
|
Merge pull request #11815 from zfox23/commerce_QmlWhitelist
QML Whitelisting + Commerce Integration
|
2017-12-19 18:07:14 -08:00 |
|
Andrew Meadows
|
bad2c1df76
|
proper modulus of animation frame
|
2017-12-19 10:40:17 -08:00 |
|
Andrew Meadows
|
559cb33563
|
remove incorrect comment
|
2017-12-19 10:40:17 -08:00 |
|
Andrew Meadows
|
661a63bd0c
|
fix crash for bad QVector index
|
2017-12-19 10:40:17 -08:00 |
|
Olivier Prat
|
bd666406f4
|
Removed glColor reset hack in MeshPartPayload and replaced it by a reset of the color attribute to white in the execution of the setInputFormat command of the various GLBackends
|
2017-12-19 14:17:17 +01:00 |
|
Brad Davis
|
9f7b6f543d
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2017-12-18 11:17:07 -08:00 |
|
Andrew Meadows
|
cfd2097f36
|
Merge pull request #11965 from AndrewMeadows/expose-physics-perf-stats-to-js
Cleanup names of debug stats and trace contexts.
|
2017-12-18 10:02:42 -08:00 |
|
Brad Davis
|
c6bc6f6ef2
|
Merge remote-tracking branch 'upstream/master' into android_nov
|
2017-12-16 16:20:16 -08:00 |
|
amantley
|
2817eadb7a
|
iMerge remote-tracking branch 'origin/character_entity_fixes' into character_entity_fixes
updating branch with remote
|
2017-12-13 16:48:33 -08:00 |
|
amantley
|
7c29a1b09a
|
Merge remote-tracking branch 'origin/master' into character_entity_fixes
updating branch to master
|
2017-12-13 16:47:15 -08:00 |
|
Zach Fox
|
3764445272
|
Merge branch 'master' of https://github.com/highfidelity/hifi into commerce_QmlWhitelist
|
2017-12-13 14:12:08 -08:00 |
|
Brad Davis
|
6cff86b0f3
|
Fix polyvox archive, correct build errors, add additional libraries
|
2017-12-12 18:29:36 -08:00 |
|
amantley
|
29538851b6
|
Made the changes from the latest code review, except getting rid of the
while loop.
|
2017-12-12 09:06:43 -08:00 |
|
Andrew Meadows
|
406bf7898d
|
cleanup prof stats and trace context names
|
2017-12-11 11:31:00 -08:00 |
|
amantley
|
65bb896450
|
Merge remote-tracking branch 'origin/master' into character_entity_fixes
|
2017-12-11 10:55:54 -08:00 |
|
Seth Alves
|
2cd64ccd2c
|
merge from upstream
|
2017-12-11 10:14:30 -08:00 |
|
Zach Fox
|
b81cdf49ef
|
Merge branch 'master' of https://github.com/highfidelity/hifi into commerce_QmlWhitelist
|
2017-12-11 09:52:32 -08:00 |
|
amantley
|
7e49ce26d7
|
Merge remote-tracking branch 'origin/master' into character_entity_fixes
updating branch to the master
|
2017-12-11 08:02:33 -08:00 |
|
Olivier Prat
|
a679dc6705
|
Merge branch 'master' of git://github.com/highfidelity/hifi into csm
|
2017-12-11 08:48:48 +01:00 |
|
Zach Fox
|
b2bafed2bb
|
Merge branch 'master' of https://github.com/highfidelity/hifi into commerce_QmlWhitelist
|
2017-12-07 11:21:24 -08:00 |
|
Ryan Huffman
|
f3fc5769e8
|
Move asset baking on asset server to separate process
|
2017-12-06 11:49:19 -08:00 |
|
Olivier Prat
|
1d8d8335c5
|
Moved shadow cascade distances computation to shadow, not shadow task
|
2017-12-06 10:05:39 +01:00 |
|
Olivier Prat
|
0b6dcb2717
|
Merge branch 'master' of git://github.com/highfidelity/hifi into csm
|
2017-12-05 09:18:26 +01:00 |
|
Seth Alves
|
b590cd5b89
|
avatar-entities which are children of an avatar will scale with the avatar
|
2017-12-02 09:31:43 -08:00 |
|
ZappoMan
|
750d505f9b
|
fix issues in model import sizing caused by recent refactor
|
2017-11-30 17:51:59 -08:00 |
|
amantley
|
233d693d76
|
removed debug print statements and fixed negative FPS handling
|
2017-11-29 10:51:04 -08:00 |
|
amantley
|
778d98f56b
|
made some changes to fix coding standard problems in the code, also added the update for the EntityItem base class to the update function
|
2017-11-28 18:42:03 -08:00 |
|
amantley
|
101e67498a
|
cleaned up the code to remove _currentFrame updating in RenderModelEntityItem also removed the unnessary currently playing frame property
|
2017-11-28 14:11:56 -08:00 |
|
amantley
|
d607ca0914
|
initialize the _lastAnimated time when the modelEntityRenderer is instantiated, this fixes the sync between interface and the server
|
2017-11-28 11:04:48 -08:00 |
|
amantley
|
522dc3dfb1
|
Merge remote-tracking branch 'origin/master' into character_entity_fixes
updating Character entity fixes branch with the changes in the origin
master
|
2017-11-22 17:55:39 -08:00 |
|
amantley
|
2e75016021
|
changes to modelEntity.cpp
|
2017-11-22 17:53:21 -08:00 |
|
amantley
|
fdf5139a74
|
everything now works with an atomic start time property. but now I will get rid of this and use current frame instead
|
2017-11-22 17:52:13 -08:00 |
|
amantley
|
1e5d099b06
|
changed the currentlyplayingframe property so that it is updated in RenderableModelEntity.cpp now. Remains to remove everything but initializing currentlyPlayingFrame in ModelEntityRender.cpp
|
2017-11-21 17:36:01 -08:00 |
|
samcake
|
84ff40c717
|
Merging with master
|
2017-11-21 14:12:47 -08:00 |
|
amantley
|
5a1d04ee06
|
Merge remote-tracking branch 'origin/master' into character_entity_fixes
updating the branch with the current master
|
2017-11-20 10:22:46 -08:00 |
|
Dante Ruiz
|
76935c1457
|
fixing merge conflict
|
2017-11-20 09:51:10 -08:00 |
|
amantley
|
befa0f8ab5
|
now the update frame is only happening in the assignment client code. added setCurrentlyPlayingFrame to ModelEntityItem.cpp
|
2017-11-20 09:11:15 -08:00 |
|
ZappoMan
|
3b77f14f69
|
fix build error
|
2017-11-19 15:12:23 -08:00 |
|
ZappoMan
|
04ee1adabd
|
Merge branch 'master' of https://github.com/highfidelity/hifi into entityItemCleanup
|
2017-11-19 14:40:31 -08:00 |
|
Brad Hefta-Gaub
|
33d35bbe14
|
Merge pull request #11770 from AndrewMeadows/sort-and-throttle
sort and throttle UpdateRenderables work... when necessary
|
2017-11-19 11:09:08 -08:00 |
|
amantley
|
013d16cee9
|
this is the change to add a property for the currentframeplaying
|
2017-11-17 18:37:54 -08:00 |
|
amantley
|
20fd893b47
|
Starting to implement the update function to ModelEntityItem_cpp Also put access to the currently playing frame in RenderableModelEntityItem_cpp
|
2017-11-16 18:38:28 -08:00 |
|
amantley
|
ded81fcab0
|
Merge remote-tracking branch 'origin/master' into character_entity_fixes
Updating the branch to the latest code
|
2017-11-16 13:53:17 -08:00 |
|
amantley
|
881b22ab15
|
added update function to modelEntityItem.cpp
|
2017-11-16 12:41:56 -08:00 |
|
SamGondelman
|
3274c41aeb
|
Merge remote-tracking branch 'upstream/pointers' into ui
|
2017-11-15 17:45:45 -08:00 |
|
amantley
|
cc43d8115c
|
In response to bug in the original PR, in RenderModelEntityItem.cpp I made a change in the handling of the boundary cases for the first and last frame properties. Also deleted some extraneous comments.
|
2017-11-15 17:42:33 -08:00 |
|
SamGondelman
|
7eb22b372f
|
merge with master
|
2017-11-15 14:35:30 -08:00 |
|
SamGondelman
|
8730a26d20
|
use mouse events for offscreenui because touch events aren't working with the eventFilter, cleanup, documentation
|
2017-11-15 14:12:16 -08:00 |
|
Brad Davis
|
26a745be6f
|
Merge remote-tracking branch 'upstream/master' into feature/qml_whitelist_tablet
|
2017-11-15 11:59:06 -08:00 |
|
Andrew Meadows
|
2f5b7f32c6
|
only add valid renderables to _renderablesToUpdate
|
2017-11-14 17:08:12 -08:00 |
|
Andrew Meadows
|
500f381827
|
collect hard-coded time budgets in one spot
|
2017-11-14 15:57:17 -08:00 |
|
Andrew Meadows
|
ffe16a754e
|
another pass through the crucible
|
2017-11-14 15:57:17 -08:00 |
|
Andrew Meadows
|
f67114a0a8
|
PrioritySortUtil::Prioritizer doesn't need to be a template
|
2017-11-14 15:57:17 -08:00 |
|
Andrew Meadows
|
55cc945c78
|
organize PrioritySortUtil differently
|
2017-11-14 15:57:17 -08:00 |
|
Andrew Meadows
|
111480f630
|
fix bad conflict resolution
|
2017-11-14 15:57:17 -08:00 |
|
Andrew Meadows
|
e93c10b5ee
|
remove cruft
|
2017-11-14 15:57:17 -08:00 |
|
Andrew Meadows
|
8707c76a6a
|
templatize the ViewFrustum-relative sort algorithm
|
2017-11-14 15:57:17 -08:00 |
|
Andrew Meadows
|
f47185b2f6
|
remove tabs from indentation
|
2017-11-14 15:57:17 -08:00 |
|
Andrew Meadows
|
c6bccb3de3
|
avoid adding null renderables to list
|
2017-11-14 15:57:17 -08:00 |
|
Andrew Meadows
|
809ff7928e
|
sort and throttle UpdateRenderables
|
2017-11-14 15:57:17 -08:00 |
|
SamGondelman
|
60db24f2d3
|
merge with master
|
2017-11-13 14:36:24 -08:00 |
|
SamGondelman
|
2fb1981c4a
|
merge with master
|
2017-11-13 14:34:39 -08:00 |
|
SamGondelman
|
2c0272f304
|
(mostly?) fix touch events
|
2017-11-13 12:58:31 -08:00 |
|
amantley
|
842cddde88
|
Deleted new members of RenderableModelEntity.h that were not necessary
to implement the loop,hold,play properties for an entity animationq
|
2017-11-13 12:00:32 -08:00 |
|
amantley
|
3f7a9e9703
|
all entity animation fixes including the animation play reset
|
2017-11-10 15:36:57 -08:00 |
|
amantley
|
1a06c6ef11
|
all entity animation fixes done except play animation
|
2017-11-10 15:23:17 -08:00 |
|
Brad Davis
|
92a3c209aa
|
Merge remote-tracking branch 'upstream/master' into feature/qml_whitelist_tablet
|
2017-11-10 11:44:29 -08:00 |
|
Olivier Prat
|
103e036b70
|
Shadow maps rendered in cascades
|
2017-11-10 18:30:37 +01:00 |
|
Olivier Prat
|
8b6a2eeb24
|
Merge branch 'master' of git://github.com/highfidelity/hifi into shadow
|
2017-11-10 10:19:32 +01:00 |
|
amantley
|
3ce65ece87
|
Merge remote-tracking branch 'upstream/master' into character_entity_fixes
this is just to synch this branch with the upstream master
|
2017-11-09 10:38:34 -08:00 |
|
amantley
|
af0304fd6b
|
preliminary changes for the property fixes
|
2017-11-09 10:04:12 -08:00 |
|
Atlante45
|
8a903c8b12
|
Merge branch 'stable' of https://github.com/highfidelity/hifi into new-master
|
2017-11-07 14:26:25 -08:00 |
|
amantley
|
e13a74213c
|
this is holder spot to put avatar entity animation code
|
2017-11-06 17:29:19 -08:00 |
|
SamGondelman
|
7d420f5242
|
isLeftHand, isRightHand, isMouse
|
2017-11-06 12:29:21 -08:00 |
|
samcake
|
d878fac62c
|
REverse changes
|
2017-11-06 11:25:02 -08:00 |
|
Sam Gateau
|
45e5d91b9d
|
Change the sub renderItemIDs list of the Model entity in its meta through a transaction instead of going through the pointer to the model
|
2017-11-04 20:49:55 -07:00 |
|
Brad Davis
|
d162e1cff6
|
Whitelist functionality for tablet apps
|
2017-11-04 15:14:06 -07:00 |
|
SamGondelman
|
55ac585cd9
|
Merge remote-tracking branch 'upstream/master' into ui
|
2017-11-03 17:32:13 -07:00 |
|
SamGondelman
|
ce58b6c401
|
trying to fix HUD events, abstracting touch event logic (wip), seth's comments
|
2017-11-03 17:15:30 -07:00 |
|
Olivier Prat
|
fbcb2924e8
|
Merge branch 'master' of git://github.com/highfidelity/hifi into shadow
|
2017-11-03 15:08:15 +01:00 |
|
SamGondelman
|
dd4275430b
|
fix hover events, working on HUD events
|
2017-11-02 17:48:37 -07:00 |
|
ZappoMan
|
afaad5fcd7
|
Merge branch 'master' of https://github.com/highfidelity/hifi into entityItemCleanup
|
2017-11-02 13:39:51 -07:00 |
|
Andrew Meadows
|
2b06df1c33
|
call Model::scaleToFit() before update render items
|
2017-11-02 12:52:46 -07:00 |
|
Andrew Meadows
|
490483fde8
|
call Model::scaleToFit() before update render items
|
2017-11-02 12:32:51 -07:00 |
|
SamGondelman
|
657a0fb036
|
Merge remote-tracking branch 'upstream/pointers' into ui
|
2017-10-31 17:41:14 -07:00 |
|
SamGondelman
|
5a7298f15b
|
Merge remote-tracking branch 'upstream/master' into pointers
|
2017-10-31 17:33:52 -07:00 |
|
SamGondelman
|
64665c87b2
|
replace ids with unsigned ints
|
2017-10-31 17:07:48 -07:00 |
|
SamGondelman
|
3c779f1528
|
HUD events WIP, fix entity/overlay hover, no hover for empty renderState
|
2017-10-31 14:42:31 -07:00 |
|
Nissim Hadar
|
03d2ca19b9
|
Moving consts into mode::Haze namespace.
|
2017-10-31 13:46:58 -07:00 |
|
Bradley Austin Davis
|
55d819d7e3
|
Merge pull request #11699 from SamGondelman/ui
Pointers generate PointerEvents (WIP)
|
2017-10-31 10:01:15 -07:00 |
|
SamGondelman
|
76eb4c656e
|
fix multi-touch and keyboard on web entities
|
2017-10-30 16:41:59 -07:00 |
|
Nissim Hadar
|
349e12c065
|
Merge branch 'master' into hazeZone
|
2017-10-30 10:08:35 -07:00 |
|
ZappoMan
|
f63db42c0e
|
migrate SpatiallyNestable::getOrientation to getWorldOrientation, remove redundant getRotation
|
2017-10-28 10:14:25 -07:00 |
|
ZappoMan
|
a7a0f03ede
|
rename SpatiallyNestable::getPosition() to SpatiallyNestable::getWorldPosition()
|
2017-10-27 18:39:17 -07:00 |
|
Nissim Hadar
|
420b0f321c
|
Merge branch 'master' into hazeZone
|
2017-10-27 09:14:53 -07:00 |
|