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.
Thompson Lee
Does that actually make a difference? I was wondering since the end result was the same. :S I…
»
Michael Nicolella
Looks like your DLL is being built as 64-bit (x64 platform), but your executable is 32bit (Win32 …
»
norswap
I don't see any incompatibilities between the current game and isometric graphics (well, except t…
»
norswap
Here's how I do it. First, I always launch emacs through a .bat file, here's what it contains: …
»
Thompson Lee
EDIT: TL;DR: DLL generated. Don't know how to get the EXE to load the DLL that was dynamically co…
»
Thompson Lee
Ah I see. That fixes the #includes issue I was having.
»
Michael Nicolella
'static' means 'local to translation unit', and so the function has 'internal linkage' and so the…
»
Thompson Lee
About which function is warning about? GameUpdateAndRender and GameGetSoundSamples. In which …
»
Mārtiņš Možeiko
About which function is warning about? In which file it is defined? And where declared? How are y…
»
Thompson Lee
That is a warning? It can't be... I created a brand new C++ project, and created a static functi…
»
Casey Muratori
The reason I always tag comments with my name is so that I can search for them on projects where …
»
Casey Muratori
I have never even heard of King's Field. I will see if I can find it, or at least I will watch a…
»
John Meyer
StarchyPancakes Not quite. In Seiken Densetsu 3 (the game in the picture) and Secret of Mana, you…
»
Roderic Bos
Take a look at the warnings casey disabled in the build command file. He explicitly disabled that…
»
Thompson Lee
Before Day 21, all of the codes I followed with Casey can be compiled and built without much fuss…
»
Rafael Grossi
that sounds an interesting idea, even if it doesn't fix my problem would reduce the opening time …
»
J
I used to think that OOP was the be all end all of programming. Then I took a class where the pro…
»
Benjamin Pedersen
It might be better to base lengths on heights, but since we view the character from an angle, the…
»
Simon Anciaux
What I meant was a shortcut to cycle throw errors instead of having to double click on lines in t…
»
Bigpet
I love source control as much as the next guy but I really like including the name after the comm…
»
Dazaster
When I make and create games in C and I don't have a renderer sorted yet, I use the AllocConsole(…
»
Juliano
Isn't that one of the key features of a version control system? I mean, I've been working in .Ne…
»
Mārtiņš Možeiko
Here is different single-header library for debug text: http://nothings.org/stb/font/ (public dom…
»
Ruy Calderon
Not quite. In Seiken Densetsu 3 (the game in the picture) and Secret of Mana, you are unable to h…
»
@Mattias_G
On the day 32 Q&A, there was a question about printing debug text on screen, and though that'…
»
Andrew Chronister
Yeah, it's good practice to put your name in your comments so that someone can come ask you about…
»
Ori Avtalion
The Handmade Penguin guide recommends KDevelop: http://davidgow.net/handmadepenguin/ch1.html It'…
»
John Meyer
StarchyPancakes I think you'd be able to do it pretty easy actually! In this picture, elevation i…
»
andrea
There're already programmers working on the same code: that's us. :3 With that notation you can …
»
Thompson Lee
I guess I should resist the urge to ask more about possible errors along the way from Day 21 on t…
»