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.
Simon Anciaux
Mārtiņš Možeiko is not the developer of cdbg, he was just recommending another source for a pdb p…
»
Blake Martin
You don't parse pdb files in Cdbg? Or, are you saying you don't plan on releasing the source?
»
LaresYamoir
What exactly do you mean by game engine developer? Graphics, audio, AI, physics or editors/tools?…
»
»
Jason
As a self taught programmer I'm finding it difficult to enter into the game industry as a game pr…
»
Mike Garcia
Hi there, I raised this yesterday on discord (dev channel). I know webrings are a very old fashi…
»
x13pixels
Here you go @mrmixer. There are obviously additional things that will be need to be fixed/tweaked…
»
albatros
Here is the RSS feed of his youtube channel. Just in case. https://www.youtube.com/feeds/videos.…
»
Simon Anciaux
Could you show all the user code necessary to implement the call stack (even if it's not final)?
»
x13pixels
RemedyBG's debug-protocol for requesting and receiving data has now been fleshed out. The way it …
»
B
I give up.
»
Jason
I'm a self taught programmer and for the past few years I have been programming and learning how …
»
Mārtiņš Možeiko
rationalcoderI don't know of any good pdb parsing examples. lldb source from LLVM/clang project p…
»
Blake Martin
I know it's been asked, but +1 for releasing the source. I don't know of any good pdb parsing exa…
»
Ryan Fleury
Wow, 2018 was quite the year! From the passing of Handmade Network to the new team, to many new p…
»
»
Blake Martin
Maybe a quick hotfix is in order? I am trying to upgrade the vim stuff to 4.0.30, and I am comple…
»
braksten
i see. that's a bit like what i assumed. i still don't fully understand what exactly motion blur …
»
Simon Anciaux
I think the reason is that motion blur is the result of an object moving while you're trying to c…
»
Blake Martin
All the view functions crash when called from a procedure set as the open file hook. It might not…
»
Tucker Kolpin
I have the same issue. Doesn't seem to be the file creation specifically just that it's an empty …
»
braksten
Casey, on various posts in this forum, states that if not using a fixed time step then temporal e…
»
a.sallai
Not to derail this thread but feeling obliged to reply: your argument about cloud being a renaiss…
»
Chen
Nice catch! I went ahead and adjusted the requirements.
»
winnythefoo
I'm glad I posted here. All your replies have really given me some hope for my career. -- @dela…
»
Simon Anciaux
You can do async I/O with a Thread + regular I/O functions, or using a specific OS API. In either…
»
Simon Anciaux
On Windows 7 the program craches on startup because SetProcessDpiAwarnessContext is a Windows 10 …
»
Miles
My advice is to familiarize yourself with the C struct padding/alignment rules. They're easy to u…
»
braksten
Hi Guys, I just made the switch to 4Coder from Sublime Text. I'm using Casey's 4Coder config as a…
»
Mārtiņš Možeiko
Later in series he uses int less and less. So mostly Casey uses only sized int types. As for boo…
»