Skip to content
Snippets Groups Projects

Fix command prompt issues on dedicated build on Windows

Merged Hanicef requested to merge Hanicef/SRB2Classic:fix-console-dedicated-windows into next

So, this is what I get for not testing the Windows build properly. Turns out that Windows handle stuff differently from everything else, particularly in that it defaults to not listening to input and instead requiring a flag to enable said behavior, while everything else has the opposite behavior. On top of that, it also had a special case for -dedicated which controlled if it would enable console output or not. After getting rid of that and just always assuming both to be true (a dedicated server is kinda useless without these features) it behaved as you'd expect.

Fixes #1290 (closed)

Merge request reports

Pipeline #5543 passed

Pipeline passed for 60852cab on Hanicef:fix-console-dedicated-windows

Approval is optional

Merged by LactozillaLactozilla 7 months ago (Sep 28, 2024 9:37pm UTC)

Merge details

Pipeline #5643 passed

Pipeline passed for 68f40d8a on next

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading