joe kirchoff
65f7eab2cd
UnrealBuildTool: Resolve CA2254, IDE0011, IDE0017, IDE0030, IDE0031, IDE0037, IDE0056, IDE0075, IDE2000, IDE2001
...
#rnx
[CL 32711093 by joe kirchoff in ue5-main branch]
2024-04-03 17:18:04 -04:00
joe kirchoff
a20c9fbb9e
UnrealBuildTool: Format documents, remove and sort usings
...
#rnx
[CL 32700883 by joe kirchoff in ue5-main branch]
2024-04-03 12:22:43 -04:00
joe kirchoff
89805bc149
UnrealBuildTool: Resolve IDE0008, IDE0049
...
#rnx
[CL 32687030 by joe kirchoff in ue5-main branch]
2024-04-02 20:29:22 -04:00
joe kirchoff
e895acc0bb
UnrealBuildTool: Resolve IDE0018, IDE0019, IDE0034, IDE0038, IDE0041, IDE0054, IDE0057, IDE0074, IDE0090
...
#rnx
[CL 32686487 by joe kirchoff in ue5-main branch]
2024-04-02 19:54:03 -04:00
calvin zheng
7487e9c09d
Fix iOS deploy error
...
#rb Josh.Adams
#jira UE-207614
[CL 32598498 by calvin zheng in ue5-main branch]
2024-03-28 18:17:20 -04:00
christopher waters
2340725048
Making .h files compilable in VS.
...
#rb joe.kirchoff
[CL 32285296 by christopher waters in ue5-main branch]
2024-03-15 17:42:01 -04:00
calvin zheng
8696a158f0
Add FNGame source files to the correct xcode projects
...
#rb Josh.Adams
[CL 32232571 by calvin zheng in ue5-main branch]
2024-03-13 18:52:20 -04:00
real-mikhail
f43ef6a82d
PR #11411 : Fixes for Rider project file generator
...
#jira UE-205866
[CL 32200720 by real-mikhail in ue5-main branch]
2024-03-12 20:35:34 -04:00
james singer
cf0a9af83d
Back out 31077649 "Makefile generator is now platform agnostic" because it is causing Linux build issues for some users
...
#jira UE-198657
#rb zack.neyland, Arciel.Rekman
[CL 32059746 by james singer in ue5-main branch]
2024-03-06 13:08:47 -05:00
daren cheng
73bf1ea60b
Add missing quotes breaking builds with spaces in the path
...
#rb Josh.Adams
#tests Created new project with spaces in path, compiled fine
[CL 31882227 by daren cheng in ue5-main branch]
2024-02-28 15:29:37 -05:00
chris babcock
a74a5f79d1
Only add Android architectures to VS project enabled in project
...
#jira UE-208058
#android
[REVIEW] [at]Joe.Kirchoff
#rb Joe.Kirchoff
[FYI] Jack.Porter
[CL 31795338 by chris babcock in ue5-main branch]
2024-02-25 21:51:10 -05:00
joe kirchoff
82c1feac08
UnrealBuildTool: Speedup VSWorkspace geneation
...
#rnx
[CL 31703982 by joe kirchoff in ue5-main branch]
2024-02-21 18:49:33 -05:00
joe kirchoff
8c3ca616ad
UnrealBuildTool: Skip generating invalid platforms for client targets
...
#rnx
[CL 31662892 by joe kirchoff in ue5-main branch]
2024-02-20 18:54:13 -05:00
josh adams
1490a189af
- Split Mac target/deployment versions to have editor and non-editor versions
...
- Moved them into SDK.json
- Fixed up some deprecation warnings when tarrgeting macOS 13
- IOS is still using old .ini project setting method
#rb adam.kinge, carl.lloyd, zack.neyland
[CL 31651333 by josh adams in ue5-main branch]
2024-02-20 13:42:11 -05:00
josh adams
cd2b954dfb
- Always pass the project to building SCW from VisualStudio
...
#rb David.Harvey, Laura.Hermanns, zack.neyland
[CL 31644906 by josh adams in ue5-main branch]
2024-02-20 10:09:43 -05:00
joe kirchoff
f894052e4f
Remove some old references to mono
...
#rnx
#jira UE-206585, UE-206586
#rb ryan.hummer
[CL 31634408 by joe kirchoff in ue5-main branch]
2024-02-19 19:18:28 -05:00
emrekultursay
fdb7dcbc13
PR #11428 : Create separate arm64 and x64 target platforms for use with AGDE
...
#jira UE-206062
#android
[REVIEW] [at]Chris.Varnsverry
#rb Chris.Varnsverry
[CL 31575588 by emrekultursay in ue5-main branch]
2024-02-16 14:47:51 -05:00
josh adams
5165da7b7b
- Fixed Unique BuildEnvironment editors to work with Modern Xcode correctly
...
#changelist validated
#virtualized
[CL 31528839 by josh adams in ue5-main branch]
2024-02-15 14:21:36 -05:00
brasky
8e8801045f
PR #11342 : Use integrated terminal for VSCode
...
#jira UE-204211
[CL 31436686 by brasky in ue5-main branch]
2024-02-13 13:25:37 -05:00
joe kirchoff
afb481083b
UnrealBuildTool: Write to separate intermediate directory when generating project files
...
#rnx
[CL 31398341 by joe kirchoff in ue5-main branch]
2024-02-12 16:24:17 -05:00
josh adams
a25f5c0cc1
- Fixed Xcode proejct generation/compiling/booting for Vision Pro hardware
...
- Commandline in Xcode is now used, if we want Swift to set the CL, we'll have to pause the engine startup sooner
- Added auto-launch timer to the SwiftUI window for easier development (don't need to wear the VP) to debug startup crashes, etc
- Depth texture was too big, so halved the resolution of the viewports (work in progress)
- Currently asserting in XR code, or crashing in compositor services code
#rb Jeff.Fisher
#changelist validated
#virtualized
[CL 31347927 by josh adams in ue5-main branch]
2024-02-09 13:21:33 -05:00
calvin zheng
26de99eff3
UBT handling Privacy Manifest files for iOS and Mac
...
#jira UE-191438
#rb adam.kinge, zack.neyland
[CL 31138198 by calvin zheng in ue5-main branch]
2024-02-02 15:34:12 -05:00
brorbw
d8af4a1925
PR #11012 : Makefile generator is now platform agnostic
...
#jira UE-198657
[CL 31077683 by brorbw in ue5-main branch]
2024-01-31 20:57:53 -05:00
real-mikhail
11f8128d92
PR #11163 : [Rider] Expose additional project properties from UBT to Rider
...
#jira UE-201275
[CL 31019250 by real-mikhail in ue5-main branch]
2024-01-30 15:43:41 -05:00
real-mikhail
0eadf62aec
PR #11261 : [Rider] Fixed missing toolchain include paths on Linux
...
#jira UE-203276
[CL 31018737 by real-mikhail in ue5-main branch]
2024-01-30 15:32:49 -05:00