Dima Pulkinen

Results 153 comments of Dima Pulkinen

I am using Open Watcom v2, and currently struggling to build Watt-32. I was able to build most of the object files with `MODEL=s`, but now I think I have...

> You might want to do the same as described above to take advantage of the pre-compiled binaries for DOS but instead of downloading djgpp packages, download `ow` I am...

@alerque Yes, testing of PSP builds should be done on real hardware at the moment. That is until [PPSSPP](https://www.ppsspp.org/) networking code implements the required functions (other emulators exist, but I...

Thanks for your reply! I will try to fix it and submit a PR.

The video is private. Can you make it public? Also publishing your ISO and patch to wLaunchELF would be nice too!

I think you can just upload to GitHub, it's unlikely to be taken down here.

`Joint:getType()` was returning `distance` for [RopeJoint](https://love2d.org/wiki/RopeJoint) since Box2D 2.4.1 (because this is what it is now: https://github.com/love2d/love/commit/fc2cf602f67cbf97286f6b307baff104228e3629). I removed `rope` value completely, because it became dead code. Maybe it's possible...

Or maybe it's better to just override `getType()` like this https://github.com/tpimh/love/commit/9fa0007a71af2883380b9978ab66d73406753db6?

@hexatorum in current state, this PR removes "rope" `JointType` completely (it was broken since the last Box2D update). My proposed solution to restore this functionality is here: https://github.com/tpimh/love/commit/9fa0007a71af2883380b9978ab66d73406753db6. If it...

Do you have any way to test on another platform? Possibly, a macOS-specific bug in SDL? Controllers from 2017 are not that old, and should still be supported.