summaryrefslogtreecommitdiffstats
path: root/src/logic
Commit message (Expand)AuthorAgeFilesLines
...
* Correctly register logic component (after peerId is set)Sean Harmer2016-04-181-1/+1
* Merge branch '5.6' into 5.7Sean Harmer2016-04-164-8/+7
|\
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-012-3/+3
| * rely on the automatically defined QT_BUILD_*_LIBOswald Buddenhagen2016-02-252-3/+2
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-2/+2
* | Handler: call sceneChangeEvent from base classPaul Lemire2016-04-141-1/+1
* | QLogicAspect registerBackendTypes method is now private apiFranck Arrecot2016-04-063-10/+11
* | Logic aspect Handler initializes from creation changeSean Harmer2016-03-312-0/+7
* | HandlerFunctor in Logic aspect handles creationSean Harmer2016-03-302-0/+9
* | Set objectName for aspects to help with debug outputSean Harmer2016-03-201-0/+2
* | Add QAbstractAspectPrivate::onEngineAboutToShutdown() virtualSean Harmer2016-03-203-9/+9
* | Remove QAbstractAspect::onCleanup()Sean Harmer2016-03-172-5/+0
* | Rename onStartup/onShutdownSean Harmer2016-03-162-4/+4
* | Rename QAbstractAspect::onInitialized() to onRegistered()Sean Harmer2016-03-162-2/+2
* | Class QLogicComponent changesFranck Arrecot2016-03-116-45/+45
* | QBackendNode::peerUuid() renamed to peerId()Paul Lemire2016-03-051-2/+2
* | logic: eradicate all (one) Q_FOREACH loopsMarc Mutz2016-03-041-2/+2
* | QBackendNodeFunctor -> QBackendNodeMapperPaul Lemire2016-02-232-2/+2
* | const QNodeId & -> QNodeIdPaul Lemire2016-02-224-6/+6
* | Removed factory member variableRobert Brock2016-02-072-3/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-262-8/+0
|\|
| * Doc: Exclude private header files from the documentation buildTopi Reinio2016-01-252-8/+0
* | Unify license header usageAntti Kokko2016-01-2617-187/+238
* | QAspectEngine/QAbstractAspects: get rid of setDataPaul Lemire2016-01-222-3/+2
|/
* Get rid of isShuttingDown()Kevin Ottens2015-12-171-1/+3
* Turn all services private for nowKevin Ottens2015-12-121-1/+1
* Pass frame time delta through to the logic component frame updateSean Harmer2015-12-077-11/+24
* Factor out in QAbstractAspect common behaviorKevin Ottens2015-12-032-37/+0
* Move the QT3D_REGISTER_*_ASPECT macros to QAbstractAspectKevin Ottens2015-12-011-1/+0
* Remove aspect enumsMike Krus2015-11-211-1/+0
* QAspectManager: Explicitly mark as private APIAndy Nichols2015-10-301-1/+0
* d-pointer classes, private/public changesTomi Korpipää2015-10-301-1/+1
* Doc: Move the doc artifacts outside of the submodule directoryVenugopal Shivashankar2015-10-281-75/+0
* Doc: Updated the docs for the namespace changesVenugopal Shivashankar2015-10-273-5/+13
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-1315-53/+53
* Add "We mean it" warnings to private headersSean Harmer2015-10-138-0/+88
* Shorten names of classes in Logic namespaceSean Harmer2015-10-1314-116/+116
* Move Logic aspect into Qt3DLogic namespaceSean Harmer2015-10-1316-129/+115
* Doc: Use a single a doc project for all the submodule docsVenugopal Shivashankar2015-10-053-64/+67
* Add a new Logic aspect to allow synchronous operationsSean Harmer2015-08-0620-0/+1563