Quote Originally Posted by ZorbaTHut View Post
NEW FEATURES:* Added *.Message.*. This allows for inter-player communication via the addon system.* Added *.Storage.*. This allows for a limited amount of server-side storage via the addon system.* Added the Brimworks lua-zlib library. Documentation can be found online. The functions are provided under zlib.*. This allows for easy and fast data compression.* Added Utility.Serialize.Full(). This allows for easy serialization of complicated structures.DIFF:
Code:
Basic globals:	zlib.BEST_COMPRESSION	zlib.BEST_SPEED	zlib._COPYRIGHT	zlib._DESCRIPTION	zlib._VERSION	zlib.deflate	zlib.inflate Inspectors:	Inspect.Message.Accept.Check	Inspect.Message.Accept.List	Inspect.Storage.Used Commands:	Command.Message.Accept	Command.Message.Broadcast	Command.Message.Reject	Command.Message.Send	Command.Storage.Clear	Command.Storage.Get	Command.Storage.List	Command.Storage.Set Utilities:	Utility.Message.Limits	Utility.Message.Size	Utility.Serialize.Full	Utility.Storage.Checksum	Utility.Storage.Limits	Utility.Storage.Size Events:	Event.Message.Receive	Event.Storage.Get	Event.Storage.List Parameter types:	string/nil
We strongly recommend that you test this functionality on PTS if you plan to use it on Live.
Jump to post...