aboutsummaryrefslogtreecommitdiff
path: root/gamemode/core/pac
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.
* 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.
* Fix #3Alexander Pickering2018-03-25
| | | | | Allows pacs that have been loaded on join to be removed Also loads player data much sooner after the player spawns in.
* More documentationAlexander Pickering2017-11-18
| | | | | | * Documented the item table * Documented the inventory table * Started writing tutorials
* Updates to documentationAlexander Pickering2017-11-18
| | | | | | * Fixed typos in README * Added Server/Client/Shared kinds to documentation * Documentation now includes readme
* Finished LDoc commentsAlexander Pickering2017-11-08
|
* Added luadoc for pacsAlexander Pickering2017-11-07
| | | | Added luadoc notation to concommands and functions in sv_pac.lua
* 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
* Deleted a lot of codeAlexander Pickering2017-09-08
| | | | Deleted code that was not being used, and some of the images too.
* Fix all linter warningsAlexander Pickering2017-08-24
|
* Made console commands admin-onlyAlexander Pickering2017-08-17
| | | | this was probably a big security bug or something lol
* Fixed recording weapon swingsAlexander Pickering2017-08-17
|
* Massive updatesAlexander Pickering2017-06-19
| | | | | | | 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.
* 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