spx —
Some time ago I've decided to not rush this build and delay 0.5.0 for a bit.
Estimate
0.5.0 is b…
Filled it out. I find that the root cause of this is down to distractions like the internet and m…
I agree, don't bother with endian conversion. Let user deal with it, this is not socket responsib…
If you support reading individual ints there better be a buffer backing it so you aren't readin…
I made a survey on finishing personal projects people start, and was hoping to gauge what people …
mmozeikoMy main suggestion would be to NOT do simple wrapper around BSD sockets. Do a bit more. C…
I'm using a custom defined entry point:
1extern "C" void __stdcall Entry();
When I p…
With build 4.0.29, setting 1mapid_insert = 1
will cause an enum conflict with 1default_lister_u…
Hi John.
The notepad like mode, with a cursor and highlighted region, was just added in the late…
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 wh…
Allen removed some of the existing hotkeys. You can hit alt + x and then start typing 'close' whi…
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 al…
werki —
In previous versions, it was possible to close the currently active tab by pressing Ctrl-Shift-p …
Hey,
Brand new to 4coder, but am really liking it so far. Have only been using it for the last w…
The network events notification must be able to integrate seamlessly into the gui event notificat…
Post your ideas for a good C-based network api, which covers everything you need to create any ki…
echu —
I decided my settings/batch were too polluted to continue effectively, so I restored from the Day…
echu —
After changing preprocessor definitions as shown below in the C/C++ section and rewriting my batc…
In "C/C++" > "Preprocessor" > "Preprocessor definitions".
If you use the build.bat file to…
echu —
William, where do I set HANDMADE_INTERNAL in the project properties? I seem to recall something l…
I think the build errors are from not having 'HANDMADE_INTERNAL' set.
echu —
I'm trying to follow along with Day 021 as of ~47:30, and everything up to this point has been go…
Hi everyone,
i have another release for you all!
This time its a very huge release which consis…
Modern windows does a lot of optimizations when window is fully covering monitor. It bypasses com…
I have been writing a platform layer and initially I started with software rendering using Stretc…
Maciek —
Hey. Create your custom 4coder command that’s replacing return key. Firstly exec command that’s c…