Deyan Dobromirov

Results 77 comments of Deyan Dobromirov

@Kefta I see that [there is a new wiki](https://wiki.facepunch.com/gmod/Angle:SetUnpacked). does this mean that the PR #1419 is merged already?

@CornerPin These are here for language richness. I can admit, they do the same stuff like the other ones, but I've never measured it. The richest one language is, the...

Yay, my [Catmull-Rom](https://en.wikipedia.org/wiki/Centripetal_Catmull%E2%80%93Rom_spline) cure was not merged :D. At Least I hope your mod will

I an contently coding the extended version of laser tool and I want to support the stargate portals. However CAP runs the quick trace, that does not give options for...

Yeah. Maybe, but you can tune your traces now instead of relying on the one general option. Maybe it is a bit slower, but it gives more control on the...

It seems to be the same thing. Creates trace data internally and calls `util.TraceLine` https://github.com/Facepunch/garrysmod/blob/master/garrysmod/lua/includes/extensions/util.lua#L56 My idea is generally to stop executing two traces for every beam trace with the...

Numeric for is better than `pairs` according to the given data set ( array of trace tables ) https://www.lua.org/pil/4.3.4.html https://www.lua.org/gems/sample.pdf https://medium.com/@sleitnick/battle-of-the-loops-c001bcb4961c

It will be nice to also have non-zero width traces. This will also not affect the current tracing of CAP ( which uses: `(start,dir,ignore)` ). Also The `StartPos` key is...

@AlexALX Hi, so any progress on this? Tell me if I can help somehow.

Finally it seems it is in a good place.