Commit Graph

20 Commits (master)

Author SHA1 Message Date
Robert Zenz 98fd1b88ad Documented group support. 2015-10-04 14:04:20 +02:00
Robert Zenz c3cdc30b51 Added group support. 2015-10-04 13:59:51 +02:00
Robert Zenz 8a12499344 Items in the input are now dropped when the inventory is closed. 2015-09-24 21:36:14 +02:00
Robert Zenz 4603ddba69 Added possibility to pass in a custom formspec. 2015-09-24 21:10:19 +02:00
Robert Zenz 3057f1d86e Removed the hash logic and also fixed bug regarding moving of items.
The hash logic, which was used to determine the changes, has been
removed as that can be easilt done with the events.

Also I fixed a bug which would not decrement the input if and output
was moved to the input inventory.
2015-09-15 23:39:57 +02:00
Robert Zenz c4a5880964 Renamed ArtinsaryUI to artisanryui.
Instances are UpperCamelCase, static stuff is unreadablecase for me.
2015-09-10 20:22:06 +02:00
Robert Zenz be7e55044e Fixed LDoc warnings. 2015-08-14 22:08:43 +02:00
Robert Zenz d655f218fa Changed to LDoc. 2015-08-14 22:07:54 +02:00
Robert Zenz 3b566f6e7d Added paging to the results. 2015-07-16 22:16:19 +02:00
Robert Zenz 6bbc965892 Added function to get the result count. 2015-07-16 21:19:03 +02:00
Robert Zenz 940c6ff004 Replaced the input inventory with a detached one.
This allows to easier monitor the changes and completely removes
the need for the scheduled job that checks for changes. Instead it can
now directly lsiten for actions in the two inventories. So artisanry
is now completely event based.
2015-07-16 20:42:31 +02:00
Robert Zenz 57c2bc3fc9 The output is now a detached inventory. 2015-06-28 12:40:55 +02:00
Robert Zenz 85af242c74 Added some more logic. 2015-04-19 12:27:23 +02:00
Robert Zenz 94e2b2fc0d Added documentation. 2015-04-18 20:50:49 +02:00
Robert Zenz 283bb806d3 Extracted the management of the inventory hashes into its own functions. 2015-04-18 20:45:40 +02:00
Robert Zenz 627f0629f6 Removed not used function. 2015-04-18 20:26:12 +02:00
Robert Zenz 5c8de92267 Extracted util functions into artinsaryutil. 2015-04-18 18:19:30 +02:00
Robert Zenz 67597d1012 Now using the new utils functions. 2015-04-15 20:28:19 +02:00
Robert Zenz 2694ab43c2 Does now work quite well. 2015-04-14 21:31:03 +02:00
Robert Zenz c41ff6b984 Added everything. 2015-02-15 13:08:17 +01:00