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.
Neo Ar
I should clarify that I would also be interested in seeing all aspects, I meant that the technical…
»
Neo Ar
Yeah, and I use it to watch videos nearly every day on my laptop! I'll try downloading it onto th…
»
Mikkel
when statementCompile time if statement (only allowed within procedures) [/quote] Will you enable …
»
sam_windell
I thought this was an entertaining talk, quite surprising to see it come from a web conference.
»
ratchetfreak
cache performance is based on how much you access that area of memory, has nothing to do with how…
»
The_8th_mage
i don't like to brag, and it's not on point, but i stole a trick from Sean Barret on how to iterat…
»
Mārtiņš Možeiko
Umm.. that entirely depends on your code. If all the memory I "allocate" lives in global data, and…
»
thebeast33
There is a downside to allocating memory in the global scope. Because its allocated into the exe/d…
»
Matt Mascarenhas
After sleeping on it, I think I'd still like to see all facets of the game's development covered. …
»
Mārtiņš Možeiko
There is a third way. You can put "u32 Buffer[600];" in global scope - this will allocate memory …
»
Matt Mascarenhas
You know, Will, it's always interesting for me to hear of folks cleaning up their code / gravitati…
»
Matt Mascarenhas
Cool. I haven't listened to the whole design doc yet, but can say without a shadow of a doubt that…
»
thebeast33
I believe that is the way Casey uses it. But in general, its memory that you don't expect to be a…
»
Matt Mascarenhas
Interestinger and interestinger! Good luck with your office move, Allen. <4
»
Ginger Bill
Go/BCPL style semicolon insertion rules - See: odin build_dll Build project as .dll#export for p…
»
Jack Mott
How bout a space MUD?
»
Anthony
I'm working on a (toy) scripting language. I wrote a a couple of months ago in C# and although i…
»
rivten
Hello everyone ! I am going through Handmade Hero a little bit late (I am around ep. 130 right now…
»
Jeroen van Rijn
Are they stargates that you open by playing a tune? ;-)
»
@Mattias_G
I guess you could always start a thread about it in the Work In Progress forum.
»
@Mattias_G
At least for me, "handmade" is more a mindset than a set of rules or even guidelines. I think the …
»
Benjamin Arnaud
Yeah this is weird, didn't the I provided you worked earlier ? I'm currently testing on ubuntu 3…
»
@Mattias_G
Yeah, the windows cursor has significantly less lag. To provide some more detail, I've found that …
»
@Mattias_G
Yeah, vararg funcs doesn't seem to be very good at doing copy elision optimizations (where copies …
»
Mārtiņš Možeiko
There are no good cross platform library for native looking GUI in C. There are some that are rend…
»
Todd
Awesome, thanks. Yeah nobody should worry, I definitely won't be loading up my project with unnece…
»
Oswald Hurlem
Streams are tough because (1) it's live and (2) you might end up with nobody watching. What I did,…
»
Neo Ar
Personally I would be most interested in vlogs about the technical side
»
Todd
Anthony, what are you working on and would you like a hand?
»
Ryan Fleury
I've been planning video development logs for Dissonance for a while now, but I'm unsure of what …
»