Cockatrice/cockatrice/src
Lukas Brübach fd8ed26555 ReleaseChannel: parse non-numeric OS versions on Windows Server
QSysInfo::productVersion() returns "Server 2022" on Windows Server, so
splitting on '.' and calling toInt() made the version unparseable and
disabled the in-client updater there. Extract the first numeric token
instead; Server 2022 becomes 2022 and matches the Win10 assets.
2026-09-21 11:27:47 +02:00
..
client ReleaseChannel: parse non-numeric OS versions on Windows Server 2026-09-21 11:27:47 +02:00
database/interface [Fix-Warnings] Remove more redundant empty declarations. (extra semicolons) (#6374) 2025-11-29 14:19:11 +01:00
filters Standardize Doxygen documentation (#6885) 2026-05-21 22:58:07 +02:00
game [Game] Refactor subtype tally code to be more generic (#7021) 2026-07-05 19:11:08 -07:00
game_graphics [Game] Refactor subtype tally code to be more generic (#7021) 2026-07-05 19:11:08 -07:00
interface [UserContextMenu] Refactor: Consolidate actions (#7022) 2026-07-05 18:24:52 -07:00
main.cpp style: Add braces to all control flow statements (#6887) 2026-05-16 19:19:53 +02:00
main.h Standardize Doxygen documentation (#6885) 2026-05-21 22:58:07 +02:00