summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Avoid frequent method lookups by name.Volker Krause2016-01-051-2/+11
* Add debug code to catch errors with removing job dependenciesSean Harmer2015-12-222-0/+8
* Move the signals earlier in definitionKevin Ottens2015-12-182-8/+8
* Make parentEntityId privateKevin Ottens2015-12-183-7/+8
* Make QAspectJobProviderInterface privateKevin Ottens2015-12-176-10/+33
* Make QSceneObserverInterface privateKevin Ottens2015-12-178-21/+30
* Make QBackendNodeFactory privateKevin Ottens2015-12-177-22/+33
* Make clearBackendNode privateKevin Ottens2015-12-173-7/+8
* executeCommand is meant to be reimpl not calledKevin Ottens2015-12-171-2/+4
* Get rid of isShuttingDown()Kevin Ottens2015-12-172-8/+0
* Move services() and jobManager() to the pimplKevin Ottens2015-12-173-11/+8
* Move QAbstractAspect::registerAspect() to the pimplKevin Ottens2015-12-174-9/+9
* Remove QAbstractAspect::setRootEntityKevin Ottens2015-12-172-10/+13
* Make jobsToExecute privateKevin Ottens2015-12-161-0/+6
* Remove dead codeKevin Ottens2015-12-162-16/+0
* visitNode is not needed as virtual anymoreKevin Ottens2015-12-162-9/+2
* Make QNodeVisitor work with non-void functionsKevin Ottens2015-12-161-15/+15
* Only aspect subclasses register backend typesKevin Ottens2015-12-161-4/+4
* Make sceneNodeAdded/Removed privateKevin Ottens2015-12-162-3/+9
* Change the idiom to clear null job dependenciesKevin Ottens2015-12-162-13/+8
* Add QAspectJob::removeDependency()Kevin Ottens2015-12-162-0/+8
* Add we mean it headersLaszlo Agocs2015-12-152-0/+22
* Remove initialize/shutdown from APIv5.6.0-beta1Kevin Ottens2015-12-143-20/+22
* Make the p-impl really privateKevin Ottens2015-12-122-14/+1
* Move initNodeTree to the p-implKevin Ottens2015-12-123-6/+4
* Turn all services private for nowKevin Ottens2015-12-1219-91/+124
* QTransform: Add convenience properties for Euler angle rotationsAndy Nichols2015-12-113-0/+99
* Move all raycasting code as private in Qt3DRenderKevin Ottens2015-12-1015-910/+2
* Added parameters to signals and made setters Q_SLOTSTomi Korpipää2015-12-0911-127/+114
* Make QFrameAllocator privateKevin Ottens2015-12-086-161/+171
* Pass frame time delta through to the logic component frame updateSean Harmer2015-12-071-0/+4
* Fix QCamera projectionTypeChanged signal connectionMiikka Heikkinen2015-12-071-2/+2
* Avoid class - struct mismatch with MSVCLaszlo Agocs2015-12-071-1/+1
* QThreadPooler: few improvementsPaul Lemire2015-12-063-26/+18
* Make QNodeVisitor privateKevin Ottens2015-12-037-281/+213
* Factor out in QAbstractAspect common behaviorKevin Ottens2015-12-032-1/+37
* Move core/io content to render/geometry and ioKevin Ottens2015-12-0210-892/+0
* QAxisAlignedBoundingBox is used only in ObjLoaderKevin Ottens2015-12-024-261/+0
* Turns out QAbstractFunctor is specific to Qt3DRenderKevin Ottens2015-12-023-144/+0
* Add command support on aspects and QAspectEngineKevin Ottens2015-12-024-0/+41
* QAspectFactory can now also give registered name of an aspectKevin Ottens2015-12-013-5/+27
* Remove unused code from QAspectFactoryKevin Ottens2015-12-012-13/+0
* Make QAspectFactory privateKevin Ottens2015-12-017-134/+44
* Move the QT3D_REGISTER_*_ASPECT macros to QAbstractAspectKevin Ottens2015-12-013-21/+28
* Remove unused enumKevin Ottens2015-11-301-11/+0
* QCollisionQueryResult: Use implicit sharingAndy Nichols2015-11-273-10/+73
* Unit tests for QTransformPaul Lemire2015-11-251-0/+3
* QTransform: add rotateAround helperPaul Lemire2015-11-252-0/+12
* QScheduler::update renamed to something giving more insightPaul Lemire2015-11-243-3/+3
* QRayCastingService improvementsPaul Lemire2015-11-242-2/+4