summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Missed a rect to normalizedRect changeRobert Brock2016-02-291-1/+1
* QActionInput and QAxisInput keys to buttonsRobert Brock2016-02-299-62/+62
* QInputSequence renamed interval to buttonIntervalRobert Brock2016-02-294-27/+27
* QInputChord renamed tolerance to timeoutRobert Brock2016-02-295-24/+24
* Remove code duplication in QChangeArbiter::distributeQueueChanges()Marc Mutz2016-02-291-25/+9
* Brush up QNodeIdMarc Mutz2016-02-292-19/+24
* QAbstractTextureImage rename cubeMapFace to faceRobert Brock2016-02-294-18/+18
* QAbstractTextureImage mipmapLevel now mipLevelRobert Brock2016-02-297-26/+26
* Inputs overhauledPaul Lemire2016-02-2919-1052/+37
* Quick3DAxis: make inputs the default propertyPaul Lemire2016-02-291-0/+1
* Quick3DAction: make inputs the default propertyPaul Lemire2016-02-291-0/+1
* QAxis: add value propertyPaul Lemire2016-02-292-0/+32
* Optimize string handling in QAspectEngine::executeCommand()Marc Mutz2016-02-291-5/+5
* core: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-02-299-22/+26
* QAction: add an active propertyPaul Lemire2016-02-292-4/+31
* QStencilMask renamingRobert Brock2016-02-293-27/+27
* Remove quadratic complexity in ~QEntitiyMarc Mutz2016-02-291-1/+5
* QAxisSetting renamed filter to smoothRobert Brock2016-02-285-22/+22
* QAxisSetting renamed deadZone to deadZoneRadiusRobert Brock2016-02-285-21/+21
* QAlphaTest renamed clamp to referenceValueRobert Brock2016-02-273-14/+14
* QAlphaTest rename func to alphaFunctionRobert Brock2016-02-273-16/+16
* QPolygonOffset renamed factor to scaleFactorRobert Brock2016-02-274-15/+15
* QFrontFace renamed FaceDir to WindingDirectionRobert Brock2016-02-263-10/+10
* QBuffer rename sync to syncDataRobert Brock2016-02-265-27/+27
* QDepthTest rename func to depthFunctionRobert Brock2016-02-268-23/+23
* Remove ParameterMappingPaul Lemire2016-02-2666-851/+140
* QAttribute: merge with QAbstractAttributePaul Lemire2016-02-2621-878/+446
* QBuffer merged with QAbstractBufferPaul Lemire2016-02-2612-332/+67
* QMesh: rename subMesh to meshNamePaul Lemire2016-02-263-19/+19
* RenderView: fix a few variant.userType()Paul Lemire2016-02-261-5/+6
* Fix some -Wreorder warningsSean Harmer2016-02-263-5/+5
* Rename the viewport rect property to normalizedRectRobert Brock2016-02-266-28/+28
* QMaterial removed tetureValues and setTextureParameterRobert Brock2016-02-253-19/+0
* Remove QRenderAttachment name propertyRobert Brock2016-02-255-30/+0
* Propagate backend node changes to Renderer; render-on-demandWieland Hagen2016-02-2450-8/+146
* Added AbstractRenderer pointer to RenderBackendNodeWieland Hagen2016-02-2422-69/+116
* Only emit camera changed signals when actually changed smth.Wieland Hagen2016-02-241-16/+23
* Dedicated QRenderBackendNodeWieland Hagen2016-02-2460-104/+238
* RenderView: remove unused variables since the QUniformValue changesPaul Lemire2016-02-231-4/+0
* Fix warning in rendererPaul Lemire2016-02-231-1/+0
* QBackendNodeFunctor -> QBackendNodeMapperPaul Lemire2016-02-2330-102/+102
* Renderer: use instanced drawing all the timePaul Lemire2016-02-231-23/+12
* const QNodeId & -> QNodeIdPaul Lemire2016-02-22107-247/+247
* QComponentList -> QComponentVectorPaul Lemire2016-02-224-6/+6
* QNodeList -> QNodeVectorPaul Lemire2016-02-224-12/+12
* QAspectEngine::setRootEntity takes a QSharedPointerPaul Lemire2016-02-225-11/+15
* QAspectEngine replace QList of QAbstractAsprct* by QVectorPaul Lemire2016-02-223-4/+4
* QTransform: move rotationX,Y,Z properties downPaul Lemire2016-02-221-1/+1
* QComponent: rename shareabe getter to isShareablePaul Lemire2016-02-224-8/+8
* QEntity: remove removeAllComponentsPaul Lemire2016-02-222-12/+3