Downloaded the new build. I'll let you know if it occurs again- thank you!
lost
I just thought it was a place where makers made things. This sounds 'deeply philosophical'
…
Here's one:
https://twitter.com/twitter/statuses/844014904994611200
"@lost, I think you have to understand the fact that you're criticizing some aspects that are l…
pragmatic_hero lost I don't think that's true and I wasn't here to argue.
You can't have it both …
Here is an example of a "screen position" wrangling class for handling 2D AA boundaries:
1
2…
Thanks for your example.
However, it's a struct and a struct is designed to take POD only. In c…
I think this one is fixed in the new build, but please let me know if it happens again! I wasn't…
In C++:
1
2
3
4
5
6
7
8
9
10
11
12
13
14struct Thing {
int a;
int b;
int c;…
That's still not initialization. Those are two assignments. http://en.cppreference.com/w/cpp/lang…
I didn't mean to criticize. You have helped me a ton, and given me the courage to try it in the f…
lost I don't think that's true and I wasn't here to argue.
You can't have it both ways.
You can'…
You're right, that's even better- an engineer (now that I think of it more clearly, a car mechani…
I gather you like hot reload. Great. Use it. No one is stopping you from using it. It's a fea…
I'll be using my ZeroTypes library as long as I write C++, which is hopefully about 20-30 more ye…
Because you are not making a coherent argument.
There's already a lengthy thread where the direc…
I bet 10 people will disagree with what I'm about to say, but this is my opinion gathered from ye…
You guys take offense really easily, even when I pepper my commentary with praise.
I think a bet…
Hey everyone.
Just a quick announcement that a new 4coder build has just gone live. 4.0.26 is t…
@lost: I have nothing against Unity. If somebody wants to use it, that's perfectly fine way to cr…
Hold on, there... It's a false analogy that engine programmers are to Unity developers as horseba…
@mmozeiko
"Because it is best way how to show how to create game engines."
Not true. It's one …
Because it is best way how to show how to create game engines. If people will know only how to us…
@mmozeiko
Then why is he programming a game? By that logic: He's obviously not a game programmer…
lost he does describing theories of game design, plot, inventory, statistics, rewards systems or …
@mmozeiko
Re: "@lost: you are missing point what Casey is teaching with Handmade Hero. He is not…
In my experience using custom types leads opposite to "simplify code, reduce code time and fatigu…
When you use malloc and free, you are using something from C.
When you use new and delete, you a…
@lost: you are missing point what Casey is teaching with Handmade Hero. He is not teaching "alway…
Re: Texture Fonts
I've spent some time exploring atlases https://store.steampowered.com/app/7388…