bottiger1
                                            bottiger1
                                        
                                    @dvander @psychonic @asherkin pinging the sourcemod core devs here so they can say if they are already working on this or that they don't like this solution before I spend...
> Have you reviewed #705 ? It's nearly 7 years old but should help avoid what's being proposed with high and low bits. I didn't review it. How will it...
pseudoaddress is already being used and supposedly does not work on addresses far away from the code (ie heap)
It is not possible to invent another pseudoaddress that will fix the problem. You just can't fit 64 bits into 32 bits. If you just use the full 32 bits...
Can I get a decision on whether this will be approved or not or are we waiting for dvander to add 64 bit ints to sourcepawn? This is 1 of...
> But I'd suggest you fix the diff change on the PR I'm not sure what you mean. It looks pretty clean to me. https://github.com/alliedmodders/sourcemod/pull/2159/files Don't click on the force-push...
yeah as you found out you didn't have whitespace changes hidden. I am not sure how that happened, but there are quite a few files in the project already with...
> is there still - 4 to get IClient? I did grep "+ 4" and "- 4" in the sdktools directory. I did not check any other directory.
We don't need to have a long discussion about this. If you want to change it to void* for a hypothetical architecture where the fastest integer type is somehow larger...
Can you tell me what steps are needed to replace it?