-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save Demo Info #173
Comments
I don't think there is but I would be interested if this was a feature. Save and manage stats with a database. |
The problem is I keep changing the format of the stats as the code evolves. And keeping backwards compatibility with the old stats formats means more work. |
I see. Well its not a huge problem for me yet but I can imagine a day when the demo folder gets so large I have to start deleting them, which will be sad. |
As HSBox is using a sqlite database, maybe you could save a copy of the file before upgrading to a newer version. Will be unusable if DDL changes but at least you saved the data. The community could then create scripts to convert/dump it to newer version of the database. |
I must change the DDL myself whenever I change the format as re-parsing the demos is expensive. In the end it might not be too much work since I didn't really changed the format much, I mostly added stuff. |
I think it'd be really great because as Rsslone said storage isn't an issue yet but I plan on opening up my copy of hsb to my friends and between all of us we will be growing in size fairly fast. |
I made another issue regarding this without any response. Not sure if was overlooked but just curious if there would be a way to save the stats from demos so that the demos may be removed.
The text was updated successfully, but these errors were encountered: