mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
777dffe8ff8d52d7eb7894deab386c816a48f80f
50 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
0f37066e3e |
Copying //UE4/Ocean-Staging to //UE4/Dev-Main (Source: //Ocean/Main @ 3355692)
#lockdown Nick.Penwarden
==========================
MAJOR FEATURES + CHANGES
==========================
Change 3348195 on 2017/03/15 by James.Brinkerhoff
Hotfix from CL 3347729 for variable shadow warning caused by CL 3347393
Change 3347935 on 2017/03/15 by James.Brinkerhoff
Hotfix from CL 3347393 for a runtime asset crash
Change 3340537 on 2017/03/09 by James.Brinkerhoff
Hotfix from CL 3338679 for arrow keys not working to navigate between elements in the details panel
Change 3335755 on 2017/03/07 by Ben.Marsh
Pass bCreateStubIPA into PrepForUATPackageOrDeploy rather than setting it through a global configuration object (which is no longer accessible).
Change 3334652 on 2017/03/06 by James.Brinkerhoff
Merging //UE4/Ocean-Staging to //Ocean/Main @ CL 3331740
Change 3332441 on 2017/03/03 by James.Brinkerhoff
Hotfix from CL 3296668 for assert when creating memory reports
#jira OCN-6087: [CRASH] Crash after entering the memreport command into the command line.
Change 3318933 on 2017/02/23 by Allan.Bentham
Temp workaround for iOS metal sRGB capable render targets sRGB correcting twice.
Change 3314064 on 2017/02/21 by Richard.Fawcett
Implement randomized manifest filenames for Ocean.
Change 3313139 on 2017/02/20 by James.Brinkerhoff
Hotfix from CL 3262052 for UE-40782 Put back the skinxx workflow for the staticmesh
Change 3292678 on 2017/02/08 by Brian.Zaugg
Back out changelist 3292455
Change 3292455 on 2017/02/08 by Brian.Zaugg
Back out changelist 3292268
Change 3292268 on 2017/02/08 by Allan.Bentham
Restore DestStride output value when locking compressed textures.
Change 3288925 on 2017/02/06 by Brian.Zaugg
Change this error from a check to an error log: "Loading non-streamed mips from an external bulk file. This is not desireable."
Change 3288441 on 2017/02/06 by James.Brinkerhoff
Hotfix from CL 3255451 for UE-40384: Reference Viewer comment text is difficult to read
#jira OCN-6059: CLONE - Comment boxes are turning opaque when the game is running
Change 3285501 on 2017/02/03 by Allan.Bentham
Fix for ring buffer not allocating sufficient space for large requests.
Change 3280062 on 2017/01/31 by Max.Chen
Sequencer: Find object in any package. This fixes an issue where bound objects can't be found.
#jira UE-39459
Change 3279375 on 2017/01/31 by Brian.Zaugg
Increase TaskGraph thread stack size for non-shipping builds to prevent stack overflow on iOS.
Change 3279366 on 2017/01/31 by Brian.Zaugg
Fix for iOS virtual keyboard.
Change 3275965 on 2017/01/27 by Max.Chen
Sequencer: Only reset persistent evaluation data when the sequence has changed
- This ensures that we don't destroy persistent data that is assumed to still exist (i.e. it was created in ::Setup) from the same sequence
Copy from Release-4.15
#jira UE-40234
Change 3275963 on 2017/01/27 by Max.Chen
Sequencer: Fixed crash caused by lingering persistent evaluation data
Copy from Release-4.15
#jira UE-40064
Change 3275962 on 2017/01/27 by Max.Chen
Sequencer: Evaluation templates are now only fully rebuilt in PIE, and will not re-cycle track identifiers
- This addresses issues with newly compiled tracks recycling the persistent data of old stale tracks.
- This commit also ensures we don't fully rebuild templates in the editor when in Sequencer
Copy from Release-4.15
#jira UE-39882
Change 3275523 on 2017/01/27 by James.Brinkerhoff
Fix issue with automation tool caused by a bad resolve
Change 3274292 on 2017/01/26 by James.Brinkerhoff
Merging //UE4/Ocean-Staging to //Ocean/Main @ CL 3269883
Change 3252898 on 2017/01/10 by James.Brinkerhoff
Hotfix from CL 3187276 for UE-39071: Crash on adding Actor Reference property to a Struct
Change 3248463 on 2017/01/05 by Aaron.McLeran
Implementing UE-39421 fix into Ocean
Change 3247933 on 2017/01/05 by James.Brinkerhoff
Hotfix from CL 3246828 for UE-39249: Particle effects only render in one eye for VR
Change 3242274 on 2016/12/21 by James.Brinkerhoff
Hotfix from CL
|
||
|
|
7c77078af1 |
Copying //UE4/Dev-Core to //UE4/Dev-Main (Source: //UE4/Dev-Core @ 3345728)
#lockdown Nick.Penwarden ========================== MAJOR FEATURES + CHANGES ========================== Change 3315219 on 2017/02/21 by Steve.Robb Fix for FObjectAndNameAsStringProxyArchive when serializing a TWeakObjectPtr. Change 3315285 on 2017/02/21 by Steve.Robb Explicitly pass string builder into code generation functions. Change 3315341 on 2017/02/21 by Ben.Marsh UAT: Clean up some formatting in StreamCopyDescription output - remove #fyi lines, exclude merge commits, and remove some blank lines. Change 3315350 on 2017/02/21 by Ben.Marsh Fix shared resource files not being rebuilt if the version header changes. Change 3315823 on 2017/02/21 by Ben.Marsh UAT: Use a class derived from AutomationException to return information specific to commandlets failing, rather than putting it in the base class. Change 3315826 on 2017/02/21 by Ben.Marsh UAT: Move Distiller class from general use in UAT; FileFilter provides a much safer and fully featured implementation of the same concepts. Change 3315857 on 2017/02/21 by Ben.Marsh UBT: Remove the StripBaseDirectory() and MakeRerootedFilePath() utility functions from UBT. These operations can now be done more safely with FileReference objects. Change 3315942 on 2017/02/21 by Ben.Marsh UBT: Convert FileFilter to use FileReference and DirectoryReference arguments everywhere. Change |
||
|
|
20bf0eb6a1 |
Updating copyright notices to 2017 (copying from //Tasks/UE4/Dev-Copyright-2017).
#rb none #lockdown Nick.Penwarden [CL 3226823 by Ben Marsh in Main branch] |
||
|
|
4ba423868f |
Copying //UE4/Dev-Build to //UE4/Dev-Main (Source: //UE4/Dev-Build @ 3209340)
#lockdown Nick.Penwarden #rb none ========================== MAJOR FEATURES + CHANGES ========================== Change 3209340 on 2016/11/23 by Ben.Marsh Convert UE4 codebase to an "include what you use" model - where every header just includes the dependencies it needs, rather than every source file including large monolithic headers like Engine.h and UnrealEd.h. Measured full rebuild times around 2x faster using XGE on Windows, and improvements of 25% or more for incremental builds and full rebuilds on most other platforms. * Every header now includes everything it needs to compile. * There's a CoreMinimal.h header that gets you a set of ubiquitous types from Core (eg. FString, FName, TArray, FVector, etc...). Most headers now include this first. * There's a CoreTypes.h header that sets up primitive UE4 types and build macros (int32, PLATFORM_WIN64, etc...). All headers in Core include this first, as does CoreMinimal.h. * Every .cpp file includes its matching .h file first. * This helps validate that each header is including everything it needs to compile. * No engine code includes a monolithic header such as Engine.h or UnrealEd.h any more. * You will get a warning if you try to include one of these from the engine. They still exist for compatibility with game projects and do not produce warnings when included there. * There have only been minor changes to our internal games down to accommodate these changes. The intent is for this to be as seamless as possible. * No engine code explicitly includes a precompiled header any more. * We still use PCHs, but they're force-included on the compiler command line by UnrealBuildTool instead. This lets us tune what they contain without breaking any existing include dependencies. * PCHs are generated by a tool to get a statistical amount of coverage for the source files using it, and I've seeded the new shared PCHs to contain any header included by > 15% of source files. Tool used to generate this transform is at Engine\Source\Programs\IncludeTool. [CL 3209342 by Ben Marsh in Main branch] |
||
|
|
572dd931e2 |
Copying //UE4/Dev-Core to //UE4/Dev-Main (Source: //UE4/Dev-Core @ 3172069)
#lockdown Nick.Penwarden ========================== MAJOR FEATURES + CHANGES ========================== Change 3152650 on 2016/10/05 by Ben.Zeigler #jira UE-36884 Stop savepackage from making dependencies on PendingKill objects, because those will not actually be saved #jira UE-36876 Fix it so savepackage doesn't try to strip ClientOnly objects when cooking for a client+server config, we only want to strip if both flags are set. Re-enable warning I disabled Change 3152652 on 2016/10/05 by Ben.Zeigler #jira UE-36849 DataTable::LoadStructData allocating wrong size Fix cases that were using the PropertiesSize to malloc a UStruct to instead use GetStructureSize(). There is a difference because of alignment, so on some platforms it was corrupting memory Change 3152654 on 2016/10/05 by Ben.Zeigler Enable EDL again Change 3153222 on 2016/10/06 by Robert.Manuszewski #PR 2830: Fixes a garbage collection crash when copying an empty timeline contributed by cleaver404 Change 3154177 on 2016/10/06 by Ben.Zeigler #jira UE-36884 Fix crashes when running EDL cooked builds. This is not a new bug, but fortnite content changes exposed it Fix it so pending kill component templates do not end up in import table, they will fail to import Fix it so when marking an inheritable component template as unnecessary it also marks it pending kill. This fixes it so if GetArchetype will not return an orphaned, non-saving component as the archetype for a grandchild blueprint Change 3157907 on 2016/10/11 by Steve.Robb FVariantDataConverter::ConvertScalarUPropertyToVariant fixes for enums. Change 3158037 on 2016/10/11 by Robert.Manuszewski PR #2684: Enable full callstacks in non-monolithic builds by default (Contributed by stefanzimecki) Change 3159574 on 2016/10/12 by Steven.Hutton Slight change to database profile #rb none Change 3159689 on 2016/10/12 by Gil.Gribb UE4 - Critical fix for task grpah memory leak. Change 3159730 on 2016/10/12 by Robert.Manuszewski Making FindShaderResourceById and FindShaderById return a raw pointer instead of TRefCountPtr (basically undoing CL #2538774) to prevent creating temporary TRefCountPtrs. It's no longer necessary to use TRefCountPtrs as shader serialization has changed (CL #2989898) and shaders are no longer registered on the async loading thread. Change 3164243 on 2016/10/17 by Robert.Manuszewski Fixing instances of Ar.Tell() being assigned to int32 instead of int64. Change 3164388 on 2016/10/17 by Steve.Robb Fix crashes for FMallocStomp allocations of zero bytes. Change 3164485 on 2016/10/17 by Steve.Robb GET_ENUMERATOR_NAME_CHECKED added, which works like GET_MEMBER_NAME_CHECKED but with enums. #fyi jurre.debaare Change 3165755 on 2016/10/18 by Steven.Hutton Submitting changes to datamodel to match DB changes. Description field and command line field size increased #RNX Change 3165759 on 2016/10/18 by Robert.Manuszewski Merging //Tasks/UE4/Dev-LoadTimes/... to //UE4/Dev-Core/... #fyi Gil.Gribb, Ben.Woodhouse Change 3166091 on 2016/10/18 by Gil.Gribb UE4 - Fixed typo in check relating to stalling the RHI thread #jira UE-37068 Change 3167607 on 2016/10/19 by Gil.Gribb UE4 - Never use a cached file wrapper with the EDL Change 3168738 on 2016/10/20 by Robert.Manuszewski Fixing CancelAsyncLoading crashes Change 3168774 on 2016/10/20 by Graeme.Thornton Fix for a crash reported in a UDN post: https://udn.unrealengine.com/questions/288234/a-problem-on-mobile-after-updating-to-4111.html On 32-bit targets, some int64s could be aligned to 4 bytes and then passed into platform atomics functions. On apple platforms, those atomics functions can crash when passed in a non-8 byte aligned int64. Some explict alignment has been added to those variables to for 8 bytes. Change 3168952 on 2016/10/20 by Steven.Hutton Removing unused packages #rb none Change 3170562 on 2016/10/21 by Robert.Manuszewski Fixing CIS warning Change 3170617 on 2016/10/21 by Gil.Gribb UE4 - first pass at allowing the EDL to work with nativized blueprints Change 3170662 on 2016/10/21 by Chris.Wood Re-added duplicate crash checks to CRP (v1.2.2) [UE-37565] - Re-add duplicate crash checks to CRP inputs Change 3171794 on 2016/10/24 by Graeme.Thornton Change a file IO log message to verbose Change 3171831 on 2016/10/24 by Steve.Robb PUSH_MACRO() and POP_MACRO() for preserving and restoring the state of a macro. Change 3171934 on 2016/10/24 by Gil.Gribb UE4 - Fix rare crash with particle systems destroying render state. This is a very safe fix. [CL 3172200 by Ben Marsh in Main branch] |
||
|
|
17538be4f8 |
Copying //UE4/Dev-Core to //UE4/Dev-Main (Source: //UE4/Dev-Core @ 3151653)
#lockdown Nick.Penwarden ========================== MAJOR FEATURES + CHANGES ========================== Change 2975891 on 2016/05/12 by Gil.Gribb merged in new async stuff from dev-rendering. Change 2976695 on 2016/05/13 by Gil.Gribb updated precache list Change 2977030 on 2016/05/13 by Gil.Gribb Added time slicing to CreateAsyncPackagesFromQueue, radically reduced the frequency of "precache trimming" and changed a few things in the test rig and logging Change 2977090 on 2016/05/13 by Gil.Gribb Fixed module manager threading and added cmd line param to force async loading thread. Change 2977292 on 2016/05/13 by Gil.Gribb check for thread safety in looking at asset registry Change 2977296 on 2016/05/13 by Gil.Gribb removed some super-expensive check()s from precacher Change 2978368 on 2016/05/16 by Gil.Gribb Move several exposive bools inside of the basic tests inside of FLinkerLoad::Preload, saves a fraction of second. Change 2978414 on 2016/05/16 by Gil.Gribb Added support and testing for unmounting pak files to the pak precacher. Change 2978446 on 2016/05/16 by Gil.Gribb Allow linker listing in non-shipping builds Change 2978550 on 2016/05/16 by Gil.Gribb Allowed some linker spew in non-shipping builds (instead of debug builds). Some tweak to help track down the music.uasset leak. Change 2979952 on 2016/05/17 by Robert.Manuszewski Merging //UE4/Dev-Core @ 2979938 to Dev-UE-30519-LoadTimes Change 2984927 on 2016/05/20 by Gil.Gribb fix a few bugs with an mcp repro Change 2984951 on 2016/05/20 by Gil.Gribb fixed issues with USE_NEW_ASYNC_IO = 0 Change 2985296 on 2016/05/20 by Gil.Gribb Fixed several bugs with the MCP boot test Change 2987956 on 2016/05/24 by Robert.Manuszewski Fixing leaked linkers created by blocking load requests during async loading. Change 2987959 on 2016/05/24 by Joe.Conley Enable load timings in block loading also (in addition to async loading). Change 3017713 on 2016/06/17 by Robert.Manuszewski Removing GUseSeekFreeLoading. Change 3017722 on 2016/06/17 by Robert.Manuszewski Renaming LOAD_SeekFree flag to LOAD_Async to better reflect its current purpose. Change 3017833 on 2016/06/17 by Robert.Manuszewski Merging //UE4/Dev-Core to Dev-UE-30519-LoadTimes (//Tasks/Dev-Core/Dev-UE-30519-LoadTimes) Change 3017840 on 2016/06/17 by Robert.Manuszewski Re-doing Dev-Core changes to Delegates 2/2 Change 3022872 on 2016/06/22 by Gil.Gribb reorder memory trim and deleting loaders Change 3059218 on 2016/07/21 by Robert.Manuszewski Fixing compilation errors - adding missing load time tracker stats. Change 3064508 on 2016/07/26 by Robert.Manuszewski Removing blocking loading path in cooked builds. LoadPackage will now use the async path. Change 3066312 on 2016/07/27 by Gil.Gribb Event driven loader, first pass Change 3066785 on 2016/07/27 by Gil.Gribb Removed check...searching forward for export fusion can release a node Change 3068118 on 2016/07/28 by Gil.Gribb critical bug fixes for the event driven loader Change 3068333 on 2016/07/28 by Gil.Gribb correctly handle the case where a file is rejected after loading the summary Change 3069618 on 2016/07/28 by Robert.Manuszewski Merging //UE4/Dev-Core to Dev-UE-30519-LoadTimes (//Tasks/Dev-Core/Dev-UE-30519-LoadTimes) Change 3069901 on 2016/07/29 by Robert.Manuszewski Fixing an hang when loading QA-Blueprints level Change 3070171 on 2016/07/29 by Gil.Gribb fixed CDO cyclic dependencies Change 3075288 on 2016/08/03 by Gil.Gribb misc fixes to the event driven loader Change 3077332 on 2016/08/04 by Robert.Manuszewski Fixing checkSlow asserts caused by new loading code not being flagged as IsInAsyncLoadThread() and CreateSynchEvent deprecation warning. Change 3078113 on 2016/08/04 by Gil.Gribb implemented "nicks rule" and undid some previous material and world hacks needed without it. Change 3079480 on 2016/08/05 by Gil.Gribb fixes and tweaks on event driven loader Change 3080135 on 2016/08/07 by Gil.Gribb misc fixes for event driven loader, now with reasonable memory Change 3083722 on 2016/08/10 by Robert.Manuszewski Fixing hangs when async loading packages. Change 3091747 on 2016/08/17 by Gil.Gribb Fix all hitches in streaming load that were regressions. Change 3093258 on 2016/08/18 by Gil.Gribb Fix bug that caused an assert when packages fail to load for certain reasons (like loading an uncooked file). Change 3095719 on 2016/08/20 by Gil.Gribb reenable async loading thread and cleanup and bug fixes Change 3096350 on 2016/08/22 by Gil.Gribb tweak task priorities a bit to minimize precaching memory Change 3096355 on 2016/08/22 by Gil.Gribb add support for precaching for "loose files" in the generic async layer. Change 3098091 on 2016/08/23 by Gil.Gribb Split header into a separate file and disabled a bad optimization in the bulk data. Change 3099783 on 2016/08/24 by Gil.Gribb rework dependency graph to be much, much faster. About half done. Change 3100995 on 2016/08/25 by Gil.Gribb fixed bugs with streaming texture from .uexp and cook time check that should have been runtime only Change 3101369 on 2016/08/25 by Gil.Gribb fixed bug with blueprints in the new loader. Change 3102793 on 2016/08/26 by Gil.Gribb PS4 - fixed small block memcpy to actually be inline Change 3103785 on 2016/08/27 by Gil.Gribb fixed case bug with pak order. devirtualized flinkerload::serialize, made sure -fileopenlog is not heavily skewed Change 3104884 on 2016/08/29 by Gil.Gribb fixed a BP bug and tweaked the -fileopenlog behavior to do leaf assets DFS Change 3105266 on 2016/08/29 by Ben.Zeigler Editor build compilation fix Change 3105774 on 2016/08/30 by Gil.Gribb add checks to locate cases where we try to use something that isn't loaded yet Change 3107794 on 2016/08/31 by Gil.Gribb fixed abug with BP's not loading the parent CDO soon enough Change 3114278 on 2016/09/06 by Gil.Gribb looping loads for paragon load test Change 3114311 on 2016/09/06 by Ben.Zeigler Fix linux compile Change 3114350 on 2016/09/06 by Ben.Zeigler Linux supports fast unaligned int reads Change 3116169 on 2016/09/07 by Ben.Zeigler Force enable separate bulk data cooking when using split cooked files, end-of-exp-file doesn't make sense with the new cook scheme and will crash at runtime Change 3116538 on 2016/09/07 by Gil.Gribb add dependencies for CDO subobjects Change 3116596 on 2016/09/07 by Ben.Zeigler Change crash to warning when trying to load an import to a missing native class, can happen with editor only classes. Change 3116855 on 2016/09/07 by Ben.Zeigler Move cook dialog down a bit so I can cook without constant dialogs popping up Change 3117452 on 2016/09/08 by Robert.Manuszewski Fixing hang when suspending async loading with the async loading thread enabled. Change 3119255 on 2016/09/09 by Robert.Manuszewski Removing texture allocations from PackageFileSummary as they were not used by anything. Change 3119303 on 2016/09/09 by Gil.Gribb Fixed font issue by making all all bulk data either inline or in a ubulk. Added support for compressed packages. Change 3120324 on 2016/09/09 by Ben.Zeigler Fix Cook warnings. Skip transient and client/server only objects when adding dependencies, and mark ShapeComponent BodySetups as properly transient. Change 3121960 on 2016/09/12 by Ben.Zeigler Add RandomizeLoadOrder CVar to randomize the package serial number it uses for sorting async loads Change 3122635 on 2016/09/13 by Gil.Gribb reworked searching disk warning and minor change to the background tasks used for decompression Change 3122743 on 2016/09/13 by Gil.Gribb added some checks around memory accounting Change 3123395 on 2016/09/13 by Ben.Zeigler Enable MallocBinned2 by default on cooked windows builds, similar to how PS4 works. Disabled thread pool cache clearing on windows, the threading function it was using is very slow on windows specifically Change 3124748 on 2016/09/14 by Gil.Gribb Store template in import/export table and refer to it for each export to avoid calling GetArchetypeFromRequiredInfo. Minor fix for some NeedLoadForCLient etc stuff on landscape and CDOs. Fix texture streamer minmips stuff. Change |
||
|
|
5fc947ac7e |
Copying //UE4/Dev-Build to //UE4/Dev-Main (Source: //UE4/Dev-Build @ 3020969)
========================== MAJOR FEATURES + CHANGES ========================== Change 2986511 on 2016/05/23 by Ben.Marsh UdpMessaging: Force references to symbols in the files containing UDP automated tests. Since plugins are compiled into static libraries before being linked into the executable, the linker will exclude any object files which don't have any referenced symbols. In non-unity builds, or adaptive unity builds with modified test files, this results in the tests not being linked in. Change 2993274 on 2016/05/27 by Ben.Marsh Fix UGS enumerating deleted .target.cs files when trying to detect editor target name. Change 2994265 on 2016/05/31 by Ben.Marsh Add info about setting up CIS integration and zipped editor builds in UGS. Change 2994275 on 2016/05/31 by Ben.Marsh PR #2443: [Unreal Game Sync] Added -project so shortcut or script can hint at the project file to open. (Contributed by paulevans) Change 2994287 on 2016/05/31 by Ben.Marsh UnrealGameSync: Add information about how UGS self-patches and updates. Change 2996928 on 2016/06/01 by Ben.Marsh UnrealGameSync: Fix trying to sync files which are open for branch or move/add. They don't exist on the server yet. Change 2997619 on 2016/06/02 by Ben.Marsh UAT: Fix PRX files not being remapped on PS4. All non-UFS should be allowed to be remapped, and UFS files can be if we're not using a PAK file. Change 2999769 on 2016/06/03 by Ben.Marsh UBT: Fix codepaths which assume that the current user account has a personal folder. The SYSTEM account (which Jenkins defaults to using) does not. Change 3004879 on 2016/06/07 by Ben.Marsh Remove copy of AWSSDK in NotForLicensees folder. Change 3004902 on 2016/06/07 by Ben.Marsh UAT: Switch MCP to use version of AWSSDK that's not in a NotForLicensees folder. Change 3005892 on 2016/06/08 by Ben.Marsh Add the GitHub promotion to the UE4 binary release build. Change 3016241 on 2016/06/16 by Ben.Marsh UGS: Always sync version files at the same changelist as everything else (rather than head revision) Change 3016446 on 2016/06/16 by Ben.Marsh PR #2279: Use MSBuild instead of DevEnv for solution builds (Contributed by FineRedMist) Change 3016472 on 2016/06/16 by Ben.Marsh PR #2442: pointing to the pull requests page of the repo (Contributed by KrishMunot) Change 3017694 on 2016/06/17 by Ben.Marsh EC: Produce an error if trying to sync back to a changelist more than 30 days before the most recent change. Meant to catch errors in entered CL fields from the dashboard. Can be overridden by specifying --allow-old-change in the build arguments. Change 3017695 on 2016/06/17 by Ben.Marsh UBT: Use a well defined order for parsing configuration files, rather than ignoring one file if another has a newer timestamp. Prevents confusing behavior where settings can be present, but are completely ignored. Now prioritizes the BuildConfiguration.xml file in the My Documents/Unreal Engine/UnrealBuildTool, followed by the one in AppData/Roaming/Unreal Engine/UnrealBuildTool. Both are added to the Config section of the solution if present, under different folders. #jira UE-24271 Change 3017698 on 2016/06/17 by Ben.Marsh Rename the <MsBuild> task to <CsCompile>, highlighting the fact that it only actually works on .csproj files (and not .sln files or other project types). #jira UEB-664 Change 3017701 on 2016/06/17 by Ben.Marsh BuildGraph: Relax a lot of the restrictions relating to using output tags from nodes. Output tags may contain an arbitrary set of files, including files which are also in other tags or produced by other nodes, but will not be written to temp storage more than once. The default tagged set of files for a node (eg. #MyNodeName) now includes all build products produced by that node. Temp storage now separates the storing of build products from the tags which reference them. A TempStorageFileList object is written for each output tag, which includes a list of files as well as a list of the storage blocks referenced by it. When a node depends on a tag, the TempStorageFileList is read first and used to determine which storage blocks to read. All tasks now have overloaded functions for returning the tags which they modify and/or reference, and errors are produced if an existing tag is modified, or referenced without being added as an input dependency. Change 3017714 on 2016/06/17 by Ben.Marsh BuildGraph: Allow specifying multiple tag names in the 'Tag' attribute of build tasks (or 'With' attribute of the 'Tag' task). Change 3018007 on 2016/06/17 by Ben.Marsh UBT: Add sections to the target receipt listing files which are required to build using precompiled binaries (as previously generated using -generateexternalfilelist), and runtime dependencies that may be required when using precompiled binaries but aren't actually required for the current target (which previously had to be specified through InstalledEngineFilters.ini). Tested by running UBT with arguments "UE4Game Win64 Development -precompile -xgeexport" and examining target receipt. #jira UE-28761 Change 3018322 on 2016/06/17 by Ben.Marsh PR #2518: Improvements for Clang on Windows (Contributed by Mattiwatti) Change 3018365 on 2016/06/17 by Ben.Marsh Misc: Fixes for warnings compiling ShaderCompileWorker on Clang Change 3018397 on 2016/06/17 by Ben.Marsh UnrealVS: Add an UnrealVS command to run a single-file-compile with UBT Change 3019421 on 2016/06/20 by Ben.Marsh Fix compilation of FreeType on Clang for Windows - there's an fttypes.h header already in the Windows SDK, so use a relative include path instead. Change 3019423 on 2016/06/20 by Ben.Marsh PR #2518: Improvements for Clang on Windows (Contributed by Mattiwatti) Change 3020377 on 2016/06/20 by Ben.Marsh UBT: Fix strings not being escaped before writing to JSON files. Change 3020378 on 2016/06/20 by Ben.Marsh UBT: Exclude precompiled files from the target receipt which are outside the engine and project directories. We don't need SDK libs being added to the precompile list. Change 3020966 on 2016/06/21 by Ben.Marsh EC: Allow scheduling builds at a certain offset past midnight, using the schedule formatted like "Every 20m from 04:00", and add scheduled builds of target platforms for dev streams every 4 hours. Also make the meaning of "Editor Only" and "Editor, Tools & Monolithics" build names consistent between Dev streams and Main, and add a new "Editor, Tools, Monolithics & DDC" build type includes additional DDC build for //UE4/Main. #rb none #lockdown Nick.Penwarden [CL 3020980 by Ben Marsh in Main branch] |
||
|
|
eaf882587b |
Copying //UE4/Dev-Blueprints to //UE4/Dev-Main (Source: //UE4/Dev-Blueprints @ 2967759)
#lockdown Nick.Penwarden ========================== MAJOR FEATURES + CHANGES ========================== Change 2919729 on 2016/03/23 by Ben.Cosh Support for macros in the profiler #UEBP-177 - Macro instance handling #Proj Kismet, BlueprintProfiler - Adds support for timings inside macro calls - Extends the tunnel graph support to handle multiple entry/exit sites Change 2938064 on 2016/04/08 by Phillip.Kavan [UE-17794] The "Delete Unused Variable" feature now considers the GetClassDefaults node as well. change summary: - added external linkage to UK2Node_GetClassDefaults::FindClassPin(). - added an include for the K2Node_GetClassDefaults header file to BlueprintGraphDefinitions.h. - added UK2Node_GetClassDefaults::GetInputClass() as a public API w/ external linkage; moved default 'nullptr' param logic into this impl. - modified FBlueprintEditorUtils::IsVariableUsed() to add an extra check for a GetClassDefaults node with a visible output pin for the variable that's also connected. - modified UK2Node_GetClassDefaults::GetInputClass() to return the generated skeleton class for Blueprint class types. Change 2938088 on 2016/04/08 by Mike.Beach Making bytecode produced by latent action nodes deterministic. Change 2938101 on 2016/04/08 by Mike.Beach Fixing a bug where the compile summary was not being reported because another compiler log was lingering - making it so the MathExpression node compiler log is not initialized with intent to report its own summary (it gets folded into the primary log). Change 2938121 on 2016/04/08 by Phillip.Kavan Remove a few redundant MBASM calls on variable type change. Change 2940295 on 2016/04/11 by Dan.Oconnor We now 'tag subobjects' of a blueprint even if it's part of the rootset, this means we correctly detect references to the BPGC in FPendingDelete::CheckForReferences(). Original rootset check dates to 2012 and I can find no justification for it currently. #jira UE-29216 Change 2943227 on 2016/04/13 by Dan.Oconnor Fixed improper detection of functions from interfaces that themselves inherit from some other interface #jira UE-29440 Change 2944270 on 2016/04/14 by Phillip.Kavan [UEBP-176] First pass at BP graph node heat map visualization while profiling. change summary: - added an "indicator overlay" to graph node widget layouts - added a heat mode "mode" selector widget to the BP profiler view panel - extended IBlueprintProfilerInterface to include APIs for accessing current heat map mode state - added FScriptNodePerfData::GetBlueprintPerfDataForAllTracePaths() (tentative - may need revisiting) - added SGraphNode::GetNodeIndicatorOverlayColor() and GetNodeIndicatorOverlayVisibility() delegates - added BP-specific delegate overrides to SGraphNodeK2Base; extended to include both compact and variable nodes Change 2946932 on 2016/04/18 by Mike.Beach Guarding against invalid EdGraphPins (ones that have been moved to the transient package) when constructing the widget - prevents a crash that we've been unable to repro or determine the cause of (turns it instead into an ensure, so we can collect more contextual information on the issue). #jira UE-26998 Change 2949968 on 2016/04/20 by Dan.Oconnor Array access out of bounds by value is a warning again, added ability to elevate individual warnings on a per project basis (or supress them) #jira UE-28971 Change 2950113 on 2016/04/20 by Dan.Oconnor Removed GBlueprintCompileTime, it was not accurate. Printing BlueprintCompileAndLoadTimerData.GetTime() at start instead Change 2951086 on 2016/04/21 by Ben.Cosh This change addresses the edge case in the blueprint profiler that caused stats to fail when tunnel nodes were linked through to other tunnel nodes. #jira UE-28750 - Crash compiling a Blueprint that contains a For Loop with profiler active #Proj Kismet, BlueprintProfiler Change 2951336 on 2016/04/21 by Ben.Cosh This change enables blueprint breakpoints during instrumented conditions. #jira UEBP-178 - Fix breakpoints under profiling conditions #Proj CoreUObject, BlueprintProfiler, UnrealEd, KismetCompiler Change 2951406 on 2016/04/21 by Ben.Cosh Fix for blueprint profiler stats for the top level blueprint stat entry not updating correctly. #Proj Kismet Change 2951832 on 2016/04/21 by Ben.Cosh Fix for certain blueprint profiler stats not being updated and collected at the blueprint container level due to incorrect tracepaths. #Proj Kismet #info This should fix the node heatmaps as a side effect. #Codereview Phillip.Kavan Change 2956696 on 2016/04/26 by Dan.Oconnor Tweak fix for macros being BS_Dirty after loading. The current fix had the side effect of not recompiling clients of the macro after making a change to the macro and entering PIE #jira UE-29495 Change 2957564 on 2016/04/27 by Maciej.Mroz Various fixes related to nativized enums. #jira UE-27735 Enumerators are not set correctly in packaged games if Nativize Blueprint Assets is set to true Change 2961626 on 2016/04/29 by Mike.Beach Merging //UE4/Dev-Main to Dev-Blueprints (//UE4/Dev-Blueprints) Change 2962747 on 2016/05/02 by Maciej.Mroz #jira UE-30123 Cannot use abilities in nativized Orion build GameplayAbility handles BPGC and DynamicClass the same way. C++ backend do not assumes that some literal objects are UserDefinesEnum/UserDefinedStruct/BlueprintGeneratedClass. Change 2965679 on 2016/05/04 by Maciej.Mroz Increased stack size (384k) of threads spawned by Task Graph. (Temporary?) fix for stack overflow, when amination in Orion are evaluated. Change 2965758 on 2016/05/04 by Maciej.Mroz #jira UE-30300 "ReturnToBase" ability does not work in nativized Orion. Fixed CDO creation in async loaded Dynamic Class. Fixed too restrict cast assertions. Change 2966543 on 2016/05/04 by Maciej.Mroz #jira UE-30235 Mac QAGame fails to package with nativization #jira UE-30282 Match3 nativized android package fails to build Change 2966839 on 2016/05/04 by Dan.Oconnor Typo IMPLEMENT_MODULE creates weird linking error, also may need entry in Target.cs to get BlueprintRuntime to build. Copying that pattern from ___LoadingScreen modules #jira UE-30333 Change 2967347 on 2016/05/05 by Maciej.Mroz #jira UE-30196 Unable to package a copy of project with Nativize Blueprints enabled CommandUtils.GetDirectoryName should not be used with directory path (but only with file path), because it cannot handle paths like "e:\My11Project 4.13" (containing '.'). It seems useless with directory path anyway. [CL 2968184 by Dan Oconnor in Main branch] |
||
|
|
191dfe7cab |
UE4 - Fix hang in FTaskGraphInterface::BroadcastSlow_OnlyUseForSpecialPurposes caused by back to back calls.
#lockdown nick.penwarden [CL 2949490 by Gil Gribb in Main branch] |
||
|
|
9f7639ddb5 |
Copying //UE4/Dev-Rendering to Dev-Main (//UE4/Dev-Main)
#lockdown nick.penwarden ========================== MAJOR FEATURES + CHANGES ========================== Change 2890427 on 2016/03/02 by Olaf.Piesche Fixing global vector fields not working at all with fixed bounds particle systems. #rb simon.tovey Change 2890689 on 2016/03/02 by David.Hill Noise buffers missing in (Slate) UI materials #jira:UE-27231 Change 2892556 on 2016/03/03 by Gil.Gribb UE4 - Added the hipri and background threads to SetThreadAffinity Change 2898686 on 2016/03/08 by Gil.Gribb PS4 - Reduced malloc spam on submission queues. Change 2899191 on 2016/03/08 by Olaf.Piesche Adding HasCompleted as a possible condition for auto-deactivate, so we don't restrict this purely to burst only emitters #hira UE-18899 Change 2899587 on 2016/03/08 by Uriel.Doyon Added missing default value for FGBufferData.SelectiveOutputMask Change 2901654 on 2016/03/09 by David.Hill Opacity mask materials were producing incorrect shadows. The pixel shader computation of world coordinates was incorrect. Instead we can simply use the interpolated position from the vertex shader. #rb:Martin.Mitring Change 2903496 on 2016/03/10 by Gil.Gribb PS4 - Added Cycles64 and optimized the PS4 GetCycles to use a shift instead of a divide. Change 2903508 on 2016/03/10 by Gil.Gribb UE4 - Tweaked out MallocBinned2. Removed several recyclers in the engine since MB2 is faster. Reworked the container slack policies to use the allocator granularity. Change 2905727 on 2016/03/11 by Zabir.Hoque Merging as an Edit. //UE4/Private-GDC16-Character/Engine/Source/Runtime/Engine/Private/ShaderCompiler/ShaderCompiler.cpp to //UE4/Dev-Rendering/Engine/Source/Runtime/Engine/Private/ShaderCompiler/ShaderCompiler.cpp Change 2910327 on 2016/03/15 by Daniel.Wright Re-added support for vs2012 project generation [CL 2914224 by Gil Gribb in Main branch] |
||
|
|
f98fcba596 |
UE4 - Fixed task thread stack size not big enough for debug editor.
#lockdown nick.penwarden [CL 2846236 by Gil Gribb in Main branch] |
||
|
|
2e5b4cbbd1 |
Copying //UE4/Dev-Rendering to Dev-Main (//UE4/Dev-Main)
#lockdown nick.penwarden ========================== MAJOR FEATURES + CHANGES ========================== Change 2821445 on 2016/01/08 by Olaf.Piesche More vertex factory improvements, storing off particle vertex factories on the scene proxy instead of the dynamic data to avoid recreating all the time; saves up to 2ms render thread time according to QA's testing. #rb martin.mittring Change 2821520 on 2016/01/08 by Olaf.Piesche Coloring subuv modules green for easier visual ID #rb martin.mittring Change 2823479 on 2016/01/11 by Chris.Bunner Updated Lightmass HLOD logic to avoid HLODs shadowing non-related meshes. Duplicated CL#2823104 from Dev-General. Change 2823570 on 2016/01/11 by Zabir.Hoque Introduce multiplier that controls decal fade speed. #CodeReview: Martin.Mittring #1777 Change 2823615 on 2016/01/11 by Uriel.Doyon Fixed stencil ref multithreading issue. Fixed state caching when depth range is enabled. #jira UE-24564 #review marcus.wassmer Change 2823652 on 2016/01/11 by Zabir.Hoque Rename FadeSpeedScale -> FadeDurationScale to be logically more consistent. #CodeReview: Martin.Mittring Change 2824065 on 2016/01/11 by Brian.Karis Fixed last viewrect motion blur bug. Enabled new motion blur algorithm for default. Change 2825432 on 2016/01/12 by Zabir.Hoque Store off view matrices at at time of freezing and base lod selection useing relevant matrices, thus allows lods to be frozen. #OR-10918 #CodeReview: Marcus.Wassmer, Rolando.Caloca, Martin.Mittring Change 2825971 on 2016/01/12 by Brian.Karis New motion blur enabled. Change 2825974 on 2016/01/12 by Brian.Karis Fixed refraction check value. 1 does nothing not 0. Change 2825975 on 2016/01/12 by Brian.Karis Cloth gets skylight for movable sky. Change 2827519 on 2016/01/13 by Zabir.Hoque ALLOW_UAV_CONDITION did not have a safe fallback when not SM5.0 && COMPILER_SUPPORTS_ATTRIBUTES. #CodeReview Martin.Mittring, Rolando.Caloca Change 2830172 on 2016/01/15 by Rolando.Caloca DR - Minor cleanup - Renamed Vertex Factories' struct Data to struct FData - Removed Data type on FVertexFactory Change 2830242 on 2016/01/15 by Rolando.Caloca DR - Prep cleanup for gpu morph targets - Split common code for GPU skin cache into a base class - Moved some local static arrays from UpdateMorphVertexBuffer() to static members #codereview Lina.Halper Change 2830455 on 2016/01/15 by Rolando.Caloca DR - Compile fix from bad merge #jira UE-25557 Change 2832023 on 2016/01/18 by Rolando.Caloca DR - Removed TangentZDelta_DEPRECATED from FVertexAnimDelta #rb Marcus.Wassmer #codereview Lina.Halper Change 2832067 on 2016/01/18 by Gil.Gribb UE4 - Changed PC to default to parallel rendering when not in editor. Fixed lack of a stall on texture locks and unlocks coming from texture streamer. Fixed a few cases where stuff was being added to rhicommandlists even when we were bypassed. Change 2834379 on 2016/01/19 by Gil.Gribb UE4 - fix perf regression related to cvar Change 2834864 on 2016/01/19 by Olaf.Piesche Fixing potential crash with auto-kill trail emitters, fixing use of the wrong flag to auto-deactivate #codereview gil.gribb Change 2835777 on 2016/01/20 by David.Hill EyeAdaptation - using a screen center focus in the weights #rb Martin Mitring related to: UE-15509. This is adding the ability to focus the basic eye-adaptation region in the center of the screen, and cvar functionality for paragon testing on ps4 Change 2835778 on 2016/01/20 by David.Hill EyeAdapation - DefaultFeature for method #rb Martin.Mitring Adding a default feature cvar for eye adaptation method Change 2837410 on 2016/01/20 by David.Hill OR-13213 SetupPerObjectProjection() #test:PC #rb:Martin.Mitring #codereview:Daniel.Wright [CL 2845257 by Gil Gribb in Main branch] |
||
|
|
bb70b349ce |
Merging CL 2804086 from //UE4/Release-4.11 to Dev-Main (//UE4/Dev-Main) to isolate copyright update
#lockdown Nick.Penwarden [CL 2819020 by Matthew Griffin in Main branch] |
||
|
|
a2e6a388de |
Copying //UE4/Dev-Framework to //UE4/Main
#lockdown Nick.Penwarden ========================== MAJOR FEATURES + CHANGES ========================== Change 2786974 on 2015/12/02 by Aaron.McLeran UE-23930 Fix for concatenator node's not working correctly when it has child nodes that are mixer nodes. - Fix was to track the number of sounds a sound a node can simultaneously play. In concatenator node, when a sound is notified as finishing, it tracks the sound index in the current child node before incrementing the child node index. #codereview marc.audy Change 2787015 on 2015/12/02 by Lukasz.Furman changed color of root level decorator nodes in behavikor tree editor #ue UE-23957 #rb Mieszko.Zielinski Change 2787249 on 2015/12/02 by Ori.Cohen Make scene queries thread safe by ensuring that any data that is not thread safe is not returned. This is for the benefit of the user, but also we cannot access these pointers off the game thread. #rb Zak.Middleton Change 2788469 on 2015/12/03 by Marc.Audy Ability system cleanup: Pass parameters around by const ref instead of value (FGameplayAbilityTargetDataHandle , TArray, FHitResult) Eliminate unnecessary multiple derferences of weak pointers in a single function Remove uses of auto, switch to using nullptr Reorganize booleans to properly pack them Const functions Properly mark functions virtual and override #rb Dave.Ratti, James.Golding Change 2788787 on 2015/12/03 by Laurent.Delayen Reinitialize top level state machines when they become relevant, to match behavior of nested state machines. #rb lina.halper #codereview lina.halper Change 2789417 on 2015/12/03 by Aaron.McLeran UE-19482 Fixing error in reporting audio asset memory usage for PS4 (and other platforms) - Issue was that USoundWave::GetResourceSize() was incorrectly summing uncompressed PCM data size alongside compressed data size for PS4 - Added check using same condition in FAudioDevice::Precache which determines if compressed asset is fully decompressed into memory (and other decompression modes/types). #codereview marc.audy, marcus.wassmer #tests Tested loading maps in PS4 and confirming the uncompressed PCM data is not counted in audio asset resource size checks. Tested cooking assets in a map. Change 2790152 on 2015/12/04 by Marc.Audy Avoid unnecessary TArray and FHitResult copies Change 2790182 on 2015/12/04 by Laurent.Delayen Fixed notifies not being triggered when server calls Montage_JumpToSection. #rb lina.halper #tests Agora60p golden path, hyperbreach ultimate networked Change 2790325 on 2015/12/04 by Zak.Middleton #ue4 - Optimized USceneComponent::SetWorldTransform() to avoid unnecessary copies and avoid unaligned SIMD reads and writes. #rb James.Golding, Chad.Taylor Change 2792284 on 2015/12/06 by Marc.Audy Avoid unnecessary FGameplayTagContainer copies Change 2792305 on 2015/12/06 by Marc.Audy Avoid unnecessary FGameplayAbilitySpec copies Change 2792592 on 2015/12/07 by Martin.Wilson Remove component reregistering logic from SetSkeletalMesh #rb James.Goldng Change 2792652 on 2015/12/07 by Ori.Cohen Add a way to opt out of ignoring trigger volumes. This makes it possible to run collision module off the game thread. #rb Gil.Gribb Change 2793378 on 2015/12/07 by Lukasz.Furman fixed resetting path data between repaths #ue4 UE-22624 #rb Mieszko.Zielinski Change 2794690 on 2015/12/08 by Lina.Halper #ANIM: Skeleton - fix crash when retargeting source that has been edited in editor - make sure to copy sockets when retarget skeleton #RB: Martin.Wilson #Code review: Martin.Wilson Change 2794694 on 2015/12/08 by Benn.Gallagher Fixed duplicate slot names in anim slot groups. This was caused by not building the slot->group mapping at serialize time. COL would then re-add all the used slots to the group for a second time as the mapping wasn't built until postload. #rb Lina.Halper Change 2795241 on 2015/12/08 by Lukasz.Furman fixed potential division by zero in acceleration driven path following #ue4 #rb Mieszko.Zielinski Change 2796109 on 2015/12/09 by James.Golding Pass FGameplayCueParameters by const ref in more places (avoids malloc allocations due to containing 2 FGameplayTagContainers) #rb marc.audy #codereview david.ratti Change 2796110 on 2015/12/09 by James.Golding |
||
|
|
3714b1ff75 |
Copying //UE4/Dev-Physics to //UE4/Main
#lockdown Nick.Penwarden ========================== MAJOR FEATURES + CHANGES ========================== Change 2773513 on 2015/11/19 by Ori.Cohen Re-submit the change for calling the cloth solver directly. We should now have a sane history Change 2773787 on 2015/11/19 by Ori.Cohen Move XboxOne libs and sln into vs2012 folder. This doesn't actually work but will keep the history clean when we make it work with the upcoming change Change 2774313 on 2015/11/19 by Ori.Cohen Allow tick functions to have a different end tick group than the start tick group. Change 2774315 on 2015/11/19 by Ori.Cohen Big cloth refactor so that we can call the solver directly. #rb Lina.Halper, Michael.Noland Change 2774575 on 2015/11/19 by Ori.Cohen Binary libs for the change that allows us to call cloth directly. Also fix for GJK inaccuracy and crash in destructibles Change 2775372 on 2015/11/20 by Ori.Cohen Fix FrameTimeSmoothingFactor not getting initialized correctly. #rb Michael.Noland Change 2775445 on 2015/11/20 by Ori.Cohen Remove start and end cloth tick groups. #rb Marc.Audy Change 2775524 on 2015/11/20 by Ori.Cohen Fix cloth and pre cloth tick functions from trying to register when they are being unregistered #rb Marc.Audy Change 2776387 on 2015/11/20 by Ori.Cohen Rename pre cloth tick function to be PostPhysicsTickFunction. Deprecate the PrimitiveComponent PostPhysicsTickFunction. Client code should just create their own. Remove PreCloth tick group #rb Zak.Middleton #codereview Marc.Audy Change 2776974 on 2015/11/22 by Jeff.Campeau VS2015 updates to scripts and batch files Updates for VS2015 update 1 for Xbox One Updated and 2015 libs for PhysX and APEX #codereview Ori.Cohen Change 2778000 on 2015/11/23 by Ori.Cohen Fix the case where cloth cooking is relying on the apex scene. #rb Stan.Melax Change 2778171 on 2015/11/23 by Ori.Cohen Apex libs for the fix that allows direct cloth solver to cook data as needed. #rb Stan.Melax Change 2779264 on 2015/11/24 by Ori.Cohen Fix inconsistent overlap case where components from different actors are attached together. #rb Marc.Audy Change 2779360 on 2015/11/24 by Ori.Cohen Remove unneeded tick for blend physics when cloth is enabled. Simplify cloth tick depedency so that if blend physics runs cloth runs after it. #rb Gil.Gribb Change 2779450 on 2015/11/24 by Ori.Cohen Allow skeletal mesh components that do not rely on physics results to delay their animation tick group #rb Gil.Gribb Change 2779623 on 2015/11/24 by Ori.Cohen Remove reallocs from InitBody #rb Marc.Audy Change 2779828 on 2015/11/24 by Ori.Cohen Remove repetitive calls to GetContactOffsetParams #rb Marc.Audy [CL 2780659 by Ori Cohen in Main branch] |
||
|
|
4ccf8be305 |
Mergine engine changes to //UE4/Main @ 2748007
[CL 2748770 by Nick Penwarden in Main branch] |
||
|
|
9abcacfd1b |
Merging Engine code from Orion at CL2744789 through //depot/UE4-To-//UE4/Main
[CL 2745726 by Andrew Grant in Main branch] |
||
|
|
24b77df2e3 |
Core: Added missing AsyncTask implementation
[CL 2713535 by Max Preussner in Main branch] |
||
|
|
0a5f746888 |
UE4 - Fixed smappy spin loop in new console mode task graph scheduling.
[CL 2698321 by Gil Gribb in Main branch] |
||
|
|
1c75b7638d |
Fix check(0) firing in task graph when in single threaded mode.
#codereview gil.gribb [CL 2686249 by James Moran in Main branch] |
||
|
|
2bff847be0 |
UE4 - Lots of changes to the task graph include new experimental scheduler, current used on PS4, but expected to be used on all platforms after it shakes out.
[CL 2680413 by Gil Gribb in Main branch] |
||
|
|
b7d8b9603f |
Merging 2640056 (plus a few minor fixes)
//depot/UE4-Orion/... to //depot/UE4/... UE4 - rollup of many performance changes * increased max threads for task graph and added a way to reduce task threads at runtime for testing the optimal number * added a way to track excessive allocation at runtime without using the memory profiler: LogGameThreadMallocChurn.Enable * ps4: fixed a few problems with the platform properties, IsRunningGame was returning false * added inline storage for one delegate in multicast delegates * fixed excessive allocation on the script stack traceback * fixed excessive malloc calls throughout the animation system * added stats throughout the animation system * reworked parallel queue ticks * fixed excessive malloc calls in cloth and physics animation systems * fixed GHitchThresholdCVar * minor improvements to abtest * added ability to change thread affinities on the fly so they can be tuned * cvars to control animrate optimization and spew the results: EnableAnimRateOptimization, SpewAnimRateOptimization, DrawAnimRateOptimization, ForceAnimRate * optimized malloc calls in cascade and gpu particles * optimized malloc calls in input system * removed visual logging and ability log from consoles and fixed a few compile errors related to doing that * optimized gameplaytags * added a few cvars to cause stalls in various parts of the pipeline to identify critical paths and bottlenecks: CriticalPathStall.* * added console command to toggle all known outstanding perf tweaks: Orion.SetupPerfCVars [CL 2642061 by Gil Gribb in Main branch] |
||
|
|
5bad61af40 |
UE4 - Compact cloth buffers. Option to defer uniform buffer creation till it is visible. Option to defer skeletal stuff to visible and do it on the RHI thread. High priority task graph tasks. Hi priority ticks.
[CL 2597353 by Gil Gribb in Main branch] |
||
|
|
c74e74e6cb |
Messaging: Fixed handling of local worker thread queues
[CL 2584516 by Max Preussner in Main branch] |
||
|
|
76a7bb1cde |
UE4- simple profiler for the task graph since the stats system used the task graph
[CL 2581119 by Gil Gribb in Main branch] |