Dima Pulkinen

Results 153 comments of Dima Pulkinen

Let's see what's different between Box2D 2.4.1 in LÖVE and upstream 2.4.1: ```diff --- box2d-2.4.1/box2d/b2_common.h +++ love2d/box2d/b2_common.h @@ -34,7 +34,8 @@ #endif #define B2_NOT_USED(x) ((void)(x)) -#define b2Assert(A) assert(A) +void loveAssert(bool...

Nope, I believe this is just a limitation at the moment. I am not aware of anyone working on this.

This looks great! This repository seems abandoned, but I will happily accept a pull request to [my fork](https://github.com/tpimh/love-sfxr).