rehlds icon indicating copy to clipboard operation
rehlds copied to clipboard

Reverse-engineered HLDS

Results 144 rehlds issues
Sort by recently updated
recently updated
newest added

`ReHLDS version: 3.13.0.788-dev` what is causing this message? `NET_SendPacket: ERROR: Operation not permitted`

Closes [#284](https://github.com/s1lentq/reapi/issues/284)

Door entities (func_door) are not being reset (back to their origin state=0) at the beginning of each round in reHLDS. In the original Steam game engine, all doors are reset...

Type: Doesn't refer to ReHLDS

Increase packet entity limit for compatibility with the 25th anniversary update's maps (Primarily rocket_frenzy, at least that's the only one that caught my attention so far) in accordance to the...

This PR adds a hook for `GetDispatch` function. It is used by [WeaponMod](https://github.com/tmp64/weaponmod/). It additionally bumps the API version to 3.14~~159265~~. #951 also bumped the version in `rehlds/version/version.h` but I...

Linux. Server crash. How would I go about solving this? This happens when I precache a new model/sprite. I have a lot of models/sprites precached altogether, however I am pretty...

Hello, I'm noticing Steam users dropping from my server on random occasions. Not completely sure if this is related to 25th update or not but it seems to have started...

Inside the body functions the Angles of bone are not been retrieved/copyback

hello masters of rehlds, is it possible to add a client fps limiter to rehlds? here is a very primitive example: ``` void SV_RunCmd(usercmd_t *ucmd, int random_seed) { usercmd_t cmd...