| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
|
| |
* Animation api now allows sequences to be played
* items now have a .inv attribute that is set when they are added
to shaped or equipment inventories
* Refactored the way skill inventory is structured
* Added some more methods to cl_common to move items around on a
player
* Minor update to nrequire to display purple message when asked
to include a file that dosn't exist.
|
| |
|
|
|
| |
Finished base quest system, and added "Gather" arcs, where players
gather a certain number of a certain item.
|
| |
|
|
|
| |
Removed the old way to load data, it was already not being loaded,
so removeing it shouldn't hurt anything.
|
| |
|
|
|
| |
Allows pacs that have been loaded on join to be removed
Also loads player data much sooner after the player spawns in.
|
| |
|
|
| |
Fix a syntax error that get triggered by new player being made.
|
| | |
|
| |
|
|
| |
Added more debugs statements for debuging player loading.
|
| |
|
|
|
| |
Issues a hint about mysqlite not use Mysqloo if another
database is being used.
|
| |
|
|
| |
Inventory system now uses flyweight pattern with metatables.
|
| |
|
|
|
| |
Moved the responsibility for calling all observers into the client's
inventory code, and out of cl_invtracker.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Allow ply:Has() to accept functions (it already did, but now the
documentation matches to explicitly allow it), and the variable names
are not misleading.
|
| |
|
|
|
| |
updates to nrequire, only re-includes things out of date
changes to cl_inventory, and config
|
| |
|
|
|
| |
logo now displays aftera short delay, so it's probably the first thing
seen when opening console.
|
| |
|
|
|
| |
As a side effect, this means that mods can now nrequire() from other
mods, and that the dataloader is depriciated.
|
| |
|
|
|
| |
Added some comments to the colortheme config
Added some comments to inventory registry
|
| |
|
|
|
|
| |
* 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
|
| |
|
|
| |
Also did some other stuff I guess
|
| | |
|
| |
|
|
| |
Only need to add comments to like half of them though.
|
| |
|
|
| |
Added luadoc notation to concommands and functions in sv_pac.lua
|
| |
|
|
| |
Simple way to register and call client effects
|
| |
|
|
|
|
|
|
| |
* Minor bugfix / feature addition for dropped entities
* Major bugfix for inventories
* Adjusted logo
* ADded some more skills
* Stoped bundeling bobbleheadbob's zones api
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
| |
Added zones api and required it from maptich
|
| | |
|
| |
|
|
| |
Data loader now uses coroutines so that it probably won't crash clients.
|
| |
|
|
| |
Deleted code that was not being used, and some of the images too.
|
| | |
|
| |
|
|
|
|
| |
* Huntables now drop items correctly
* Shop npcs work
* Fixed a bug in shaped inventory
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Server teleports were not saveing to the database in the right format
|
| |
|
|
| |
Fixed a bug where the equipment inventory would not load correctly.
|
| | |
|
| |
|
|
| |
this was probably a big security bug or something lol
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
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.
|
| | |
|