xel —
Hello, I'm writing a function to parse MSVC errors. If I paste the MSVC output into a text file an…
Seems like is ad free. (I didn't see any after I turned off ABP but human error exists.) Could tr…
Since these are the early days of Handmade Network, I want to explain where we want to be headed. …
I stayed in the Doubletree by the airport last year. Bit cheaper than downtown, and the hotel run…
Hello! I'm a CS grad who has worked in business software for about two years. I am taking some tim…
Had a slight digression today while working on some 3D stuff and took a look at the FBX file forma…
YAVE is my attempt to introduce more sophisticated real-time rendering techniques into the re…
Don't optimize prematurely. Using an octree is optimizing prematurely. You almost certainly have a…
Hello Everyone, I am happy to say that Handmade Math version 0.2 is now available for the public! …
Hmm, I'm interested to see where this goes... As always thanks, for the update, Allen!
I discussed all the goals of the 4coder GUI system I have been developing. Now I will look into …
Thanks, I'll take a look into this. If you find bugs in the future I'll be able to see them and tr…
Jesse —
OMG mmozeiko. SRSLY. I am so extremely impressed with your knowledge and desire to help people. I …
Yep. Although I realized after the stream that this is probably not what we want to do anyway, so…
Ok, I know what is the problem. WM_PAINT in MainWindowCallback function. Windows has this concept …
Jesse —
Yea, this is kind of driving me slowly insane. Here's all the code from the win32 layer I have wri…
Ok, this code is fine. Application should terminate correctly on closing its window. Unless you ar…
Jesse —
I think so? The code you saw above is in WinMain. Below is the callback. }[/code]
But are you handling WM_CLOSE message in WindowProc? WM_QUIT is sent only when PostQuitMessage fun…
Jesse —
Thanks for the responses. I'm writing along as I go. Something is evidently incorrect with how I'm…
Connor —
Have you edited the code at all? We don't have very much to go on, but the code works fine for me …
Are you using exact code downloaded from SendOwl? Or have you modified it or wrote it completely f…
I think there is a bug in PackEntityIntoChunk where entity reference arrays are not packed into co…
Jesse —
It seems to happen after I return focus to 4coder back from the background and immediately try to …
Jesse —
I'm working on identifying the particular usage cases for when it happens, but it is fairly regula…
Jesse —
As the title says, When I close the 'Win32Handmade.exe' application window, it disappears, but the…
Thanks for letting me know, Abner.
Thanks for clarifying this again, Casey.
Thank you. Its working now.