Commit Graph

5616 Commits

Author SHA1 Message Date
francois guimond
c1cf09e43f Scheduled local notifications on Android will now persist across reboots like on iOS.
Commiting changes from post-commit review.
#rnx
#rb Chris.Babcock, Pete.Procopio

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: francois.guimond
#ROBOMERGE-SOURCE: CL 7265680 via CL 7271181 via CL 7271330
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v371-7306989)

[CL 7344327 by francois guimond in Dev-Build branch]
2019-07-17 00:24:26 -04:00
jeff fisher
3d3aa9114e UE-76509 Packaging for Hololens doesn't work in an Installed build
-fixes hololens arm64 packaging error about mspdbcore.dll, this affected non-installed builds as well
-several other jiras are linked from that one that will still remain for packaging from installed builds
-(actually implemented by joe, reviewed and tested by me)
#rb joe.conley
#jira UE-76509

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: jeff.fisher
#ROBOMERGE-SOURCE: CL 7265359 in //UE4/Release-4.23/... via CL 7265361
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v371-7306989)

[CL 7337798 by jeff fisher in Dev-Build branch]
2019-07-16 23:44:03 -04:00
bob tellez
d330a0c28e #UE4 Create the plugin manifest after directories have been remapped
[FYI] Ben.Marsh,Matt.Kuhlenschmidt

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: bob.tellez
#ROBOMERGE-SOURCE: CL 7250388 via CL 7262943 via CL 7263103
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v371-7306989)

[CL 7335517 by bob tellez in Dev-Build branch]
2019-07-16 23:32:29 -04:00
francis hurteau
8452256c8d Properly go through shutdown process and flush logs when shutting down the server abnormaly
#jira UE-72745
#rb Jamie.Dale

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: francis.hurteau
#ROBOMERGE-SOURCE: CL 7248229 in //UE4/Release-4.23/... via CL 7248230
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v371-7306989)

[CL 7332923 by francis hurteau in Dev-Build branch]
2019-07-16 23:15:30 -04:00
andrew grant
40b167ce95 Fix .sln generation for VSMac
#jira #rb na

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: andrew.grant
#ROBOMERGE-SOURCE: CL 7235077 in //UE4/Release-4.23/... via CL 7235078
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v371-7306989)

[CL 7330910 by andrew grant in Dev-Build branch]
2019-07-16 22:46:34 -04:00
Ben Marsh
2ef1be4c7c UGS: Disable support for parallel syncing; seems to be causing errors now that we have support for wildcard syncs.
#rb none
#rnx

[CL 7323251 by Ben Marsh in Dev-Build branch]
2019-07-16 11:39:11 -04:00
zzz77
97e4a99783 PR #6033: Fixes for IntelliSense (Contributed by zzz77)
#rb none
#rnx

[CL 7308593 by Ben Marsh in Dev-Build branch]
2019-07-15 10:09:44 -04:00
Joakim Lindqvist
c8b8a34338 UnrealVS now loads asynchronously and no longer pops up a warning about it on startup.
Updated to version to 1.55

#jira UE-76883
#rb joakim.lindqvist
(ushell-p4-cherrypick of 7288939 by sebastian.nordgren)

[CL 7306334 by Joakim Lindqvist in Dev-Build branch]
2019-07-15 04:24:28 -04:00
Josh Adams
8c678c6cf5 - Fixed build after platform extension directory inversion
#rb none

[CL 7295208 by Josh Adams in Dev-Build branch]
2019-07-12 17:19:20 -04:00
Josh Adams
84150c0c8f - Changed the directory structure from /Platforms/Engine to /Engine/Platforms (and .../Project/Platforms)
- Some fixes to get project platform files compiling
#rb ben.marsh

[CL 7294119 by Josh Adams in Dev-Build branch]
2019-07-12 16:09:23 -04:00
Ben Marsh
8ada18e314 Few CIS fixes.
#rb none
#rnx

[CL 7288820 by Ben Marsh in Dev-Build branch]
2019-07-12 08:58:05 -04:00
Joakim Lindqvist
f54e448503 VsCode - Intellisense complaining about incorrect macro definitions
Modified OpenColor header to check if GNUC is defined before using it (as it already does a few lines below). And thus removed the global invalid GNUC define which confuses VsCode.

Fixed up spaces in define that also confused VsCode.

#rb simon.therriault
#fyi ben.marsh

[CL 7288701 by Joakim Lindqvist in Dev-Build branch]
2019-07-12 08:02:11 -04:00
Ben Marsh
a5ab2cfbbf LiveCoding: Add support for the new restart functionality in Live++ 1.5.0. The Live Coding console window now includes a "Quick Restart" button, which restarts the process and adds the existing patches back in.
#rb none

