| Commit message (Collapse) | Author | Age |
| |
|
|
|
| |
As a side effect, this means that mods can now nrequire() from other
mods, and that the dataloader is depriciated.
|
| |
|
|
|
|
| |
* Documented the item table
* Documented the inventory table
* Started writing tutorials
|
| |
|
|
|
|
| |
* Fixed typos in README
* Added Server/Client/Shared kinds to documentation
* Documentation now includes readme
|
| |
|
|
| |
Fixed a few problems with dependencies
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* New error messages for missing dependencies
* Removed useless art_serverchanger entity
* Added a sweet ascii logo
* Added Skills
* Minor fixes to cl_inventory tracker
* Changed a few prints to use logging module
|
| | |
|
| |
|
|
| |
Data loader now uses coroutines so that it probably won't crash clients.
|
| | |
|
|
|
Lots of stuff was updated, mostly to support addons.
Inventory tracking is also updated a little and a bug fixed in inventory.
Nrequire now probably won't crash the client, no matter how many times
it's used.
|