You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Add support for incremental gap filling. Does gap filling in multiple passes, allows us to limit patch size growth to some fixed percentage - Fixed cooker order UEXP files (previously these were unordered, which could actually result in patches increasing in size after gap filling) - Added better method for measuring fragmentation - reports as a percentage, takes order index into account - Refactored OrderMapping via new FPakOrderMap class which knows about primary/secondary mappings - Added various schemes for defragmentation, including OnePass method which matches legacy behaviour, and various incremental schemes. Incremental_PrimaryFirst seems to give best results #rb hongyi.yu #ROBOMERGE-OWNER: ryan.vance #ROBOMERGE-AUTHOR: ben.woodhouse #ROBOMERGE-SOURCE: CL 5688530 via CL 5688536 via CL 5688538 via CL 5690113 via CL 5694330 via CL 5694501 #ROBOMERGE-BOT: DEVVR (Main -> Dev-VR) [CL 5700575 by ben woodhouse in Dev-VR branch]