This bug's been fixed :) Thanks again for the report, CaptainKraft. Confirmed. The same names do …
Laurie —
Thanks for the info mmozeiko. That definitely sounds promising. I'm pretty happy with my Kubuntu s…
No, that is not how the system works. We wait for all threads to finish, then we turn off debug e…
Jesse —
Check out this "intuitive" introduction to L.A.
Looped live code editing consists of two parts - live game code reloading and looped state playbac…
Shazan —
Any basic guidelines to follow to implement looped live code editing.. Please explain.. I am a beg…
You can get only audio stream with youtube-dl. Just run "youtube-dl -F URL" to display available s…
o wow people actually replied to this thoughtless rant, ok I think the point I was trying to make …
Awesome! Strang was a big eye-opener for me, and it's the main thing responsible for starting me …
Thou art a wiseman. The problem I see is that after you collate and before you reload, other thre…
Mike wrote a recap and they started posting videos. They lost audio for the last four talks on da…
Timothy Wright: it is wrong to compare the rewriting of software to "reinventing the wheel" -- I …
Kevin —
I forgot to mention that I am asking for a 3D space situation. So I assume the squares would be cu…
@mmozeiko Thanks for the link! Seems to be answering very similar questions - good find! Though I …
I think a common practice is to break up the terrain triangle mesh into a grid of squares. This al…
Thank you for your reply Casey. Much appreciated. Also, in anticipation of when I get to where thi…
Kevin —
Is there an algorithm or method people recommend for accomplishing collision detection on a terrai…
That's how you'd typically implement it, yes. However, exponential objects (again, to use the cat…
Yep, that does not surprise me :) The C spec, which is more sane and can be read by humans, doesn…
Skype works fine if you use pulseaudio (no more alsa support). It's in AUR: But nowadays if I'm f…
Laurie —
How is Arch in terms of ease of using 3rd party software? To date, I've stuck with Kubuntu because…
In my experience Arch works best from all the Linux distributions I have tried. Because it always…
For regular apps you are probably better with Java code. Because NDK has limited functionality - y…
graeme —
I knew it was in here somewhere
Technically there are two things that can decorate a function, generally called "declaration speci…
hugo —
Thanks guys. I didn't mean only in the games context, but other apps as well :)
Adrian —
A C function looks like this: [/code] However there are some prefixes you can attach between retu…
Manjaro has been my distro of choice since early this year. I recommended it to Andrew right afte…
Going further down the road of "basic machines" I can see 3 broad categories of operations: in ma…
For example: The tuple (also known as "record", "struct", and "product"), and the discriminated u…