Commit Graph

17 Commits

Author SHA1 Message Date
SlamBamActionman
bd28f7f0dd Add conditional camera offset based on cursor - Hristov Rework, Part 1 (#31626)
(cherry picked from commit 5c782d30283d5e3661e1ce6ebc6d972f12671c41)
2025-09-20 18:51:05 +03:00
Leon Friedrich
06c2a16480 Allow zoom command to modify an eye's PVS range (#29245)
Allow zoom command to modify an eye's PVS range

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>

(cherry picked from commit 1faa1b5df6e74b9cb1309d0400b12ee0b96039e4)
2025-09-20 12:54:38 +03:00
DrSmugleaf
3019299bdb Fix camera recoil system overriding all other eye offsets (#29146)
(cherry picked from commit c6d718d126f0772854bd821b8f91d8d912e1db5d)
2025-09-20 12:54:37 +03:00
Mnemotechnican
ff26317742 More Zoom Levels (#547)
# Description
Adds more zoom levels and CVars to configure them.

The defaults make it so that the new minimum zoom is roughly equal to
what ss14 had before (29.6%).

# Why
Playing as a tiny character made me love having the screen zoomed in,
but having only 3 zoom levels didn't quite allow to set the zoom level
to what I wanted. This PR fixes that.

<details><summary><h1>Media</h1></summary><p>



https://github.com/user-attachments/assets/61e56913-1c9d-4590-95ac-686018b5caa9



</p></details>

# Changelog
🆑
- add: You can now configure your zoom more precisely.
2024-07-16 14:18:56 -04:00
Morb
5cb0fb4295 Fix set target zoom data field for ContentEye (#22292) 2023-12-16 19:37:31 +01:00
Leon Friedrich
6601803365 Fix ghost FOV bug (#21614) 2023-11-12 20:58:56 +01:00
Leon Friedrich
e66c0b5035 Un-revert IPlayerManager refactor (#21244) 2023-10-31 19:00:44 +01:00
metalgearsloth
98cf505f9f Remove SharedEye (but content) (#19481) 2023-09-27 21:59:12 +02:00
metalgearsloth
0b542098db Remove ghost compref (#19478) 2023-08-25 18:50:46 +10:00
metalgearsloth
1ba517ec84 Fix eye zoom lerp (#19377) 2023-08-25 14:41:04 +10:00
Leon Friedrich
4d845caa07 Allow zoom command to ignore zoom limits (#19419) 2023-08-22 19:27:41 +10:00
metalgearsloth
68480af109 Update content vectors to numerics (#17759) 2023-07-08 14:08:32 +10:00
Artjom
cae037d8a8 Zooming for everyone with keyboard keys (#16605) 2023-06-17 09:22:21 +10:00
Leon Friedrich
a8eee5878a Misc replay related changes (#17102) 2023-06-05 14:33:49 +10:00
Leon Friedrich
c7ba2a666b Fix ghost FOV toggling (#15751) 2023-04-25 11:11:42 +10:00
metalgearsloth
9c9c273a4c Fix zoom command for aghost (#15687) 2023-04-23 18:28:51 +10:00
metalgearsloth
e98113c71e Add scroll zooming for admins and ghosts (#14061)
* Add scroll zooming for admins

* Bunch of work

* Kinda better kinda worse scrolling

* shared code

* nyoom

* house md

* Fixes

* Log spam

* Fixes

---------

Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
2023-04-22 04:26:41 -06:00