summaryrefslogtreecommitdiffstats
path: root/Common/NativeApp/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved NativeApp to Tools moduleEgor Yusov2019-11-1114-2249/+0
|
* LinuxApp: attempting to initialize in OpenGL mode if Vulkan failsEgor2019-10-281-2/+11
|
* Fixed tabs in UWP app sourceEgor Yusov2019-10-276-569/+569
|
* Linux app: fixed window titleEgor2019-10-261-2/+1
|
* Gracefully handling unsupported device modes (fixed ↵Egor Yusov2019-10-262-11/+31
| | | | https://github.com/DiligentGraphics/DiligentEngine/issues/62)
* Linux app: added limitation on the minimum window sizeEgor2019-10-131-2/+50
|
* Updated copyright noticeEgor Yusov2019-09-171-1/+1
|
* Fixed https://github.com/DiligentGraphics/DiligentCore/issues/95Egor Yusov2019-08-031-2/+2
|
* Fixed android build; moved NDKHelper from Core module to NativeAppCommonEgor2019-05-112-8/+7
|
* Fixed Linux build issues; added launch instructions for GLTFViewer on LinuxEgor2019-05-051-1/+2
|
* Updated command line format; updated submodulesEgor Yusov2019-04-011-2/+5
|
* Moved NativeApp to Diligent namespaceEgor Yusov2019-02-168-1/+23
|
* Updated copyright noticeEgor Yusov2019-01-061-1/+1
|
* Updated copyright notice + updated submodulesEgor Yusov2019-01-021-1/+1
|
* Fixed MinGW buildEgor Yusov2018-12-141-8/+15
|
* Enabled Vulkan on Linux (closed ↵Egor2018-11-071-12/+263
| | | | https://github.com/DiligentGraphics/DiligentCore/issues/32)
* Added command line parsing in UWP applicationsEgor Yusov2018-07-101-3/+14
|
* Few updates (restricted minimal window size on Win32, updated RawPtr() ↵Egor Yusov2018-04-211-0/+8
| | | | method, updated submodules)
* Implemented switching to fullscreen on shift+enter in UWPEgor Yusov2018-04-012-2/+53
|
* Fixed issue with Win32 MessageProc() not checking if g_pTheApp is nullEgor Yusov2018-03-301-3/+6
|
* Improved device orientation/resize handling on AndroidEgor2018-02-181-14/+20
|
* Unified Android buildEgor2018-02-161-1/+1
|
* Enabled iOS build; unified target platform app generation in cmakeEgor Yusov2018-02-121-0/+34
|
* Fixed MacOS buildEgor Yusov2018-02-111-0/+34
|
* Fixed Android buildEgor2018-02-112-0/+348
|
* Fixed linux buildEgor2018-02-102-1/+219
|
* Fixed resize window issues in unity appEgor Yusov2018-02-091-1/+0
|
* Reworked UWP app implementationEgor Yusov2018-02-099-6/+1040
|
* Updated Win32 app implementationEgor Yusov2018-02-071-5/+4
|
* Added WinmainEgor Yusov2018-02-071-0/+145