Maksym Dilai

Results 15 comments of Maksym Dilai

> > As a bonus i've cherry-picked commits that enabling usage of SSE-powered ImRsqrt and ImRecip functions for imgui_draw.cpp calculations on both Windows and Linux. > > > > Is...

Added comments about "range" and "step" parameters used by me instead of hardcoding Valve constants. It's useful to be able to play with this parameters but they using Valve default...

> Great release! Time to make a decent auto-stop for this @mxez Did you (or anybody) tested this on Windows? How it's going?

@2933968621 Great news, so hope Daniel is just busy to accept this but does not silently think that my code is a shit :smile: @mxez > Time to make a...

> works great for semirage, only missing hitchance for autoshoot. It will never be accepted but soon i will try to PR legit trigerbot hitchance (which is critically needed for...

Do alt-tab to desktop and back when Osiris menu is hidden.

Good code doesn't need any comments, it should be self-explaining. And Osiris definitely is it. Basically, I've learned C++ on Osiris code some years ago (much love, Daniel :3). It's...

https://en.wikipedia.org/wiki/Self-documenting_code As soon as you will understand Osiris, you will understand that comments almost unnecessary for most of a code (Inventory Changer is a bit hard, to be honest).

It's almost the same, only differs in hooking patterns. Search repository for "_WIN32", "__linux__" and "WIN32_LINUX"

@mxez You overestimate how much Valve care, but anyway strncmp time complexity is O(n) (where n is length of string), while integer comparison is just O(1), so cvars is preferable...