From 386456672f3bc21e138a687c485dc1ec8c373951 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Thu, 22 Aug 2019 17:51:42 -0500 Subject: [PATCH] Fixed some of the list for new uupdate --- BSIPA-ModList/UI/DownloadProgressCell.cs | 5 - .../DownloadProgressViewController.cs | 39 +- .../UI/ViewControllers/ModListController.cs | 4 +- BuildTools | 2 +- IPA.Loader/Utilities/CriticalSection.cs | 37 +- Refs/BeatSaberCustomUI.dll | Bin 190464 -> 189952 bytes Refs/Unity.TextMeshPro.dll | Bin 84480 -> 97280 bytes Refs/UnityEngine.AssetBundleModule.xml | 492 - Refs/UnityEngine.CoreModule.Net4.dll | Bin 613888 -> 614400 bytes Refs/UnityEngine.CoreModule.Net4.xml | 37605 ---------------- Refs/UnityEngine.Net4.dll | Bin 70144 -> 70144 bytes Refs/UnityEngine.Net4.xml | 8 - Refs/UnityEngine.TextRenderingModule.xml | 833 - Refs/UnityEngine.UI.dll | Bin 97280 -> 97792 bytes Refs/UnityEngine.UIModule.xml | 548 - ...UnityEngine.UnityWebRequestModule.Net4.dll | Bin 23552 -> 23552 bytes ...UnityEngine.UnityWebRequestModule.Net4.xml | 1020 - Refs/refs.txt | 12 +- 18 files changed, 39 insertions(+), 40566 deletions(-) delete mode 100644 Refs/UnityEngine.AssetBundleModule.xml delete mode 100644 Refs/UnityEngine.CoreModule.Net4.xml delete mode 100644 Refs/UnityEngine.Net4.xml delete mode 100644 Refs/UnityEngine.TextRenderingModule.xml delete mode 100644 Refs/UnityEngine.UIModule.xml delete mode 100644 Refs/UnityEngine.UnityWebRequestModule.Net4.xml diff --git a/BSIPA-ModList/UI/DownloadProgressCell.cs b/BSIPA-ModList/UI/DownloadProgressCell.cs index 92afb9e3..d731e7f1 100644 --- a/BSIPA-ModList/UI/DownloadProgressCell.cs +++ b/BSIPA-ModList/UI/DownloadProgressCell.cs @@ -15,11 +15,6 @@ namespace BSIPA_ModList.UI { private DownloadObject mod; - protected override void Awake() - { - base.Awake(); - } - public void Init(DownloadObject mod) { Destroy(GetComponent()); diff --git a/BSIPA-ModList/UI/ViewControllers/DownloadProgressViewController.cs b/BSIPA-ModList/UI/ViewControllers/DownloadProgressViewController.cs index ee61bda2..fcf93336 100644 --- a/BSIPA-ModList/UI/ViewControllers/DownloadProgressViewController.cs +++ b/BSIPA-ModList/UI/ViewControllers/DownloadProgressViewController.cs @@ -25,8 +25,6 @@ namespace BSIPA_ModList.UI.ViewControllers private Button _restartGame; private TableView _currentlyUpdatingTableView; private LevelListTableCell _songListTableCellInstance; - private Button _pageUpButton; - private Button _pageDownButton; private const float TableXOffset = -20f; private const float ButtonXOffset = 36f; @@ -50,28 +48,6 @@ namespace BSIPA_ModList.UI.ViewControllers _manualDownloadText.fontSize = 4f; _manualDownloadText.gameObject.SetActive(false); - _pageUpButton = Instantiate(Resources.FindObjectsOfTypeAll