summaryrefslogtreecommitdiffstats
path: root/src/core/qscene.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-1/+1
* Find a set of QNode pointers from node ids locking just onceSean Harmer2015-08-051-0/+11
* Do not add duplicate entities to the component-to-entities mapLaszlo Agocs2015-08-021-0/+7
* QScene: add a getter for the QChangeArbiterPaul Lemire2015-07-071-0/+6
* QScene is now privatePaul Lemire2015-07-061-1/+1
* Properly initialize q_ptr (or avoid where it is not needed)Konstantin Ritt2015-05-201-6/+3
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Introduce QLockableObserverInterfaceKevin Ottens2015-02-081-3/+3
* Allow the scene to know its engineKevin Ottens2015-01-231-3/+11
* Don't leak the d-pointer of QSceneKevin Ottens2015-01-231-0/+4
* Change uuid -> id as it really isn't universally unique any longerSean Harmer2014-12-191-13/+13
* Rename QNodeUuid to QNodeIdSean Harmer2014-11-191-14/+14
* QNodeUuid: typedef for QUuidPaul Lemire2014-11-021-14/+14
* QObservableInterface refactoredPaul Lemire2014-11-021-8/+5
* QChangeArbiter and Observers/Observables made privatePaul Lemire2014-10-171-2/+2
* QNode refactoringPaul Lemire2014-10-031-20/+4
* Improved/Refactored cloning and doClone off all subclassesPaul Lemire2014-09-301-0/+19
* QChangeArbiter/QScene refactoringPaul Lemire2014-09-301-6/+24
* QSceneInterface method to add Component/Entities lookupPaul Lemire2014-09-301-0/+22
* QScene implements QSceneInterfacePaul Lemire2014-09-281-6/+60
* Renamed QSceneLookup to QScenePaul Lemire2014-09-281-0/+89