forked from rpgtkoolmv/corescript
-
Notifications
You must be signed in to change notification settings - Fork 0
本体からマージ(rebase) #1
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
Merged
Merged
Conversation
This file contains hidden or 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
Fix delay of drawing maps after NewGame
event code skip bug. super Critical bug
…tail" This reverts commit d590a48. # Conflicts: # js/rpg_core/Graphics.js
Error log2018 12
…owing detail"" This reverts commit a37cdfb.
Show where the error is caused and let show/hide the detail of error
Revert "Load sounds faster and faster"
■不具合の内容 ローディングバーが画面外に表示されることがある。 ■再現手順 1. MV バージョン 1.6.1 の新規プロジェクトを作成する。 2. 作成した新規プロジェクトに community-1.3 を適用する。 3. テストプレイを開始する。 4. ニューゲームを選択する。 5. F4 キーを押す(全画面表示する)。 6. X キーを押す(メニューを開く)。 7. X キーを押す(メニューを閉じる)。 8. F4 キーを押す(全画面表示を解除する)。※不具合発生 9. 画面の範囲外が表示されています。縦スクロールバーと横スクロールバーが表示されます。 ローディングバーが一度も表示されなくても再現します。 ■原因 Graphics._progressElement (id:loading-progress) が拡大されたまま元に戻らないため。 ■修正方法 ローディングバーは画面に合わせて拡大縮小するものと仮定して、 Graphics._updateAllElements 内に this._updateProgress() を追加します。 拡大縮小する予定がないなら別の修正になります。 拡大する処理は通っていますので多分拡大縮小するものだろうと予想して修正しました。 ご検討ください。
Because there was destruction of compatibility with previous plug-in, add correspondence
Update Graphics.js
AlwaysDash fix
Fix previous map bgm sounds after loading auto save data
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.