summaryrefslogtreecommitdiffstats
path: root/src/Runtime/Source
Commit message (Expand)AuthorAgeFilesLines
* Move files required by OpenGL runtime within ogl-runtime directoryPasi Keränen2019-05-31662-180374/+0
* Fix crash in editor when using qmlstreamsAntti Määttä2019-05-291-3/+11
* Remove utf8cpp 3rd party lib from Qt 3D StudioPasi Keränen2019-05-291-66/+6
* Allow specifying range property precisionMahmoud Badri2019-05-281-1/+1
* Define custom number types with standard Qt typesPasi Keränen2019-05-282-133/+26
* Fix NO_FRAG_OUTPUT featureJere Tuliniemi2019-05-282-6/+21
* Fix QMutableMapIterator usageJari Karppinen2019-05-281-1/+1
* Add qDebug stream overrides for DataInput and Output defsPasi Keränen2019-05-271-0/+106
* Fix creating elements in subpresentationsMiikka Heikkinen2019-05-272-48/+59
* Fix text texture cachingKaj Grönholm2019-05-271-2/+3
* Remove hardcoded C locale on LinuxJari Karppinen2019-05-231-7/+13
* Support deleting dynamically created meshes and materialsMiikka Heikkinen2019-05-236-0/+99
* Add C++ API to create meshes dynamicallyMiikka Heikkinen2019-05-238-234/+512
* Remove unnecessary interface in Qt3DSRenderThreadPoolAndy Nichols2019-05-242-61/+58
* Use pointer instead of reference in Qt3DSRenderThreadPoolAndy Nichols2019-05-241-5/+5
* Some CString to QString conversionsMahmoud Badri2019-05-232-8/+9
* Do not add fragOutput for custom shadersAntti Määttä2019-05-249-32/+46
* Add runtime support for DataOutputPasi Keränen2019-05-2314-56/+440
* Create material container if it doesn't existAntti Määttä2019-05-231-6/+17
* Fix slow QML stream loadingJere Tuliniemi2019-05-233-24/+18
* Load slide images in background threadAntti Määttä2019-05-229-28/+96
* Build glyphs for distance field texts earlier in OpenGL RTJanne Kangas2019-05-214-7/+27
* Copy distance field shader changes to OpenGL runtimeJere Tuliniemi2019-05-202-19/+18
* Update presentation id into assetmapKaj Grönholm2019-05-171-10/+24
* Add possibility of creating groups to createElementMiikka Heikkinen2019-05-171-79/+95
* Add methods to create/delete multiple elements/materials at onceMiikka Heikkinen2019-05-177-611/+715
* Increment UIP versionMahmoud Badri2019-05-1611-62/+6
* Fix compiler error in Qt3DRuntimeView.cppAntti Määttä2019-05-162-96/+0
* Implement Q3DSSurfaceViewer::presentationReady in OpenGL RuntimeJanne Kangas2019-05-156-2/+24
* Assume project fonts are in a subdirectory relative to project or presentationJari Karppinen2019-05-144-9/+12
* Add elementCreated signalMiikka Heikkinen2019-05-146-56/+121
* Add material creation to runtime C++ APIMiikka Heikkinen2019-05-1412-185/+812
* Autogenerate mipmaps for texturesAntti Määttä2019-05-145-3/+23
* Add missing vec4 for datainput parsingMahmoud Badri2019-05-133-0/+24
* Fix crash in editor when changing presentationsAntti Määttä2019-05-131-0/+1
* Fix visibility toggle using data inputAntti Määttä2019-05-101-1/+1
* Optimize behavior scriptsAntti Määttä2019-05-105-41/+407
* Only utilize active camerasKaj Grönholm2019-05-101-7/+12
* Add a missing float4 parsing methodMahmoud Badri2019-05-091-0/+4
* Remove circular build dependencywip/qtifyJanne Kangas2019-05-099-21/+29
* Add missing float4 types to Runtime data model datatypesMahmoud Badri2019-05-086-20/+64
* Fix OpenGL runtime picking with scaled cameraKaj Grönholm2019-05-076-9/+34
* Add deleteElement to C++ APIMiikka Heikkinen2019-05-079-7/+144
* Add dynamic object creation to presentation C++ APIMiikka Heikkinen2019-05-0711-99/+463
* Add simple performance viewAntti Määttä2019-05-0710-41/+76
* Fix camera lookAt in OpenGL RuntimeJari Karppinen2019-05-071-5/+2
* Remove remaining state machine codePasi Keränen2019-05-063-21/+0
* Move CRenderString to foundation and rename to Qt3DSStringPasi Keränen2019-05-0620-131/+139
* Implement fixes to the distance field rendererJere Tuliniemi2019-05-0611-65/+40
* Convert CRenderString to be QString basedPasi Keränen2019-05-0313-124/+761