aboutsummaryrefslogtreecommitdiff
path: root/gamemode/inventorysystem
Commit message (Collapse)AuthorAge
* Various updatesAlexander Pickering2018-07-21
| | | | | | | | | | | * 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.
* Allowed addons to give icons for their skill groupAlexander Pickering2018-07-17
|
* Finished gather quest arcsAlexander Pickering2018-07-15
| | | | | Finished base quest system, and added "Gather" arcs, where players gather a certain number of a certain item.
* Fixes #4Alexander Pickering2018-04-03
| | | | Moves the skill item to the new item system that uses metatables.
* Refactored the inventory systemAlexander Pickering2018-03-23
| | | | Inventory system now uses flyweight pattern with metatables.
* Fix a bug in shaped inventoryAlexander Pickering2018-03-05
| | | | | Fixed a bug where loading an item in a shaped inventory would be in the wrong graphical slot if not on the diagonal. Caused errors
* Fix to example inventoryAlexander Pickering2017-11-27
|
* More documentationAlexander Pickering2017-11-18
| | | | | | * Documented the item table * Documented the inventory table * Started writing tutorials
* Various updatesAlexander Pickering2017-11-17
| | | | Fixed a few problems with dependencies
* Removed most of the debug print statements in the coreAlexander Pickering2017-11-11
| | | | Also did some other stuff I guess
* Several additionsAlexander Pickering2017-11-06
| | | | | | | | * Minor bugfix / feature addition for dropped entities * Major bugfix for inventories * Adjusted logo * ADded some more skills * Stoped bundeling bobbleheadbob's zones api
* Minor updateAlexander Pickering2017-11-05
|
* Massive changesAlexander Pickering2017-11-04
| | | | | | | | | * 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 skill inventoryAlexander Pickering2017-10-21
| | | | | Added skill inventory to the inventory system New players now stsart with a skill inventory
* Updated internal representation of inventoriesAlexander Pickering2017-10-09
|
* Various debugging thingsAlexander Pickering2017-09-02
|
* Fixed some bugsAlexander Pickering2017-08-25
| | | | | | * Huntables now drop items correctly * Shop npcs work * Fixed a bug in shaped inventory
* Fix all linter warningsAlexander Pickering2017-08-24
|
* Fixed a bug with shaped inventoryAlexander Pickering2017-08-21
| | | | Shaped inventory was not saveing data correctly.
* Fixed a bug with server teleportersAlexander Pickering2017-08-21
| | | | Server teleports were not saveing to the database in the right format
* Fixed loading bugAlexander Pickering2017-08-21
| | | | Fixed a bug where the equipment inventory would not load correctly.
* Fixed a bug with equipment inventoriesAlexander Pickering2017-08-19
|
* Various additions and removals for serverAlexander Pickering2017-08-07
|
* Fixed models drawing in inventoryAlexander Pickering2017-05-20
|
* Massive changes I guessAlexander Pickering2017-05-20
|
* Added tons of stuffAlexander Pickering2017-05-07
|
* I finally had some time to work on this... dependency added on ↵Alexander Pickering2017-04-02
| | | | bobbleheadbob's zone addon
* UpdatesAlexander Pickering2017-02-18
|
* Finished up shaped inventory, and more work on shared functions.Alexander Pickering2017-01-13
|
* Add a ton of icons, more work on refactoringAlexander Pickering2017-01-08
|
* Started refactoring item and inventory systemAlexander Pickering2017-01-04