We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
longtran2904
So each time there is a call instruction, a hidden 8 bytes gets pushed on the stack? And each time…
»
x13pixels
RemedyBG 0.3.9.2 is available for download with a couple of fixes to the previous version: Improve…
»
Max
Looking at the raw bytes in a hex editor is a skill I will need to work on. When I open both my w…
»
Mārtiņš Možeiko
bmp file format has multiple versions - and each of them have a bit different headers. See the tab…
»
Max
Hi, I have been able to load various bmp into my projects with no issues for a while. However rec…
»
amrel
Hi everyone - excited to join the community. I have just recently discovered Handmade Hero, and de…
»
Mārtiņš Možeiko
Before call opcode the stack is 16 aligned. Call pushes 8 bytes of return address, so rsp is not 1…
»
Delicious Lines
All right, I will look into this, thank you very much for the information!
»
longtran2904
But 40-byte isn't aligned with 16-byte, while 32-byte is? What did you mean by Because caller push…
»
x13pixels
Fixed for next release. Thanks for pointing that out Simon.
»
x13pixels
Dynamically generated disassembly is not currently supported in the disassembly window. However, y…
»
Mārtiņš Možeiko
I don't know details of remedy debugger. But debugger usually needs extra support from application…
»
Delicious Lines
Hello, I am working on a project where I run custom generated machine code that I load at runtime.…
»
Mārtiņš Možeiko
I think it is 40 because it needs to keep stack pointer 16-byte aligned. Because caller pushed ret…
»
@Mattias_G
Thanks :) Yeah, No Sunshine was using an older html template, and it wasn't scaling correctly, but…
»
longtran2904
Why does msvc decide to reserve 40 bytes on the stack for memcpy in copy2 when the src pointer is…
»
Simon Anciaux
I shouldn't have said that. I don't have any particular information. As far as I know Casey didn't…
»
Simon Anciaux
Added driver command RDBG_COMMAND_SET_BRING_TO_FOREGROUND_ON_SUSPENDED. This can be used to overri…
»
panthalassadigital
I'm not sure handmade hero is still going on/will be resumed Wait... HH is possibly dead?! Did Cas…
»
Simon Anciaux
I have always been fond of game dev toolkits and construction sets. There is a beauty in the limit…
»
@Mattias_G
image.png Here is a sample game made with the engine (plays in browser): I have always been fond …
»
Mārtiņš Možeiko
The detection is not about this specific compiler argument.The anti-virus just looks at your binar…
»
OSKevin
Well, after researching a bit and not founding anything, I modified some code pieces that may be "…
»
x13pixels
RemedyBG 0.3.9.1 is now available for download with the following new features, improvements, and …
»
Simon Anciaux
I asked a similar question here: Unfortunately, as far as I know, the solution is to sign the exe…
»
OSKevin
Hello, I'm a bit frustrated right now with this topic. I have finished a simple game made from scr…
»
Simon Anciaux
It's been a long time since I watched those episode, so I don't remember the details. What Casey i…
»
handmade_ls
Hello :D I know I'm very late, I've been working on simplifying the build system. The repo can be f…
»
handmade_ls
Hey! :D there is a community fork at I made some improvements for ease of use of the build system …
»
panthalassadigital
Hey folks! I've been watching the series start to finish and have gotten to the lighting portion o…
»