Results 7 comments of redzimski

I am new to Proprietary Software and I have lots to say I DONT GIVE A FUCK ABOUT THE FUCKING EXE! i just want to check out the code for...

> There is no real need to fix camera clipping through walls, as the game already allows peeking around corners via taunts, so wall clipping would be a non-issue balance-wise....

did you fix this by any chance? i'm experiencing the same issue

I investigated this a little bit and the fix for this would be to change the `leaq` instructions that hcc generates into `movq`: ```gas # LOAD LEAQ START: AST_TYPE_ARRAY #...

> You've done some really good investigative work! Thanks! > > > Also worth noting, gcc embeds the values of the strings into the instructions themselves: > > I'd suspect...

> I like that it's possible to clone, build and install this compiler in under 2 seconds. It's also fairly small and quite easy to navigate. Hence why i put...

> the fix for this would be to change the `leaq` instructions that hcc generates into `movq`: This was actually false, things would break when using an array of I32s...