@Marcc I am aware of that.
ratchetfreakAlso limbless person with gloves that float around him is…
I've finished separating the back end code into a static library. Do I understand correctly that …
spxThanks, the debug information matches with the information you have provided before.
I may hav…
spxah seems I wrongly assumed that most function addresses are also still present in the Windows …
Yeah, by default clang uses ld.exe which is linker from binutils. And that one knows only dwarf, …
Sara —
mmozeikoClang supports pdb generation just fine. For example, to use it with lld.exe from mingw-w…
Also limbless person with gloves that float around him is a bit too much like Rayman I think to h…
Casey has also mentioned numerous times that HMH is a game programming project, not a game design…
spx —
Thanks, the debug information matches with the information you have provided before.
I may have a…
HMH presents as a project to create a complete game, and Casey has mentioned an intent to release…
Thanks. The crash is in this file:
1z:\impromptu\ws2\codeclap\iui.c
and looks like it's on li…
As Ben stated, it is entirely possible to use COP with web stuff. Server side I don't think that …
spx —
mmozeikoClang supports pdb generation just fine. For example, to use it with lld.exe from mingw-w…
spx —
ah seems I wrongly assumed that most function addresses are also still present in the Windows bui…
I unzipped the file and double-clicked the exe inside.
There's no PDB in the folder, so VS hasn…
spx —
That's not a known issues so I'd love to get a few hints on where to look for this.
A small list…
Hi,
I just bought this on itch.io. v0.7.2 (the latest at the time of posting) crashes immediatel…
I am on 0.7.2 now but still does not seem to work.
I'll post some variations of the command I pu…
Clang supports pdb generation just fine. For example, to use it with lld.exe from mingw-w64-x86_6…
Sara —
Hi there.
Just wondering if you could give a rough estimate as to when the windows version will s…
Since starting this project for Handmade Network I think I've changed project five times, with di…
There are plenty of simple web server packages out there that I think work just fine with a compr…
bewwys —
Hi everyone,
I try to implement the compression oriented way in my workflow. I have to admit t…
No idea if anybody uses lzw and zlib. Freetype has also bzip2 decompression code (that depends o…
mrmixerI suggested ascii and bitmap fonts because it's easy to start with. If you want be able to…
UPDATE:
Just fixed some bugs with listers that would cause crashes when there were too many item…
I suggested ascii and bitmap fonts because it's easy to start with. If you want be able to displa…
mrmixerI'm fine with a console UI, it's the mouse handling part that I find odd. I generally don'…
I'm fine with a console UI, it's the mouse handling part that I find odd. I generally don't use t…
mrmixerWhy exactly do you want to make a terminal application if you want to have mouse support ?…