| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fixed some types, worked on 0x050 | Alexander Pickering | 2018-02-28 |
| | | | | | | Fixed typos in a bunch of tutorials, did a little more work on 0x050 - Entities | ||
| * | Generalize the ply:Has() function | Alexander Pickering | 2018-02-28 |
| | | | | | | | 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. | ||
| * | Changes from trial setup | Alexander Pickering | 2018-01-16 |
| | | | | | | Error for users that don't have mysqloo set up Added note in tutorial that pac3 needs to be installed server side | ||
| * | Allow players to move props easier | Alexander Pickering | 2018-01-14 |
| | | | | | Added code to the hands weapons that allows players to move props easier | ||
| * | Massive updates | Alexander Pickering | 2018-01-14 |
| | | | | | | updates to nrequire, only re-includes things out of date changes to cl_inventory, and config | ||
| * | Moved art_chest entity into gamemode folder | Alexander Pickering | 2018-01-14 |
| | | | | | | Moved the art_chest entity to use the unusual artery system instead of the default entity system. | ||
| * | Logo delay | Alexander Pickering | 2018-01-09 |
| | | | | | | logo now displays aftera short delay, so it's probably the first thing seen when opening console. | ||
| * | More work on tutorials | Alexander Pickering | 2018-01-09 |
| | | | | | | started on entities tutorial, finished not enough items, and made a minor grammer correction to setup. | ||
| * | Changed nrequire() to do the job of dataloader | Alexander Pickering | 2018-01-09 |
| | | | | | | As a side effect, this means that mods can now nrequire() from other mods, and that the dataloader is depriciated. | ||
| * | Fix to example inventory | Alexander Pickering | 2017-11-27 |
| | | |||
| * | Removed dependency on autolua | Alexander Pickering | 2017-11-27 |
| | | |||
| * | Comments | Alexander Pickering | 2017-11-27 |
| | | | | | | Added some comments to the colortheme config Added some comments to inventory registry | ||
| * | Started work on writing tutorials | Alexander Pickering | 2017-11-26 |
| | | | | | | | | | Wrote tutorials for * Setup * Addon structure * Inventories * Items | ||
| * | More documentation | Alexander Pickering | 2017-11-18 |
| | | | | | | | * Documented the item table * Documented the inventory table * Started writing tutorials | ||
| * | Updates to documentation | Alexander Pickering | 2017-11-18 |
| | | | | | | | * Fixed typos in README * Added Server/Client/Shared kinds to documentation * Documentation now includes readme | ||
| * | Various updates | Alexander Pickering | 2017-11-17 |
| | | | | | Fixed a few problems with dependencies | ||
| * | Merge branch 'master' of ssh://cogarr.net:43/home/git/artery | Alexander Pickering | 2017-11-11 |
| |\ | |||
| | * | Added more information to the readme | Alexander Pickering | 2017-11-10 |
| | | | |||
| * | | Removed most of the debug print statements in the core | Alexander Pickering | 2017-11-11 |
| |/ | | | | Also did some other stuff I guess | ||
| * | Finished LDoc comments | Alexander Pickering | 2017-11-08 |
| | | |||
| * | Added luadoc comments for core\npc files | Alexander Pickering | 2017-11-07 |
| | | | | | Only need to add comments to like half of them though. | ||
| * | Added luadoc for pacs | Alexander Pickering | 2017-11-07 |
| | | | | | Added luadoc notation to concommands and functions in sv_pac.lua | ||
| * | Added luadocs for shared libraries | Alexander Pickering | 2017-11-07 |
| | | | | | Started working on documentation | ||
| * | Removed unused code | Alexander Pickering | 2017-11-06 |
| | | |||
| * | Added client effect library | Alexander Pickering | 2017-11-06 |
| | | | | | Simple way to register and call client effects | ||
| * | Several additions | Alexander Pickering | 2017-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 update | Alexander Pickering | 2017-11-05 |
| | | |||
| * | Massive changes | Alexander Pickering | 2017-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 bobleheadbob's zones | Alexander Pickering | 2017-11-04 |
| | | | | | Added zones api and required it from maptich | ||
| * | Added skill inventory | Alexander Pickering | 2017-10-21 |
| | | | | | | Added skill inventory to the inventory system New players now stsart with a skill inventory | ||
| * | Updated internal representation of inventories | Alexander Pickering | 2017-10-09 |
| | | |||
| * | Improved data loader | Alexander Pickering | 2017-09-09 |
| | | | | | Data loader now uses coroutines so that it probably won't crash clients. | ||
| * | Deleted a lot of code | Alexander Pickering | 2017-09-08 |
| | | | | | Deleted code that was not being used, and some of the images too. | ||
| * | Optomized health bar | Alexander Pickering | 2017-09-06 |
| | | | | | | Changed health bar to use fade materials instead of manually drawing highlights/shadows. | ||
| * | Various debugging things | Alexander Pickering | 2017-09-02 |
| | | |||
| * | Fixed some bugs | Alexander Pickering | 2017-08-25 |
| | | | | | | | * Huntables now drop items correctly * Shop npcs work * Fixed a bug in shaped inventory | ||
| * | Fix all linter warnings | Alexander Pickering | 2017-08-24 |
| | | |||
| * | Various update | Alexander Pickering | 2017-08-24 |
| | | |||
| * | Hotfix for map stich | Alexander Pickering | 2017-08-22 |
| | | |||
| * | More hotfix | Alexander Pickering | 2017-08-21 |
| | | |||
| * | Hotfix around garry's retardation | Alexander Pickering | 2017-08-21 |
| | | |||
| * | Fixed a bug with shaped inventory | Alexander Pickering | 2017-08-21 |
| | | | | | Shaped inventory was not saveing data correctly. | ||
| * | Fixed a bug with server teleporters | Alexander Pickering | 2017-08-21 |
| | | | | | Server teleports were not saveing to the database in the right format | ||
| * | Fixed loading bug | Alexander Pickering | 2017-08-21 |
| | | | | | Fixed a bug where the equipment inventory would not load correctly. | ||
| * | Fixed a bug with equipment inventories | Alexander Pickering | 2017-08-19 |
| | | |||
| * | Removed old script for map stiching | Alexander Pickering | 2017-08-19 |
| | | |||
| * | PlayerData and MetaData are now stored as text instead of json | Alexander Pickering | 2017-08-18 |
| | | |||
| * | Made console commands admin-only | Alexander Pickering | 2017-08-17 |
| | | | | | this was probably a big security bug or something lol | ||
| * | Fixed a bug from the last commit | Alexander Pickering | 2017-08-17 |
| | | |||
| * | Added a callback for weapon swings | Alexander Pickering | 2017-08-17 |
| | | |||
