mirror of
https://github.com/RGBCube/serenity
synced 2025-07-31 18:07:47 +00:00
Ports: Split up the halflife
port into engine and game
This commit is contained in:
parent
23fa6b1f7b
commit
817c79431d
9 changed files with 99 additions and 91 deletions
17
Ports/xash3d-fwgs/patches/ReadMe.md
Normal file
17
Ports/xash3d-fwgs/patches/ReadMe.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Patches for xash3d-fwgs on SerenityOS
|
||||
|
||||
## `0001-Build-Add-SerenityOS-to-list-of-compatible-systems.patch`
|
||||
|
||||
Build: Add SerenityOS to list of compatible systems
|
||||
|
||||
This is required by the build system to spit out a library with
|
||||
the correct name/platform.
|
||||
|
||||
## `0002-Engine-Keep-HTTP-from-endlessly-formatting-NaN-value.patch`
|
||||
|
||||
Engine: Keep HTTP from endlessly formatting NaN values
|
||||
|
||||
For whatever reason, our progress count for HTTP downloads stays at 0.
|
||||
This results in the engine calculating a NaN progress value many times
|
||||
each frame, which results in a significant performance hit.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue