ladybird/Ports/halflife/patches
2022-05-03 22:16:14 +02:00
..
fwgs-add-serenity.patch Ports: Return halflife to upstream 2022-05-03 22:16:14 +02:00
fwgs-dont-format-nan-loop.patch Ports: Work around halflife formatting NaN values endlessly 2022-05-03 22:16:14 +02:00
hlsdk-add-serenity.patch Ports: Return halflife to upstream 2022-05-03 22:16:14 +02:00
hlsdk-strings-compat.patch Ports: Return halflife to upstream 2022-05-03 22:16:14 +02:00
ReadMe.md Ports: Work around halflife formatting NaN values endlessly 2022-05-03 22:16:14 +02:00

Patches for halflife

fwgs-add-serenity.patch

Add SerenityOS to the supported architectures of FWGS.

fwgs-dont-format-nan-loop.patch

This keeps FWGS from formatting a NaN value multiple times each frame, which would otherwise result in a big performance hit.

hlsdk-add-serenity.patch

Add SerenityOS to the supported architectures of hlsdk.

hlsdk-strings-compat.patch

This bypasses a bunch of str[n]cmpcase errors that occur due to weird LibC compatibility problems.