Skip to content

Enhanced visual values - #5

Merged
AMPW-german merged 5 commits into
mainfrom
develop
Jul 8, 2026
Merged

Enhanced visual values#5
AMPW-german merged 5 commits into
mainfrom
develop

Conversation

@AMPW-german

Copy link
Copy Markdown
Owner

Description

The visual values have been enhanced:

  • slower Greyscale effect
  • Blur and filmgrain values added

Code formatting and license header added.

Related Issues

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Refactoring (no functional changes)
  • Documentation update
  • Other (please describe):

Testing

  • I have tested all changes locally and they work as expected
  • I have added/updated tests that cover my changes
  • Existing tests pass with my changes (dotnet test)

Checklist

  • My code follows the project's coding style
  • I have performed a self-review of my code
  • I have commented my code where necessary (non-obvious logic only)
  • My changes generate no new warnings

CLA Agreement

By submitting this pull request, you must confirm that you have read and agree to the project's Contributor License Agreement (CLA).

AMPW (AMPW-german)

Run code cleanup

AI summary:
Refactor codebase to file-scoped namespaces and separate greyscale visual taus

  - Convert all C# files to file-scoped namespace declarations
  - Reformat project files (.csproj, .slnx) to 4-space indentation style
  - Split VisualInTau/VisualOutTau into separate TunnelVisualInTau/TunnelVisualOutTau and GreyscaleVisualInTau/GreyscaleVisualOutTau settings so tunnel vision and greyscale can have independent
  buildup/recovery curves
  - Rename CardioFatigueMaxHRFloor to CardioFatigueMaxHrFloor for consistent naming
  - Separate physiologicalVisualTarget logic for tunnel vision vs greyscale, giving greyscale slower buildup (8s) and faster recovery (2s) compared to tunnel vision
  - Fix YAML indentation in CI workflow (steps indented under jobs)
Remove workspace.xml
Change GPLv3 header semicolon to comma because it interfered with JetBrains Rider autoformat
Add both to the GraphicLogicTest
Remove bloodhead from GraphicLogicTest
@AMPW-german
AMPW-german merged commit aa9b23d into main Jul 8, 2026
3 checks passed
@AMPW-german
AMPW-german deleted the develop branch July 8, 2026 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant