Anthony Pesch

Results 52 comments of Anthony Pesch

I just ran into this problem and came here to post effectively the same patch :+1:

Just replying to say a room autojoin feature would be great.

@Noxville thanks for the heads up! Is that data set you're testing against available for download anywhere?

Also having some odd issues with this. If I try to use absolute paths, e.g. - ``` ~/projects/mm-test/build$ python3 ../configure.py --plugin-name=mm-test --plugin-alias=test --sdks=cs2 --targets=x86_64 --mms_path=/home/inolen/projects/metamod-source/ --hl2sdk-root=/home/inolen/projects/hl2sdk/ --hl2sdk-manifests=/home/inolen/projects/hl2sdk-manifests/ ``` I end...

More closely read - https://github.com/alliedmodders/metamod-source/commit/5ccaa372899d1c5cc7db3f009553a1bf21b073f4 and I realized the hl2sdk-manifests module needs to be accessible from the directory containing configure.py, and the path you're passing the command line needs to...

Ah! I see, I didn't realize repeated fields were the only place it was used. Would it make sense to apply it - if it's set to FT_POINTER - rather...

WDYM? The website is running fine, I've been rolling out a new release, perhaps you caught it during an update.

I didn't even check that 😆 I just got an e-mail from the most recent reply and was confused.

Just adding a comment here to say I'd appreciate this change. I had just hacked up Fetch.js to also do this, and then found this PR while searching for issues...