summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove null pointer checkJesus Fernandez2018-02-121-2/+2
* | QParameter: add bookkeeping of QNode valuesPaul Lemire2018-02-211-4/+17
* | Doc: Fix documentation warnings for Qt 3D CoreTopi Reinio2018-02-1614-43/+45
* | Merge remote-tracking branch 'origin/5.10' into 5.11Sean Harmer2018-02-1511-24/+121
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Sean Harmer2018-02-058-22/+89
| |\|
| | * Fix array of textures in shader parameterMauro Persano2018-02-021-16/+31
| | * Ensure node creation changes are sent before using in list propertiesSean Harmer2018-02-023-2/+29
| | * Fix componentAdded/componentRemoved notifications dispatch to componentsMike Krus2018-01-265-4/+29
| * | SIMD: disable on all x86 platformsPaul Lemire2018-02-021-2/+2
| * | Render: Use SIMD Vectors and Matrices in the backendPaul Lemire2018-02-024-2/+59
* | | Merge "Merge remote-tracking branch 'origin/5.10.1' into 5.11" into refs/stag...v5.11.0-alpha1Liang Qi2018-02-143-2/+29
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-143-2/+29
| |\ \ \
| | * | | Ensure node creation changes are sent before using in list propertiesSean Harmer2018-02-083-2/+29
| | |/ /
* | / / Add private api to retrieve a vector of typed componentsJuan Jose Casafranca2018-02-141-0/+13
|/ / /
* | | Doc: Divide documentation into submodulesTopi Reinio2018-02-094-0/+1720
* | | Merge branch '5.10' into devSean Harmer2018-01-264-6/+16
|\| |
| * | SIMD: Disable on all windows x86 platformsPaul Lemire2018-01-251-2/+2
| * | SIMD: Only include SSE classes if options activatedPaul Lemire2018-01-253-4/+14
* | | QTransform: add fromAxes and rotateFromAxes helperPaul Lemire2018-01-252-0/+23
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-221-1/+22
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-221-1/+22
| |\|
| | * Add unit test and fix for broken order of event deliverySean Harmer2018-01-181-1/+22
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-6/+11
|\| |
| * | QResourceManager: fix coding stylePaul Lemire2018-01-191-6/+11
* | | QDownloadHelperService: fix commentPaul Lemire2018-01-201-1/+1
* | | Merge branch '5.10' into devSean Harmer2018-01-175-37/+35
|\| |
| * | Prevent potential containers detachingMike Krus2018-01-141-1/+2
| * | Iterate on references to avoid copiesMike Krus2018-01-131-1/+1
| * | Methods mistakenly marked as slotsMike Krus2018-01-131-0/+1
| * | Merge branch '5.9' into 5.10Sean Harmer2018-01-122-35/+31
| |\|
| | * Get rid of the INDEXBITS template argument for QHandleLars Knoll2017-12-132-35/+31
* | | Remove hardcoded C++ version for MinGW/GCCKai Koehne2018-01-111-3/+0
* | | Merge remote-tracking branch 'origin/5.10' into devLaszlo Agocs2017-12-131-1/+1
|\| |
| * | QNodeCommand: Fix \since to 5.10Friedemann Kleint2017-11-231-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-202-143/+123
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Svenn-Arne Dragly2017-11-152-143/+123
| |\|
| | * Rework resource handlingLars Knoll2017-11-072-143/+123
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-132-21/+34
|\| |
| * | Decompose a new quaternion rotation into euler anglesSean Harmer2017-10-062-21/+34
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-051-0/+1
|\| |
| * | Update the local poses of the skeleton in the animation aspectSean Harmer2017-10-031-0/+1
* | | Replace Q_DECL_FINAL with finalKevin Funk2017-09-255-14/+14
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-2510-32/+32
|/ /
* | Merge branch '5.9' into 5.10Sean Harmer2017-09-1213-756/+136
|\|
| * Get rid of the AllocationPolicy template argument in the ResourceManagerLars Knoll2017-09-111-10/+6
| * Get rid of the HandleManager classLars Knoll2017-09-114-351/+84
| * Remove ArrayPreallocationPolicyLars Knoll2017-09-111-54/+1
| * Improve dependency look-upChristian Strømme2017-09-069-342/+45
* | Send joint names and local poses from render to animation aspectSean Harmer2017-08-301-0/+16
* | Add name property to QJointSean Harmer2017-08-303-0/+23