C_Worm —
So i tried to use sleep(16); and it is making things A LOT BETTER, almost perfect! however there's…
Unfortunately there is no simple way. All you can do is test most common things and then patch wha…
While we're at it, I used codeclap quite heavily this last month on my secret project. And it real…
Aaron —
Not directly related to this announcement, but I just wanted to say that I purchased a license for…
spx —
Thanks for the report. This isn't a known problem yet and I wasn't able to reproduce this so far s…
The next set of bug fixes and enhancements to RemedyBG is now available for download. Following is…
John —
Indeed, every note is a loaded sample played at a different frequency. You can, of course, generat…
Gab —
facepalm Thank you so much. When going through the debugger, had assumed the problem was else wher…
You mean you play audio samples for each notes ? You don't generate the sounds using a software os…
You're using absTileX and absTileY where you need to use chunkPos.relTileX and chunkPos.relTileY o…
John —
Thanks Simon, just reported it.
John —
Hi Simon! I'm using the which makes it very easy to load, play and set properties of sounds. My u…
Gab —
Hi I am trying to follow along with Casey's code but I keep triggering this assert statement when …
How much time did it take to make only the audio part (without the UI) ? I've been thinking about …
It doesn't seem to work anymore. You can .
If you use PeekMessage instead of GetMessage, the application doesn't pause if there are no messag…
C_Worm —
I have a program that draws a rectangle and fills it with a green color using GDI functions: Recta…
John —
Sorry for the naive question, but I can't seem to get "show_scrollbar", "hide_scrollbar" commands …
Ryan —
Thank you for that detailed answer. Are there simple ways to test all these things? I feel they ap…
No to both questions. There are million different ways how users environment can be (and most like…
Ryan —
Say I have an opengl and sdl2 program that I have developed on windows and wish to release. The pr…
John —
As per Simon's advice here's a capture of the program demonstrating my lack of music skills :D
agnar —
Hello, When toggling fullscreen, sometimes codeclap will hang (requiring killing it through task m…
John —
Thanks Oliver, yeah watching with my son is priceless!
Thanks guys! I'm going to implement the center mouse solution later today on twitch! :D
Yes this build is still on it's way. I got unexpected interrupted so things are taking longer tha…
More or less. You can use an array to keep the state of every key you need. ... case WM_KEYDOWN: …
Congratulations on your first project, looks very cool! Cool hearing you watch handmade hero with…
C_Worm —
Do you mean like having a global bool and set it to true in WM_KEYDOWN and false in KEY_UP like th…
John —
Thank you very much Simon! I'll definitely do a video capture, although my music creation skills a…