Commit Graph

9 Commits

Author SHA1 Message Date
Joakim Lindqvist
cb2ade69ec Converted UGS into a Net Core application
* Mostly removed unused references which didnt exist in net core.
* Replaced usages of JsonScriptSerializer (System.Web) with the new System.Text.Json (as the old one does not exist in net core).
* Updated installer to install Launcher and publish it as a self contained application (Makes msi 64 MB instead of 600kb but does not require anything to be installed now).

Worked around what looks to be a bug in WinForms for Net Core, in Workspace Control the event state was selected when drawing the item even though the item was not selected (and the state said it isnt selected). Reading the state from the object instead of looking at the event.

Deleted ProjectWindow form as this was never used and code did not compile (net core projects builds all files without them having to be included)

Deleted metadata server as this has been replaced by Horde. Also removed Post Build Status tool for the same reason.

#rb ben.marsh

[CL 14153139 by Joakim Lindqvist in ue5-main branch]
2020-08-20 06:59:53 -04:00
Ryan Durand
74c879d5f3 Updating copyrights for Engine Programs.
#rnx
#rb none
#jira none

#ROBOMERGE-OWNER: ryan.durand
#ROBOMERGE-AUTHOR: ryan.durand
#ROBOMERGE-SOURCE: CL 10869242 in //Fortnite/Release-12.00/... via CL 10869536
#ROBOMERGE-BOT: FORTNITE (Main -> Dev-EngineMerge) (v613-10869866)

[CL 10870960 by Ryan Durand in Main branch]
2019-12-26 23:06:02 -05:00
Ben Marsh
727b08bad9 Copy UGS from Dev-Build (pt 2)
#rb none
#rnx

[CL 4732764 by Ben Marsh in Main branch]
2019-01-16 10:32:04 -05:00
Ben Marsh
b62dc508a9 Copying latest UGS from Dev-Build (pt 1)
#rb none
#rnx

[CL 4732753 by Ben Marsh in Main branch]
2019-01-16 10:31:05 -05:00
Ben Marsh
a22b952aa9 Copying //UE4/Dev-Build to Dev-Main (//UE4/Dev-Main)
#rb none
#rnx

[CL 4718806 by Ben Marsh in Main branch]
2019-01-14 12:11:24 -05:00
Ben Marsh
8c42094ba0 Fix missing copyright notice.
#rb none
#rnx

[CL 4673524 by Ben Marsh in Dev-Build branch]
2018-12-22 08:06:41 -05:00
Ben Marsh
d6a55553ea Update additional copyright notices.
#rb none
#rnx

[CL 4662881 by Ben Marsh in Dev-Build branch]
2018-12-14 15:20:24 -05:00
Ben Marsh
3d0eae5e3c Fix CIS warnings.
#rb none
#rnx

[CL 4609693 by Ben Marsh in Dev-Build branch]
2018-11-29 08:05:27 -05:00
Ben Marsh
be2a789605 UGS: Add test app showing how to use UGS automation.
#rb none

[CL 4604750 by Ben Marsh in Dev-Build branch]
2018-11-28 15:47:42 -05:00