danoniplus 43.6.10 → 43.6.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/js/danoni_main.js +6 -5
- package/js/lib/danoni_constants.js +11 -1
- package/package.json +1 -1
package/js/danoni_main.js
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
*
|
|
5
5
|
* Source by tickle
|
|
6
6
|
* Created : 2018/10/08
|
|
7
|
-
* Revised : 2026/
|
|
7
|
+
* Revised : 2026/03/12
|
|
8
8
|
*
|
|
9
9
|
* https://github.com/cwtickle/danoniplus
|
|
10
10
|
*/
|
|
11
|
-
const g_version = `Ver 43.6.
|
|
12
|
-
const g_revisedDate = `2026/
|
|
11
|
+
const g_version = `Ver 43.6.12`;
|
|
12
|
+
const g_revisedDate = `2026/03/12`;
|
|
13
13
|
|
|
14
14
|
// カスタム用バージョン (danoni_custom.js 等で指定可)
|
|
15
15
|
let g_localVersion = ``;
|
|
@@ -7233,13 +7233,14 @@ const makeHighScore = _scoreId => {
|
|
|
7233
7233
|
tweetDifData += `:${getStgDetailName(g_stateObj.shuffle)}`;
|
|
7234
7234
|
}
|
|
7235
7235
|
|
|
7236
|
+
const storedExcessive = g_localStorage.highscores[scoreName]?.excessive;
|
|
7236
7237
|
const resultParams = {
|
|
7237
7238
|
hashTag: (hasVal(g_headerObj.hashTag) ? ` ${g_headerObj.hashTag}` : ``),
|
|
7238
7239
|
tuning: g_headerObj.creatorNames[_scoreId],
|
|
7239
7240
|
rankMark: g_localStorage.highscores?.[scoreName]?.rankMark || `--`,
|
|
7240
7241
|
playStyleData: g_localStorage.highscores[scoreName]?.playStyle || `--`,
|
|
7241
7242
|
highscore: g_localStorage.highscores[scoreName],
|
|
7242
|
-
tweetExcessive: hasVal(
|
|
7243
|
+
tweetExcessive: hasVal(storedExcessive, `---`) ? `(+${storedExcessive})` : ``,
|
|
7243
7244
|
musicTitle, tweetDifData, tweetFrzJdg, tweetMaxCombo, baseTwitUrl,
|
|
7244
7245
|
};
|
|
7245
7246
|
const resultCommon = unEscapeHtml(makeResultText(g_templateObj.resultFormatDf, resultParams));
|
|
@@ -13888,7 +13889,7 @@ const judgeRecovery = (_name, _difFrame) => {
|
|
|
13888
13889
|
lifeRecovery();
|
|
13889
13890
|
finishViewing();
|
|
13890
13891
|
|
|
13891
|
-
if (g_stateObj.
|
|
13892
|
+
if (g_stateObj.frzReturn !== C_FLG_OFF) {
|
|
13892
13893
|
if ((g_resultObj.ii + g_resultObj.shakin) % 100 === 0 && !g_workObj.frzReturnFlg) {
|
|
13893
13894
|
changeReturn(1, g_frzReturnFunc.get(g_stateObj.frzReturn)());
|
|
13894
13895
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*
|
|
6
6
|
* Source by tickle
|
|
7
7
|
* Created : 2019/11/19
|
|
8
|
-
* Revised : 2026/
|
|
8
|
+
* Revised : 2026/03/06 (v43.6.11)
|
|
9
9
|
*
|
|
10
10
|
* https://github.com/cwtickle/danoniplus
|
|
11
11
|
*/
|
|
@@ -2228,6 +2228,7 @@ const g_shortcutObj = {
|
|
|
2228
2228
|
Numpad0: { id: `btnPrecond9` },
|
|
2229
2229
|
Escape: { id: `btnBack` },
|
|
2230
2230
|
ShiftLeft_Tab: { id: `btnBack` },
|
|
2231
|
+
ShiftRight_Tab: { id: `btnBack` },
|
|
2231
2232
|
},
|
|
2232
2233
|
option: {
|
|
2233
2234
|
ShiftLeft_KeyD: { id: `lnkDifficultyL` },
|
|
@@ -2474,14 +2475,23 @@ const g_shortcutObj = {
|
|
|
2474
2475
|
},
|
|
2475
2476
|
exSetting: {
|
|
2476
2477
|
ShiftLeft_KeyP: { id: `lnkPlayWindowL` },
|
|
2478
|
+
ShiftRight_KeyP: { id: `lnkPlayWindowL` },
|
|
2477
2479
|
ShiftLeft_KeyS: { id: `lnkStepAreaL` },
|
|
2480
|
+
ShiftRight_KeyS: { id: `lnkStepAreaL` },
|
|
2478
2481
|
ShiftLeft_KeyF: { id: `lnkFrzReturnL` },
|
|
2482
|
+
ShiftRight_KeyF: { id: `lnkFrzReturnL` },
|
|
2479
2483
|
ShiftLeft_KeyH: { id: `lnkShakingL` },
|
|
2484
|
+
ShiftRight_KeyH: { id: `lnkShakingL` },
|
|
2480
2485
|
ShiftLeft_KeyE: { id: `lnkEffectL` },
|
|
2486
|
+
ShiftRight_KeyE: { id: `lnkEffectL` },
|
|
2481
2487
|
ShiftLeft_KeyC: { id: `lnkCamoufrageL` },
|
|
2488
|
+
ShiftRight_KeyC: { id: `lnkCamoufrageL` },
|
|
2482
2489
|
ShiftLeft_KeyW: { id: `lnkSwappingL` },
|
|
2490
|
+
ShiftRight_KeyW: { id: `lnkSwappingL` },
|
|
2483
2491
|
ShiftLeft_KeyJ: { id: `lnkJudgRangeL` },
|
|
2492
|
+
ShiftRight_KeyJ: { id: `lnkJudgRangeL` },
|
|
2484
2493
|
ShiftLeft_KeyA: { id: `lnkAutoRetryL` },
|
|
2494
|
+
ShiftRight_KeyA: { id: `lnkAutoRetryL` },
|
|
2485
2495
|
|
|
2486
2496
|
KeyP: { id: `lnkPlayWindowR` },
|
|
2487
2497
|
KeyS: { id: `lnkStepAreaR` },
|