Ryan —
I upgraded to 4.0.29 recently and using a custom config on Linux, and when I press a button for t…
I heavily agree with the idea to make your API deal with raw buffers the user can place arbitrary …
When I press f11 to start/step into, It gives the message "Entry point procedure was not found!",…
Yes, a lot. Powershell can instantiate COM objects or call C# code in .NET libraries. I don't like…
Hmm I see, if so then, what's the problem with powershell, and in general, what's the difference b…
Thats a good point, and it is a bit ambiguous. I think it's probably more of a self reflective thi…
Its because nowadays most serious bat-file scripts migrated to powershell. That said, I hate power…
What's crackin' everybody? It seems to be very beneficial to master batch file programming. The mo…
Instead of using 42 you can use "default_maps_count" (from 4coder_default_framework.h) which shoul…
Miles —
I'm having a hard time answering this survey because, how I see it, there's a lot of ambiguity in …
Awesome, something I'll definitely be checking out. I like that the videos are half an hour range…
Thanks for filling it out. Internet is a big thing for me. I find turning wifi off helps me a lot,…
Chen —
Hello all. I am doing a series of tutorials on 3D graphics. I'm planning to start off with procedu…
spx —
Some time ago I've decided to not rush this build and delay 0.5.0 for a bit. 0.5.0 is basically re…
Filled it out. I find that the root cause of this is down to distractions like the internet and mu…
I agree, don't bother with endian conversion. Let user deal with it, this is not socket responsibi…
If you support reading individual ints there better be a buffer backing it so you aren't reading b…
I made a survey on finishing personal projects people start, and was hoping to gauge what people t…
For *nix my plan is to implement everything in POSIX standard functions without using any extensi…
I'm using a custom defined entry point: When I press f11 to start/step into, It gives the message…
With build 4.0.29, setting will cause an enum conflict with So in the example mization layer b…
Hi John. The notepad like mode, with a cursor and highlighted region, was just added in the latest…
I couldn't find any information about when or if the streams are going to come back. Last news I …
Thank you!! Moving my project to a solid state drive fixed this issue for me as well. Any idea why…
Allen removed some of the existing hotkeys. You can hit alt + x and then start typing 'close' whic…
echu —
Wow, this is extremely helpful! Thanks for the great writeup, I will definitely try and do a deep …
For "already defined" error it seems you are linking together win32_handmade.cpp and handmade.cpp …
My main suggestion would be to NOT do simple wrapper around BSD sockets. Do a bit more. Create all…
werki —
In previous versions, it was possible to close the currently active tab by pressing Ctrl-Shift-p -…