zer0.k

Results 51 issues of zer0.k

If a form is minimized, `Refresh()` does not trigger `OnPaint()`, so a solution is to prevent the form from minimizing in the first place.

# Help us help you - [x] I have checked that my issue [doesn't exist yet](https://github.com/alliedmodders/sourcemod/issues). # Description Right now `sm exts/plugins` only returns 10/11 extensions/plugins at once which was...

Feature Request

I previously believed hooking early called methods such as `GetTickInterval` was not possible until Asherkin told me that there was [a patch years ago](https://bugs.alliedmods.net/show_bug.cgi?id=4481) that never made it to the...

Given the folder structure below, running the following command inside the build folder will result in the script trying to find `hl2sdk-manifests` in `plugin/hl2sdk-manifests` instead. `python3 ../configure.py --hl2sdk-root --mms_path "../metamod-source"...

It tries to run `with open(os.path.join(builder.sourcePath, '.git', 'HEAD'), encoding='utf-8') as fp:` but .git in the submodule is a file pointing to the appropriate .git directory instead.

Depends on #44.

Resolves #41. The trace's result should be 99.99% identical to the current version.

Don't see a reason to ignore bots for movement processing hooks. Might be useful for gokz replay stuff even.

Turns out doing our own trace doesn't necessarily mean identical result, as proven by #40. `TryPlayerMove` use `m_TouchList` to store its traces, so ideally we can just take the trace...