recompileorg

Results 104 comments of recompileorg

You could have just told me it was included. Still, yes, this is what was needed. Though there are some questions that, hopefully, someone who has used this in the...

It's used by the libretro build to rotate the display 90 degrees anticlockwise. For AWT and JavaFx builds, you can leverage the static method PlatformImage.transformImage. You'll also want to make...

You'll need to swap lcdWidth and lcdHeight so that resize() can compute the correct size and position for the UI. The trouble, of course, is that you don't want to...

I'd guess that there is some difference between setClip on j2se vs j2me. Tower Blocks doesn't seem to run at all on the AWT build on Windows. I can't reproduce...

Yes, though I don't see why that would make a difference here.

No, nor did I try the libretro build. Though the differences reported here, and some other oddities I've seen, lead me to believe there is an incompatibility between java implementations...

That is curious, as the exact same data is being sent to the AWT UI as the SDL UI.

@vipaoL Welcome to the project! It's always good to see new contributors. A couple things: - Do you know of a game or jar that makes use of this feature?...

> Can i upload them later or is this not in line with the project principles? I'd prefer original code, even when the licenses are the same. The one nice...