[CL 7280858 by Ben Marsh in Dev-Build branch]
2019-07-11 16:43:54 -04:00
Ben Marsh
3c8a643e5d Minor fallout from previous change.
#rb none
#rnx

[CL 7279025 by Ben Marsh in Dev-Build branch]
2019-07-11 15:05:02 -04:00
Ben Marsh
b842edf9db UBT: Convert some windows target settings to properties which take on default values based on other properties. This fixes logic for determining whether live coding is enabled for a target, which needs to know the target type.
#rb none
#rnx

[CL 7278788 by Ben Marsh in Dev-Build branch]
2019-07-11 14:39:32 -04:00
Ben Marsh
52d9492c5a UGS: Fix an issue which can occur when switching between streams, and a fstat call for version files will return the existing file from the previous stream.
#rb none

[CL 7277773 by Ben Marsh in Dev-Build branch]
2019-07-11 14:02:22 -04:00
francis hurteau
7f76464e06 Properly flush logs when shutting down the multi-user server
#jira UE-72745
#rb none
[CODEREVIEW] Jamie.Dale

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: francis.hurteau
#ROBOMERGE-SOURCE: CL 7233710 in //UE4/Release-4.23/... via CL 7233713
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v367-6836689)

[CL 7242601 by francis hurteau in Dev-Build branch]
2019-07-09 00:52:01 -04:00
ben marsh
ada0b5cab3 LiveCoding: Allow patching executables after they have been staged to a different directory, so it runs correctly with packaged games.
#rb none
#rnx
#jira UE-76703

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: ben.marsh
#ROBOMERGE-SOURCE: CL 7233663 in //UE4/Release-4.23/... via CL 7233665
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v367-6836689)

[CL 7242592 by ben marsh in Dev-Build branch]
2019-07-09 00:51:59 -04:00
josh engebretson
e1e0d73577 Gauntlet: Add support for handling report creation errors
[FYI] andrew.grant

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: josh.engebretson
#ROBOMERGE-SOURCE: CL 7230488 via CL 7230490 via CL 7233390 via CL 7233505
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v367-6836689)

[CL 7242206 by josh engebretson in Dev-Build branch]
2019-07-09 00:49:36 -04:00
ben marsh
8ffd965435 Fix UHT being run every time a target is compiled in an installed build. Precompiled modules were not being filtered out of the list of outdated headers for dependency checking.
#rb none
#jira UE-73197

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: ben.marsh
#ROBOMERGE-SOURCE: CL 7232838 in //UE4/Release-4.23/... via CL 7232840
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v367-6836689)

[CL 7241337 by ben marsh in Dev-Build branch]
2019-07-09 00:44:08 -04:00
ben marsh
8f8031dda9 Add a proper error message when a valid mobile provision cannot be found for a target, rather than crashing.
#rb none
#rnx
#jira

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: ben.marsh
#ROBOMERGE-SOURCE: CL 7232719 in //UE4/Release-4.23/... via CL 7232722
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v367-6836689)

[CL 7241302 by ben marsh in Dev-Build branch]
2019-07-09 00:43:53 -04:00
dyanikoglu
5de2cd5522 PR #5971: Fix Stub Project Configuration Having Null Platform (Contributed by dyanikoglu)
#jira UE-76635
#rb none
#rnx

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: ben.marsh
#ROBOMERGE-SOURCE: CL 7229976 in //UE4/Release-4.23/... via CL 7229994
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v367-6836689)

[CL 7237398 by ben marsh in Dev-Build branch]
2019-07-09 00:20:33 -04:00
ben marsh
a11dabfc14 Speculative workaround for "Unexpected PDB error; OK(0)" - retry any failed links on another machine.
#rb none
#jira

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: ben.marsh
#ROBOMERGE-SOURCE: CL 7228694 in //UE4/Release-4.23/... via CL 7228704
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v367-6836689)

[CL 7237311 by ben marsh in Dev-Build branch]
2019-07-09 00:20:12 -04:00
Ben Marsh
19a864655e UGS: Fix crash when selecting "Open in Explorer..." from the context menu of a file in the Clean Workspace dialog.
#rb none
#rnx

[CL 7227076 by Ben Marsh in Dev-Build branch]
2019-07-08 09:30:43 -04:00
francois guimond
eaf5f2158c Scheduled local notifications on Android will now persist across reboots like on iOS.
#rnx

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: francois.guimond
#ROBOMERGE-SOURCE: CL 7224721 via CL 7224759 via CL 7224764
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v367-6836689)

[CL 7225147 by francois guimond in Dev-Build branch]
2019-07-05 21:10:12 -04:00