issues
search
SamsDRGMods
/
DRGLib
A library for DRG modding
MIT License
17
stars
3
forks
source link
Dev staging
#28
Closed
samamstar
closed
2 years ago
samamstar
commented
2 years ago
[+] Added function "GetModVersion"
[N] LIB_WT_WarningPopup
Now centers popup above the center of the anchor, instead of to the right
Now wraps text when getting overly long
[N] LIB_WT_InputKeySelector
[N] No longer locks mouse to bounds while selecting a key
[N] LIB_WT_Combobox
[N] Completely rewrote combobox under the hood, since apparently allowing us to customize font at runtime is just
too hard
for epic to do themselves
[+] added function "SetSelectedIndex"
[I][+] Added MenuOptions and SelectedIndex private variables
[I][+] Added LIB_WC_ComboboxMenu and LIB_WC_ComboboxMenuItem
[+] added function "SetOptions"
[+] added function "UpdateDisplayedValues"
[N] Updated GetDRGLibVersion to pull from mod.io instead of a packed in file
[I] This also means DAUM has been removed from the automation folder
[I] Reorganized testing folder
Now holds TestMap instead of it being in the maps folder