Tom Rothamel

Results 436 comments of Tom Rothamel

Um... by chance, are you using the rapt directory as the directory where your game is in? It's meant to be separate, and if you try to combine them, you...

I guess first things first - were you able to build this demo repository? I think it might make sense to start here and then expand to your own code.

Please re-download rapt. We had this problem, but it was fixed a week or two ago.

This code is well-tested at this point. I'd check out why you can't download the android SDK.

You should be able to set the http_proxy environment variable, something like: http_proxy=http://myproxy:1234

It probably makes sense for a modding tool to have the concept of enabled and disabled mods, and to be able to disable and re-enable a mod without needing to...

Can you let me know which which version of Python (the number and the bitness) you are using? That's probably necessary for me to try to track this problem down.

I don't see a way to fix this. As best as I can tell, SDL1 had an mmx-optimized alpha blitter, which is gone in SDL2. In fact, the blit semantics...

Which functions do you need? I looked at it this morning, and there is a lot of stuff there.