Skip to content
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

improve: [0591] キーコンフィグ周りの文言、ローカルストレージキー変更 #1323

Merged
merged 7 commits into from Oct 5, 2022

Conversation

cwtickle
Copy link
Owner

@cwtickle cwtickle commented Oct 5, 2022

🔨 変更内容 / Details of Changes

  1. カラー・シャッフル用のローカルストレージキーを変更しました。
    互換のため、ver28.1.0以降のものも取り込めるようにしています。
変更前 変更後 用途
shuffleX_-1_-1 shuffle(X) 保存するシャッフルのセット配列
colorX_-1_-1 color(X) 保存するカラーのセット配列
  1. キーコンフィグ画面のカラー・シャッフルグループの説明文言を見直しました。
  2. g_dfKeyObjを使ってデータ退避している部分を、keyCtrlと同様にg_keyObjへ移行しました。
  3. ローカルストレージ(作品別)の保存対象からDisplay設定を対象外としました。
    • StepZone, Judgment, FastSlow, Lifegauge, Score, MusicInfo, FilterLine

🔖 関連Issue, 変更理由 / Related Issues, Reason for Changes

  1. キー名が冗長でわかりにくいため。
    なお、この古いキー名はプレイ開始時(かつデータ保存時)にローカルストレージから削除するようにしています。
  2. カラー・シャッフルグループの変更が一時的で無く、保存できるようになったため。
  3. 処理統一のため。
  4. いずれも恒久的な設定というより一時的に設定する意味合いが強く、
    作品別に保存する必要性が薄いため。
    Appearance/Opacityは作品によりそのままの設定でプレイする可能性があるため、残します。

📷 スクリーンショット / Screenshot

📝 その他コメント / Other Comments

  • 1.についてはこの更新が反映された作品を「Data Save」を有効にした状態でプレイすると反映します。
  • 4.はこの更新が反映された作品を読み込んだ時点で反映します。

@cwtickle cwtickle changed the title [0591] キーコンフィグ周りの文言、ローカルストレージキー変更 improve: [0591] キーコンフィグ周りの文言、ローカルストレージキー変更 Oct 5, 2022
@cwtickle cwtickle assigned cwtickle and unassigned cwtickle Oct 5, 2022
@codeclimate
Copy link

codeclimate bot commented Oct 5, 2022

Code Climate has analyzed commit e7c5e35 and detected 0 issues on this pull request.

View more on Code Climate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant