Title: ULib Readme

*ULib v2.04 (released 05/05/07)*

ULib is a developer library for GMod 10 (<http://garrysmod.com/>).

ULib provides such features as universal physics, user access lists, and much, much more!

Visit our homepage at <http://ulyssesmod.net/>.

You can talk to us on our forums at <http://forums.ulyssesmod.net/> or in IRC at irc.gamesurge.net in #ulysses.

Group: Author

ULib is brought to you by..

* Brett "Megiddo" Smith - Contact: <megiddo@meg-tech.com>
* Spbogie - Contact: <spbogie@gmail.com>

Group: Requirements

ULib requires a working copy of garrysmod 10, and that's it!

Group: Installation

To install ULib, simply extract the files from the archive to your garrysmod/addons folder.
When you've done this, you should have a file structure like this--
<garrysmod>/addons/ulib/lua/ULib/init.lua
<garrysmod>/addons/ulib/lua/ULib/server/util.lua
<garrysmod>/addons/ulib/lua/autorun/ulib_init.lua
<garrysmod>/addons/ulib/data/ULib/users.txt
etc..

Please note that installation is the same on dedicated servers.

You absolutely, positively have to do a full server restart after installing the files. A simple map
change will not cut it!

Group: Usage

Server admins do not "use" ULib, they simply enjoy the benefits it has to offer. 
After installing ULib correctly, scripts that take advantage of ULib will take care of the rest. 
Rest easy!

Group: Changelog
v2.04 - *(05/05/07)*
	* [ADD] ULib.isSandbox
	* [ADD] Player/ent hooks DisallowMoving, DisallowDeleting, DisallowSpawning, DisallowNoclip
	* [ADD] Some vgui libs (URoundButton, URoundMenu)
	* [FIX] Double printing in console.
	* [CHANGE] Implemented garry's "proper" way of including c-side files.
	* [CHANGE] Implemented client side UCL
	* [CHANGE] Now in addon format
	* [CHANGE] Slapping noclipped players will take them out of noclip to prevent them flying very far out of the world
	* [CHANGE] Improved the umsg send/receive functions
	* [REMOVED] Hexing system to get around garry's ConCommand() blocks. Very little is blocked now.
	* [REMOVED] Dll, MOTD functionality is handled by ULX now.

v2.03 - *(01/10/07)*
	* [ADD] ULib module, has functions for motd, concommands, and downloading files. SOURCE CODE!
	* [FIX] Player slap after dead problem.

v2.02 - *(01/07/07)*
	* [ADD] New system for giving files to clients. Strips comments and puts them in a separate folder.
	* [FIX] Autocompletes aren't handled so hackishly now. This should fix some occasional errors.
	* [FIX] Lots of general fixes.

v2.01 - *(01/02/07)*
	* [FIX] Importing from garry's default user file.
	* [FIX] All users receiving "you do not have access" message.

v2.0 - *(01/01/07)*
	* Initial version for GM10

Group: Developers

To all developers, I sincerely hope you enjoy what ULib has to offer!
If you have any suggestions, comments, or complaints, please tell us at <http://forums.ulyssesmod.net/>.

If you want an overview of what's in ULib, please visit the documentation at <http://ulyssesmod.net/docs/>

All ULib's functions are kept in the table "ULib" to prevent conflicts.

Revisions are kept in the function/variable documentation. If you don't see revisions listed, it hasn't changed since v2.0

If you write a script taking advantage of ULib, stick the init script inside ULib/modules. ULib will load your script after
ULib loads, and will send it to and load it on clients as well.

Some important quirks developers should know about --
* autocomplete - You have to define the autocomplete on the client, so if you pass a string for autocomplete to ULib.concommand,
it will assume you mean a client function. There's also a delay in the sending of these to the client.

Group: Credits

Thanks to JamminR, who is always there to offer help and advice to those who need it.

Group: License

This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License. 
To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to 
Creative Commons
543 Howard Street
5th Floor
San Francisco, California 94105
USA
