This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
daacee5732ea20871e243ccd11746bd97a142e4e
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
SourceControlWindows
/
Private
History
jaime cifuentes
48216ffacb
Fixed crash when reverting Skeletal Mesh unsaved changes using an async task at SSourceControlChangelistRows, while the asset is opened, due to the async task being executed by the preview world of the SkeletalMesh being reverted. Changed the Async task for a CoreTicker call to Execute on game thread.
...
#rb brooke.hubert #jira UE-207365 [CL 31760326 by jaime cifuentes in ue5-main branch]
2024-02-23 07:58:22 -05:00
..
SourceControlSettings.h
…
SourceControlWindows.cpp
Skein / ConflictUE: Fixed 'check in changes' no longer saving dirty packages since
#29866499
.
2023-12-04 08:12:13 -05:00
SourceControlWindowsModule.cpp
Skein / Snapshot History: Add 'View Snapshot History' menu item to Revision Control menu in Status Bar.
2023-11-30 07:58:07 -05:00
SSourceControlChangelistRows.cpp
Fixed crash when reverting Skeletal Mesh unsaved changes using an async task at SSourceControlChangelistRows, while the asset is opened, due to the async task being executed by the preview world of the SkeletalMesh being reverted. Changed the Async task for a CoreTicker call to Execute on game thread.
2024-02-23 07:58:22 -05:00
SSourceControlChangelistRows.h
…
SSourceControlChangelists.cpp
Optimize source control changelist shelved state update.
2023-10-24 11:33:28 -04:00
SSourceControlChangelists.h
…
SSourceControlCommon.cpp
Updated display string for changelist descriptions to use space character in place of other whitespace characters (similar to P4V).
2023-12-12 17:18:07 -05:00
SSourceControlCommon.h
Updated display string for changelist descriptions to use space character in place of other whitespace characters (similar to P4V).
2023-12-12 17:18:07 -05:00
SSourceControlDescription.cpp
…
SSourceControlDescription.h
…
SSourceControlFileDialog.cpp
…
SSourceControlFileDialog.h
…
SSourceControlHistory.cpp
…
SSourceControlRevert.cpp
…
SSourceControlSubmit.cpp
Source Control: don't show the success icon when unable to submit the changelist and there's no warnings or errors.
2023-12-07 14:14:32 -05:00
SSourceControlSubmit.h
…