Skip to content

Commit

Permalink
migrate to ditzy fork of ottergui for minor changes not yet supported…
Browse files Browse the repository at this point in the history
… by mainline
  • Loading branch information
dit-zy committed Feb 10, 2024
1 parent bbc04c3 commit 6f919d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "OtterGui"]
path = OtterGui
url = https://github.com/Ottermandias/OtterGui.git
url = https://github.com/dit-zy/OtterGui.git
2 changes: 1 addition & 1 deletion OtterGui
Submodule OtterGui updated 50 files
+4 −0 .gitmodules
+44 −0 Classes/DelayedReferenceLoader.cs
+0 −214 Classes/EventWrapper.cs
+486 −0 Classes/EventWrapperBase.cs
+31 −0 Classes/FilterUtility.cs
+7 −16 Classes/IconStorage.cs
+36 −0 Classes/InMethodChecker.cs
+10 −8 Classes/LazyList.cs
+5 −11 Classes/MessageService.cs
+0 −118 Classes/MultiStateCheckbox.cs
+66 −28 Classes/SaveService.cs
+50 −29 Classes/StartTimeTracker.cs
+3 −0 Classes/TemporaryList.cs
+0 −116 Classes/ToggleButton.cs
+103 −0 Classes/UserRegex.cs
+11 −17 Compression/FileCompactor.cs
+14 −19 Custom/CustomGui.cs
+0 −52 Custom/NpcCombo.cs
+0 −23 Custom/WorldCombo.cs
+1 −1 Filesystem/FileSystem.cs
+6 −6 Filesystem/Selector/FileSystemSelector.cs
+0 −4 Internal/Enums/ChildFlags.cs
+0 −4 Internal/Enums/Direction.cs
+0 −4 Internal/Enums/ImGuiId.cs
+0 −4 Internal/Enums/ItemFlags.cs
+0 −4 Internal/Enums/NavHighlightFlags.cs
+0 −40 Internal/ImGuiNativeAdditions.cs
+0 −62 Internal/Structs/ImGuiWindow.cs
+0 −23 Internal/Structs/ImGuiWindowTemp.cs
+0 −15 Internal/Structs/ImRect.cs
+0 −13 Internal/Structs/ImVec2.cs
+0 −4 Internal/Structs/ImVector.cs
+0 −125 Internal/WidgetUtils.cs
+13 −0 OtterGui.csproj
+14 −0 OtterGui.sln
+1 −0 OtterGuiInternal
+22 −6 Raii/EndObjects.cs
+23 −0 Services/FastHook.cs
+136 −0 Services/HookManager.cs
+46 −0 Services/IService.cs
+144 −0 Services/ServiceManager.cs
+18 −1 Util.cs
+1 −1 Widgets/Changelog.cs
+33 −4 Widgets/FilterComboCache.cs
+17 −8 Widgets/FilterComboColors.cs
+66 −14 Widgets/FilteredCombo.cs
+30 −18 Widgets/ImGuiFramedGroup.cs
+66 −0 Widgets/MultiStateCheckbox.cs
+41 −0 Widgets/ToggleButton.cs
+53 −0 Widgets/TristateCheckbox.cs
5 changes: 4 additions & 1 deletion ScoutHelper/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,10 @@
}
},
"ottergui": {
"type": "Project"
"type": "Project",
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "[7.0.0, )"
}
}
}
}
Expand Down

0 comments on commit 6f919d2

Please sign in to comment.