summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qentity.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update QEntity docsAntti Määttä2016-09-021-21/+23
* Shared node bookkeepingPaul Lemire2016-05-231-3/+12
* Use some constructor delegationMarc Mutz2016-05-141-3/+1
* De-inline Q{Node,Component,Entity}Private dtorsMarc Mutz2016-05-141-0/+4
* QNodePropertyChange -> QPropertyUpdatedChangeSean Harmer2016-05-101-1/+1
* Set QObject parent immediately and defer backend notificationsSean Harmer2016-05-091-5/+6
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-1/+1
* Strip out cloning subsystemSean Harmer2016-04-291-21/+0
* QNode: make cleanup a private slotPaul Lemire2016-04-231-1/+1
* Rename QScenePropertyChange -> QNodePropertyChangeSean Harmer2016-04-211-1/+1
* Use new component added/removed changesSean Harmer2016-04-201-16/+8
* QEntity creates creation changesSean Harmer2016-03-221-0/+18
* Rename to QMouseInput to QMouseHandlerMike Krus2016-03-051-1/+1
* core: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-02-291-1/+1
* Remove quadratic complexity in ~QEntitiyMarc Mutz2016-02-291-1/+5
* QComponentList -> QComponentVectorPaul Lemire2016-02-221-2/+2
* QEntity: remove removeAllComponentsPaul Lemire2016-02-221-11/+3
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-4/+6
|\
| * Doc: Exclude private header files from the documentation buildTopi Reinio2016-01-251-4/+0
| * Doc: Removed Qt3DCollision namespace and module docsVenugopal Shivashankar2016-01-211-0/+6
* | Unify license header usageAntti Kokko2016-01-261-11/+14
|/
* Make parentEntityId privateKevin Ottens2015-12-181-6/+6
* Remove QAbstractTransform and friendsSean Harmer2015-11-171-2/+0
* QNode: Introduce enabled propertyAndy Nichols2015-10-271-2/+0
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-23/+23
* QScene is now privatePaul Lemire2015-07-061-1/+1
* QNode parent changesPaul Lemire2015-06-111-13/+33
* Do not pass `this` to Private c-torKonstantin Ritt2015-05-201-4/+3
* QEntity: doc fix, added missing * to properly close commentPaul Lemire2015-04-241-1/+1
* QEntity: some doc addedPaul Lemire2015-04-231-0/+48
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-141-0/+5
* ChangeArbiter/SceneChange: use id as change subjectPaul Lemire2015-02-281-2/+2
* Fix: remove QByteArrayLiteral used when setting SceneChange property namesPaul Lemire2015-02-281-2/+2
* Copyright header change.Mika Salmela2015-02-091-19/+14
* On component removal only deal with the idKevin Ottens2015-01-281-2/+8
* Print warning when Component shareable violatedPaul Lemire2015-01-241-1/+4
* Fix dynamic reparenting issuesPaul Lemire2015-01-101-1/+4
* Fix constnessKonstantin Ritt2015-01-071-1/+1
* Change uuid -> id as it really isn't universally unique any longerSean Harmer2014-12-191-2/+2
* Make cloning available to third party QNodesKevin Ottens2014-11-271-3/+3
* corelogging.h -> corelogging_p.hSean Harmer2014-11-181-1/+1
* QComponent: add array of referenced entitiesPaul Lemire2014-11-141-0/+3
* Have copy() only on QNodeKevin Ottens2014-10-161-7/+7
* Hide doClone implementations behind a macroKevin Ottens2014-10-151-12/+5
* QNode refactoringPaul Lemire2014-10-031-46/+21
* Improved/Refactored cloning and doClone off all subclassesPaul Lemire2014-09-301-4/+8
* QSceneInterface method to add Component/Entities lookupPaul Lemire2014-09-301-0/+8
* QScenePropertyChange containing QSharedPointer of cloned nodesPaul Lemire2014-09-151-4/+4
* QEntity clone component and send update only if arbiter existsPaul Lemire2014-08-141-9/+13
* QEntity implements doClone and copy methodsPaul Lemire2014-08-131-1/+26