The check to see if we use the keyboard is wrong. It checks for isAnalog and that variable is onl…
Thanks for the tip Casey, and for the example, MrMixer. The game would hang for a couple seconds …
Dejan —
When we are a few more weeks into the series I can see this being useful for finding when a certa…
Dejan —
I actually think the code is too verbose! IMO, its easier to read code using much shorter names f…
asperatology: I think that's sometimes true, but you can't generalize that to dismiss all readabi…
I have a couple of questions for anyone that might be using the summary illustrations, in order t…
Some people are so afraid of bugs of that kind, they write the comparisons in reverse order (whic…
Vast majority of US patents are invalid, especially if they'd follow their own rules about them (…
Unity C# and regular C# work the same if talk about memory management and garbage collection. The…
OH WAIT A MIN, I made a mistake, I assumed that Unity C# and MS C# work the same way? I fixed tha…
When I checked alst time (cannot double check at the moment) it did execute 5 times per “GameUpda…
Right now it's actually fine because we only have one digital controller so if I'm not mistaken i…
C0D3
I also tried in Objective C and Coco2dx
class Gameobject {
CCSprite* cc;
}
cc = CCSprite…
I think Casey puts LOTS of comments in the stream, and he uses also very long and descriptive nam…
I like to make a bad analogy.
Messy code is actually caused by three things:
1. The passion of …
DaleKim
Personally, I think you're not giving enough credit to Casey and other programmers like …
I'm not very familiar with memory management in ObjectiveC, but in C# there is no way such code w…
mmozeiko GC never deletes variables that you use. It only frees memory from variables that are no…
Some people mentioned they thought the code was messy. Casey addressed that on the stream of day …
DaleKim I used to think C++ was a very nice language. That changed when I tried to make a game.
…
Ah good call, I completely forgot about the readfile functions. It was referring to __FILE__ in h…
I think at one point in GameUpdateAndRender fucntion Casey was reading (for debugging purposes) h…
Hey all,
I managed to follow pretty much everything Cory demonstrated in the live code editing v…
How could hundreds of us didn't notice that ?
I doubt it, but we'll see.
It's still early days, we've only just defined a vector in the 46th h…
I am interested. What do you suggest?
Ferran —
Hello, I'm still catching up with the series.
I was wondering if Casey has stated if he will be …
Comment removed by moderator for sexist language.
Ferran —
In Casey's desktop background you can read "Home for limbless children"
It didn't click for me u…
Ideas, and algorithms can be patented.
Ideas can't be patented. Only a concrete representation o…