Hi, Chen. Great post.
You talked a lot about collision detection, but I didn't understand very we…
I managed to get a working Windows port to github before the decade old computer I borrowed could…
0.9.5.2 is now available which among a few smaller improvements contains some fixes for autocompl…
For anyone else who comes across this, there's now a better way to do this with the DpiAwarenessC…
Thanks for the great reference! I've been fiddling with TTF's for the last few days and your code…
I'm using the union of components technique as the entity system in my game as well, and for the …
Thank you! DSBLOCK_FROMWRITECURSOR was causing the problem.
I would argue that pellets don't need to be entities at all. They are a tile state with the uneat…
One difference in your code is that you pass DSBLOCK_FROMWRITECURSOR (which value is 1) to Direct…
spx
I've uploaded 0.9.5.1 which should fix this for good. Please report back if this is still an …
joe513"Windows > Reset panel layout" does work, but only once. If I do not use this in between…
Hi guys. I am at 19 ep handmade hero. Casey fixed sound lagging by increasing latency. When I try…
indeed this is the same issue i saw. for me it is quite rare (but a lot more common with break at…
I depends on the relation of the different pieces. In the simple example above, the easiest way t…
Thanks for the quick reply.
I updated my original post with exact replication steps.
"Windows &…
@joe513
thanks for the report. On Linux the easiest way to report crashes is to simply run the pr…
Congrats on the release, I have been following the bug tracker for a while now and have been look…
albatrosAwesome, more codeclap is coming :D
well there were a few last-minute issues on Linux th…
Thank you, I found that very helpful. I really shouldn't try to preempt issues before I actually …
Version 0.0.2 released!
There are many practices on how to develop software; OOP, reactive, the …
This is part 2 of specifying HHA file format in BEdit layout language.
To recap, we left off hav…
Sometimes you have a very good idea of what's in a binary file, you might even have the sourc…
@twelvefifteen The answer to your question is most likely highly depending on what you are actual…
Any book about tables and normal forms in databases will also be a useful source of learning for …
Thank you for the reply! I'll be honest and say that it mostly went over my head, but that is oka…
Multiple tables for multiple root types, then share variables
If two types have little overlap in…
Awesome, more codeclap is coming :D
Hi! I have a nooby question about entity systems. Let's say I have a common entity struct to repr…
Thanks again.
For anyone who's reading this thread, the prefix and noprefix "keywords" specify i…