46 Commits

Author SHA1 Message Date
aditya ravichandran
391ea5791e Fix missing copyright boilerplate in source control files
#rb aditya.ravichandran

[CL 29936104 by aditya ravichandran in ue5-main branch]
2023-11-27 11:37:52 -05:00
DecoyRS
873e77b496 PR #11109: Specify styles when selecting icons for SourceCodeAccess implementations
#jira UE-200714
#rb aditya.ravichandran, Devin.Doucette

[CL 29935368 by DecoyRS in ue5-main branch]
2023-11-27 11:15:19 -05:00
nick edwards
69726f5ee7 Update code using FJsonObject to use TCHAR strings instead of ANSI strings. Removes unnecessary string conversions and removes compilation errors when FJsonObject is updated to use FStringViews.
[CL 28536648 by nick edwards in ue5-main branch]
2023-10-06 08:18:42 -04:00
robert millar
295f113d22 RSCA plugin changes from JetBrains to avoid scanning large directories when registry keys etc are empty
#rb none

[CL 27925492 by robert millar in ue5-main branch]
2023-09-15 14:25:21 -04:00
joe kirchoff
24194fe955 Remove marketplace url causing build issues
#rnx
#jira UE-191567

[CL 26744883 by joe kirchoff in ue5-main branch]
2023-08-01 13:12:39 -04:00
DecoyRS
c35f4201e6 PR #10511: Fix rsca for toolbox 2 0
#jira UE-188056

[CL 26214174 by DecoyRS in ue5-main branch]
2023-06-23 14:12:15 -04:00
hellg1
48790d5adb PR #9811: Updating RiderSourceCodeAccess
#jira UE-170424

[CL 26095907 by hellg1 in ue5-main branch]
2023-06-19 13:26:28 -04:00
hellg1
6f8fddee23 [Backout] - CL26074613
[FYI] Joe.Kirchoff
Original CL Desc
-----------------------------------------------------------------
PR #9811: Updating RiderSourceCodeAccess

#jira UE-170424

[CL 26077353 by hellg1 in ue5-main branch]
2023-06-16 20:58:02 -04:00
hellg1
50532046c6 PR #9811: Updating RiderSourceCodeAccess
#jira UE-170424

[CL 26074628 by hellg1 in ue5-main branch]
2023-06-16 18:40:49 -04:00
joe kirchoff
e63f39e009 UnrealBuildTool: Fix failure to open/browse to source file in Visual Studio
* Write PrimaryProjectPath.txt with the location of the solution, this could be different than the root depending on project gen arguments
* Update SourceCodeAccessor accordingly to get the correct path to the solution, maintaining old defaults if the PrimaryProjectPath.txt file is not found

#rnx
#jira UE-114382

[CL 25935357 by joe kirchoff in ue5-main branch]
2023-06-12 15:33:56 -04:00
joe kirchoff
90ee0e778b [Backout] - CL25209946
#fyi Joe.Kirchoff
Original CL Desc
-----------------------------------------------------------------
UnrealBuildTool: Fix failure to open/browse to source file in Visual Studio
* Always update PrimaryProjectName.txt when a project specific solution is generated
* -Game solution is always placed under the project directory, update SourceCodeAccessor according, this code was out of date

#rnx
#jira UE-114382
#preflight 6449c0c4401d328ad93a635b

[CL 25732405 by joe kirchoff in ue5-main branch]
2023-06-01 13:38:36 -04:00
Joe Kirchoff
d0a2767ece UnrealBuildTool: Fix failure to open/browse to source file in Visual Studio
* Always update PrimaryProjectName.txt when a project specific solution is generated
* -Game solution is always placed under the project directory, update SourceCodeAccessor according, this code was out of date

#rnx
#jira UE-114382
#preflight 6449c0c4401d328ad93a635b

[CL 25209946 by Joe Kirchoff in ue5-main branch]
2023-04-26 20:42:54 -04:00
henrik karlsson
9183978e29 [Engine/Plugins]
* Removed includes (using IWYU) in private files

#preflight 63c79978ac35a0e9dabbe408
#rb none

