summaryrefslogtreecommitdiffstats
path: root/unityplugin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added IFence interfaceEgor Yusov2018-07-222-0/+10
* Updated Math lib tests and render target testEgor Yusov2018-07-031-6/+6
* Updated unit tests to set DSV format in PSOEgor Yusov2018-07-022-0/+6
* Moved Stride to vertex layout desc; updated testsEgor Yusov2018-05-291-2/+1
* Few updates (restricted minimal window size on Win32, updated RawPtr() method...Egor Yusov2018-04-214-12/+12
* Moved primitive topology to pipeline stateEgor Yusov2018-04-142-4/+2
* Merged masterEgor Yusov2018-04-013-3/+33
|\
| * Added sync interval to Present.Egor Yusov2018-03-313-3/+3
| * Iimplemented switching to a fullscreen mode in d3dEgor Yusov2018-03-313-0/+30
* | Added initialization in vulkan modeEgor Yusov2018-03-161-1/+5
|/
* Enabled build customizationEgor Yusov2018-03-051-6/+2
* Enabled build with Win8.1 SDKEgor Yusov2018-03-049-37/+37
* Updated cmake files to handle the case when D3D12 is not supported on Win32Egor Yusov2018-02-241-2/+4
* Updated samples submodule: added Tutorial00_HelloWin32Egor Yusov2018-02-231-0/+2
* Fixed crash in Unity emulator on Android when changing device orientationEgor2018-02-202-3/+7
* Fixed device orientation change handling in Unity emulator appEgor2018-02-183-12/+22
* Improved device orientation/resize handling on AndroidEgor2018-02-181-0/+1
* Moved common gradle build settings to android_common.gradleEgor2018-02-171-4/+1
* Fixed few compiler warningsEgor Yusov2018-02-171-0/+7
* Enabled test app on AndroidEgor2018-02-163-570/+0
* Unified Android buildEgor2018-02-1615-94/+86
* Fixed crash when resuming Unity Emulator on AndroidEgor2018-02-131-1/+1
* Fixed formatting of cmake files + some minor updatesEgor Yusov2018-02-133-211/+215
* Fixed unity emulator on iOSEgor Yusov2018-02-122-5/+13
* Enabled iOS build; unified target platform app generation in cmakeEgor Yusov2018-02-1212-83/+335
* Removed unused Apple source from Unity emulatorEgor Yusov2018-02-1123-1444/+0
* Fixed MacOS buildEgor Yusov2018-02-116-239/+85
* Fixed Android buildEgor2018-02-116-607/+115
* Fixed linux buildEgor2018-02-1015-345/+148
* Reworked win32 and uwp cmake build rulesEgor Yusov2018-02-106-50/+50
* Fixed resize window issues in unity appEgor Yusov2018-02-099-4/+29
* Reworked UWP app implementationEgor Yusov2018-02-0920-1431/+359
* Updated Win32 app implementationEgor Yusov2018-02-072-4/+2
* Reworked Win32 native app implementationEgor Yusov2018-02-079-547/+571
* Merge remote-tracking branch 'origin/master'Egor Yusov2018-02-032-4/+11
|\
| * Updated Engine GL initializationEgor Yusov2018-02-032-4/+11
* | Enabled IOS buildEgor Yusov2018-02-033-0/+10
|/
* Added DG icon to MacOS bundlesEgor Yusov2018-01-294-60/+3
* Fixed compiler warningsEgor Yusov2018-01-281-0/+1
* Fixed UWP deployment location for Unity emulatorEgor Yusov2018-01-282-9/+4
* MacOS: setting unity emulator window titleEgor Yusov2018-01-274-0/+11
* Enabled MacOS supportEgor Yusov2018-01-2734-23/+1803
* Updated copyright noticeEgor Yusov2018-01-0417-17/+17
* Fixed Linux build errorEgor Yusov2017-12-291-1/+1
* Minor update to CMake file; updated samples submoduleEgor Yusov2017-12-291-1/+1
* Implemented File2String on Linux; fixed Android assets pathsEgor2017-12-291-1/+1
* Fixed build errorEgor Yusov2017-12-291-2/+2
* Removed legacy VS project and solution files, updated project dependencies.Egor Yusov2017-12-2867-2657/+34
* Updated GhostCubeScene Android app icon; updated samples submoduleEgor2017-12-254-0/+0
* Enabled Unity Emulator on Linux. Linux platform is now fully supportedEgor2017-12-2512-73/+500