Commit Graph

488 Commits

Author SHA1 Message Date
Tom Hicks
dc543660be Adds footer links to privacy page and terms & conditions page. Adds header build status badges. 2021-04-15 22:29:03 -07:00
Tom Hicks
833131c123 Adds footer links to privacy page and terms & conditions page. Adds header build status badges. 2021-04-15 22:29:03 -07:00
Tom Hicks
f665bf86f1 Merge branch 'develop' of github.com:headhunter45/MonsterCards-iOS into develop 2021-04-15 21:46:17 -07:00
Tom Hicks
85e61dbb14 Merge branch 'develop' of github.com:headhunter45/MonsterCards-iOS into develop 2021-04-15 21:46:17 -07:00
Tom Hicks
a57c43a7e4 Updates docs and readme to include a description of the app features. 2021-04-15 21:45:52 -07:00
Tom Hicks
0fd2cb4e9a Updates docs and readme to include a description of the app features. 2021-04-15 21:45:52 -07:00
e8358bfb59 Maybe fixed signing for the preview extension. 2021-04-10 23:09:24 -07:00
163cbe7bb3 Maybe fixed signing for the preview extension. 2021-04-10 23:09:24 -07:00
750bb2543d Sets version label to 0.6. 2021-04-10 21:34:54 -07:00
c7f4b4c137 Sets version label to 0.6. 2021-04-10 21:34:54 -07:00
8558cacc83 Adds CloudKit support to the monster library between devices. 2021-04-08 21:58:54 -07:00
739dea8db7 Adds CloudKit support to the monster library between devices. 2021-04-08 21:58:54 -07:00
563df6ca28 Adds QuickLook preview for monster files. It shows how the monster will appear after being imported. 2021-04-08 19:18:27 -07:00
ebf01e2bb0 Adds QuickLook preview for monster files. It shows how the monster will appear after being imported. 2021-04-08 19:18:27 -07:00
5ba59bbdf3 Moves MonsterDetailWrapper into its own file to separate the core data dependencies. 2021-04-08 19:18:27 -07:00
346e3c1957 Moves MonsterDetailWrapper into its own file to separate the core data dependencies. 2021-04-08 19:18:27 -07:00
5304c66b0b Model cleanup.
Separates core data transport stuff to extensions so we can use the view models without a core data dependency.
2021-04-08 19:18:27 -07:00
d3a1878656 Model cleanup.
Separates core data transport stuff to extensions so we can use the view models without a core data dependency.
2021-04-08 19:18:27 -07:00
e741d4fb33 Makes DTOs implement Codable instead of just Encodable and Decodable.
Adds MonsterDocument to load/save .monster files.
2021-04-08 19:18:27 -07:00
9ff561dd9d Makes DTOs implement Codable instead of just Encodable and Decodable.
Adds MonsterDocument to load/save .monster files.
2021-04-08 19:18:27 -07:00
cc963f547f Enables document browser support and loading files in place so we can open monster files for import. 2021-04-08 19:18:27 -07:00
090e6d5263 Enables document browser support and loading files in place so we can open monster files for import. 2021-04-08 19:18:27 -07:00
f04932899a Adds some import tasks. 2021-04-05 01:01:41 -07:00
f31e89aacb Adds some import tasks. 2021-04-05 01:01:41 -07:00
52f37b494e Adds the ability to delete a monster from your library. 2021-04-05 00:46:44 -07:00
d212808ee1 Adds the ability to delete a monster from your library. 2021-04-05 00:46:44 -07:00
c7fdb7ecc5 Adds importing a character from a share. You can now save the monster as previewed. 2021-04-05 00:33:11 -07:00
0f187fdbe2 Adds importing a character from a share. You can now save the monster as previewed. 2021-04-05 00:33:11 -07:00
e7ccc0e1ab Adds reactions, lair actions, and regional actions to the editor and monster display. 2021-04-04 17:48:06 -07:00
8006ee4b66 Adds reactions, lair actions, and regional actions to the editor and monster display. 2021-04-04 17:48:06 -07:00
0ac780c188 Merge pull request #1 from headhunter45/add-file-import
Add Opening monster files from tetra cube's generator
2021-04-04 03:31:19 -07:00
0d77e79b0f Merge pull request #1 from headhunter45/add-file-import
Add Opening monster files from tetra cube's generator
2021-04-04 03:31:19 -07:00
ab218fbe34 Reorganizes the project tree and adds a task. 2021-04-04 03:28:20 -07:00
ef05ac1c5a Reorganizes the project tree and adds a task. 2021-04-04 03:28:20 -07:00
a43d2f11ea Adds monster import helper. 2021-04-04 03:27:50 -07:00
e11bf1455d Adds monster import helper. 2021-04-04 03:27:50 -07:00
b519b80209 Adds lair actions, regional actions, and reactions to the data model. Renames baseSpeed to walkSpeed. 2021-04-04 03:27:00 -07:00
885b0e08f7 Adds lair actions, regional actions, and reactions to the data model. Renames baseSpeed to walkSpeed. 2021-04-04 03:27:00 -07:00
f9647eaf97 Fixes toggling a shield in the editor not affecting the displayed AC. 2021-04-04 03:13:19 -07:00
c55b6e8f0d Fixes toggling a shield in the editor not affecting the displayed AC. 2021-04-04 03:13:19 -07:00
2e6b8bb377 Loads the imported monster from file and sets the new monster's name from the loaded data. 2021-04-04 03:11:34 -07:00
96a967f0d9 Loads the imported monster from file and sets the new monster's name from the loaded data. 2021-04-04 03:11:34 -07:00
c09c332758 Adds DTO classes to help load a monster file from https://tetra-cube.com/dnd/dnd-statblock.html 2021-04-04 01:41:41 -07:00
6a5c7b4384 Adds DTO classes to help load a monster file from https://tetra-cube.com/dnd/dnd-statblock.html 2021-04-04 01:41:41 -07:00
cd2be8490f Adds a view to show the monster being imported and confirm the user wants to import that monster. 2021-04-04 01:38:53 -07:00
1b0f2ee0df Adds a view to show the monster being imported and confirm the user wants to import that monster. 2021-04-04 01:38:53 -07:00
6eca7efb0c Adds an import view that shows when the app is opening a .monster file. 2021-04-04 01:18:00 -07:00
f8b6c1c45c Adds an import view that shows when the app is opening a .monster file. 2021-04-04 01:18:00 -07:00
9076f5896d Creates new document type for .monster files.
Sets the app as the default editor for .monster files.
2021-04-04 01:12:10 -07:00
7022739c55 Creates new document type for .monster files.
Sets the app as the default editor for .monster files.
2021-04-04 01:12:10 -07:00