garcia / simfile

A modern simfile parsing & editing library for Python 3
MIT License
62 stars 7 forks source link

msdparser 2.0.0b3 integration #13

Closed garcia closed 2 years ago

garcia commented 2 years ago

This changeset bumps msdparser to version 2.0.0-beta.3 (the latest as of writing), both for reading & writing simfiles. The advantages from simfile's point of view are greatly improved performance & correct handling of escape sequences.

We will likely want to expose escapes: bool = True parameters in relevant methods like the top-level convenience functions and simfile/chart constructors in a future PR, to support accurate parsing of older simfiles.