rtldg

Results 53 comments of rtldg

There have been random linux textures loading issues in old versions too (although way less common) and maybe they're also related to `CUtilFilenameSymbolTable::FindFileName()` for loose files.

I've stepped through the server in gdb and was able to confirm that the call to `FindFileName` was causing `GetFileInfo` to fail. I've also had two people confirm that patching...

Me and a few others have noticed this. I don't think it happened on the previous CS:S build but I haven't checked. It isn't caused by bhoptimer afaik at least...

> Has this been resolved yet? Or is it requiring a change in SourceMod to resolve this and they haven't gotten around to it yet? It's not resolved yet and...

x64 cstrike came out sooner than I expected so I'll push this out before it's ready. I'm sure some would like it to be more Python-like, but I haven't gotten...

This is fixed by the timer when using eventqueuefix. For Windows, you'll also need [eventqueuefixfix](https://github.com/srcwr/eventqueuefixfix) for now (which isn't really linked anywhere yet, sorry).

Okay, I see what you mean. I thought this case was already handled by stripping events on teleport, but I guess only for !restart. A proper fix would probably involved...

I don't have a fix in mind for this right now, so this will probably sit for a while. I reckon the touched-list saving/reloading thing would be good to investigate.

> vscript.inc line 9 - vaires -> varies line 114 - it's -> its line 317 - Return whenever if -> Return whether or not(?) > > hehe typo fixes...

I don't really like this but it seems to work: ```diff diff --git a/extensions/dhooks/dynhooks_sourcepawn.cpp b/extensions/dhooks/dynhooks_sourcepawn.cpp index f6367869..cdb001af 100644 --- a/extensions/dhooks/dynhooks_sourcepawn.cpp +++ b/extensions/dhooks/dynhooks_sourcepawn.cpp @@ -308,19 +306,27 @@ bool UpdateRegisterArgumentSizes(CHook* pDetour, HookSetup...