Skip to content

[FIX] Скорость вращения - #3073

Open
kerfus-owo wants to merge 1 commit into
AdventureTimeSS14:masterfrom
kerfus-owo:mouse-rotation-fix
Open

[FIX] Скорость вращения#3073
kerfus-owo wants to merge 1 commit into
AdventureTimeSS14:masterfrom
kerfus-owo:mouse-rotation-fix

Conversation

@kerfus-owo

Copy link
Copy Markdown
Contributor

Описание PR

  • Исправляет замедленную скорость вращения персонажей в боевом режиме

Техническая информация

  • Отказывает изменения MouseRotatorComponent.cs‎ из PR-а #3057
  • Изменения были протестированы на локальном сервере, и всё работает отлично.
  • PR закончен и требует просмотра изменений.

Чейнджлог

🆑 Kerfus

  • fix: Исправлена замедленная скорость вращения персонажей в боевом режиме.

@kerfus-owo kerfus-owo changed the title [TWEAK] Скорость вращения [FIX] Скорость вращения Aug 7, 2026
@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Walkthrough

В MouseRotatorComponent допуск изменения угла увеличен с 2,5 до 5 градусов. RotationSpeed изменён с 540 до float.MaxValue, поэтому прежнее ограничение скорости вращения снято.

Suggested reviewers: filokini

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed Заголовок точно описывает основное изменение: исправление скорости вращения.
Description check ✅ Passed Описание связано с изменениями и уточняет исправление скорости вращения в боевом режиме.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@Content.Shared/MouseRotator/MouseRotatorComponent.cs`:
- Line 30: Добавьте однострочный комментарий-маркер `ADT-Tweak` непосредственно
к изменению поля `MouseRotatorComponent.RotationSpeed`, сохранив текущее
значение и остальную структуру файла без изменений.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: cb2a9959-11c6-471e-9058-cb9ab7a4de51

📥 Commits

Reviewing files that changed from the base of the PR and between 45be252 and 9ff7f5f.

📒 Files selected for processing (1)
  • Content.Shared/MouseRotator/MouseRotatorComponent.cs

Comment thread Content.Shared/MouseRotator/MouseRotatorComponent.cs
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.

2 participants