Commit Graph

17 Commits

Author SHA1 Message Date
Stefan Zermatten
bf032bcdf3 Now only show edit and add buttons to writers, not readers 2015-05-12 11:34:37 +02:00
Stefan Zermatten
fada0f5136 Implemented a javascript code style 2015-04-22 12:44:25 +02:00
Stefan Zermatten
dce20375b5 Fixed and finished implementing attribute summary detail views 2015-04-21 15:42:10 +02:00
Thaum
245867dae6 Removed unneeded "type" from schemas, use parent.collection instead. 2015-04-17 11:30:44 +00:00
Thaum
974c4fe706 Small fixes for effects, health, permissions and formatting 2015-04-07 13:32:35 +00:00
Thaum
48f8cef928 implemented UI for new parenting 2015-03-20 09:12:38 +00:00
Thaum
ecc43752aa Fixed parenting. Started on UI rewrite for new parenting system 2015-03-18 13:56:41 +00:00
Thaum
3656a0b66f Added Soft remove and a character asset parenting system 2015-03-18 08:59:02 +00:00
Thaum
06b0ad7eba Changed Meteor.Collection to Mongo.Collection 2015-03-18 06:18:27 +00:00
Thaum
e0db87c174 Added Allow-Deny Rules 2015-03-16 05:56:33 +00:00
Thaum
76ba6b441e Added standard effects 2015-03-04 13:41:30 +00:00
Thaum
88dbaccfc5 Changed how levels are handled 2015-03-02 20:09:29 +00:00
Thaum
040d5a514b Generalised some dialogs 2015-02-27 06:14:34 +00:00
Thaum
56f8e95d81 Implemented remaining core features 2015-02-25 12:48:45 +00:00
Thaum
7b8fec8e8a Fixed errors thrown when observing the effects collection during startup 2015-01-28 10:47:52 +00:00
Thaum
dc6ea555e5 Implemented item editing 2015-01-26 13:28:10 +00:00
Thaum
6a2e7f0832 Gave effects their own collection, they no longer live in arrays attached to skills/attributes
Also improved the display of features and generally iterated on their manipulation.

Characters now fetch the relevant effects directly when making a calculation, simplifying almost everything.

Effects now store a reference to their source if they have one.

Effect names are now optional, they can be fetched from the source's name if the source exists.
2015-01-23 11:04:07 +00:00