Hello fda0, Worked like a charm, thank you very much. Cheers, Pierre
That does not make any sense. It is job of operating system to safely shutdown/stop hardware thing…
You have too many pointers there. typedef void UpdateAndRender_t(); - this is function type You u…
So calling my game.UpdateAndRender() won't compile but will using (*game.UpdateAndRender)() This h…
I'd go with option 1, but this is unsafe if object orientation triggers complex code during termin…
Speaking as an experienced iOS/Android developer, it's not really about whether you use Swift/Xco…
fda0 —
4.1.7 changed the way configs work (it is more dynamic - you can match arbitrary settings with str…
Thank you for your advice. I had thought about making some sort of visual debugging thing for coll…
Well, it's certainly been a while! This is of course not a unique occurrence for me, really, but a…
Thanks for the code, I'll try to have a look when I have some time. I have no idea. The best way …
Here is the code I have currently in the game. However I have not yet implented collision between …
Hello there, I've updated to 4.1.7 today and I've noticed my TODOs and NOTEs are not highlighting …
Welcome to the forums. I'm not sure if you're asking a question or just sharing you experience wit…
Hello, I am a highschool student and have been working on a 2D game with a friend. I have done mos…
In my experience, you should just do anything minimal/simple that does the job, and when you enco…
C_Worm —
Hey, im trying to come up with some kind of custom allocator for my engine but its hard to forsee …
[/quote] if you want an example of that firefox with an unhealthy amount of tabs open takes ages …
And some additional fixes as 0.3.3.3...Limits maximum depth when building summary to prevent infin…
Awesome! Did not know about these ones. Thank you too!
Thanks. I also enjoyed his talk on how he gets ideas. Along similar lines there is this one: Desig…
S —
Didn't know that and no notification on posts unfortunately :/ so didn't see this until now. than…
Yes, Windows will release all resources when process exits. This includes any file and other handl…
Yes, I remember Casey saying that on Handmade Hero. Why waste user's time if what he only wants to…
Like it happens for memory or file handles, does Windows also frees averything releated to Direct3…
Miles —
In general, on desktop (windows, mac, linux, bsd, etc.) and mobile (android, ios) operating system…
Miles —
You seem to be under the impression that doing multiple optimization passes is somehow stupid and…
For example, supose you need to read a file which the program cannot continue executing without it…
For development though you would want to boot over NFS which is well supported for Linux, and whi…