summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-165-1/+11
|\|
| * Fix compile warning (again)Mike Krus2019-11-151-1/+1
| * Disable threaded rendering macOS 10.14 and laterMike Krus2019-11-144-0/+10
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-141-1/+1
| |\
| | * QNode: stop using hash<node,connection> for bookkeeping5.13Paul Lemire2019-11-042-9/+17
| * | Doc: Fix documentation warningsTopi Reinio2019-11-131-1/+1
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-092-9/+17
|\| |
| * | Fix compile warningsMike Krus2019-11-081-1/+1
| * | QNode: stop using hash<node,connection> for bookkeepingv5.14.0-beta3Paul Lemire2019-11-042-9/+17
* | | Don't try to load binary json GLTF data if !QT_CONFIG(binaryjson)Ulf Hermann2019-11-071-0/+2
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-022-1/+10
|\| |
| * | Fix frame advance serviceMike Krus2019-10-281-1/+5
| * | QNode::updateNode: ensure postConstructorInit of node is calledPaul Lemire2019-10-281-0/+5
* | | Accept CBOR as optional format in gltf dataUlf Hermann2019-10-292-0/+79
|/ /
* | Fix skeleton loadingMike Krus2019-10-252-16/+23
* | Revert removal of more sceneChanged methodsMike Krus2019-10-242-0/+9
* | Update jobs to remove post FF changesMike Krus2019-10-223-1/+10
* | Fix post FF API changesMike Krus2019-10-2210-54/+33
* | Restore sceneChangeEvent overload that were removedPaul Lemire2019-10-222-0/+2
* | Remove remaining messaging code in QSkeletonLoaderMike Krus2019-10-221-12/+0
* | Remove old code from animation classes & update testsMike Krus2019-10-212-12/+0
* | Fix Coverity warningsMike Krus2019-10-216-1/+7
* | Update QScene2D to use direct syncMike Krus2019-10-141-1/+1
* | Clean QJoint message handlingMike Krus2019-10-111-3/+2
* | Update LoadSkeletonJob to use direct syncMike Krus2019-10-081-0/+1
* | Update animation evaluation jobs to use direct syncMike Krus2019-10-082-0/+11
* | QChangeArbiter: emit receivedChange when frontend node is dirtyPaul Lemire2019-10-071-3/+4
* | Remove use of node/components added/removed messagesMike Krus2019-10-0413-22/+185
* | Add accessor to retrieve frontend node from an idMike Krus2019-10-022-0/+22
* | Fix missing exportsMike Krus2019-10-026-6/+6
* | Add callback on aspect job when all jobs are completev5.14.0-beta1Mike Krus2019-10-014-1/+24
* | Clean up includesMike Krus2019-10-014-7/+3
* | Update QCameraLens to use direct syncPaul Lemire2019-09-241-0/+3
* | Update mapping classes to use direct syncMike Krus2019-09-232-0/+6
* | Fix deprecation warnings related to QBasicAtomicIntegerFriedemann Kleint2019-09-192-2/+2
* | QTransform: move setWorldMatrix to private classPaul Lemire2019-09-193-7/+9
* | Process pending nodes needing _q_postConstructorInit at start of frameJim Albamont2019-09-184-1/+15
* | Update QJoint to use direct syncMike Krus2019-09-181-10/+4
* | Update QEntity to use direct sync modeMike Krus2019-09-171-7/+1
* | Use direct access to remove backend nodesPaul Lemire2019-09-1612-237/+162
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-113-18/+14
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-242-16/+12
| |\
| | * Matrix_SSE/Matrix_AVX2: fix mapVectorPaul Lemire2019-08-202-16/+12
| * | Fix a -Werror=shadow in EntityLiang Qi2019-08-211-2/+2
* | | Remove QBackendNodeFactory since it's no longer neededMike Krus2019-09-055-140/+1
* | | Use sync method when initializing new backend nodesMike Krus2019-08-2913-66/+131
* | | Merge remote-tracking branch 'qt-gerrit/wip/refactor' into HEADPaul Lemire2019-08-2822-455/+421
|\ \ \
| * | | Do direct notification of backend nodeswip/refactorMike Krus2019-08-2815-81/+199
| * | | Fix QThreadPoolerPaul Lemire2019-08-071-2/+8
| * | | QAspectEngine: add run loop driving modesPaul Lemire2019-08-075-6/+61