WIP: Initial commit for savefile migration #133

Draft
not_a_segfault wants to merge 12 commits from not_a_segfault/PowerTools:dev into dev
First-time contributor

This adds the logic for parsing the internal representation of the old savefile format to the new one. There will be future changes further implementing the conversion.

This adds the logic for parsing the internal representation of the old savefile format to the new one. There will be future changes further implementing the conversion.
not_a_segfault added 1 commit 2023-11-27 17:09:51 +00:00
Owner

Just so everything is in one spot, I've been chatting with the owner of this PR and he's working on a migration step to actually use this migration functionality. The code LGTM, but I'll do a full review once it's complete.

I'm switching this to WIP for now.

Just so everything is in one spot, I've been chatting with the owner of this PR and he's working on a migration step to actually use this migration functionality. The code LGTM, but I'll do a full review once it's complete. I'm switching this to WIP for now.
NGnius changed title from Initial commit for savefile migration to WIP: Initial commit for savefile migration 2023-11-29 01:50:19 +00:00
not_a_segfault added 2 commits 2024-05-20 19:09:42 +01:00
not_a_segfault added 1 commit 2024-05-27 11:17:45 +01:00
not_a_segfault added 1 commit 2024-05-30 09:59:00 +01:00
not_a_segfault added 1 commit 2024-05-30 14:24:49 +01:00
not_a_segfault added 1 commit 2024-06-04 09:04:47 +01:00
not_a_segfault added 1 commit 2024-06-04 09:45:51 +01:00
not_a_segfault added 1 commit 2024-06-04 11:36:54 +01:00
not_a_segfault added 1 commit 2024-06-13 11:05:31 +01:00
not_a_segfault added 1 commit 2024-06-18 11:22:02 +01:00
not_a_segfault added 1 commit 2024-06-21 10:31:34 +01:00
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u dev:not_a_segfault-dev
git checkout not_a_segfault-dev

Merge

Merge the changes and update on Forgejo.
git checkout dev
git merge --no-ff not_a_segfault-dev
git checkout dev
git merge --ff-only not_a_segfault-dev
git checkout not_a_segfault-dev
git rebase dev
git checkout dev
git merge --no-ff not_a_segfault-dev
git checkout dev
git merge --squash not_a_segfault-dev
git checkout dev
git merge --ff-only not_a_segfault-dev
git checkout dev
git merge not_a_segfault-dev
git push origin dev
Sign in to join this conversation.
No description provided.