[CL 23770038 by henrik karlsson in ue5-main branch]
2023-01-19 00:48:07 -05:00
Joe Kirchoff
afe8737c64 Suppress warnings in Windows SDK headers that weren't wrapped with THIRD_PARTY_INCLUDES_START
#rnx
#rb trivial
#preflight 63780330170bc34a938304d7

[CL 23208584 by Joe Kirchoff in ue5-main branch]
2022-11-18 18:09:50 -05:00
hellg1
a22effba2a [Backout] - CL23176028
#fyi charles.lefebvre
Original CL Desc
-----------------------------------------------------------------
PR #9811: Updating RiderSourceCodeAccess (Contributed by hellg1)

#preflight 637652d3b1509f1cc3de2af4

[CL 23176900 by hellg1 in ue5-main branch]
2022-11-17 11:15:28 -05:00
hellg1
a08b62689c PR #9811: Updating RiderSourceCodeAccess (Contributed by hellg1)
#preflight 637652d3b1509f1cc3de2af4

[CL 23176028 by hellg1 in ue5-main branch]
2022-11-17 10:31:59 -05:00
brandon schaefer
c84806738e RiderSourceAccessor: When in uproject model, do not try to launch a sln when opening from Project Launcher
#jira UE-163132
#rb Zack.Neyland
#preflight 6328e8d9826e0c2fe90d2245

[CL 22088618 by brandon schaefer in ue5-main branch]
2022-09-20 00:48:05 -04:00
bryan sefcik
7b9e5abbcc Pass 1 on plugins:
Removed redundant private include paths from build.cs files.
Fixed include paths to be relative to the private or public folders.
Hid or removed includes that reached into other private module folders.
Updated PublicInclude paths when necessary.

#jira
#preflight 631b93c6967ffc68fb2c32df

[CL 21935609 by bryan sefcik in ue5-main branch]
2022-09-10 00:03:16 -04:00
robert seiver
c48a960522 UE on Linux now locates any standalone Rider installation if either installed to the default location "/opt" (https://www.jetbrains.com/help/rider/Installation_guide.html#fac067cf), or anywhere else that is on the PATH.
#rb Brandon.Schaefer
#jira UE-161886
#preflight none

[CL 21577782 by robert seiver in ue5-main branch]
2022-08-25 19:50:34 -04:00
Tim Smith
0ad177d3af Added tagging for unassigned allocations
#rb self
#jira UE-153910
#preflight 62fa5e6bb66d5d93137aada8

[CL 21387777 by Tim Smith in ue5-main branch]
2022-08-15 12:06:33 -04:00
Joe Kirchoff
52f52353ba Update terminology. Requires UGS update
#jira UE-158506
#jira UE-158507
#rnx
#rb trivial
#preflight 62c8a7958558075f42ac341d

[CL 21101128 by Joe Kirchoff in ue5-main branch]
2022-07-14 19:18:03 -04:00
DecoyRS
085649832b PR #9371: Fix access violation (Contributed by DecoyRS)
#jira UE-158687

#ROBOMERGE-AUTHOR: charles.lefebvre
#ROBOMERGE-SOURCE: CL 20983567 via CL 20983590 via CL 20983616
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v972-20964824)

[CL 20984797 by DecoyRS in ue5-main branch]
2022-07-07 11:50:19 -04:00
DecoyRS
84731e48e0 PR #9111: Fix opening Rider on Mac M1 (Contributed by DecoyRS)
#rb geoff.evans
#jira UE-149677
#rnx
#preflight 6260459d080c66006346e6b8

[CL 19979519 by DecoyRS in ue5-main branch]
2022-04-29 11:03:48 -04:00
Martin Sevigny
6f118cb922 Add ShortNames to Code Access plugins to reduce the pressure on path length. Problem reported on UDN.
#rb jonathan.adamczewski
#jira none
#preflight 625811d4d3793ebff60dd484

[CL 19754066 by Martin Sevigny in ue5-main branch]
2022-04-14 08:26:14 -04:00
Brandon Schaefer
31365a6de1 Fix missing header
#jira UE-148075
#rb none
#preflight 624d950cbd5b36eec32446ed

[CL 19646390 by Brandon Schaefer in ue5-main branch]
2022-04-06 09:31:14 -04:00