You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb dan.oconnor #preflight 63d83f963656ea96dc2a0a4c #jira UE-173747 "Crash occurs when scrolling down through files in Review Changelist window upon loading of asset" - certain widget blueprints were crashing the review tool because we were working around the inability to diff against nullptr by constructing temprorary empty objects. This approach circumvents that problem entirely #jira UE-173231 "Changelist Review tool allows diffing against previous revision for Deletion changes" - while this jira suggests that the ability to diff deletion changes is a bug, it was actually an intended feature. The real bug was that it would crash or fail to work in many cases. This has been fixed by either asset diffing against nullptr or text diffing against an empty file (depending on circumstance) #jira UE-174610 "Reviewing Changelist with Deletion Changes results in LogLinker warnings & LoadErrors" - deletion changes were trying to load the new revision of files but obviously it doesn't exist because it's a deletion. Fixed by only loading the previous revision note: since the review tool is going to be "Production Ready" in 5.2, these changes are neccesary for stability [CL 23924072 by jordan hoffmann in ue5-main branch]