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.
Casey Muratori
Yeah, ML and friends do type inference in a much better way, without making you do all kinds of t…
»
Casey Muratori
Yes, that would be fine, although I don't really know that it's necessary. If the asset loading …
»
Jacob
I think the issues are useful for communicating to others who might already be working on annotat…
»
Mox
I guess that is what OOP does with your mind, I dind't even consider straight overloading as a go…
»
Mox
If I remember correctly you actually need to check for HalfTransitionCount > 0 for key changes…
»
Oliver Marsh
Thanks, the video helped alot.
»
Mārtiņš Možeiko
Try /STACK linker argument: 1cl.exe -FC -Zi ..Source.cpp uer32.lib gdi32.lib -LINK -STACK:4194304…
»
itzjac
Hi, Sorry to join so late to the party. I have a very basic question regarding day 005 and how …
»
people
Some platforms don't seem to have an option to do rendering from the bottom up like on windows. …
»
Bart Kevelham
Another great resource is "Fluid flow for the rest of us" (PDF LINK). It takes the math, which …
»
Dries Lamberechts
I think I got it now :) Thanks for the answer
»
jeringa
You mentioned that the fact that PushBitmap() Pushes elements onto a queue, later in the render …
»
Mārtiņš Možeiko
Ok, yeah I guess currently race condition won't give any big issues. Except with minor issue - it…
»
Casey Muratori
mmozeiko If somebody will remove hha file during iteration in Win32OpenNextFile function (or Find…
»
Casey Muratori
I would also point out that there is a third option, which is that if you want your fluid simulat…
»
Casey Muratori
Well, I guess the thing I would ask is, what is the benefit of making an "object" any more formal…
»
Mārtiņš Možeiko
#define is simple text-replacement. C/C++ preproecssor doesn't care what is inside #define, it ju…
»
Dries Lamberechts
Hi everyone, I'd like for someone to explain me how the #define and typedef etc work for the fun…
»
Matt Mascarenhas
Cheers, chaps. Okay, yep, let's see what the others think. My workflow is out of the window at th…
»
noxy_key
For example, a stack preservation scheme would trail automatic cleanup of local variables behind …
»
Dustin Specht
Issues is something we decided to due so we don't have multiple people working on the same episod…
»
Jesse Coyle
Ah! So he checks if EndedDown is true (if the key is down), then HalfTransitionCount is the amoun…
»
noxy_key
Building a memory manager is desirable, especially if a requirement is to allocate memory limits …
»
Miguel Lechón
Hi Miblo, glad to hear your laptoplessness is about to come to an end. 1) Issues are useful a…
»
Mox
Hi Zilarrezko, I do believe that the code Casey wrote has a way to check for state change of a k…
»
robby
:ohmy: thanks i didn't see that!
»
Mox
Hi, I know OOP is a black sheep here, but I would like to hear your views on some of the simpler…
»
Matt Mascarenhas
Hi folks, great to see that there's been a bunch of activity in the repo while I've been languish…
»
Mox
This might be what Casey would have to say on this matter: http://mollyrocket.com/861
»
Adam
Thanks for the responses guys, lots of stuff for me to look into. I'll probably not go the straig…
»