Roman Chistokhodov

Results 109 comments of Roman Chistokhodov

It's not what I'm talking about. You can't rely on checking for resources. Imagine an author wants a mod to run on both steam_legacy and the current HL versions, using...

`m_pPlayer->m_flNextAttack` and `m_flTimeWeaponIdle` get overriden by DefaultDeploy anyway. I'm not sure if UTIL_SharedRandomFloat must be done on both sides though.

Note: camera works if I comment out this line in the engine: https://github.com/FWGS/xash3d-fwgs/blob/cb1063c3059f8d400a567009cb54a096bec7b210/engine/platform/sdl/in_sdl.c#L69 It still doesn't explain why the original client.so works without changes and our implementation doesn't. Upd: I...

I found that removing `IN_ClientLookEvent` fixes the camera issue. But there's another issue: player plays step sounds when he turns around while standing still.

Github actions support secrets. Why not use them if you need some private key?

Для начала бы вообще научиться рисовать поверх контекста vlc, хотя бы без прозрачности. Ещё возникла костыльная идея - использовать для таймера субтитры.

Some info about OS X http://stackoverflow.com/a/1911863 Windows and Linux versions are also based on the answers from this page.

Getting per-process CPU usage was added for FreeBSD.

I don't see how these two questions are connected to this library but I'll answer both of them. > Is there any cross platform way to check if process is...

Once process dies the functions like ProcessMemInfo.update (and processMemInfo) and ProcessCPUWatcher.current will start to throw exceptions. Note that OS may reuse pids of died processes for newly started processes, so...