Skip to content

Add UUID handling support - #41

Open
BashhScriptKid wants to merge 11 commits into
FFF40:chartmakerfrom
BashhScriptKid:uuid-support
Open

BashhScriptKid wants to merge 11 commits into
FFF40:chartmakerfrom
BashhScriptKid:uuid-support

Conversation

@BashhScriptKid

Copy link
Copy Markdown
Member

A supposedly breaking change, as it also changes the chart file format

UUID is seeded through metadata with salts, bounded to uint32

This should allow more robust implementation and some hard bug fixes where object references across serialisation becomes fragile

{
public class ChartmakerLanePlayer : MonoBehaviour
{

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An opening brace should not be followed by a blank line.

Suggested change

AfterGroup = parent,
AfterGroupUuid = parentUuid
};

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code should not contain multiple blank lines in a row.

Suggested change

AfterGroup = parent,
AfterGroupUuid = parentUuid
};

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code should not contain multiple blank lines in a row.

Suggested change

Uses UUID-keyed dictionaries instead of object references for
timing data backup/restore across BPM changes. Merges with existing
BPMTapper feature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant