|
|
f6ef6a7f3d
|
Convertes to Swift and SwiftUI
|
2021-01-18 00:30:45 -08:00 |
|
|
|
8be1479357
|
Convertes to Swift and SwiftUI
|
2021-01-18 00:30:45 -08:00 |
|
|
|
3d54342687
|
Fixes a bug editing a new monster.
|
2020-10-09 22:04:28 -07:00 |
|
|
|
b79cb36335
|
Fixes a bug editing a new monster.
|
2020-10-09 22:04:28 -07:00 |
|
|
|
5da0ee2549
|
Updates storyboard to fix display on iPad.
Disables dark mode until we can come up with a dark mode color scheme that looks good
|
2020-10-04 01:12:25 -07:00 |
|
|
|
65afc41197
|
Updates storyboard to fix display on iPad.
Disables dark mode until we can come up with a dark mode color scheme that looks good
|
2020-10-04 01:12:25 -07:00 |
|
|
|
d0bd26c7e0
|
Fixes how we check which saving throws to show.
|
2020-10-04 00:46:12 -07:00 |
|
|
|
ec921aa705
|
Fixes how we check which saving throws to show.
|
2020-10-04 00:46:12 -07:00 |
|
|
|
692bfdd943
|
Adds advantage/disadvantage to saving throw display.
|
2020-10-04 00:37:11 -07:00 |
|
|
|
e057f6f12e
|
Adds advantage/disadvantage to saving throw display.
|
2020-10-04 00:37:11 -07:00 |
|
|
|
0e800dfd1c
|
Adds saving throws to monster card display.
Adds proficiencyBonus implementation to Monster. The proficiency bonus relies on CR and defaults to 0 until the CR fields are implemented
|
2020-10-04 00:19:04 -07:00 |
|
|
|
9ced8e3407
|
Adds saving throws to monster card display.
Adds proficiencyBonus implementation to Monster. The proficiency bonus relies on CR and defaults to 0 until the CR fields are implemented
|
2020-10-04 00:19:04 -07:00 |
|
|
|
3c3ed3c94b
|
Adds Saving Throws to the data model and monster editor.
|
2020-10-03 22:44:15 -07:00 |
|
|
|
757f75657f
|
Adds Saving Throws to the data model and monster editor.
|
2020-10-03 22:44:15 -07:00 |
|
|
|
23b840f3ff
|
Disables row selection in the edit form table.
|
2020-10-03 22:22:12 -07:00 |
|
|
|
fae10b17ed
|
Disables row selection in the edit form table.
|
2020-10-03 22:22:12 -07:00 |
|
|
|
f4c981ab36
|
Fixes JSON initializer and tests.
|
2020-09-26 23:10:24 -07:00 |
|
|
|
15f012a65a
|
Fixes JSON initializer and tests.
|
2020-09-26 23:10:24 -07:00 |
|
|
|
2a9b936d0d
|
Adds ability scores to monster cards.
|
2020-09-26 23:06:03 -07:00 |
|
|
|
308cb755fe
|
Adds ability scores to monster cards.
|
2020-09-26 23:06:03 -07:00 |
|
|
|
0912ac0fd8
|
Adds select field with picker as TextField inputView.
|
2020-09-26 22:18:04 -07:00 |
|
|
|
b2c21e0542
|
Adds select field with picker as TextField inputView.
|
2020-09-26 22:18:04 -07:00 |
|
|
|
57bf1f2e3a
|
Renames armorName to armorType.
Sets default values for core data fields.
Moves hit dice and hp related fields into the basic info section of the editor.
|
2020-09-26 17:15:43 -07:00 |
|
|
|
828d65ad44
|
Renames armorName to armorType.
Sets default values for core data fields.
Moves hit dice and hp related fields into the basic info section of the editor.
|
2020-09-26 17:15:43 -07:00 |
|
|
|
ec7f827123
|
Fixes initial state of integer fields.
|
2020-09-26 16:37:01 -07:00 |
|
|
|
b8eb935d9a
|
Fixes initial state of integer fields.
|
2020-09-26 16:37:01 -07:00 |
|
|
|
caa1be50cf
|
Cleans up code that generates HTML labels.
Adds Label for speed.
Makes the Monster Card refresh the monster from CoreData when the view is shown.
|
2020-09-26 15:09:46 -07:00 |
|
|
|
533677baff
|
Cleans up code that generates HTML labels.
Adds Label for speed.
Makes the Monster Card refresh the monster from CoreData when the view is shown.
|
2020-09-26 15:09:46 -07:00 |
|
|
|
d041105e1e
|
Adds speed properties to Core Data and monster editor.
|
2020-09-26 01:22:11 -07:00 |
|
|
|
7bbe86c901
|
Adds speed properties to Core Data and monster editor.
|
2020-09-26 01:22:11 -07:00 |
|
|
|
868bc86143
|
Adds Hit Dice and Custom HP to monster edit form.
|
2020-09-25 04:47:23 -07:00 |
|
|
|
f23fe12e7b
|
Adds Hit Dice and Custom HP to monster edit form.
|
2020-09-25 04:47:23 -07:00 |
|
|
|
5e00722c3b
|
Adds boolean field to MCFormFields.
|
2020-09-25 04:46:50 -07:00 |
|
|
|
6341081fde
|
Adds boolean field to MCFormFields.
|
2020-09-25 04:46:50 -07:00 |
|
|
|
b2eed1ffc7
|
Adds HP to monster card.
|
2020-09-25 03:52:44 -07:00 |
|
|
|
5a2e98d35b
|
Adds HP to monster card.
|
2020-09-25 03:52:44 -07:00 |
|
|
|
82e5545904
|
Adds HP related fields to core data.
Implements hitDieForSize and hitPointsDescription in Monster.
Adds tests.
|
2020-09-20 03:21:34 -07:00 |
|
|
|
16aa24150e
|
Adds HP related fields to core data.
Implements hitDieForSize and hitPointsDescription in Monster.
Adds tests.
|
2020-09-20 03:21:34 -07:00 |
|
|
|
29f5ef991e
|
Exposes constants used by Monster internally for values.
|
2020-09-20 03:19:24 -07:00 |
|
|
|
44354f7c8f
|
Exposes constants used by Monster internally for values.
|
2020-09-20 03:19:24 -07:00 |
|
|
|
edb9449fbc
|
Fixes EditMonsterViewController tests to use the new cell reuse identifier.
|
2020-09-20 03:17:28 -07:00 |
|
|
|
f94c7863b7
|
Fixes EditMonsterViewController tests to use the new cell reuse identifier.
|
2020-09-20 03:17:28 -07:00 |
|
|
|
28c1e271ab
|
Adds ability scores (strength, dexterity, constitution, intelligence, wisdom, and charisma) to the edit monster form.
|
2020-09-18 01:00:30 -07:00 |
|
|
|
93399a8bda
|
Adds ability scores (strength, dexterity, constitution, intelligence, wisdom, and charisma) to the edit monster form.
|
2020-09-18 01:00:30 -07:00 |
|
|
|
a6c33fb803
|
Adds a label to the integer form field.
Makes the string value and both string and integer label update the underlying controls when set.
|
2020-09-18 00:47:48 -07:00 |
|
|
|
1ecd4a4327
|
Adds a label to the integer form field.
Makes the string value and both string and integer label update the underlying controls when set.
|
2020-09-18 00:47:48 -07:00 |
|
|
|
71cd2572a2
|
Partial fixes to tests to run with Xcode 12.
|
2020-09-18 00:27:31 -07:00 |
|
|
|
800e7ef6f1
|
Partial fixes to tests to run with Xcode 12.
|
2020-09-18 00:27:31 -07:00 |
|
|
|
f973a618c6
|
Refactors form field cell creation into separate reusable methods.
|
2020-09-18 00:16:38 -07:00 |
|
|
|
84b0d246b5
|
Refactors form field cell creation into separate reusable methods.
|
2020-09-18 00:16:38 -07:00 |
|