From what I understood, the "world pages" Casey talked about are only there for achieving sparsen…
andrea —
This topic confuses me. I've been taught to OOP to find out now that "it's bad".
On the other ha…
andrea —
Still only on day 8, I probably wont be able to ever catch up to the live stream, and unfortunatl…
I've been watching all the videos, and working off and on on an OS X platform layer as well. For …
Not really. size_t is unsigned for both x86 and x64. In the code on line 77 and 84 of win32_handm…
I've been following along with every episode and coding according to my style. It's incredibly us…
I see, I see, thanks! I assume, signed/unsigned mismatch comes from there equally.
Still, when on…
Working on a system with more than 30KK lines of mix C/C++ code built in the last 25 years I can …
I'm also working with notepad++ and had the same issue. I ended up using a dedicated cmd. It does…
Troncoso I personally have written everything from scratch, using my own formatting style and nam…
For the first few episodes I was following along live, typing everything in, but I quickly found …
Round to even is a biased round but that is not what I am talking about. In Casey's round functio…
I use nppexec in notepad++. You can install it via the Plugin manager.
Once it's installed you ca…
You will most likely have to call the shell.bat inside build.bat because it is resetting the effe…
We could have tile side = 2.0f and boy height =1.4f so that he is smaller than the tiles.
I found another plugin: http://sourceforge.net/projects/npp-plugins/files/NppExec/
Which is a lo…
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 y…
In the shell.bat Casey provides, he runs vcvarsall.bat with the argument x64. This tells vcvarsal…
Kladdehelvete OOP is very much misunderstood. It is just structures + functions (like all kind of…
OOP is merely a pattern. You can roll your own in pure C. OOP in C
There are more other approache…
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 th…
Just for the record (it's a TODO in the source code), C99 has the rint family of functions, such …
I think this is one of the few cases in video game programming where unit tests would actually ma…
Are those linker warnings or compiler warnings?
C2220 - http://msdn.microsoft.com/en-us/library/k…
Casey, since you are using -WX flag (Treat Linker Warnings as Errors), it's impossible to compile…
I have seen all the episodes. And I look forward to each. I feel I have been preparing for this i…
Troncoso The run command is already mapped to F5.
Another option (what I do) is to install this…
Just wanted to point out that on yesterday's stream Casey started calculating the world units bas…