3
0
Fork 0

Synched gist at Sat Sep 16 08:51:11 PDT 2023

This commit is contained in:
Marco Cawthorne 2023-09-16 08:51:11 -07:00
parent 4e0337a616
commit 96ac4dfa3a
Signed by: eukara
GPG key ID: CE2032F0A2882A22

View file

@ -2,9 +2,11 @@
Here's a list of things that we'd fix in Half-Life: Opposing Force, given the opportunity.
**Note:** This is so busted it may very well have to do with undefined behaviour. Run Valgrind all over this codebase man.
## Unreliable item notifications
Observed in multiplayer, some pickups trigger a notification at all.
Observed in multiplayer, some pickups don't trigger a notification at all.
## func_friction is completely broken
@ -14,6 +16,4 @@ Start a multiplayer game on the map `op4ctf_hairball`. It's a very small map - c
- Sometimes the yellow ammo powerup never gives any ammo, when it should.
- The longjump powerup never gives you the longjump ability, when it should.
- ...
This is so busted it may very well have to do with undefined behaviour. Run Valgrind all over this codebase man.
- ...