Stefan Zermatten
0f652f5c74
Merge pull request #126 from Dumbgenius/feature-unsharing-characters
...
Added ability to "unshare" a character.
2017-09-07 12:01:14 +02:00
Stefan Zermatten
3e02875eaf
Merge pull request #130 from Dumbgenius/enhancement-85
...
Added "carried" checkbox to container edit screen (resolves #85 )
2017-09-07 11:54:11 +02:00
Stefan Zermatten
b9a5230344
Merge pull request #129 from Dumbgenius/enhancement-84
...
Added attacks to features (resolves #84 )
2017-09-07 11:49:03 +02:00
Jacob
5f35c71c9d
Added "carried" checkbox to container edit screen
...
Resolves #85
2017-09-04 15:50:57 +01:00
Jacob
85baf4e5d1
Added attacks to features ( resolves #84 )
2017-09-04 15:35:52 +01:00
Jacob
a1d9f7f5bb
Added ability to remove self from readers.
...
Closes #125 .
2017-08-09 02:18:46 +01:00
Jacob
c76fe99148
Can now move and copy spells between characters
2017-07-26 21:02:36 +01:00
Jacob
53afaa4f37
CTRL-dragging now copies spells
2017-07-26 19:54:18 +01:00
Jacob
3599b5fbc4
Added basic drag-and-drop functionality between spell lists
...
Closes #105
2017-07-26 19:23:41 +01:00
Stefan Zermatten
5b50f20128
Fixed spell attacks from library assignment of default attack bonus
2017-07-21 12:49:04 +02:00
Stefan Zermatten
9ffc5649f7
Fixed tooltip suffix icons and moved textarea icons outside of textarea
2017-07-21 11:02:02 +02:00
Jacob
789658cfe7
Spells imported from SRD now have attack bonus set by default
2017-07-19 12:31:50 +01:00
Jacob
3be3da777f
Now we can use "attackBonus" in spell attacks, make that the default
2017-07-19 12:19:26 +01:00
Jacob
0e53f157d2
Spell attack bonus and DC are now available in spell attacks.
2017-07-19 12:13:49 +01:00
Jacob
24cc4fd2b1
Background proficiencies now correctly open background dialog
...
Previously, when clicking on non-skill proficiencies from a character's
background, it would open a blank rectangle as its parent dialog. Now, it
correctly opens the Background dialog.
2017-07-18 23:01:14 +01:00
Jacob
1f0ea689dc
Multiple instances of the same proficiency are now merged
...
For tool/language/weapon/armour proficiencies, on the stats/persona page.
2017-07-18 22:33:28 +01:00
Jacob
11adf9da04
Merge branch 'fixbug-107' into misc-enhancements
...
# Conflicts:
# rpg-docs/client/views/character/spells/spellDialog/spellDialog.html
2017-07-18 22:05:31 +01:00
Jacob
5ca81056f9
Merge branch 'feature-swap-stat-modifier' into misc-enhancements
2017-07-18 21:58:29 +01:00
Jacob
6fc469f934
Added setting to swap stats and modifiers
...
Although Schemas.Character was changed, a database migration should
not be required due to the way characterSettings handles it (since
undefined is a falsy value).
2017-07-18 21:58:00 +01:00
Jacob
42ffc79499
Spell list now displays whether a spell requires GP.
2017-07-18 20:22:44 +01:00
Jacob
0240209410
Removed buffViewList that shouldn't have been there
2017-07-18 20:20:04 +01:00
Jacob
47ac090e9d
Merge branch 'testing_dg' into misc-enhancements
...
# Conflicts:
# rpg-docs/.meteor/packages
2017-07-18 19:56:26 +01:00
Jacob
aadc83391f
Adding an attack to a spell now has attack bonus set by the spell list
...
Default damage is also changed to 1d10 fire for spells
2017-07-18 19:52:12 +01:00
Jacob
073094f6dd
Merge branch 'master' into fixbug-107
2017-07-18 11:11:14 +01:00
Jacob
832ed0c1ff
A sort of hacky fix to the issue - text wrapping doesn't quite work
2017-07-17 04:43:39 +01:00
Jacob
59c7eff46a
Hit Dice are now called "d6 Hit Dice", etc. rather than just "d6"
2017-07-15 15:17:14 +01:00
Stefan Zermatten
2bacb296ba
Fixed new effects dialog animation
...
makes some progress on #72
2017-07-13 16:01:43 +02:00
Stefan Zermatten
8b061f7aa9
Improved look and feel of effect editing
2017-07-13 15:53:03 +02:00
Stefan Zermatten
6a84c83644
Made passive scores show up for all skills with bonuses to passive score
...
closes #56
2017-07-13 13:42:04 +02:00
Stefan Zermatten
1e67afbe6f
Made DC available in spell descriptions as a variable
...
closes #101
2017-07-13 10:30:16 +02:00
Stefan Zermatten
efdfbeb59e
Moved export to lib
2017-07-11 08:12:52 +02:00
Thaum Rystra
4a6fca98bc
Cleaned up export dialog, fixed copying
2017-07-10 20:59:00 +02:00
Stefan Zermatten
35464128a0
Added basic export for improved initiative
2017-07-10 16:26:38 +02:00
Stefan Zermatten
8fa9cd0148
Prevented spell titles from overflowing their item in spell lists
...
closes #83
2017-06-28 09:26:52 +02:00
Stefan Zermatten
4cd058e1fe
Set max of slider before value
...
Prevents unnecessary capping of temp HP to 100
Fixes #89
2017-06-08 09:48:51 +02:00
Stefan Zermatten
e7bcc2224c
Replaced effects in-line editing with edit dialogs
...
Closes #41
2017-05-10 16:39:36 +02:00
Stefan Zermatten
ac772531ee
Fixed SRD spells not getting a random ID when inserted
...
fixes #64
fixes #65
2017-05-08 11:21:30 +02:00
Stefan Zermatten
18aa1b2040
Fixed publications of spell library
2017-05-05 11:11:43 +02:00
Stefan Zermatten
9afe38d043
removed stray log
2017-05-05 10:45:08 +02:00
Stefan Zermatten
5ddbecf97e
Added spells library
2017-05-05 10:45:07 +02:00
Stefan Zermatten
47b68c777d
Improved item library dialog UI
2017-05-04 14:19:47 +02:00
Stefan Zermatten
2a9d170647
Added spacing between values and units in the inventory
...
closes #44 closes #60
2017-04-25 17:12:34 +02:00
Stefan Zermatten
b4649d8c87
Fixed spacing between "weight carried" and "x lbs"
2017-04-25 16:59:54 +02:00
Stefan Zermatten
e50bcca7ce
Made feature uses a text field again
...
Fixes #59
2017-04-25 16:23:16 +02:00
Stefan Zermatten
7996fa4370
Finished implementing basic item library
2017-04-24 14:15:17 +02:00
Stefan Zermatten
a459610c09
Added library UI for selecting a library item
2017-04-21 15:10:33 +02:00
Stefan Zermatten
a8960e26ec
Fixed issue with health bars clamping to 100
2017-03-06 14:50:46 +02:00
Stefan Zermatten
576c1f953b
Firefox now works... barely
2017-02-10 14:01:06 +02:00
Stefan Zermatten
a869772238
Updated journal page to Polymer 1
2017-01-31 11:09:57 +02:00
Stefan Zermatten
9c61493a12
Updated persona tab to Polymer 1
2017-01-31 09:58:35 +02:00