I've always been interested in how to take the flourishes that seem cool/new at first, and ratchet…
Yeah so will it make it harder to distinguish between world space and screen levels?
Casey[/quote] I feel like instant switching gives off a vibe of being unpolished.[/quote] I'd like…
I thought the height ended up being used anyway? Our tiles were square (60 pixels by 60 pixels), a…
I've only taken cursory looks at what native calls on android look like, but the way I'd probably…
Casey[/quote] I feel like instant switching gives off a vibe of being unpolished.
From what I understood, the "world pages" Casey talked about are only there for achieving sparsene…
andrea —
This topic confuses me. I've been taught to OOP to find out now that "it's bad". On the other hand…
andrea —
Still only on day 8, I probably wont be able to ever catch up to the live stream, and unfortunatly…
I've been watching all the videos, and working off and on on an OS X platform layer as well. For t…
Not really. size_t is unsigned for both x86 and x64. In the code on line 77 and 84 of win32_handma…
I've been following along with every episode and coding according to my style. It's incredibly use…
I see, I see, thanks! I assume, signed/unsigned mismatch comes from there equally. Still, when one…
Working on a system with more than 30KK lines of mix C/C++ code built in the last 25 years I can s…
I'm also working with notepad++ and had the same issue. I ended up using a dedicated cmd. It doesn…
Nice! I was actually trying to do this for a very short time, but I found that it got harder and …
For the first few episodes I was following along live, typing everything in, but I quickly found t…
Round to even is a biased round but that is not what I am talking about. In Casey's round function…
I use nppexec in notepad++. You can install it via the Plugin manager. Once it's installed you can…
You will most likely have to call the shell.bat inside build.bat because it is resetting the effec…
We could have tile side = 2.0f and boy height =1.4f so that he is smaller than the tiles.
I found another plugin: Which is a lot more up to date. It also allows you to set a startup scrip…
Todor —
In episode 31 you created the world units to tilemap mapping. But you used 1.4f as a tile heights.…
When the world tilemaps are not the same size as the tilemaps isn't creating levels harder when yo…
In the shell.bat Casey provides, he runs vcvarsall.bat with the argument x64. This tells vcvarsall…
That is not what Alan Kay had in mind when he coined the term. The picture that he had in mind wa…
OOP is merely a pattern. You can roll your own in pure C. There are more other approaches. Par ex…
The flag is for the compiler. I just made a typo with the flag name: copypasted from google. I am …
OOP is simply structures + functions where one of the parameters for the functions are not there a…
Just for the record (it's a TODO in the source code), C99 has the rint family of functions, such a…