XGUI autorefresh improvements

Serverside modules will now remove the old module and reinitialize the new one if a duplicate was found.
Clientside modules will properly destroy the old module, create the new, and call processModules to get everything up-to-date.
Version bump and ULib/ULX readme updates.
This commit is contained in:
SticklyMan 2015-05-31 20:22:13 -06:00
parent 9b82bea316
commit 40175de814

View File

@ -50,6 +50,7 @@ v2.60 - *(00/00/00)*
* [FIX] An assumption regarding player authentication that led to a player's group being reset to user sometimes.
* [FIX] Garry API change for ULib.findinDir (Thanks, ascentechit).
* [FIX] Workaround for Garry's odd handling of bot UIDs (Thanks, BurgerLUA).
* [FIX] Improved how well ULib files handle being autorefreshed.
* [CHANGE] Hook system. It's much faster (CPU-wise) and a little easier to use now (Many thanks for input from darkjacky and Divran).
v2.52 - *(03/09/15)*