Leif Theden

Results 9 issues of Leif Theden

Thanks everyone for putting together and maintaining firmata. Its been great using it, and I look forward to new changes and features! I'm developing a python application that needs robust...

docs
test

I have in the works real python 3.3 support _plus_ lots of fixes and enhancements. The main items addressed are planning speed, precept propagation, and goal/action development. The code sitting...

https://github.com/bitcraft/pytmx/issues/142#issuecomment-816757339

Tiled has a somewhat advanced redering engine that is capable of rendering maps that mix tile sizes. While pytmx is not a rendering project, I mistakenly took liberty to translating...

setuptools cannot currently handle the situation where a package will support one of a set of packages, such as "either pygame or pygame-ce are a dependency". to support pygame-ce, im...

![image](https://user-images.githubusercontent.com/556711/150425923-3f1a790c-4793-4e23-9dcf-17302594933f.png) player sprite is overlapping the top of the sign, which is animated and above the player sprite layer.

![image](https://user-images.githubusercontent.com/556711/131782649-090c0ad8-3a87-45fc-861b-33ecb16d2235.png) probably not a common situation, but the stump tiles are aligned with the sprite on the bottom edge. when sorted, their b (bottom) values are the same, so then...

shape drawing no longer works. the inital code for it can be found here. it will need some changes before its is considered fit to add back. https://github.com/bitcraft/pyscroll/commit/3e4586aec39e17c1f0e72a355631a5803e20e65d#diff-f328b24d0982fe3d3ded58bb1abfc535bc9a40aa225288e02252b13d65e4205fR271

I'm going to add experimental isometric support in a new branch. I'll be commiting the changes later this week. Please watch the readme in the branch, and add any issues...