Thanks mmozeiko. I must admit this was due to biased opinions, the last projects we usually have m…
Well... last "release" was in on Apr 5, 2014. Not sure what you expected there :) I guess if you w…
We are in the same page , but with different branches. I downloaded from the release page , which …
Not sure what kind of Box2D you were compiling, but code on GitHub is with premake, not cmake. It…
Thanks Oliver. After looking at the documents I choose to start with the Box2D examples, they seem…
RemedyBG 0.1.6.0 has been released on itch.io.Reworked watch window user interface code. This incl…
Toast Bomb, This is a known bug that Simon reported. It will be fixed in the next release. Thanks!…
I have the same issue, I use multiple different compilers and machines every day that all have the…
I noticed that Casey was passing filled out overlapped structs to the ReadFile calls but not creat…
Unfortunately gcc doesn't show full path names, at least as far as I can tell. Also, because of my…
Thanks for your feedback, that's what I wanted to know, I found it crazy that the only working way…
There's no built in way to do this right now, and it's not even very obvious to me how to make it …
Unfortunately you're using the highlight API which was superseded by the new marker based highligh…
Is there a good way of jumping to build errors with relative paths? I've seen a couple of referenc…
Jason —
I'm trying to figure out how to get a highlight to show in 4coder. Eventually I want to be able to…
Hmm. Maybe I'm missing something but it seems like the text file you have opened never reloads whe…
That... is not minimal. If all you want is to get list of dropped file names, then you don't need …
Hello, A little while ago, I began implementing dragging and dropping files from the Windows explo…
Chris Hecker's rigid body dynamics is good, he derives the formula for impulse resolution, which h…
Will take it from there. Thank you
Thanks, that makes a lot of sense! I'll try to setup the audio soon.
I don't know what you're looking for exactly but you can (collision detection algorithm) and you'…
One advice would be to build your UI functions when you specifically need them in your application…
Hi everyone! I renamed my music player project from to beebop, since it's going to drastically ch…
Hi everyone, I was looking for a reference to implement a simple elastic collision system in 2D. I…
That's awesome. It's true that I'm impatient to enjoy the new features, but I do know writing good…
spx —
I am currently in the process of making an intermediate build that is about half the way to 0.9 b…
Over the holidays there was a big debate on compilation time in the C++ community. It started with…