diff --git a/Cargo.toml b/Cargo.toml index c141080..b35a506 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitsy-parser" -version = "0.65.7" +version = "0.65.8" authors = ["Max Bradbury "] edition = "2018" description = "A parser for Bitsy game data" diff --git a/README.md b/README.md index 795c16a..46706fb 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,16 @@ some more practical uses would be things like: ## todo * test for bitsy 7.0 and implement new features + * add dialogues to exits + * titles can have multiple lines of dialog + * dialogue names * implement Result return types on ::from functions so we can handle errors * check multi-line endings/dialogues * handle old out-of-bounds editor errors (extra image pixels, exits/endings with position -1,-0 etc.) * it's ok if the output of these does not match the input as we're fixing it +* "unquote" function for dialogues, game title, anything else that supports """ +* if old room format, export game in old room format +* make game version and room format option as old games didn't have them (1.0 / 0 can be inferred from this) ### tidy up