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.
Mārtiņš Možeiko
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…
»
ratchetfreak
Also limbless person with gloves that float around him is a bit too much like Rayman I think to h…
»
Marc Costa
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…
»
Robert Hickman
HMH presents as a project to create a complete game, and Casey has mentioned an intent to release…
»
Andrew Reece
Thanks. The crash is in this file: 1z:\impromptu\ws2\codeclap\iui.c and looks like it's on li…
»
Robert Hickman
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…
»
Andrew Reece
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…
»
Andrew Reece
Hi, I just bought this on itch.io. v0.7.2 (the latest at the time of posting) crashes immediatel…
»
Björn Strömberg
I am on 0.7.2 now but still does not seem to work. I'll post some variations of the command I pu…
»
Mārtiņš Možeiko
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…
»
Oliver Marsh
Since starting this project for Handmade Network I think I've changed project five times, with di…
»
Ben Visness
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…
»
Mārtiņš Možeiko
No idea if anybody uses lzw and zlib. Freetype has also bzip2 decompression code (that depends o…
»
Michael Dodis
mrmixerI suggested ascii and bitmap fonts because it's easy to start with. If you want be able to…
»
Allen Webster
UPDATE: Just fixed some bugs with listers that would cause crashes when there were too many item…
»
Simon Anciaux
I suggested ascii and bitmap fonts because it's easy to start with. If you want be able to displa…
»
Michael Dodis
mrmixerI'm fine with a console UI, it's the mouse handling part that I find odd. I generally don'…
»
Simon Anciaux
I'm fine with a console UI, it's the mouse handling part that I find odd. I generally don't use t…
»
Michael Dodis
mrmixerWhy exactly do you want to make a terminal application if you want to have mouse support ?…
»
nakst
@mmozeiko 1. 2. Are these features necessary to render many fonts? I haven't had any problems wi…
»
Mārtiņš Možeiko
Few comments: 1) no need for FT_CONFIG_OPTION_USE_LZW - lzw in freetype is self-contained code, …
»
nakst
Click to zoom in. The OS currently uses FreeType for text rendering. Although I originally used…
»
Ahh
As of 12/16/2018, it seems that the way for Visual Studio 2017 to find these header files has aga…
»