-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
・曲セレクト画面で動画を少しだけ再生して曲を確認できるようにした。(hls形式)
・↑動画プレビュのためLevel初期データのnotesを空ではなく16文字拾うようにした。 ・ゲーム中メニューから曲データをリロード出来るようにした。 ・動画IDがsoで始まる動画を再生できなくなっていた問題を解決。(priority決め打ちが間違いだった) ・1分以上アプリが閉じていたら動画キャッシュをクリアするようにした(HeartBeat対策) ・NicoFlickサーバ側からメッセージを伝えたいときスタートページで表示できるようにした。 ・Settingsのキャッシュ数設定最大値を20→10に変更。(avplayerを34個以上保持すると再生できなくなった。プレビュで20使いたい) ・Ver.1.5更新時に見せた「お気に入り仕様変更について」をもう表示するのやめとく。 ・ゲームプレイ開始時最初のノーツが3秒以内にくるとき再生開始を遅延するようにした。 ・ランキングやコメントで自分の名前が空欄だった場合NO_NAME表示するようにした。 ・今までUrlSessionでキャッシュが効いてしまい同じURLへのアクセスだとサーバ側の返答が異なるべきところでも前回の内容が返ってきてしまっていたのでキャッシュが効かないようにした。 ・ゲームエディタのテストプレイでどの文字でもOKになるキーを設定した。 ・ニコニコのページにアクセスしたときログインしてなかったらログアウト処理を省くようにした。 ・動画キャッシュ削除時ちゃんとplayerをnilするようにした。(avplayer制限数に引っかかる) ・その他、細かい変更と修正を行った。
- Loading branch information
Showing
21 changed files
with
723 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.