Changed: All FPL_ENABLE_ defines are internal now, the caller must use FPL_NO_ or FPL_YES_ respec…
Fred —
Thank you so much for the detailed answer, Joel, it's fascinating stuff. Definitely will look into…
Firstly, thanks for the insanely fast response. Just checked the latest on github. Yes, the -O s…
Yes. Debug information does not cost anything in performance. You can have debug info with -O2 and…
When switching between optimised (-O2) and non-optimised (-Od) builds, the -O is usually all that …
at least I learned that structs aren't automatically initalized to zero. The more you know... The …
Herc —
Thanks, I did try something like that before with no luck, so after reading your message I tried a…
Hey, I've done a lot of work with Reyes and can explain this. If you really want to understand or …
One simple thing is to put a breakpoint in the window message loop for the WM_KEYDOWN and WM_KEYUP…
Herc —
Hi all, I'm on episode 28, where, after drawing a tilemap, we're moving the player just using the …
JMark —
Thanks a lot.I hope experienced people who advice the rest of us to delve into DOD to teach us how…
No updates on this project yet (I'm still adjusting to life in the Netherlands and haven't had mu…
What makes a good programmer: Imma post time stamps to some golden nuggets of information.
A friend showed me these lectures, and, my god, i wish i came across these 10 years ago, they are …
If you want to get ready-to-use C code, this is a good header-only C library for sin/cos: If you …
Hello, Casey said he may replace the built in Sine and Cosine function in the C runtime library w…
There are a few things you could do to help me debug crashes. When it is crashing attach a debugge…
Thanks for all your hard work! I sent an email with the details. And in case it's relevant, I forg…
Mikkel —
That's amazing! And you had way too much fun making that video, didn't you Allen? ;)
Hi again cphinton. I have been able to fix the crash (or at least the crash bug I discovered, I su…
I’m in love with that video :)
Hey everyone! As of 4coder 4.0.22 is up on . You can get the free version on Windows, Linux or …
Getting people addicted to such projects is hard, but here is a fine list of arcades you can clone…
Haha glad you were able to hack that in for now. No this will not alway be a problem. Now that t…
Thanks for the report, I'll begin taking a look tomorrow. This is a fine place to report bugs, bu…
Birkal —
Nice blog post on why shadow texture mapping is nasty to implement and raycasting against light ca…
Nice! no problem :) Btw, if you copy your build to another computer and want to use hardware acce…
A hack that might work would be to just use a software only version of Mesa, because the build of …
im getting an error popup when i try to run 4coder "w:\4ed\code\platform_win32\win32_4ed.cpp:610: …