Henrik Rydgård
8cfc4fe60d
Merge pull request #17647 from lvonasek/postshader_fake_reflections
...
Postshader - Fake reflections
2023-07-22 12:24:40 +02:00
GABO1423
4f4d41a02b
(UWP) Add Missing Asset Files
2023-07-13 20:49:34 -04:00
Lubos
0729aa5d46
Postshader - New version of bloom
2023-07-05 19:20:17 +02:00
Lubos
2a7d6fe9f8
Postshader - Fake reflections added
2023-06-30 14:38:35 +02:00
GABO1423
e8c42b0bb7
(UWP) Code Cleanup: Round 2
2023-06-29 01:36:30 -04:00
fp64
345b0dcd8b
Update UWP references
2023-04-18 21:28:02 -04:00
Henrik Rydgård
f401a803a6
Fix VFPU table deployment on UWP
2023-04-03 22:20:11 +02:00
Henrik Rydgård
d996fb74d4
MSVC: Set language standard to c++17.
...
Noticed that we were getting some new warnings after merging the
constexpr stuff.
2023-04-02 17:55:15 +02:00
Henrik Rydgård
143f499d11
Remove a few of the Host implementations
2023-03-25 10:37:49 +01:00
Gabriel Morazán
2d5086112b
(UWP) Remove All Redundant Conditionals
2023-03-04 19:19:14 -04:00
Gabriel Morazán
eab06caba9
(UWP) More Cleanups
2023-03-02 22:44:07 -04:00
Gabriel Morazán
051039b696
(UWP) Fix Skipped Asset Files
2023-02-28 00:01:26 -04:00
GABO1423
c538315134
(UWP) Small Build Overhaul
2023-02-27 00:12:20 -04:00
Henrik Rydgård
61c5b9e0ca
Retarget UWP projects for latest VS build
...
19061 is the oldest SDK installed by default.
Also disable "SDL" (security development lifecycle) checks in
SPIRV-Cross because it doesn't build with it...
2023-02-24 23:08:41 +01:00
Henrik Rydgård
182355b258
UWP buildfix
2022-12-08 12:23:28 +01:00
tunip3
a4cf087116
remove storage fileloader and storage folderbrowser
2022-08-16 11:03:06 +01:00
Henrik Rydgård
e7e1bb6079
UWP: Fix missing font file causing missing text fields. Fixes #15771
2022-08-04 10:44:12 +02:00
ANR2ME
d30d652265
Fixes UWP building issue after Retargeting Solution to a different SDK version.
...
PS: This won't work when selecting the "latest installed version" tho, so a specific version need to be selected when retargeting.
2022-08-01 00:52:54 +07:00
GABO1423
c321cbce44
(UWP) Remove Reference to Deleted File.
2022-07-19 20:48:42 -04:00
GABO1423
bd1eefdda2
Remove redundant file from packages.
2022-07-19 13:24:08 -04:00
Henrik Rydgård
989d5b8079
Revert "(UWP) Small Building Tweaks."
2022-07-19 17:57:13 +02:00
GABO1423
98727756b4
Remove redundant file from package.
2022-07-18 22:15:54 -04:00
Henrik Rydgård
2178567ba0
UWP: Fix loading the default theme.
...
Hopefully takes care of #15496
See also #15464
2022-04-24 14:12:15 +02:00
Unknown W. Brackets
d3e2aa6d28
Build: Add libzstd to build.
2021-04-11 09:13:10 -07:00
Unknown W. Brackets
e7a3faaa8c
Windows: Stop ignoring all deprecated warnings.
2021-02-18 08:56:36 -08:00
Henrik Rydgård
4310e35714
Windows: Remove the native project.
2020-10-05 06:56:10 +02:00
Henrik Rydgård
c3afdaf99f
UWP: Unify linker options
2020-07-21 23:30:32 +02:00
Henrik Rydgård
f8a0ba3b86
Update the glslang submodule, fix the build afterwards.
2020-03-03 22:19:32 +01:00
Henrik Rydgård
aea3cf74f0
Remove support for "lowmem" UI atlas. Had to regenerate unfortunately.
2020-02-29 19:00:52 +01:00
Henrik Rydgård
06dc3dbd29
UWP: Update "certificate thumbprint" to one that works
2020-02-12 09:24:25 +01:00
driver1998
56a87932bf
UWP: fix prebuild commands
2019-06-07 06:07:21 +08:00
driver1998
7252999921
UWP: project filiter update, add assets to other architectures
2019-06-07 05:13:47 +08:00
driver1998
c80961e41c
UWP: fix prebuild commands
2019-06-06 15:17:08 +08:00
Henrik Rydgård
29bc9a6508
Silence robocopy error codes
2019-06-01 18:49:23 +02:00
Antx64
97195b254d
Edited version of #12031 , without the ISO/CSO ability.
...
This commit deletes useless binary files from UWP/Content folder, since they are now being correctly copied from the assets folder and should no longer just update files. Fixed gold build, fixes submodules alter, and also, fixes the format change that occured thanks to copy paste and VS. Deleted .empty file from content folder accidentaly and had to recommit. Hurray for megit status
2019-06-01 18:41:30 +02:00
driver1998
1a9a617325
UWP: Use default (latest) toolset and remove dependency to 16299 SDK
2019-05-13 16:07:48 +08:00
driver1998
3bbbf13f53
Update UWP project files for ARM64
2019-05-04 23:56:55 +08:00
pent0
4a53853f79
Update UWP port
2018-12-10 20:55:07 +07:00
b33tlejuice
077da66882
Update UWP.vcxproj
2018-04-21 02:19:11 -05:00
b33tlejuice
6fe4d29723
Fixed Certification and img issues
...
Generated a new Certificate, as well as fixed the issue (img size, pixels) on Wide310x150Logo. Also fixed another img issue that was not added to the payload properly, StoreLogo.
2018-04-21 02:08:49 -05:00
Henrik Rydgård
f76e5e70a7
Enable FlushInstructionCache on UWP, it's been allowed finally.
...
Minor warning fixes, UWP buildfix
Retarget UWP project to latest SDK.
2018-03-20 20:30:33 +01:00
Henrik Rydgård
ed602a3319
UWP buildfix. See comments in #9575
2017-10-11 14:27:50 +02:00
Henrik Rydgard
fc730b76df
Fix XInput polling in UWP apps. Should help #9555
2017-04-05 14:13:25 +02:00
Henrik Rydgård
1094842b55
Run git-version-gen.cmd for pure UWP builds as well.
2017-03-23 15:11:00 +01:00
Henrik Rydgård
7ca186fe93
Initial work on StorageFolderBrowser
2017-03-23 10:02:29 +01:00
Henrik Rydgård
22782b6439
UWP: Fix DPI calculations for touch. Implement back button support.
2017-03-23 10:02:29 +01:00
Henrik Rydgard
6bac42e9e2
Turn off WholeProgramOptimization in Release mode, link is too slow
2017-03-23 10:02:29 +01:00
Henrik Rydgård
e583a85798
UWP: Do some build system hackery to make it workable to make GOLD builds. Give the Gold build its own GUID
2017-03-23 10:02:29 +01:00
Henrik Rydgard
4a98bd904e
D3D11: Implement basic screen rotation (90 degree is the only one fully implemented)
2017-03-23 10:02:28 +01:00
Henrik Rydgard
0bd43b242d
Get things building on Windows ARM.
...
Add simple emulation of Tls* API on Windows Phone.
2017-03-23 10:02:28 +01:00