summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Remove vtable from QRay3DSean Harmer2015-08-101-1/+1
* QRayCastingService implementation using bounding volumesRémi Benoit2015-08-099-4/+360
* Collision detection service skeletonRémi Benoit2015-08-0911-0/+472
* QAbstractAttribute fix: properly set the bufferPaul Lemire2015-08-071-8/+7
* QAbstractAttribute: Type abstracted with an enumPaul Lemire2015-08-073-24/+61
* QAbstractBuffer/QBuffer cleanupPaul Lemire2015-08-071-2/+2
* New Buffer API Frontend ClassesGiuseppe D'Angelo2015-08-076-44/+273
* Add a new Logic aspect to allow synchronous operationsSean Harmer2015-08-061-1/+1
* Add onStartup() and onShutdown() virtuals to QAbstractAspectSean Harmer2015-08-063-1/+28
* Make it possible for aspects to detect when being shutdownSean Harmer2015-08-064-0/+15
* Handle jobs from multiple aspects of the same typeSean Harmer2015-08-051-3/+4
* Find a set of QNode pointers from node ids locking just onceSean Harmer2015-08-052-0/+12
* Make qtickclockservice header privateSean Harmer2015-08-035-7/+18
* Do not add duplicate entities to the component-to-entities mapLaszlo Agocs2015-08-025-9/+23
* Expose the max thread count from the poolerLaszlo Agocs2015-07-313-1/+8
* Functors: remove dynamic_castPaul Lemire2015-07-283-2/+146
* QRotateTransform: fix radian/degree conversionsPaul Lemire2015-07-251-4/+3
* Scene3D: Properly handle shutdowns with QtQuick LoadersPaul Lemire2015-07-234-1/+12
* QNode clone: copy the object namePaul Lemire2015-07-121-1/+3
* QChangeArbiter/QPostMan: batch frontend changesPaul Lemire2015-07-127-18/+75
* QScene: add a getter for the QChangeArbiterPaul Lemire2015-07-072-0/+7
* QScene is now privatePaul Lemire2015-07-0616-139/+51
* Properly shutdown the rendererPaul Lemire2015-07-064-4/+30
* RenderView: remove a subtle memory leaksPaul Lemire2015-07-041-0/+4
* QChangeArbiter/QLockableObserverInterface: sceneChangeEventWithLock overloadPaul Lemire2015-07-043-0/+11
* Remove trailing comma in enumSean Harmer2015-07-031-1/+1
* QFrameAllocator add a new isEmpty methodPaul Lemire2015-07-023-0/+21
* QComponent: replace dynamic_cast with static_castPaul Lemire2015-07-021-1/+1
* QAbstractFrameAdvanceService: add start/stop methodsPaul Lemire2015-06-295-2/+35
* Use tick clock service by default via service provider mechanismSean Harmer2015-06-283-14/+22
* QNodeVisitor make sure to never visit a null nodePaul Lemire2015-06-281-2/+3
* Introduce QAbstractFrameAdvanceService and QTickClockServicePaul Lemire2015-06-2710-18/+381
* Merge remote-tracking branch 'origin/5.5.0' into 5.5Paul Lemire2015-06-272-6/+114
|\
| * Doc: Add some docs for the shadow map exampleSean Harmer2015-06-252-4/+85
| * Doc: Add documentation for the Wireframe QML ExampleSean Harmer2015-06-241-2/+29
* | Fix for shadow passTomi Korpipää2015-06-252-0/+15
* | Merge branch '5.5.0' into 5.5Sean Harmer2015-06-2126-447/+433
|\|
| * Add some documentation about the framegraph conceptsSean Harmer2015-06-192-5/+7
| * Doc: Fix multiple documentation issuesv5.5.0-rc1Topi Reinio2015-06-153-8/+16
| * Doc: Add skeleton docs for Qt3D Input classes and QML typesTopi Reinio2015-06-152-2/+72
| * Add an overview of Qt3D and its motivation and architectureLeena Miettinen2015-06-124-0/+273
| * Use Qt3DRenderer consistently for documentation configurationSean Harmer2015-06-111-1/+1
| * Add list of platform support levelsSean Harmer2015-06-111-0/+15
| * Move Qt3D generic index to Qt3DCore indexSean Harmer2015-06-112-90/+38
| * Move temporary window class to examplesSean Harmer2015-06-113-156/+0
| * Make QAspectJobManager and base class privateSean Harmer2015-06-1012-232/+64
| * Remove unnecessary metatype declarationsSean Harmer2015-06-083-6/+0
* | QAspectThread: replace a QMutex/QWaitCondition pair with a QSemaphoreMarc Mutz2015-06-112-12/+8
* | Remove unnecessary metatype declarationSean Harmer2015-06-111-2/+0
* | QNode parent changesPaul Lemire2015-06-1117-104/+354