XCOM 2
[WOTC] Photobooth Poses UI List Fix
Ergebnisse 11–20 von 31
< 1  2  3  4 >
Update: 31. Aug. 2024 um 4:51

Adjusted code not to check for dead/bleeding out soldiers as these are still valid for nice mission debrief.

Update: 25. Aug. 2024 um 7:22

Fixed an indexing error when backing out of the NMD photobooth

Update: 24. Aug. 2024 um 4:23

Fixed an issue where original layout wasn't being properly disposed of when initing the replacement screen.

Update: 19. Aug. 2024 um 19:05

Updating indexing function to treat units in order of history instead of original battledata for compatibility with the method used in NMD.

Update: 18. Aug. 2024 um 12:50

Fixed overlapping text on armory UI

Update: 18. Aug. 2024 um 10:45

Fixed issue with armoury photobooth text overlapping (already fixed in tactical). None-checked a few other variables to assist in crash handling.

Update: 18. Aug. 2024 um 5:21

Refactored the UISL into wrapper classes to prevent a CTD when clearing up delegates

Update: 17. Aug. 2024 um 12:14

Remove UISL delegates on screen closure to prevent GC crash

Update: 17. Aug. 2024 um 11:16

Added some additional unit validity checks for the solo photobooth

Update: 17. Aug. 2024 um 6:21

Fixed an issue with the Fast Toggle switch which wasn't respecting invalid units properly and sorted out a minor indexing issue.