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.
bewwys
Hello guys, given n tetris pieces I have to find the minimum square I can fill in. (tetris piece…
»
Simon Anciaux
From Is There Going to be a HandmadeCon 2017? cmuratoriI will not be organizing another Handmade…
»
Todd
Has anyone heard about another HandmadeCon at all? I'm 100% there at the next one... I hope there…
»
Todd
Does anyone use the Razer Stealth BlackWidow Tournament Edition? I remember Casey recommending th…
»
Todd
Yeah PowerShell is awkward honestly... But they do have default aliases for several unix commands…
»
Jason
mrmixerThat said, achieving constant 60fps should be a top priority in a 2d fighting game. In my …
»
Simon Anciaux
I only worked on a 3d fighting game prototype (combat was not limited to a 2d plane) that did non…
»
Jack Mott
little thing I threw together this week: https://github.com/jackmott/monogame-hotload
»
Jason
I see. So it seems its easier and more straight forward to tie the collision in with the animatio…
»
puzomor
My favorite font is Terminus and I would like to use it in the editor, but font smoothing is both…
»
Simon Anciaux
boagz57if collision detection is separated from animation, how do games ensure that the hit box c…
»
ratchetfreak
That's what artistic liberty will solve. Holding the "impact" pose for a bit longer than necessar…
»
Jason
Okay, so if collision detection is separated from animation, how do games ensure that the hit box…
»
Simon Anciaux
In my experience keyframes are most of the time close enough that missing one will not degrade th…
»
Jason
My current understanding of how game animation works is the animator will mark specific key frame…
»
Raytio
Hi Chen thats cool. Do what you love
»
Chen
Hi GodRatio: I won't just be doing raytracing. I will also do other stuff, such as a software re…
»
Raytio
Great will be following for sure. I just checked the channel ... maybe you should rename it Ray-…
»
Allen Webster
Ahh, in that case you should just call default_4coder_initialize(app). For one thing the code th…
»
Ryan
Okay, looks like I may have fixed the crashing. Needed to add this to my start hook: 1 2 3 4 5 6…
»
Ryan
Thanks for the tip, unfortunately it didn't seem to help. Even went up to << 25 and still c…
»
Allen Webster
My guess is you want to look at 4coder_ui_helper.cpp:215: 1int32_t arena_size = (64 << 10);…
»
Ryan
I upgraded to 4.0.29 recently and using a custom config on Linux, and when I press a button for …
»
Randy Gaul
I heavily agree with the idea to make your API deal with raw buffers the user can place arbitrary…
»
Nikita Smith
SedatedSnailI'm using a custom defined entry point: 1extern "C" void __stdcall Entry();…
»
Mārtiņš Možeiko
Yes, a lot. Powershell can instantiate COM objects or call C# code in .NET libraries. I don't li…
»
Bits Please
Hmm I see, if so then, what's the problem with powershell, and in general, what's the difference …
»
Oliver Marsh
Thats a good point, and it is a bit ambiguous. I think it's probably more of a self reflective th…
»
Mārtiņš Možeiko
Its because nowadays most serious bat-file scripts migrated to powershell. That said, I hate powe…
»
Bits Please
What's crackin' everybody? It seems to be very beneficial to master batch file programming. The m…
»