| Commit message (Collapse) | Author | Age |
| |
|
|
|
| |
Renamed animation files since PAC3 removed the RegisterAnimation
function server-side.
|
| |
|
|
| |
Started work on the new npc system
|
| | |
|
| |
|
|
| |
Pac3 modified it's animation library
|
| | |
|
| |
|
|
| |
Leg visibility should be moved into another addon. Removed
|
| |
|
|
| |
Moved code that prevents weaponswitching into hand.lua
|
| |
|
|
| |
Moved all network strings used in nrequire() to the top of the file.
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
| |
Moves the skill item to the new item system that uses metatables.
|
| |
|
|
|
| |
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.
|
| | |
|
| |
|
|
| |
Version bump!
|
| |
|
|
| |
Added more debugs statements for debuging player loading.
|
| |
|
|
| |
Entire game plays in 3rd person now.
|
| |
|
|
|
| |
Issues a hint about mysqlite not use Mysqloo if another
database is being used.
|
| | |
|
| |
|
|
| |
Inventory system now uses flyweight pattern with metatables.
|
| |
|
|
|
|
| |
Fixed the way nrequire loads client code
Can still be optimized
Fixes #1
|
| |
|
|
|
| |
Moved the responsibility for calling all observers into the client's
inventory code, and out of cl_invtracker.
|
| |
|
|
|
| |
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
|
| | |
|
| | |
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
| |
Error for users that don't have mysqloo set up
Added note in tutorial that pac3 needs to be installed server side
|
| |
|
|
|
| |
updates to nrequire, only re-includes things out of date
changes to cl_inventory, and config
|
| |
|
|
|
| |
Moved the art_chest entity to use the unusual artery system instead of
the default entity system.
|
| |
|
|
|
| |
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
|
| |
|
|
| |
Started working on documentation
|
| | |
|
| |
|
|
| |
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
|