mirror of
https://github.com/dualshock-tools/dualshock-tools.github.io.git
synced 2026-03-01 11:19:54 +03:00
[PR #178] [CLOSED] Restore previous calibrations, and various other new features #193
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dualshock-tools/dualshock-tools.github.io/pull/178
Author: @mathiasm74
Created: 12/7/2025
Status: ❌ Closed
Base:
main← Head:feature/release_2_22📝 Commits (10+)
37459b4Allow manual deployment from any branch, take 2c2ccf6aUpdate GitHub action to allow manual deployment from any branch1640728Make sure the range calibration modal is destroyed when pulling the cable out1cf7120Show power-saving warning in Quick Test modal when battery is lowa336f2cShow not-genuin-sony-controller message also for DS5 when calibration can't be started2a06006Be smarter when resetting circularity data in finetune modaledff929Allow finetuning with the keyboard arrows9485584Improve the unsupported browser warning and clarofy that this utility cannot fix driftd70edabAdd option for which center calibration method to use on DS5 and Edge controllersfcfc292Remove the outdated reference to gamepad tester site📊 Changes
52 files changed (+3585 additions, -683 deletions)
View changed files
📝
.github/workflows/gulp-deploy.yml(+3 -3)➕
.zencoder/rules/repo.md(+76 -0)➕
CONTROLLER_API_REFERENCE.md(+874 -0)📝
assets/icons.svg(+11 -9)📝
css/main.css(+11 -0)➕
dualshock-tools.github.io.code-workspace(+10 -0)📝
index.html(+98 -16)📝
js/controller-manager.js(+79 -15)📝
js/controllers/base-controller.js(+8 -0)📝
js/controllers/controller-factory.js(+10 -7)📝
js/controllers/ds4-controller.js(+23 -16)📝
js/controllers/ds5-controller.js(+11 -6)📝
js/controllers/vr2-controller.js(+4 -0)📝
js/core.js(+293 -44)➕
js/finetune-history.js(+183 -0)📝
js/modals/calib-range-modal.js(+175 -27)➕
js/modals/calibration-history-modal.js(+199 -0)📝
js/modals/finetune-modal.js(+211 -35)📝
js/modals/quick-test-modal.js(+43 -22)📝
js/stick-renderer.js(+2 -2)...and 32 more files
📄 Description
Release notes
Connect screen
Calibration screen
Quick Test dialog
Calibrate range dialog
Finetune dialog
Also
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.