Synched gist at Sat Sep 16 08:51:11 PDT 2023
This commit is contained in:
parent
4e0337a616
commit
96ac4dfa3a
1 changed files with 4 additions and 4 deletions
|
@ -2,9 +2,11 @@
|
||||||
|
|
||||||
Here's a list of things that we'd fix in Half-Life: Opposing Force, given the opportunity.
|
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
|
## 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
|
## 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.
|
- Sometimes the yellow ammo powerup never gives any ammo, when it should.
|
||||||
- The longjump powerup never gives you the longjump ability, 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.
|
|
Loading…
Reference in a new issue