We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Anthony Smith
Thanks for the info. Hopefully it will be working in the next build!
»
Allen Webster
I don't think it's getting called at all right now because it was causing bugs a few versions back…
»
Shazan
I need help detecting sides for my pong clone. And left collsion not working. I have Wall enities …
»
Andrew Chronister
What changed is multiple execution units and deep out of order pipelines on CPU. Before CPU was …
»
Jeremiah Goerdt
Speaking of game makers, the amount of slow games that I come across on PS4 is depressing. The de…
»
Anthony Smith
At what point does the new file hook get called in 4.0.16? I've set a custom hook for it, and it …
»
Asaf Gartner
That's more due to corporations, and it's already leaking into native programs (for example: Wind…
»
Mārtiņš Možeiko
I don't think this is true. RAM has never been faster on average before than it is today. What c…
»
Andrew Chronister
There's a couple ways to approach counterarguments for this. One which might resonate well with pe…
»
Taz
Well yes I can agree for developers it makes sense. But you get game makers or app builders these …
»
Mārtiņš Možeiko
I strongly disagree. C# is much much more sane. Just don't use ASP.net. Use something sane, like N…
»
Mārtiņš Možeiko
I think for developers this is true. If something runs slowly (compiler, not enough memory, out of…
»
Taz
Hello all, I have heard from colleagues and others that today we don't care about writing clean ef…
»
Jack Mott
why you gotta toss C# under the bus there!
»
SpicyLemon
Thanks for the reply Casey. I completely understand why you left the platform layer how it is for …
»
Casey Muratori
This is really interesting Martins... I will check it out! Maybe we can use it on stream... Thank…
»
Casey Muratori
Yes, in this case by "shippable" I just mean that we have not focused on things that the end user …
»
Mārtiņš Možeiko
memcpy could be faster because it supports only non-overlapping regions. memmove needs to test if …
»
Neo Ar
yeah Delix pointed that out to me on IRC earlier, not a good day for me with math ;) edit: oh also…
»
Mārtiņš Možeiko
@miotatsu: x/1.5 = x/(3/2) = x2/3 = x3/3-x/3 = x-x/3
»
Neo Ar
2 is the mathematically worst possible growth factor for exponential growth, and linear growth is…
»
Mārtiņš Možeiko
Your code in _da_insert will do one memcpy too much. You need to start with size-1 index, not with…
»
Ryan Fleury
@mmozeiko Ah, right; wasn't thinking about this. Implemented this change. Wasn't sure about this; …
»
»
Ryan Fleury
@insofaras Thanks! Also yeah, that would be a great feature; I'll implement that. Also, you're abs…
»
Anton Swifton
Good point, thanks.
»
Allen Webster
I have a Pi and I've been wanting to get 4coder on it, but I don't think the time is right for it …
»
Alex Baines
I believe the Linux 4coder port should already compile for 32-bit x86 (and probably ARM, but I hav…
»
Doeke
This one should be easier then OSX I suppose. Hopefully it's just a compile for ARM (what do i kno…
»
Jeroen van Rijn
I just downloaded the project and I've found a few problems in the tutorial. The name of the direc…
»