Stefan Zermatten
3530eefb2a
Added custom tab pages animations
2017-01-27 15:34:09 +02:00
Stefan Zermatten
4261776d8c
Removed SCSS, using CSS only now
...
SCSS wasn't being utilized enough to add much value to the build times
2017-01-20 09:06:24 +02:00
Stefan Zermatten
c4a488a176
Updated useraccounts, character settings to Polymer 1
2017-01-19 15:43:48 +02:00
Stefan Zermatten
38ea89995a
Moved views out of private folder
2017-01-12 15:28:59 +02:00
Stefan Zermatten
37268495ae
Got some Polymer 1.0 elements working with 1.4
...
Character sheets now visible, but vulcanize broke, using raw head imports instead
2016-12-22 11:15:30 +02:00
Stefan Zermatten
042b67dd77
Fixed merge conflict
2016-12-20 13:58:32 +02:00
Stefan Zermatten
07cb3859db
Merge branch 'update-meteor-1.4' into update-meteor-1.4-polymer-1.0
2016-12-20 13:57:56 +02:00
Stefan Zermatten
c32680a15a
Upgraded meteor
2016-12-08 13:51:35 +02:00
Stefan Zermatten
7af2e80ec1
Removed Polymer 0.5, started implementing Polymer 1.0
2016-10-03 13:00:27 +02:00
Stefan Zermatten
f4397e65ab
Global update of packages
2016-06-03 14:43:11 +02:00
Stefan Zermatten
6fe368cde7
Updated bourbon and scss
2016-05-03 08:12:44 +02:00
Stefan Zermatten
d07c118d47
Removed useless public items, removed Appcache, fixed vulcanize
2015-11-17 15:20:33 +02:00
Stefan Zermatten
80dc862047
Added Appcache
2015-11-17 12:26:55 +02:00
Stefan Zermatten
e5dbe81ac1
Added fast render support to routes which have subscriptions
...
Closes #18
2015-10-13 08:22:00 +02:00
Stefan Zermatten
5f4923e049
Added canonical URL
2015-10-05 08:57:50 +02:00
Stefan Zermatten
1fc76fa50d
Removed Vulcanize entirely
...
There is no version compatible with both Meteor 1.2 and Polymer 0.5, so screw it, clients can deal with a few ms more load time.
2015-10-05 08:34:18 +02:00
Stefan Zermatten
36d5ff0a88
Update Meteor to 1.2
...
This requires local copies of packages that are broken or not Polymer 0.5
Closes #15
2015-10-03 22:40:04 +02:00
Stefan Zermatten
c79177de72
Added Google Analytics
2015-07-27 13:10:33 +02:00
Stefan Zermatten
0e194a5408
Added markdown to text areas
2015-07-27 10:21:26 +02:00
Stefan Zermatten
a064ae3fe8
Added Kadira
2015-05-25 08:33:14 +02:00
Stefan Zermatten
038ce490e4
Added subsmanager to stop characters getting forgotten between page changes
2015-05-22 14:11:22 +02:00
Stefan Zermatten
061f1fd0a5
Rewrite all css to scss and refactor html
2015-05-15 16:55:05 +02:00
Stefan Zermatten
85df0257e2
Added scss
2015-05-13 13:23:18 +02:00
Stefan Zermatten
b99da301cd
Updated meteor
2015-05-11 12:16:38 +02:00
Stefan Zermatten
5cb1515235
Began implementing useraccounts and permissions properly
2015-05-08 12:59:38 +02:00
Stefan Zermatten
21dfc5d086
Replaced math library include with ecwyne:mathjs
2015-04-22 14:41:15 +02:00
Thaum
6926693e9d
Implemented skill and attribute summary dialogs
2015-04-21 11:30:34 +00:00
Thaum
b76ac23713
Made proficiencies their own objects, added migration functionality
2015-04-17 13:56:52 +00:00
Thaum
3eced2e314
Fixed deleting of assets which aren't parents or children
2015-04-08 05:15:54 +00:00
Thaum
f1876afc63
Fixed soft removal of assets with children
...
All assets must now only be soft removed with softRemoveNode if they have children.
2015-04-07 11:25:59 +00:00
Thaum
6d5fd84b78
Updated to 1.1
2015-04-01 09:34:29 +00:00
Thaum
51d697b894
Added New Character Dialog
2015-03-30 13:53:33 +00:00
Thaum
8d183a708f
Fixed stuff, enabled character deletion
2015-03-30 12:13:42 +00:00
Thaum
dc8a286a9a
Began actually testing :(
2015-03-23 13:55:17 +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
bf4bed2766
Implemented Basic Drag and Drop for inventory Items
2015-03-10 15:09:49 +00:00
Thaum
a5068f1bc2
Added cascading deletions
2015-03-04 10:17:32 +00:00
Thaum
040d5a514b
Generalised some dialogs
2015-02-27 06:14:34 +00:00
Thaum
bd86c1608e
Added XP, changed spellslot display
2015-02-20 10:09:53 +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
Thaum
84512beb72
Implemented Feature editing UI
2015-01-21 11:16:00 +00:00
Thaum
53eb0da24b
Now managing polymer with Bower, Added vulcanize
2015-01-06 13:20:23 +00:00
Thaum
2d70119ee0
Implemented Features and Items granting effects, actions, attacks and spells
2015-01-06 12:25:58 +00:00
Thaum
c55f2c51ab
Changed attribute dialogs to hero transitions
2014-12-18 11:02:03 +00:00
Thaum
a26589157e
Added more material design touch response, swipe pages, and began effects lists
2014-12-09 13:42:05 +00:00
Thaum
cce866dd79
Added loading bar to routes
2014-11-30 08:31:45 +00:00
Thaum
f018a5f3a3
Finished colourful ability score cards
2014-11-28 12:05:25 +00:00
Thaum
3408ba9e8d
Added Polymer
2014-11-26 10:18:35 +00:00
Thaum
a961e23b3a
Added Mocha testing framework... finally
2014-11-18 13:00:25 +00:00