tModLoader

tModLoader

androLib
Showing 31-40 of 66 entries
< 1  2  3  4  5  6  7 >
Update: 31 Oct, 2023 @ 9:48am

androLib 1.0.4.3 (31OCT23)
-The Bag switcher will now close by default when closing a bag with a config option to have it automatically reopen (off by default) (savefile - Steam)

Update: 27 Oct, 2023 @ 1:16pm

androLib 1.0.4.2 (27OCT23)
-Fixed error when using the print localization option(@Ertila007)
-Added Round and many Logistic Distribution functions

Update: 15 Oct, 2023 @ 1:44pm

androLib 1.0.4.1 (15OCT23)
-Added ability to continuously click on a loot bag to open them at the same speed of stacking items (for a grab bag in my new "Engaged Skyblock" mod that I'm working on.
-Updated Loczlization to be more automated when adding a new mod with androLib as a dependency
-Added generic deposit and restock methods for working with inventories of items.
-Updated reflection helper with ability to call non public static methods.
-Fixed bags causing an error if they are full and they try to deposit an item.
-Pickup up vanilla coins into a bag will now convert them to the higher tier coins if applicable.

Update: 9 Oct, 2023 @ 6:49pm

androLib 1.0.4.0 (09OCT23)
-Moved Wiki and item drop code to Weapon Enchantments to androLib to allow other mods such as Vacuum Bags to take advantage of the wiki code and maybe item drop code later.
-Fixed error with deposit all bag button(@TheEaglez)
-Fixed Boss Bag recipe using master trophies instead of normal boss trophies
-Fixed issues with shift left clicking items in shops.

Update: 2 Oct, 2023 @ 11:41am

androLib 1.0.3.3 (02OCT23)
-Fixed Shift clicking items into a bag that has been switched to using the switch button, causing the item to deposit/try to deposit into the original bag that was opened.
-Fixed bags starting out with wrong default values, making all bags as small as possible instead of the intended preset sizes.
-Fixed bag ui hiding rows if your scroll bar position wasn't at the top when double clicking to swap to the previous resize.
-Fixed blacklist/whitelist and some other mouse interactions being based on the original bag when switched to another bag with the Switch button.
-Attempted to fix an issue caused by some other mod setting an item's type to -1...... =/ (But why would you do that?) (@D3SL)

Update: 27 Sep, 2023 @ 4:08pm

androLib 1.0.3.2 (27SEP23)
-Support for Portable Station changes.
-Double clicking the resize dot when it is already at the default 10 by 3 will switch it to the default larger 10 or 20 by X
-Changed Double click to not happen twice if triple clicked.
-Attempted to fix an issue that caused items to stay at 1 stack in bags after depositing to Magic Storage and save+quit.(@Level12Lobster)
-Added a Bag Switcher UI and associated button to each bag UI that lets you switch the current bag to any bag you have on you.(@Level12Lobster)
-The "Deposit All From Vacuum Bags" button will now prioritize the Magic Storage you have open.(@Deerayn)
-Bags can now be open while magic storage is open (mainly for using deposit all from the bag buttons on a specific Magic Storage)(@Deerayn)
-Added a new button to bags when using magic storage "Toggle Magic Storage Deposit". If green, the "Deposit All From Vacuum Bags" will include this bag. If red, this bag will not be included.

Update: 26 Sep, 2023 @ 5:18pm

androLib 1.0.3.1 (26SEP23)
-Attempted to fix multiplayer bug preventing loading on a server.(@alexg)

Update: 25 Sep, 2023 @ 11:30pm

androLib 1.0.3.0 (26SEP23)
-Added the ability for bags to have additional buttons that are unique to a specific bag.
-Fixed Bag Scroll bar always having 2 positions even if all rows fit on screen allowing you to scroll the top out of view.
-Scroll bar slider now resizes to show the "window" that you are viewing out of the whole range instead of always being the same size.
-Bag Scroll panel now makes tick noise when dragging panel
-Resizable Bag UI panel. Use the Dot in the bottom right to resize the panel.
-Double clicking the Dot in he bottom right will reset the UI to 10x3.
-Double clicking anywhere else on the background of the UI will swap it with your last resize, allowing you to quickly swap between 2 so you can have 1 compact one that takes up less space, and 1 large one that makes it easy to find things.
-I've pre-loaded them with defaults of 10x3 as the compact, and 10 * x or 20 * x to display all items in the bag as the large (I put the default max rows at 10 since the base size of bags is 200 at most)

Update: 24 Sep, 2023 @ 7:11pm

androLib 1.0.2.2 (24SEP23)
-Attempted to reduce lag experienced when picking items up and worsened by having bag UI's open.(@hunter)
-Fixed a bug that allowed vacuuming any item into a bag in the moment of shift clicking while a bag UI was open causing random loot you are picking up at the time to get into the bag. Now, it will only let in item's of the same type you are clicking on.
-Changed a lot of the deposit functions. You can now always shift click an item into a bag while it's open even if Toggle Vacuum is off.
-Fixed a null reference error when opening a bag within another bag.
-Multiple client only functions will no longer run on the server unnecessarily.

Update: 24 Sep, 2023 @ 10:40am

androLib 1.0.2.1 (24SEP23)
-Added support for storages that use only a blacklist instead of both whitelist and blacklist (for Vacuum Bags Simple bags/packs)