-
This code leaks `FileInputStream` objects:
https://github.com/ValveSoftware/halflife/blob/c7240b965743a53a29491dd49320c88eecf6257b/cl_dll/vgui_CustomObjects.cpp#L383-L393
The object is created but…
-
**Feature description**
You know the exploding red thing? Well, when it explodes, nothing is left behind. This is really silly, and I don't think this is right.
**Feature purpose**
Realism and fu…
-
The temporal.decay function should presumably compute feature(t0)exp([t-t0]/tau), where t0 is the time when feature was last non-zero, but instead computes 2 ** ((-1 * feature(t) / tau_halflife).
-
This bug is similar to the https://github.com/ValveSoftware/halflife/issues/1021 one: when game is unpaused, player view direction is changed according to mouse movement that was done during the pause…
ghost updated
5 years ago
-
Hi,
when trying to compile, the prebuild step fails for all projects:
Excuse my ignorance but where should I start looking for a solution, I am rather new at working with "source"
Regards,
Mixpicl…
-
repro:
1. map c1a0d
2. show only direct_specular
3. look up
4. lots of fireflies on all the lamps
![image](https://user-images.githubusercontent.com/321361/218275020-d43a2056-a101-4711-abac-3cc…
-
Need skip CONTENTS_SKY and CONTENT_SOLID (need check contents from leafs with this faces, then check 'if leaf content is sky/solid then this is trash faces) faces to make exported .map cleaned from tr…
-
**Describe the bug**
https://github.com/gocrane/crane/blob/be21d25057cf3b779e31956457d68664b375c136/pkg/server/router.go#L61-L64
```yaml
apiVersion: prediction.crane.io/v1alpha1
kind: …
-
The member variables registered in the data table are declared in `CBaseAnimating`, but the specified field type is `CBaseMonster`. It should probably be `CBaseAnimating`.
https://github.com/ValveS…
-
In ev_hldm.cpp, in `EV_FireMP5`, the following code has identical lines in each branch.
https://github.com/ValveSoftware/halflife/blob/c7240b965743a53a29491dd49320c88eecf6257b/cl_dll/ev_hldm.cpp#L7…