Commit Graph

27 Commits

Author SHA1 Message Date
337a60cef5 Handle paste for file select 2023-08-14 19:32:06 +02:00
6f0ab738f0 Reorganize state module 2023-08-14 19:16:10 +02:00
8c5be0c371 Split tui into submodules 2023-08-14 18:02:37 +02:00
4f0e03904c Update readme 2023-08-14 16:16:13 +02:00
abaa204300 Implement basic logging 2023-08-14 16:01:59 +02:00
0118dd0073 Implement savefile persistence 2023-08-12 21:11:41 +02:00
c094c646f5 Store file path in savefile struct 2023-08-12 18:48:59 +02:00
568fd08dcb Implement error type for library 2023-08-12 18:39:04 +02:00
7bd14931a5 Update to readme and bump crate version 2023-08-09 15:32:33 +02:00
6afee2d102 Add readme 2023-08-09 15:26:20 +02:00
2534cbf32c Implement simple file opener 2023-08-09 15:12:37 +02:00
8fca0f2f6a Rename gui submodule to tui 2023-08-09 04:00:29 +02:00
b32fc8a89c Refactor file watcher feature and implement for gui 2023-08-09 01:45:23 +02:00
f57bccf017 Implement gui to display savefile info 2023-08-08 22:08:40 +02:00
8c0d37ee72 Add string representation for player symbols 2023-08-08 22:07:04 +02:00
659c7d4f8e Add edit subcommand 2023-08-08 00:24:40 +02:00
b1676babe9 Add methods to manipulate robe tier and color 2023-08-08 00:23:57 +02:00
23b5050811 Enable some optimizations for the release profile 2023-08-07 22:42:13 +02:00
65656f2e09 Implement savefile writing 2023-08-07 20:01:33 +02:00
8003278dcd Move show subcommand into own file 2023-08-07 17:10:09 +02:00
fde2b5f84e Fix typo in Cargo.toml
It's license-file not license_file
2023-08-07 16:56:26 +02:00
c84011363a Add option to watch the savefile for changes 2023-08-03 04:25:19 +02:00
6ad831a12d Add editorconfig and missing unstable_features option 2023-07-31 18:17:37 +02:00
188f684ebc Add license file 2023-07-31 01:32:02 +02:00
db84e45639 Remove wrong magic number
Turns out it's not a magic number after all
2023-07-31 01:12:54 +02:00
65d7a5a922 Add simple app to inspect a save file 2023-07-31 01:10:27 +02:00
ff20a33304 Implement save file parser for journey 2023-07-30 22:54:43 +02:00