nakst —
@mrmixer
The manifest files were mostly born out of my desire to have a notion of "commands".
F…
If you are editing it with 4coder it should be utf8.
Otherwise, open the file in Visual Studio, …
The problem persisted even with that line commented out. Anyway I've added the "get_key_code()" c…
Why did you choose to use manifests files ?
I know there is probably more to it then what you sh…
Don't special (meaning non-ascii, > 127) characters require get_key_code ?
1bind(context, get_…
1.
I did NOT modify the buildsuper.bat in the end. I gave up and removed the space in the path. I…
Vkar —
Neural network designs levels for Doom :D
Doom GAN level design
Casey, what do you think about th…
Okay I have some theories, but first a couple questions:
1. Did you modify buildsuper.bat to mak…
That's actually a pretty smart idea ahahah. Nice :D
Ahh! It's hitting an assert! In release my asserts compile to mov dword ptr [0],0A11Eh so that …
Ok:
1.
Tried downloading it again. It ran correctly on the default settings. Once I applied the…
Okay so there are a few possibilities of what may be going wrong. I have two suggestions, it's f…
Thanks for the log file. That's definitely too short which indicates it's crashing somewhere aft…
Virtual whitespace is the "illusion there is a huge number of spaces when code is wrapped onto th…
Running with -L created this log file (I made sure to remove any previous log files)
1
2
3
4…
Yeah I agree, I need more help info... although this looks like something worse than that. As fa…
Anyway I still can't decide if it is going to be worth the work to do a hotloading system. I've g…
Y'all went super hijack on this thread, and I love Casey's handmade hero work, but I don't think …
Luke —
Hi,
Thanks for your reply. I'm not sure what you mean by 'virtual whitespace automatic code refl…
I have decided to write my keybindings in the "custom layer". I've done as you suggested in anoth…
1. Which type of keyword you assign won't make any difference to the built in auto-indent logic.
…
nakst —
Let's take a look at what it takes to write a simple "Hello, world!" GUI program for my operating…
Luke —
Hello all,
I am attempting to implement the Haxe programming language into 4coder and I am explo…
Radu —
Hi everyone! I recently came across Handmade Hero (bit late to the party) and have been watching …
Hi,
After having written some more ion code, I encountered yesterday my first name collision.
T…
Yes, parsing C isn't terribly difficult in the grand scheme of things. If you want to see a simpl…
Hmmm what could that be...
Well a few things to get straight first:
1. What versions of Visual S…
I am unable to build using buildsuper.bat, I get the following error when I try to build it:
1
2…
Thanks Abner, Great overview. I found the Khan academy videos on combinatorics/permutations good …
Finished up a demo. Tried out tinyspritebatch, tinyc2, tinytime, tinyalloc, tinyfilewatch, tinypn…