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.
Timothy Barnes
Hi Anton, I enjoyed playing the demo you made. It took me a little while to figure out what the …
»
erpeo93
So After more than two years of game programming I think I've finally achieved something decent a…
»
Matt Mascarenhas
It should be okay for you now, @SIMPalaxy. This is the guide in the Previous Episodes area here, …
»
SIMPalaxy
Now it has the main website in the little previous episodes area. Webception.
»
SIMPalaxy
Thanks, must be on my end.
»
Mārtiņš Možeiko
Works for me.
»
SIMPalaxy
Is it moving somewhere?
»
joe513
spx 1. I have underestimated the importance of being able to directly launch from the command pro…
»
spx
Last one of the three. 0.5.10 fixes the last remaining major issues. This one also improves the h…
»
Marc Costa
This seems to do the trick! Thanks! I was just looking HMH Ep. 484, where Casey tries the debugg…
»
spx
joe513I answered my own question, it does work. I was not passing in the complete path for the pr…
»
Nikita Smith
DelixHey there, hope you're doing well! I'm writing a program in C and have been trying to debug…
»
Nikita Smith
erpeo93Hi! After Casey showcased your program on the last episode, I decided to give your debugg…
»
joe513
Is it possible to start from the command line by passing in the program name without using the pr…
»
»
Simon Anciaux
spxAnd I think at least on the desktop 32bit is more and more fading away? That's probably true. …
»
Mārtiņš Možeiko
In pre-C++17, works also with C: 1 2 3 4 5 6 7 8 9#ifdef _MSC_VER // compile with "/analyze&…
»
ratchetfreak
the annotation would be called something like nodiscard. in C++17 it's become a standard annota…
»
Jason
Hey all, So my current codebase contains both functions that have normal return values as well a…
»
spx
On we go. 0.5.9 contains the necessary fix for Windows to not blow up the debugger in regular int…
»
spx
mrmixerCould a 32bit linux version happen in the future ? Difficult to say for short/mid term. I …
»
Simon Anciaux
Could a 32bit linux version happen in the future ?
»
erpeo93
Hi! After Casey showcased your program on the last episode, I decided to give your debugger a tr…
»
joe513
spx@joe513 I'd encourage you to give it another shot. 0.5.8 should work a lot better. I've also m…
»
spx
@joe513 I'd encourage you to give it another shot. 0.5.8 should work a lot better. I've also made…
»
spx
0.5.8 is available for Linux which fixes a few important problems. codeclap wasn't able to handle…
»
NelsonMandella
ToddI was under the impression that everything had to be OOP because that is "how it's done" now …
»
Todd
Ryan, Thanks a lot for sharing a relevant, concrete professional testimonial! To be more concre…
»
spx
Also good thing is that I was able to reproduce the problem casey had on stream and have an idea …
»
nakst
I also use FreeType for font rendering, but I added this extra code to reduce the colour fringes:…
»