summaryrefslogtreecommitdiffstats
path: root/src/logic/qlogicaspect.cpp
Commit message (Expand)AuthorAgeFilesLines
* QAspectJob: switch to using std::vectorPaul Lemire2020-07-021-4/+3
* QLogicAspect: use QAspectJob::postFrame to drive FrameAction updatesPaul Lemire2020-06-251-3/+0
* Add QBackendNode::syncFromFrontEnd to public APIMike Krus2020-02-271-7/+0
* Remove deprecated classes and functionsPaul Lemire2020-02-111-1/+7
* Fix potential crash when logic aspect exitsMike Krus2020-01-271-0/+1
* Fix GCC warning about cv qualifiers in castThiago Macieira2019-02-271-1/+1
* Only execute QFrameAction job if there are actionsJan Marker2017-08-221-1/+4
* Fix spelling in comments and docsAndy Maloney2017-04-061-1/+1
* Coding convention fix for Src/logicRobert Brock2017-03-021-7/+8
* Missing Signal Doc for QFrameActionColin Ogilvie2016-05-281-1/+1
* added skeleton doc to logic moduleColin Ogilvie2016-05-281-0/+14
* Delegate to the correct ctor in QLogicAspectSean Harmer2016-05-151-1/+1
* De-inline dtors of aspect classesMarc Mutz2016-05-141-0/+5
* Use some constructor delegationMarc Mutz2016-05-141-7/+1
* QLogicAspect registerBackendTypes method is now private apiFranck Arrecot2016-04-061-7/+10
* Set objectName for aspects to help with debug outputSean Harmer2016-03-201-0/+2
* Add QAbstractAspectPrivate::onEngineAboutToShutdown() virtualSean Harmer2016-03-201-8/+7
* Remove QAbstractAspect::onCleanup()Sean Harmer2016-03-171-4/+0
* Rename onStartup/onShutdownSean Harmer2016-03-161-2/+2
* Rename QAbstractAspect::onInitialized() to onRegistered()Sean Harmer2016-03-161-1/+1
* Class QLogicComponent changesFranck Arrecot2016-03-111-2/+2
* QBackendNodeFunctor -> QBackendNodeMapperPaul Lemire2016-02-231-1/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-4/+0
|\
| * Doc: Exclude private header files from the documentation buildTopi Reinio2016-01-251-4/+0
* | Unify license header usageAntti Kokko2016-01-261-11/+14
* | QAspectEngine/QAbstractAspects: get rid of setDataPaul Lemire2016-01-221-2/+1
|/
* Turn all services private for nowKevin Ottens2015-12-121-1/+1
* Pass frame time delta through to the logic component frame updateSean Harmer2015-12-071-1/+3
* Factor out in QAbstractAspect common behaviorKevin Ottens2015-12-031-31/+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
* Doc: Updated the docs for the namespace changesVenugopal Shivashankar2015-10-271-1/+1
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-6/+6
* Shorten names of classes in Logic namespaceSean Harmer2015-10-131-8/+8
* Move Logic aspect into Qt3DLogic namespaceSean Harmer2015-10-131-7/+9
* Add a new Logic aspect to allow synchronous operationsSean Harmer2015-08-061-0/+166